Releases: appvia/terranetes-controller
Releases · appvia/terranetes-controller
v0.5.3
What's Changed
- fail when there is a failure file by @lewismarshall in #1587
- [FIX] - Terrenetes Download by @gambol99 in #1589
Full Changelog: v0.5.2...v0.5.3
terranetes-controller-v0.8.2
Controller used to provision a terraform workflow within kubernetes
v0.5.2
What's Changed
- [HELM] - Release v0.5.1 (v0.8.1) by @gambol99 in #1582
- add a rety option to the step command by @lewismarshall in #1585
New Contributors
- @lewismarshall made their first contribution in #1585
Full Changelog: v0.5.1...v0.5.2
terranetes-controller-v0.8.1
Controller used to provision a terraform workflow within kubernetes
v0.5.1
What's Changed
- [HELM] - Release 0.5.0 by @gambol99 in #1559
- [FEATURE] - Alpine Image 3.20.3 by @gambol99 in #1560
- docs: fix broken links in the README by @KashifSaadat in #1561
Full Changelog: v0.5.0...v0.5.1
terranetes-controller-v0.8.0
Controller used to provision a terraform workflow within kubernetes
v0.5.0
What's Changed
- [HELM] - Release v0.4.16 by @gambol99 in #1530
- [HELM] - Switching to Helm Webhooks by @gambol99 in #1536
- [HELM] - Fixed typo in values.yaml by @ronaldvb-k in #1548
- [HELM] - Job Label Chart Fix by @gambol99 in #1551
- [FEATURE] - Switching to Opentofu by @gambol99 in #1550
- [FEATURE] - Verify Revision by @gambol99 in #1556
- [IMAGES] - Checkov by @gambol99 in #1557
Major Changes
With this release we have switched to OpenTofu by default. If you still wish to retain the use of hashicorp terraform ensure you set the following in your helm values
controller:
binaryPath: /bin/terraform
images:
terraform: hashicorp/terraform:1.9
Full Changelog: v0.4.16...v0.5.0
terranetes-controller-v0.7.23
Controller used to provision a terraform workflow within kubernetes
Bugs
- The current helm chart has a typo in the 'controller.jobsLabels', this should have been 'controller.jobLabels', which is what the actual template references #1548
terranetes-controller-v0.7.22
Controller used to provision a terraform workflow within kubernetes