|
| 1 | +## 3.0.0 (July 14, 2022) |
| 2 | + |
| 3 | + * BREAKING CHANGE: Don't install ggrep on macs automatically; it's just not good practice. ggrep now a pre-requisite for Mac. |
| 4 | + * 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 <mike.peachey@bjss.com>) |
| 5 | + * MAJOR THANKS: Extreme performance improvements for bashlog (Zoltán Reegn <zoltan.reegn@gmail.com> & Andrew Bradley <abradley@brightcove.com>) |
| 6 | + * NEW FEATURE: Add support for netrc for private mirrors (Jack Parsons <jack.parsons@test-and-trace.nhs.uk>) |
| 7 | + * NEW FEATURE: Support reversed list of versions from remote (Mike Peachey <mike.peachey@bjss.com>) |
| 8 | + * 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 <mike.peachey@bjss.com>) |
| 9 | + * FIX: Improve mktemp error message (Mike Peachey <mike.peachey@bjss.com>) |
| 10 | + * FIX: #282 - Update warning message when no PGP in use (Mike Peachey <mike.peachey@bjss.com>) |
| 11 | + * FIX: #299 - When AUTO_INSTALL, tfenv use will attempt to install, including default latest (Mike Peachey <mike.peachey@bjss.com>) |
| 12 | + * FIX: #315 - ugly 'no such file or directory' message when setting terraform version for the first time (Mike Peachey <mike.peachey@bjss.com>) |
| 13 | + * FIX: #318 - Updated documentation regarding files instructing PGP usage (Mike Peachey <mike.peachey@bjss.com>) |
| 14 | + * FIX: Add test of auto-installing min-required version (Oliver Ford <dev@ojford.com>) |
| 15 | + * FIX: #300: `min-required` not evaluated for auto-install (Oliver Ford <dev@ojford.com>) |
| 16 | + * FIX: #340 - Unbound variable (Mike Peachey <mike.peachey@bjss.com>) |
| 17 | + * FIX: Install ggrep during mac tests (Mike Peachey <mike.peachey@bjss.com>) |
| 18 | + * FIX: Update README.md for WSL users (Panu Valtanen <p4nu@users.noreply.github.com>) |
| 19 | + * FIX: Look up correct versions location in tfenv-pin and set tfenv-pin as executable (Aaron Madlon-Kay <aaron@madlon-kay.com>) |
| 20 | + * FIX: Handle new alpha versioning syntax (Dylan Turner <dylan.turner@bjss.com>) |
| 21 | + * FIX: Add missing exports (Andrew Bradley <abradley@brightcove.com>) |
| 22 | + * FIX: Extract some libexec commands into helper functions (Andrew Bradley <abradley@brightcove.com>) |
| 23 | + * FIX: ARM/ARM64 support (Volodymyr Samusia <samusia.vs@gmail.com>) |
| 24 | + * FIX: Docs clarification for arm achitecture (Kuba <jakub.glapa@adverity.com>) |
| 25 | + * FIX: Use macos-11 tests (Stephen <stephengroat@users.noreply.github.com>) |
| 26 | + * FIX: README.md - Suggest shallow git clone for regular usage (Aurélien Joga <aurelienjoga@gmail.com>) |
| 27 | + * FIX: Support redirects on downloads (Troy Ready <troy@troyready.com>) |
| 28 | + * FIX: README.md - Support Apple Silicon (Greg Dubicki <grzegorz.dubicki@gmail.com>) |
| 29 | + |
1 | 30 | ## 2.2.3 (Feb 9, 2022) |
2 | 31 |
|
3 | 32 | * Fix: mktemp not working correctly on Alpine Linux (#285) |
|
0 commit comments