Releases: etsy/terraform-demux
Releases · etsy/terraform-demux
v2.0.0
What's Changed
- chore: update Homebrew formula by @simpsonw in #15
- chore: bump github.com/hashicorp/terraform-config-inspect by @c4po in #16
- feat: not allow state operations without a TF_DEMUX_ALLOW_STATE_COMMANDS environment by @c4po in #17
Breaking Changes
- Please note that state operations now require the
TF_DEMUX_ALLOW_STATE_COMMANDS
environment variable to be set for execution. details here
Full Changelog: v1.1.2...v2.0.0
v1.1.2
Changelog
- c0802bf Merge pull request #14 from etsy/upgrade-go-1.21
- 1911081 chore: upgrade to Go 1.21
- 0e5e5b8 Merge pull request #12 from ndibari-etsy/reorder_error_check_on_release_download
- 8d0464b Merge pull request #13 from etsy/remove-ioutil-package
- eba734e fix: check err before using file object
- c619935 chore: remove deprecated ioutil package
- 2177088 chore: regenerate homebrew formula
v1.1.1
Changelog
- fa4b768 Merge pull request #11 from linuxdaemon/windows-exe-match
- 57f640c fix: Match terraform.exe in windows releases
- b40374d chore: regenerate homebrew formula
v1.1.0
Changelog
- 3bd203b Merge pull request #10 from etsy/feat-custom-arch
- 2fe4634 feat: add custom arch support w/ env var
- 9a1b0f2 Merge pull request #7 from etsy/checksum
- 0483a59 address review
- f43b75b feat: add sha256sum check when downloading from hashicorp
- d33778d chore: regenerate homebrew formula
v1.0.2
What's Changed
- Upgrade go to 1.17
- Enable darwin arm64 build (M1 Chip)
Full Changelog: v1.0.1...v1.0.2
v1.0.1
Changelog
4f8b1f0 Merge pull request #2 from etsy/write-executable-atomically
v1.0.0
This release indicates stability, and has no functional changes.
v0.0.5
Changelog
014f0e1 refactor: remove unused context
fb9e488 build: run integration tests and dry-run build
77ca7f7 refactor: clean up code in releaseapi package
865c249 chore: update logging environment variable
9a0dbb8 docs: update README
df74156 chore: regenerate homebrew formula
v0.0.4
Changelog
41b21d8 fix: specify origin when determining previous SHA
1c13eab fix: goreleaser defaults to main.version
ce6a75a feat: create 'terraform' symlink in brew formula
26a6b7b chore: regenerate homebrew formula
v0.0.3
Changelog
72dc7f9 fix: goreleaser writes formula to dist/
ab42f14 fix: use gh CLI tool to upload homebrew formula
06382d3 fix: use github actions bot for commit_author
bd87dac feat: add homebrew tap