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