- BREAKING CHANGE: Don't install ggrep on macs automatically; it's just not good practice. ggrep now a pre-requisite for Mac.
- BREAKING CHANGE: When TFENV_AUTO_INSTALL=true, tfenv use will now attempt to install a matching version when no matching version is installed already, including defaulting to latest if no version is specified at the command line or in overrides (Mike Peachey [email protected])
- MAJOR THANKS: Extreme performance improvements for bashlog (Zoltán Reegn [email protected] & Andrew Bradley [email protected])
- NEW FEATURE: Add support for netrc for private mirrors (Jack Parsons [email protected])
- NEW FEATURE: Support reversed list of versions from remote (Mike Peachey [email protected])
- FIX: Try to fix RC sorting order in use. Do not invoke version on use as it's meaningless and confusing when defaults are overridden (Mike Peachey [email protected])
- FIX: Improve mktemp error message (Mike Peachey [email protected])
- FIX: #282 - Update warning message when no PGP in use (Mike Peachey [email protected])
- FIX: #299 - When AUTO_INSTALL, tfenv use will attempt to install, including default latest (Mike Peachey [email protected])
- FIX: #315 - ugly 'no such file or directory' message when setting terraform version for the first time (Mike Peachey [email protected])
- FIX: #318 - Updated documentation regarding files instructing PGP usage (Mike Peachey [email protected])
- FIX: Add test of auto-installing min-required version (Oliver Ford [email protected])
- FIX: #300:
min-required
not evaluated for auto-install (Oliver Ford [email protected]) - FIX: #340 - Unbound variable (Mike Peachey [email protected])
- FIX: Install ggrep during mac tests (Mike Peachey [email protected])
- FIX: Update README.md for WSL users (Panu Valtanen [email protected])
- FIX: Look up correct versions location in tfenv-pin and set tfenv-pin as executable (Aaron Madlon-Kay [email protected])
- FIX: Handle new alpha versioning syntax (Dylan Turner [email protected])
- FIX: Add missing exports (Andrew Bradley [email protected])
- FIX: Extract some libexec commands into helper functions (Andrew Bradley [email protected])
- FIX: ARM/ARM64 support (Volodymyr Samusia [email protected])
- FIX: Docs clarification for arm achitecture (Kuba [email protected])
- FIX: Use macos-11 tests (Stephen [email protected])
- FIX: README.md - Suggest shallow git clone for regular usage (Aurélien Joga [email protected])
- FIX: Support redirects on downloads (Troy Ready [email protected])
- FIX: README.md - Support Apple Silicon (Greg Dubicki [email protected])
- Fix: mktemp not working correctly on Alpine Linux (#285)
- Add support of ARM64 (#280)
- Add support for tf.json files on min-required (#277)
- Fix issue #210 - allow non-numeric values for DEBUG (#274)
- Download latest version if user uses regex and TFENV_AUTO_INSTALL is true (#272)
- Add tfenv pin command (#270)
- remove trust from revoked signing key as of hcsec-2021-12
- fix installation of versions signed by revoked key by forcing to use the new key
- hcsec-2021-12 (#257)
- Convert GitHub CI from Travis CI to Github Actions
- Fix min-required after it was broken by 2.1.0 (#235)
- Min-required recursive lookup was dangerously broken. Removed the recursion that should never have been (#237)
- Fix the failure of tfenv list when no default was set (#236)
- Add init command (#240)
- Use ggrep on Mac with Homebrew (#218)
- Update tfenv-min-required to search root before recursing (#203)
- Terraform 0.13.0 support (#191)
- Add Arch Linux install instructions via Arch User Repository (AUR) (#201)
- min-required correctly finds tagged release versions (#206)
- install: make keybase a fall-through verification variant (#213)
- Feature/add TFENV_TERRAFORM_VERSION env var (#222)
- Document version-name command (#224)
- Fix signature verification bypass due to insufficient hashsum checking (#212)
- Fix keybase login exit code handling (#188)
- Fix bug on MacOS when using CLICOLOR=1 (#152)
- Improved error handling in tfenv-list-remote-curl (#186)
- Test in Windows (#140)
- force tfenv to write over existing zip if it exists (#169)
- Remove the versions directory when the last version is uninstalled (#128)
- Add support for sha256sum command (#170)
- Adding freebsd support (#133)
- Improve shell script synatx (#174)
- Begrudging Bash 3.x Compatability because of macOS (#181)
- New logging and debugging library
- Massive testing, logging and loading refactoring
- Fix to 'use' logic: don't overwrite .terraform-version files
- Fix #167 - Never invoke use automatically on install - multiple code and testing changes for new logic
- Fix to not use 0.12.22 during testing which reports its version incorrectly
- Introduce tfenv-resolve-version to deduplicate translation of requested version into actual version
- README.md updates
- Fix #176 - New parameter TFENV_AUTO_INSTALL to handle the version specified by
use
or a.terraform-version
file not being installed
- Fix failing 0.11.15-oci version, Add additional tests for 0.11.15-oci and alphas, betas and rcs #145
- Fix to README section link for .terraform-version file #146
- Fix '--version' flag to return version from CHANGELOG.md when not running from a git checkout.
- A number of bugfixes and basic script improvements
- latest keyword doesn't include unstable releases unless specified by regex
- Support GnuPG tools for signature verification #109
- Add support for Cygwin #81
- Support msys2 bash.exe #75
- Version from sources #73
- run tfenv as a neighbour with full path (to keep vscode and whoever doesn't respect %path, happy) #72
- Add current version in list command #69
- Version file #67
- [DOC] Add link to puppet module for automatic tfenv installation #64
- Switch TLS option for curl depending on the version of macOS
- Fix version detection
- Add support for ARM architecture
- Immediately switch version after installation
- Add uninstall command
- Move temporary directory from /tmp to mktemp
- Upgrade tfenv-install logging
- Prevent interactive prompting from keybase
- Add support for verifying downloads of Terraform
- Update error_and_die functions to better report their source location
- libexec/tfenv-version-name: Respect
latest
&latest:<regex>
syntax in .terraform-version - Extension and development of test suite standards
- Add capability to specify
latest
orlatest:<regex>
in theuse
andinstall
actions. - Add error_and_die functions to standardise error output
- Specify --tlsv1.2 to curl requests to remote repo. TLSv1.2 required; supported by but not auto-selected by older NSS.