Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Terraform 0.12.25, add TF_VERSION environment variable #48

Merged
merged 4 commits into from
May 14, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update CHANGELOG with SSH key feature
  • Loading branch information
joatmon08 committed May 14, 2020
commit fe04a11493cb79175583bd96a824fe4d5f63976d
11 changes: 6 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
## Unreleased
## 0.1.4-alpha (May 14, 2020)

* Allow user to specify SSH Key by name or ID (#41)
* Update to Terraform 0.12.25 and add TF_VERSION environment variable (#47)

## 0.1.3 (April 28, 2020)
## 0.1.3-alpha (April 28, 2020)

* Add `sshKeyID` to CR spec, so users can reference modules in private git repos (#25)
* Always update Sensitive variables when a Run is triggered and before the Run is executed (#22)
* Fix: update variables when HCL flag changes (#33)

## 0.1.2 (April 16, 2020)
## 0.1.2-alpha (April 16, 2020)

* Enable non-string Terraform variables by setting HCL type (#11)
* Fix panics in handling non-string Terraform output (#19)

## 0.1.1 (March 24, 2020)
## 0.1.1-alpha (March 24, 2020)

* Handle non-string Terraform outputs and return them as JSON-formatted string (#12)

## 0.1.0 (2020)
## 0.1.0-alpha (2020)

* Initial release