Skip to content

Releases: GalleyBytes/terraform-operator

v0.2.0-beta.3 release

14 Sep 05:11
Compare
Choose a tag to compare
  • removed the cloudProfile from crd for cleanup purposes. Functionality of cloudProfile was actually stripped since beta.1.

v0.2.0-beta.2 release

12 Sep 00:20
Compare
Choose a tag to compare
  • removed the password requirement to fetch git resources over https protocol

v0.2.0-beta.1 release

08 Sep 04:33
Compare
Choose a tag to compare

First release of v0.2.0. Changes are mostly refactoring cloudProfile as credentials.

  • Changed cloudProfile to credentials. The former used to be a string. It is now an array of "provider-credentials" with a more intuitive naming convention when pulling Kubernetes Secrets vs. other credential methods such as IRSA or KIAM. See the credentials docs for details.

v0.1.2 release

08 Sep 04:18
Compare
Choose a tag to compare

The first release which has a stable image. Includes a helm chart tagged at v0.1.2 to deploy the operator at this release.