Skip to content

v0.2.0-beta

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Dec 20:01
f9bab40

0.2.0-beta (December 14, 2020)

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)