Skip to content

Releases: giantswarm/app-operator

v1.1.6

29 Jun 12:25
509ee94
Compare
Choose a tag to compare

Helm 3 Release

Changed

  • Delete helm-2to3-migration job after the migration is finished.
  • Sending metrics with app CR's version in the spec.
  • Only emit metrics for app CRs reconciled by this instance of the operator.
  • Expose App's .spec.catalog field as a collected metric

v1.0.8

23 Jun 14:29
28dfa73
Compare
Choose a tag to compare

Helm 2 Release

Changed

  • Fix problems with openapi valdidation rules for app and appcatalog CRDs.
  • Make optional fields nullable for app and appcatalog CRDs. (#379)
  • Only emit metrics for app CRs reconciled by this instance of the operator. (#381)
  • Expose App's .spec.catalog field as a collected metric (#384)

v1.1.5

16 Jun 14:33
63d56eb
Compare
Choose a tag to compare

Helm 3 release.

Changed

  • Cancel the reconciliation when failed to merge configMaps/secrets.

v1.0.7

11 Jun 13:32
5632c8f
Compare
Choose a tag to compare

Helm 2 release.

Changed

  • Cancel tiller resource if the chart-operator is already deployed in clusters.

v1.0.6

10 Jun 14:51
Compare
Choose a tag to compare

Changed

  • Update status accordingly when parsing configMaps/secrets failed.

v1.0.5

05 Jun 15:03
Compare
Choose a tag to compare

Changed

  • Using selector in controller instead of handleFunc in resourceset.

v1.1.4

04 Jun 14:54
57008dd
Compare
Choose a tag to compare

Changed

  • Check chart-operator deployment status before initiating helm 3 migration.

v1.1.3

26 May 15:12
2a8e916
Compare
Choose a tag to compare
  • Log app name in collector when cordon-until annotation cannot be parsed.
  • Update to helmclient v1.0.1 for security patch.

v1.1.2

21 May 14:11
a96e5a3
Compare
Choose a tag to compare
  • Fix problem setting image registry for migration job.
  • Update dependencies including error handling for unavailable tenant clusters.

v1.1.1

21 May 07:11
1405185
Compare
Choose a tag to compare

Set HTTP client timeout for helmclient when pulling charts in China.