Skip to content

Latest commit

 

History

History
213 lines (138 loc) · 15.3 KB

CHANGELOG.md

File metadata and controls

213 lines (138 loc) · 15.3 KB

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.

v1.1.1 - 2024-04-27

Fixed

  • Fix issue related to additional configuration apart from terraform_version_constraint failing #401 #409 (MatrixCrawler)
  • Fix issue related to terraform version constraint in version.tf not being parsed correctly #410 #402 #403 (MatrixCrawler)
  • Fix issue where install.sh is unable to download tfswitch version(s) with 'v' appended to the version number #394 #413 #413 #403 (yermulnik) and (d33psky)

v1.1.0 - 2024-04-25

Full Changelog

Added

Fixed

Documentation

Other

1.0.2 - 2024-04-01

Full Changelog

Other

1.0.1 - 2024-04-01

Full Changelog

Other

1.0.0 - 2024-04-01

Full Changelog

Fixed

Other

0.13.1316 - 2024-03-22

Full Changelog

Other

0.13.1308 - 2023-02-06

Full Changelog

Other

0.13.1300 - 2022-10-27

Full Changelog

Other

0.13.1288 - 2022-07-04

Full Changelog

Other

0.13.1275 - 2022-06-20

Full Changelog

Other

0.13.1250 - 2022-05-27

Full Changelog

Other

0.14.0-alpha-1 - 2022-05-23

Full Changelog

Other

  • Upgrade to Golang 1.18 #235 (jukie)
  • Automate binary tests from test-data directory #234 (jukie)
  • Upgrade to Go 1.18 #232 (jukie)
  • MacOs -> macOS to be consistent with the standard casing #230 (erikdw)

0.13.1221 - 2022-05-11

Full Changelog

Other

0.13.1218 - 2022-03-08

Full Changelog

Fixed

Other

0.13.1201 - 2021-11-28

Bug fixes

  • 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