Skip to content

v0.8.0-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 23 Jan 14:25
· 1711 commits to main since this release

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