Highlights
Flux v0.38.0 comes with new features and improvements. Users are encouraged to upgrade for the best experience.
Notification API v1beta2
This release graduates the Notification APIs to v1beta2
. After upgrading the controllers on your clusters, you need to update the notification Custom Resources in Git by replacing notification.toolkit.fluxcd.io/v1beta1
with notification.toolkit.fluxcd.io/v1beta2
in all YAML manifests.
Breaking changes
- The
Alert.spec.summary
has a max length of 255 characters. - The
Provider.spec.address
andProvider.spec.proxy
have a max length of 2048 characters. - The
Receiver.status.url
was deprecated in favour ofReceiver.status.webhookPath
.
For more details about v1beta2
please see the notification-controller chagelog and the API spec documentation.
Features and improvements
- Support for defining Kustomize components with
Kustomization.spec.components
. - Support for piping multi-doc YAMLs when publishing OCI artifacts with
kustomize build . | flux push artifact --path=-
. - Support for Gitea commit status updates with
Provider.spec.type
set togitea
. - Improve the memory usage of helm-controller by disabling the caching of Secret and ConfigMap resources.
- Update the Helm SDK to v3.10.3 (fix for Helm CVEs).
- All code references to
libgit2
were removed, and theGitRepository.spec.gitImplementation
field is no longer being honored.
Documentation improvements
The official example repository was refactored. The new version comes with the following improvements:
- Make the example compatible with ARM64 Kubernetes clusters.
- Add Weave GitOps Helm release to showcase the Flux UI.
- Replace the
ingress-nginx
Bitnami chart with the official one that contains multi-arch container images. - Add
cert-manager
Helm release to showcase how to install CRDs and custom resources usingdependsOn
. - Add Let's Encrypt
ClusterIssuer
to showcase how to patch resources in production with Flux Kustomization. - Add the
flux-system
overlay to showcase how to configure Flux at bootstrap time.
Components changelog
- source-controller v0.33.0
- kustomize-controller v0.32.0
- helm-controller v0.28.0
- notification-controller v0.30.0
- image-reflector-controller v0.23.1
- image-automation-controller v0.28.0
CLI Changelog
- PR #3427 - @hiddeco - Update dependencies
- PR #3424 - @pjbgf - build: Revert sigstore/cosign-installer to v2.8.1
- PR #3423 - @dependabot[bot] - Bump github/codeql-action from 2.1.36 to 2.1.37
- PR #3422 - @dependabot[bot] - Bump goreleaser/goreleaser-action from 3.2.0 to 4.1.0
- PR #3421 - @dependabot[bot] - Bump actions/setup-go from 3.4.0 to 3.5.0
- PR #3420 - @dependabot[bot] - Bump actions/checkout from 3.1.0 to 3.2.0
- PR #3418 - @somtochiama - Fix path on
flux push
- PR #3415 - @souleb - Fix dry-run still loading kubeconfig issue
- PR #3413 - @aryan9600 - Update dependencies
- PR #3408 - @souleb - Update fluxcd/pkg/kustomize dependency
- PR #3404 - @stefanprodan - e2e: Fix Azure test suite
- PR #3394 - @dependabot[bot] - Update sigstore/cosign-installer requirement to b6757d8360bb6b9803c38b68e8cb7442baaf7eb5
- PR #3393 - @dependabot[bot] - Bump github/codeql-action from 2.1.35 to 2.1.36
- PR #3389 - @somtochiama - Push/Build artifacts from stdin
- PR #3377 - @aryan9600 - bootstrap: fallback to default known_hosts
- PR #3372 - @dependabot[bot] - Bump peter-evans/create-pull-request from 4.2.2 to 4.2.3
- PR #3371 - @dependabot[bot] - Bump snyk/actions from a8dd587d8a94f5663fa3d67d51abd0cc66aff244 to 1cc9026f51d822442cb4b872d8d7ead8cc69a018
- PR #3370 - @dependabot[bot] - Bump actions/setup-go from 3.3.1 to 3.4.0
- PR #3369 - @dependabot[bot] - Bump github/codeql-action from 2.1.33 to 2.1.35
- PR #3360 - @fluxcdbot - Update toolkit components
- PR #3352 - @dependabot[bot] - Bump peter-evans/create-pull-request from 4.2.0 to 4.2.2
- PR #3350 - @stefanprodan - Set notification-controller container image to GHCR
- PR #3345 - @stefanprodan - e2e: Refactor Azure test suite to use go-git