Releases: kuptan/terraform-operator
Releases · kuptan/terraform-operator
0.1.4.beta2
0.1.4.beta1
0.1.3
0.1.2
0.1.1
What's Changed
- feature: add metrics for total runs, status metrics, and workflow duration in #14
- added: add finalizer to track deleted objects as metrics in #15
- bug: fix random run id generator and reduce length to 6 in #16
Full Changelog: 0.1.0...0.1.1
0.1.0
Add: Variable input from a dependency's output
Add: Using Kubernetes as a default backend if the backend
field is not provided
Refactor: Refactoring code and introducing go linting
Docs: Docs changes to reflect the new changes
0.0.5
- Refactor code and update dependencies
- Fix dependency querying by using the reconciler instead of the Kube client
0.0.4
- Terraform dependencies between runs/workflows
0.0.3
fix multi var file mounts in the terraform-runner job
0.0.2
support terraform module source from a private git repository