Update dependency fluxcd/flux2 to v0.38.1 #6
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/all"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
v0.37.0
->v0.38.1
Release Notes
fluxcd/flux2
v0.38.1
Compare Source
Flux v0.38.1 is a patch release that comes with fixes for the Notification API
v1beta1
tov1beta2
upgrade.Users are encouraged to update Flux directly to v0.38.1 for the best experience.
Changelog
v0.38.0
Compare Source
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 replacingnotification.toolkit.fluxcd.io/v1beta1
withnotification.toolkit.fluxcd.io/v1beta2
in all YAML manifests.Breaking changes
Alert.spec.summary
has a max length of 255 characters.Provider.spec.address
andProvider.spec.proxy
have a max length of 2048 characters.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
Kustomization.spec.components
.kustomize build . | flux push artifact --path=-
.Provider.spec.type
set togitea
.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:
ingress-nginx
Bitnami chart with the official one that contains multi-arch container images.cert-manager
Helm release to showcase how to install CRDs and custom resources usingdependsOn
.ClusterIssuer
to showcase how to patch resources in production with Flux Kustomization.flux-system
overlay to showcase how to configure Flux at bootstrap time.Components changelog
CLI Changelog
flux push
b6757d8
a8dd587
to1cc9026
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.