Skip to content

v0.24.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Nov 11:17
· 1526 commits to main since this release
adf5a52

Highlights

This version comes with a new command for bootstrapping Flux with BitBucket Server and Data Center repositories.
Please see the BitBucket documentation for more details.

It also contains breaking behavioral changes to HelmRepository and HelmChart resources:

  • Helm repository index files and/or charts must not exceed the new declared runtime default limits to avoid out-of-memory crashes, overwriting the default configuration is possible.

    Type Default max size (in MiB) Option flag to overwrite
    Helm repository index 50MiB --helm-index-max-size=<bytes>
    Helm chart 10MiB --helm-chart-max-size=<bytes>
    Singe file from Helm chart 5MiB --helm-chart-file-max-size=<bytes>
  • Using ValuesFiles in a HelmChart will now append a .<Generation> to the SemVer metadata of the packaged chart and the revision of the Artifact. For example, v1.2.3+.5 for a HelmChart resource with generation 5. This ensures consumers of the chart are able to notice changes to the merged values without the underlying chart source (revision) changing.

Components changelog

CLI changelog

Docker images

  • docker pull fluxcd/flux-cli:v0.24.0
  • docker pull ghcr.io/fluxcd/flux-cli:v0.24.0