github fluxcd/flux2 v0.24.0

latest releases: v2.3.0, v2.2.3, v2.2.2...
2 years ago

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

Don't miss a new flux2 release

NewReleases is sending notifications on new releases.