Releases: warrensbox/terraform-switcher
Releases · warrensbox/terraform-switcher
v1.19.0
Changelog
Features
- feat(download): Allow user-provided mirror for artifact download (#777) (@yermulnik)
Documentation
- docs: add troubleshooting entry for stale HashiCorp PGP key cache (#781) (@shanukk27)
- docs: Update CHANGELOG with
v1.19.0(#782) (@yermulnik)
Go
- go: bump github.com/gookit/color from 1.6.0 to 1.6.1 (#760) (@dependabot[bot])
- go: Bump golang.org/x/term from 0.42.0 to 0.43.0 (#765) (@dependabot[bot])
- go: Bump golang.org/x/sys from 0.44.0 to 0.45.0 (#770) (@dependabot[bot])
- go: Bump golang.org/x/sys from 0.45.0 to 0.46.0 (#778) (@dependabot[bot])
- go: Bump golang.org/x/term from 0.43.0 to 0.44.0 (#779) (@dependabot[bot])
Others
- gh-actions: bump github/codeql-action from 4.35.2 to 4.35.3 (#761) (@dependabot[bot])
- gh-actions: bump fuxingloh/multi-labeler from 4.0.0 to 5.0.0 (#762) (@dependabot[bot])
- gh-actions: bump github/codeql-action from 4.35.3 to 4.35.4 (#763) (@dependabot[bot])
- gh-actions: Bump github/codeql-action from 4.35.4 to 4.35.5 (#768) (@dependabot[bot])
- gh-actions: Bump goreleaser/goreleaser-action from 7.2.1 to 7.2.2 (#769) (@dependabot[bot])
- gh-actions: Bump github/codeql-action from 4.35.5 to 4.36.0 (#771) (@dependabot[bot])
- gh-actions: Bump github/codeql-action from 4.36.0 to 4.36.1 (#775) (@dependabot[bot])
- gh-actions: Bump actions/checkout from 6.0.2 to 6.0.3 (#774) (@dependabot[bot])
- gh-actions: Bump github/codeql-action from 4.36.1 to 4.36.2 (#776) (@dependabot[bot])
v1.18.0
Changelog
Features
- feat: Pull version from Terraform/Opentofu JSON endpoints (#739) (@MatthewJohn)
Bug fixes
- fix: Avoid erroneous fake opentofu release, due to markup within the Opentofu releases page when parsing version from HTML body (#738)
Documentation
- docs: Update CHANGELOG with
v1.18.0(#759) (@yermulnik)
Go
- go: bump github.com/ProtonMail/gopenpgp/v3 from 3.4.0 to 3.4.1 (#758) (@dependabot[bot])
Others
- gh-actions: bump goreleaser/goreleaser-action from 7.1.0 to 7.2.1 (#757) (@dependabot[bot])
v1.17.1
Changelog
Bug fixes
- fix(pgp): Re-work signature verification with multiple keys (#749) (@yermulnik / @MatthewJohn)
- fix(pgp): Fallback to legacy builtin PGP key (#753) (@yermulnik)
Documentation
- docs: Update CHANGELOG with
v1.17.1(#752) (@yermulnik)
v1.17.0
Changelog
Bug fixes
- fix: Verify checksum signature against every PGP key in the public key file (#747) (@pszypowicz)
Documentation
- docs: Update CHANGELOG with
v1.17.0(#748) (@yermulnik)
Go
- go: bump golang.org/x/sys from 0.42.0 to 0.43.0 (#735) (@dependabot[bot])
- go: bump golang.org/x/term from 0.41.0 to 0.42.0 (#736) (@dependabot[bot])
- go: bump github.com/zclconf/go-cty from 1.18.0 to 1.18.1 (#740) (@dependabot[bot])
Others
- gh-actions: bump github/codeql-action from 4.35.1 to 4.35.2 (#737) (@dependabot[bot])
- gh-actions: bump goreleaser/goreleaser-action from 7.0.0 to 7.1.0 (#743) (@dependabot[bot])
v1.16.0
Changelog
Homebrew
-
feat(goreleaser/homebrew): Migrate from Formula to Cask (#732) (@yermulnik)
Historically, GoReleaser would generate hackyish formulas that would install the pre-compiled binaries. This was the only way to do it for Linuxbrew at the time, but this is no longer true, and Casks should be used instead.
ℹ️ See #607 for some more info behind this change.
👉🏻 Below are the steps to embrace this change:- Run
brew upgradeto let it auto-migrate from Formula to Cask - Run
brew uninstall --formula --force tfswitchto cleanup Formula - Your
tfswitchHomebrew installation now uses Cask instead of Formula
- Run
Documentation
- docs: Update CHANGELOG with
v1.16.0(#733) (@yermulnik)
Go
- go: bump golang.org/x/sys from 0.41.0 to 0.42.0 (#720) (@dependabot[bot])
- go: bump golang.org/x/term from 0.40.0 to 0.41.0 (#721) (@dependabot[bot])
- go: bump github.com/ProtonMail/gopenpgp/v3 from 3.3.0 to 3.4.0 (#726) (@dependabot[bot])
- go: bump github.com/hashicorp/go-version from 1.8.0 to 1.9.0 (#730) (@dependabot[bot])
Others
- gh-actions: bump github/codeql-action from 4.32.6 to 4.33.0 (#725) (@dependabot[bot])
- gh-actions: bump github/codeql-action from 4.33.0 to 4.34.1 (#727) (@dependabot[bot])
- gh-actions: bump actions/setup-go from 6.3.0 to 6.4.0 (#728) (@dependabot[bot])
- gh-actions: bump github/codeql-action from 4.34.1 to 4.35.1 (#729) (@dependabot[bot])
- gh-actions: bump super-linter/super-linter from 8.5.0 to 8.6.0 (#731) (@dependabot[bot])
v1.15.0
Changelog
Documentation
- docs: Update CHANGELOG with
v1.15.0(#719) (@yermulnik)
Go
- go: Update golang buildchain version to 1.25.7 (#716) (@MatthewJohn)
- go: bump github.com/zclconf/go-cty from 1.17.0 to 1.18.0 (#712) (@dependabot[bot])
- go: bump github.com/cloudflare/circl from 1.6.1 to 1.6.3 (#713) (@dependabot[bot])
Others
- gh-actions: bump actions/setup-go from 6.2.0 to 6.3.0 (#714) (@dependabot[bot])
- gh-actions: bump github/codeql-action from 4.32.4 to 4.32.5 (#717) (@dependabot[bot])
- gh-actions: bump github/codeql-action from 4.32.5 to 4.32.6 (#718) (@dependabot[bot])
v1.14.0
Changelog
Features
- feat(versiontf): handle tofu files (#696) (@Intuinewin)
Documentation
- docs: Update CHANGELOG with
v1.14.0(#707) (@yermulnik)
Go
- go: bump golang.org/x/sys from 0.39.0 to 0.40.0 (#686) (@dependabot[bot])
- go: bump golang.org/x/term from 0.37.0 to 0.39.0 (#687) (@dependabot[bot])
- go: bump golang.org/x/sys from 0.40.0 to 0.41.0 (#700) (@dependabot[bot])
- go: bump golang.org/x/term from 0.39.0 to 0.40.0 (#703) (@dependabot[bot])
- go: bump github.com/zclconf/go-cty from 1.16.3 to 1.17.0 (#709) (@dependabot[bot])
Others
- gh-actions: bump super-linter/super-linter from 8.3.0 to 8.3.1 (#682) (@dependabot[bot])
- gh-actions: bump github/codeql-action from 4.31.8 to 4.31.9 (#683) (@dependabot[bot])
- gh-actions: bump super-linter/super-linter from 8.3.1 to 8.3.2 (#685) (@dependabot[bot])
- gh-actions: bump github/codeql-action from 4.31.9 to 4.31.10 (#688) (@dependabot[bot])
- gh-actions: bump actions/setup-go from 6.1.0 to 6.2.0 (#689) (@dependabot[bot])
- gh-actions: bump actions/setup-python from 6.1.0 to 6.2.0 (#690) (@dependabot[bot])
- gh-actions: bump actions/checkout from 6.0.1 to 6.0.2 (#691) (@dependabot[bot])
- gh-actions: bump github/codeql-action from 4.31.10 to 4.31.11 (#692) (@dependabot[bot])
- gh-actions: bump github/codeql-action from 4.31.11 to 4.32.0 (#693) (@dependabot[bot])
- gh-actions: bump super-linter/super-linter from 8.3.2 to 8.4.0 (#694) (@dependabot[bot])
- gh-actions: bump github/codeql-action from 4.32.0 to 4.32.1 (#695) (@dependabot[bot])
- Expand
super-linterworkflow permission to post to issues and PRs (#697) (@Intuinewin) - gh-actions: bump github/codeql-action from 4.32.1 to 4.32.2 (#699) (@dependabot[bot])
- gh-actions: bump super-linter/super-linter from 8.4.0 to 8.5.0 (#701) (@dependabot[bot])
- chore: Print which exact integration test is being run in GH workflow (#702) (@yermulnik)
- gh-actions: bump github/codeql-action from 4.32.2 to 4.32.3 (#705) (@dependabot[bot])
- chore: Apply
go fix ./...(#706) (@yermulnik) - gh-actions: bump github/codeql-action from 4.32.3 to 4.32.4 (#711) (@dependabot[bot])
- gh-actions: bump goreleaser/goreleaser-action from 6.4.0 to 7.0.0 (#710) (@dependabot[bot])
- chore: Add more badges to README and suppress
super-linteroutput on success (#708) (@yermulnik)
v1.13.0
Changelog
Documentation
- docs: Update CHANGELOG with
v1.13.0(#681) (@yermulnik)
Go
- go: Bump toolchain version requirement to
go1.25.5(#680) (@yermulnik)
Others
- gh-actions: bump github/codeql-action from 4.31.7 to 4.31.8 (#677) (@dependabot[bot])
- chore(goreleaser): Allow hyphen in Goreleaser's release notes groups config (#679) (@yermulnik)
v1.12.0
Changelog
Features
- feat(shell-completion): fish shell completion (#665) (@marcaurele)
Documentation
- docs: Update CHANGELOG with
v1.12.0(#676) (@yermulnik)
Others
- chore(multi-labeler): Remove
pull_requesttarget frommulti-labelerworkflow (#675) (@yermulnik)
v1.11.0
Changelog
Bug fixes
- fix: Don't PromptUI in non-interactive terminal (#669) (@yermulnik)
- fix: Fail fast if
chdirdirectory is not readable (#671) (@yermulnik)
Documentation
- docs: Update CHANGELOG with
v1.11.0(#674) (@yermulnik)
Go
- go: bump github.com/hashicorp/go-version from 1.7.0 to 1.8.0 (#662) (@dependabot[bot])
- go: bump golang.org/x/sys from 0.38.0 to 0.39.0 (#673) (@dependabot[bot])
Others
- gh-actions: bump super-linter/super-linter from 8.2.1 to 8.3.0 (#663) (@dependabot[bot])
- gh-actions: bump github/codeql-action from 4.31.5 to 4.31.6 (#664) (@dependabot[bot])
- gh-actions: bump actions/checkout from 6.0.0 to 6.0.1 (#666) (@dependabot[bot])
- gh-actions: bump github/codeql-action from 4.31.6 to 4.31.7 (#672) (@dependabot[bot])