v0.33.0
Highlights
Flux v0.33.0 comes with new features and improvements. Users are encouraged to upgrade for the best experience.
Features and improvements
- HelmRepository.spec.provider Enable contextual login to container registries when pulling Helm charts from Amazon Elastic Container Registry, Azure Container Registry and Google Artifact Registry.
- OCIRepository.spec.layerSelector Select which layer contains the Kubernetes configs by specifying a matching OCI media type.
- Bucket.spec.secretRef Authenticate to Azure Blob storage using SAS tokens.
- Allow filtering OCI artifacts by semver and regex when listing artifact with
flux list artifacts
. - Allow excluding local files and directories when building and publishing artifacts with
flux push artifact
. - Mitigate denial-of-service on multi-tenant clusters by automatically recovering from panics encountered during reconciliation.
- Update controllers to Kubernetes v1.25.0, Kustomize v4.5.7 and Helm v3.9.4.
New documentation
Components changelog
- source-controller v0.27.0 v0.28.0
- kustomize-controller v0.27.1
- helm-controller v0.23.1
- notification-controller v0.25.2
- image-reflector-controller v0.20.1
- image-automation-controller v0.24.2
CLI Changelog
- PR #3049 - @stefanprodan - Update Kubernetes dependencies to v1.25.0
- PR #3034 - @snebel29 - Fix broken "edit this page" links in Flux CLI section
- PR #3028 - @snebel29 - Update tests/azure github.com/hashicorp/terraform-exec to v0.16.1
- PR #3025 - @stefanprodan - [RFC-0002] Add auth specification for Helm OCI
- PR #3024 - @stefanprodan - Add version validation to install commands
- PR #3019 - @somtochiama - Improve error message in get cmd
- PR #3014 - @stefanprodan - [RFC-0003] Select layer by OCI media type
- PR #2999 - @fluxcdbot - Update toolkit components
- PR #2998 - @somtochiama - Add
--filter-semver
and--filter-regex
flags tolist artifacts
- PR #2997 - @stefanprodan - Use ghcr.io in the static manifests
- PR #2996 - @stefanprodan - Update dependencies
- PR #2995 - @stefanprodan - Add
--ignore-paths
arg toflux build|push artifact
- PR #2979 - @stefanprodan - Status update for RFC-0002 and RFC-0003