Skip to content

Releases: kuptan/terraform-operator

0.1.4.beta2

14 Aug 16:13
a9a0f2d
Compare
Choose a tag to compare

What's Changed

Metrics

  • tracking workflows with waiting status in #41

0.1.4.beta1

12 Aug 09:23
dd9dfb2
Compare
Choose a tag to compare

What's Changed

Fix

  • metrics for status and duration in #40

0.1.3

30 Jul 11:13
2285bc3
Compare
Choose a tag to compare

What's Changed

Fix

  • add namespace as part of the default backend config (#36)
  • fix role binding creation bug (#38)

0.1.2

29 Jul 09:05
b0fdf66
Compare
Choose a tag to compare

What's Changed

Fix

  • kubernetes resources cleanup in #19
  • check observed generation in dependency check in #33
  • added name of the terraform when object is being deleted in #34

Enhancement

  • added crd short name in #23
  • setting requeue settings through flags in #25
  • increase the unit tests coverage and cases in #26

0.1.1

09 Jun 13:03
befa493
Compare
Choose a tag to compare

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

30 May 12:18
Compare
Choose a tag to compare

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

28 May 13:04
dc6bdcc
Compare
Choose a tag to compare
  • Refactor code and update dependencies
  • Fix dependency querying by using the reconciler instead of the Kube client

0.0.4

21 Jan 14:12
f97498d
Compare
Choose a tag to compare
  • Terraform dependencies between runs/workflows

0.0.3

18 Jan 11:18
517f3dc
Compare
Choose a tag to compare

fix multi var file mounts in the terraform-runner job

0.0.2

17 Jan 10:11
e190921
Compare
Choose a tag to compare

support terraform module source from a private git repository