Skip to content

Releases: flux-iac/tofu-controller

v0.8.0

v0.8.0 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 24 Jan 04:29

v0.8.0-rc.1

v0.8.0-rc.1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 23 Jan 14:25

CHANGELOG

The v1alpha1 API contains a breaking change. Users who are upgrading from TF-controller <= 0.7.0 require updating varsFrom,
from a single object:

  varsFrom:
    kind: ConfigMap
    name: cluster-config

to be an array of object, like this:

  varsFrom:
  - kind: ConfigMap
    name: cluster-config

v0.8.0-rc.0

v0.8.0-rc.0 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 18 Jan 12:16

CHANGELOG

The v1alpha1 API contains a breaking change. Users who are upgrading from TF-controller <= 0.7.0 require updating varsFrom,
from a single object:

  varsFrom:
    kind: ConfigMap
    name: cluster-config

to be an array of object, like this:

  varsFrom:
  - kind: ConfigMap
    name: cluster-config

v0.7.0

v0.7.0 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 16 Jan 05:14

v0.7.0-rc.4

v0.7.0-rc.4 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 15 Jan 11:35

v0.7.0-rc.3

v0.7.0-rc.3 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 15 Jan 11:18

v0.7.0-rc.2

v0.7.0-rc.2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 15 Jan 10:54

v0.7.0-rc.1

v0.7.0-rc.1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 15 Jan 05:22

v0.7.0-rc.0

v0.7.0-rc.0 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 13 Jan 12:57

v0.6.0

v0.6.0 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 12 Jan 13:37