Skip to content

Releases: giantswarm/flux-app

v0.24.0

25 Jul 12:16
763aa78
Compare
Choose a tag to compare

Changed

  • Updated default securityContext values to comply with PSS policies.

v0.23.1

04 May 13:59
5f1a7e6
Compare
Choose a tag to compare

Added

  • Added node-role.kubernetes.io/control-plane to crd install jobs toleration

v0.23.0

20 Apr 20:11
a8231c0
Compare
Choose a tag to compare

Added

  • Added the use the runtime/default seccomp profile.
  • Added clusterRoles.install value that can disable installing the flux-view and flux-edit cluster roles. Enabled by default to install these resources.

Changed

  • Use Cilium network policy when available for CRD installer
  • Updated flux apps to v0.41.2
  • Changed PSP to allow the same volumes as restricted, to prevent seccomp profile changes breaking pod creation.

v0.22.0

23 Feb 10:55
372b340
Compare
Choose a tag to compare

Added

  • Added PriorityClass.
  • Added CiliumNetworkPolicy.

v0.21.2

03 Feb 11:38
8e0a6e2
Compare
Choose a tag to compare

Fixed

Fixed condition for internal upgrade.

Changed

  • Control CPU limits and min allowed CPU + memory requests with VPA as well for flux controllers

v0.21.1

18 Jan 15:14
dc215cb
Compare
Choose a tag to compare
Release v0.21.1 (#176)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

v0.21.0

13 Jan 13:56
9b34aba
Compare
Choose a tag to compare
Release v0.21.0 (#174)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

v0.20.2

14 Dec 12:10
1f05bcc
Compare
Choose a tag to compare

Added

  • Introduce interface for disabling feature gates.

v0.20.1

09 Dec 16:51
d413251
Compare
Choose a tag to compare
  • Fixed quoting of pod template labels

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