- Upgrade to operator SDK version 1.2.0 (#83)
- Revert state output parsing logic (#86)
Upgrade notes: This version moves storage of outputs from ConfigMaps to Secrets. The first time the operator runs it will create new Secrets containing the workspace's outputs, and it will keep updating only those for subsequent runs. Old ConfigMaps will be left for the users to delete when they are ready.
- Upgrade to operator-sdk v0.18 (#69)
- Support for VCS backed workspaces. (#70)
- Support for insecure HTTPS connections. (#72)
- Decouple the operator from the Terraform version used in a workspace (#77)
- Fix bug with timing of configuration version status (#78)
- Store outputs in k8s Secret objects instead of ConfigMap objects (#80)
- Remove vendor dir (81)
- Add support for TFC Remote agents and upgrade go-tfe to 0.11.1 (#82)
- Upgrade go-tfe to v0.7.0 and dependencies
- Fix issue that prevents SSHKey from being set on new workspaces (#44)
- Add Terraform Enterprise endpoint with
TF_URL
environment variable (#13)
- Allow user to specify SSH Key by name or ID (#41)
- Update to Terraform 0.12.25 and add TF_VERSION environment variable (#47)
- 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)
- Enable non-string Terraform variables by setting HCL type (#11)
- Fix panics in handling non-string Terraform output (#19)
- Handle non-string Terraform outputs and return them as JSON-formatted string (#12)
- Initial release