Skip to content

Releases: giantswarm/flux-app

v0.20.0

07 Dec 09:27
f45c293
Compare
Choose a tag to compare

Added

  • Add capability to attach custom labels and annotations to kustomize-contoller pod template

Changed

  • Bump upstream flux toolkit version to from v0.36.0 to v0.37.0.
    • The interpretation of the gitImplementation field of GitRepository by source-controller and image-automation-controller has been deprecated, and will effectively always use go-git.
    • ImageUpdateAutomation objects with a .spec.PushBranch specified will have the push branch refreshed automatically via force push.
    • ImagePolicy CRD dropped version v1alpha1
    • ImageRepository CRD dropped version v1alpha1
    • ImageUpdateAutomation CRD dropped version v1alpha1
  • Increased memory limits for CRD install job as it was observed to frequently get OOM killed

v0.19.0

24 Nov 11:02
86c3606
Compare
Choose a tag to compare
  • Add capability to annotate the kustomize-controller service account

Added

  • Chart: Add cluster.domain to configure cluster domain.

v0.18.2

10 Nov 08:41
b52e6c6
Compare
Choose a tag to compare

Fixed

  • Fixed a typo in image-reflector-controller VPA.

v0.18.1

09 Nov 14:15
4b57982
Compare
Choose a tag to compare

Added

  • Add verticalPodAutoscaler.force switch.

v0.18.0

08 Nov 11:30
195eb04
Compare
Choose a tag to compare
  • Update VPA configuration

v0.17.0

28 Oct 11:34
355f289
Compare
Choose a tag to compare

Added

  • Add a check if VPA capabilities exist in the first place.

Changed

  • Upgrade ATS to v0.2.9
  • Bump upstream flux toolkit version to from v0.35.0 to v0.36.0. There are
    no breaking changes.
  • Change resource requests & limits.

v0.16.1

11 Oct 14:55
776ec1e
Compare
Choose a tag to compare

Added

  • Mark the app as subject to two step installation procedure.

v0.16.0

04 Oct 13:59
f03f41e
Compare
Choose a tag to compare

Changed

  • Bump upstream flux toolkit version to from v0.33.0 to v0.35.0.
    This upgrade comes with 1 breaking change from Flux v0.34.0, see: fluxcd/flux2#3051.
  • Change default registry in helm chart to docker.io.

v0.15.1

07 Sep 21:42
74dd229
Compare
Choose a tag to compare

Changed

  • Make docs more clear on how to set up encryption

v0.15.0

31 Aug 11:03
48e6f9f
Compare
Choose a tag to compare

Changed

  • Bump upstream flux toolkit version to from v0.31.3 to v0.33.0.
    This upgrade comes with no breaking changes.
    Flux now supports distributing Kubernetes manifests, Kustomize overlays and Terraform code as OCI artifacts. For more information please see the [Flux OCI documentation].
    More details in [Flux v0.32.0] and [Flux v0.33.0] release notes.