Releases: getporter/terraform-mixin
v1.0.0-rc.3
What's Changed
- Fix passing non-string variables for other bundle actions by @carolynvs in #101
Full Changelog: v1.0.0-rc.2...v1.0.0-rc.3
v1.0.0-rc.2
What's Changed
- Include mixin declaration schema by @carolynvs in #98
- Bump porter to v1.0.1 by @carolynvs in #99
Full Changelog: v1.0.0-rc.1...v1.0.0-rc.2
v1.0.0-rc.1
What's Changed
- Mirror plugins during build by @tamirkamara in #93
- Added json unmarshal for potentially encoded JSON string values by @sgettys in #95
- Update repo to use porter v1.0.0-rc.2 by @VinozzZ in #97
New Contributors
- @tamirkamara made their first contribution in #93
- @VinozzZ made their first contribution in #97
Full Changelog: v0.10.0...v1.0.0-rc.1
v0.10.0
v0.9.1
v0.9.0
v0.8.0
Porter Terraform Mixin v0.8.0
This release brings some much needed version bumps, fixes and code cleanup.
First up, the default Terraform version has been bumped to 1.0.4, plus associated example updates, thanks to @ThorstenHans -- whose contributions this release also include slimming down the mixin image (see #78). Thank you!
Otherwise, we've removed some deprecated fields and fixed a bug around the auto-generation of the tfvars file on install.
Full Changelog
- ref(*): remove input field (#76) 4ab692d
- fix: remove terraform zip once extracted (#78) 09c6b50 @ThorstenHans
- fix(install.go): allow for empty var block when generating tfvars file (#75) a596ff0
- ref(*): remove deprecated autoApprove field (#77) 2c6f804
- Bump default Terraform version to 1.0.4 (#71) 8668deb @ThorstenHans
v0.7.0
Terraform Mixin v0.7.0
🎉 This release ships with a new feature thanks to @bdegeeter! It adds terraform variable persistence across bundle actions via the use of Terraform's tfvars file. When this is used, any/all terraform variables declared at install time needn't be re-declared for subsequent action, saving typing and time.
For full details and examples see the updated README.md.
Full Changelog
- chore(Makefile): fix tag matching fa49659
- create default tf vars file (#65) 7522173 @bdegeeter
- fix(build): pin packr a466b13
v0.6.2
v0.6.1
Fixes
- getporter org updates #53
- Update README.md - add badge and logo #55
- move to Apache 2.0 per CNCF #54
- quote -var value to allow for spaces, etc. #49
- remove trailing newline from output value #50
- update README around state; update basic example #48
- update Brigade CI #45
- bump porter dep; add 'go mod tidy' to build #46
- fix test-cli script per porter usage #47
Install or Upgrade
porter mixins install terraform