Skip to content

Latest commit

 

History

History
115 lines (74 loc) · 3.01 KB

CHANGELOG.md

File metadata and controls

115 lines (74 loc) · 3.01 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.

[Unreleased]

  • changed protocol from git to https for latest tag query on install script. [#114]

1.6.0 - 2021-01-06

Added

  • Added support for TFE_ADDRESS and TFE_BASEPATH environment variables. #89

1.5.0 - 2021-01-12

Added

  • Add TFE notification support. #40

1.4.2 - 2020-11-15

Fixed

  • Fix the var file parser to accept any type of HCL data. #38

1.4.1 - 2020-09-23

Fixed

  • Fix number representation. #37

1.4.0 - 2020-09-18

Added

  • Add support for object variables in var files. #34

1.3.0 - 2020-05-12

Changed

  • Make variable creation process asynchronous. #31

Fixed

  • Handle number variables. #32

1.2.0 - 2020-04-01

Added

  • Support multiple varfiles when create/updating variables. #28

Fixed

  • Incorrect encoding of HCL lists. #27

1.1.1 - 2020-03-31

Fixed

  • Fix the problem preventing to update an existing workspace, or to create a new workspace with the--force flag. #23

1.1.0 - 2020-03-30

Added

  • Ability to detect HCL variables from a varfile. #14
  • Ability to delete workspaces. #15
  • Ability to delete variables. #20

Fixed

  • Fix problem preventing to create a new workspace. #18
  • Fix the installer. #19

1.0.0 - 2020-03-25

Initial version with support for managing:

  • Workspaces
  • Variables