Tfenv Versions Save

Terraform version manager

v3.0.0

1 year ago

Main highlights:

  • Refactor bashlog
  • Fixes for Macs
  • Fixes to Auto Install logic and Use logic
  • Support for netrc and remote-order-reversal for private mirrors

I'm expecting some more bugs to creep out of the woodwork with these changes. Please report any you find expeditiously and I'll try to get fixes released quickly.

v2.2.3

2 years ago

Apologies to all for the delays to this release.

This is a release of the state of master following changes in May to August of 2021 with passing tests and due caution that I can't remember what I was holding off on to put this release out at the time. Probably something I wanted to include, but didn't get a chance to go back to including.

A new maintainer has been added to tfenv and I hope to make progress on the outstanding Issues and PRs soon.

v2.2.2

3 years ago

Security updates

v2.2.1

3 years ago

Fixes #259 by merging #257

v2.2.0

3 years ago

2.2.0 (February 06, 2021)

  • 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)

v2.1.0

3 years ago

Caveat Emptor: Struggling with Travis CI's new credits system. Testing for this release has been best-effort.

  • 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)

v2.0.0

4 years ago

Version 2 is a go.

Major rewrite with improved logging and community-focussed logic changes. See the CHANGELOG

v2.0.0-beta2

4 years ago

Logic in implementation and testing changed to never invoke use automatically on install. tfenv-resolve-version introduced for deduplication.

v2.0.0-beta1

4 years ago

v2.0.0-beta1

Release Candidate

  • Logging library seems stable. Now bash3 compatible
  • tfenv will no longer overwrite .terraform-version files

v2.0.0-alpha3

4 years ago

A rewrite and cleanup of the way each script handles it's self initialisation. Permits scripts to each run completely stand-alone. Should handle symlinks in any kind of way you might use them.