Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
[0.13.1201] - 2021-11-28
Bug fixes
- Fixed: No matter what users pass to --bin or -b, the local binary is called terraform. User can resume old behavior where -b is custom
Added
- -c, --chdir=value : Switch to a different working directory before executing the given command. Ex: tfswitch --chdir terraform_project will run tfswitch in the terraform_project directory
- -P, --show-latest-pre=value : Show latest pre-release implicit version. Ex: tfswitch --show-latest-pre 0.13 prints 0.13.0-rc1 (latest)
- -S, --show-latest-stable=value : Show latest implicit version. Ex: tfswitch --show-latest-stable 0.13 prints 0.13.7 (latest)
- -U, --show-latest : Show latest stable version
Removed
- snapcraft installation option
Merged and released commits
- c730f27 Add "show" options to just show the latest versions rather than actually switch or install.
- 2708a3b Implement --chdir - Flag
- 01aed79 Install darwin arm64 terraform version when desired version is equal or greater than 1.0.2 and you run MacOS on M1 CPU
- 806d0c6 Merge branch 'datadrivers-feature/chdir-flag'
- 39f7d0f Merge branch 'feature/chdir-flag' of git://github.com/datadrivers/terraform-switcher into datadrivers-feature/chdir-flag
- 76ee4c0 Merge pull request #190 from warrensbox/develop
- b9e4693 Merge pull request #191 from warrensbox/develop
- 6924416 Merge pull request #193 from grimm26/show
- 1a7aa80 Merge pull request #198 from spring-media/master
- 48e8ed9 Merge pull request #202 from hlepesant/master
- f8a3785 Merge pull request #205 from warrensbox/feature/remove-snap-groom-code
- 7e72036 Merge pull request #206 from warrensbox/master
- 09816b6 Refactor code - if version exist, simply change symlink
- a3955b5 Update README.md
- e3adcbc Update install.sh
- 20ca883 Update lib/install.go
- f51e56d Update lib/install.go
- a13d3ae add darwin/arm64 in supported arch
- 40b5968 add make install
- 4601962 add snapsccrft option
- df20be5 aded default chdir path, fixed typo
- f20faca bump snapcraft
- 9616cf0 compile last tag
- e60bbda custom mirror option documentation
- c7b1a83 testing SNAP_REAL_HOME
- 03d377b testing snapcraft