Skip to content

Releases: Adaptavist/twrapper

v2.0.0

01 Jun 00:47
Compare
Choose a tag to compare

2.0.0 (2023-06-01)

Breaking Changes

  • terraform enterprise support with migrations (#3) (19bfa00)

BREAKING CHANGE: almost a rewrite so we expect some things to possibly be broken

- Added commands for querying s3 backend
- Added Terraform Enterprise support
- Added migrations from s3 backend to terraform enterprise
- Added commands for interacting with Terraform Enterprise
- Added auto-creation of Terraform Enterprise Projects for workspaces
- Improved documentation to cover changes
- Added integration tests
- Replaced environment variable lookup vars with environment variable referencing from within configuration files

Chores

  • actions: move go version (05f1329)
  • hocus: added hocus developer env (1badd21)

v1.1.1

05 Apr 11:15
Compare
Choose a tag to compare

1.1.1 (2022-04-05)

Bug Fixes

  • docker: added openssh to image (54f2f85)

v1.1.0

12 Nov 17:37
Compare
Choose a tag to compare

1.1.0 (2021-11-12)

Feature

  • added jq to docker image (50f26bb)

v1.0.1

21 Sep 08:00
4cec7dc
Compare
Choose a tag to compare

1.0.1 (2021-09-21)

Bug Fixes

  • cmd: removed flag parsing when wrapping terraform (8a456c2)

v1.0.0

19 Mar 10:58
afb5651
Compare
Choose a tag to compare

1.0.0 (2021-03-19)

Feature

Chores

  • docker: added git to image so terraform can close modules (afb5651)
  • docker: added tfenv so users can control the terraform version (5148394)
  • build: added build and release (fb2fc22)
  • git: ignoring terraform data, dist and ide files (50cac5a)