chore(deps): update dependency fluxcd/flux2 to v0.41.2 #50
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.34.0->v0.41.2Release Notes
fluxcd/flux2 (fluxcd/flux2)
v0.41.2Compare Source
Flux v0.41.2 is a patch release which fixes a range of bugs found in the controllers. Please refer to the individual component changelogs for more information.
💡 For more information about other features introduced in v0.41.0, please refer to the changelog for this version.
Components Changelog
CLI Changelog
actions/setup-goin workflowsv0.41.1Compare Source
Flux v0.41.1 is a patch release which extends the helm-controller's OOM watch feature introduced in v0.41.0 with support for automatic detection of cgroup v1 paths, and flags to configure alternative paths using
--oom-watch-max-memory-pathand--oom-watch-current-memory-path.💡 For more information about other features introduced in v0.41.0, please refer to the changelog for this version.
Components changelog
CLI Changelog
v0.41.0Compare Source
Flux v0.41.0 comes with new features and improvements. Users are encouraged to upgrade for the best experience.
Features and improvements
SIGTERMsignals received by the helm-controller, which will now terminate running Helm install or upgrade actions, instead of potentially leaving them in a pending state.flux eventscommand to display Kubernetes events for Flux resources, including the events of a referenced resource.flux pushusing--annotations.New documentation
Components changelog
CLI Changelog
flux eventscommandv0.40.2Compare Source
Flux v0.40.2 is a patch release which includes an update of the notification-controller to prevent an issue with the default API version used for ImageRepositories when no specific version is configured on a Receiver. Users are encouraged to upgrade for the best experience.
Components changelog
CLI Changelog
v0.40.1Compare Source
Flux v0.40.1 is a patch release which includes an update of the source-controller to prevent excessive memory usage while reconciling HelmRepository objects. Users are encouraged to upgrade for the best experience.
Components changelog
CLI Changelog
v0.40.0Compare Source
Highlights
Flux v0.40.0 comes with new features and improvements. Users are encouraged to upgrade for the best experience.
Breaking changes
Image Automation
The image-reflector-controller autologin flags have been deprecated and are no longer used.
Please see the new API specification and migration instructions in the controller changelog.
Notifications
The source revision format reported by the Flux controllers has changed according to RFC-0005.
The events referring to Git repositories, will report the revision in the format
<branch|tag>@​sha1:<commit>instead of<branch|tag>/<commit>.For more details please see the source-controller changelog.
OCI artifacts
The OCI artifacts produced with
flux push artifacthave now custom media types:application/vnd.oci.image.manifest.v1+jsonapplication/vnd.cncf.flux.config.v1+jsonapplication/vnd.cncf.flux.content.v1.tar+gzipFeatures and improvements
GitRepositoryAPI has a new optional field.spec.ref.namefor specifying a Git Reference.This allows Flux to reconcile resources from GitHub Pull Requests (
refs/pull/<id>/head) and GitLab Merge Requests (refs/merge-requests/<id>/head).ImageRepositoryandImagePolicyAPIs have been promoted tov1beta2.ImageRepository.spec.provider.ImageRepositoryby showing the latest scanned tags under.status.lastScanResult.latestTags.ImagePolicyby reporting the current and previous image tag in status and events.view,editandadminhave been extended to allow access to Flux custom resources.flux stats -A.New Documentation
Components changelog
CLI Changelog
e25b2e6to8061827flux statscommand to print the reconcilers statusv0.39.0Compare Source
Highlights
Flux v0.39.0 comes with new features and improvements. Users are encouraged to upgrade for the best experience.
Starting with this version, the Flux controllers come with SBOMs and SLSA Provenance Attestations embedded in their container images.
The Flux Terraform Provider has a new resource for bootstrapping Flux, without depending on third-party Terraform providers, that allows customising the controllers at install time. Users are encouraged to migrate to this new resources and provide feedback.
The Flux CLI is now included in Wolfi OS, the Linux (Un)distro designed for securing the software supply chain. The Chainguard team and Wolfi maintainers are shipping updates for the Flux package on a regular basis.
Features and improvements
kustomize.toolkit.fluxcd.io/force: enabled.flux push artifact -o json.flux traceandflux treewill show which HelmRelease deployed which CRDs.New documentation
Components changelog
CLI Changelog
-Aflag1cc9026toe25b2e6v0.38.3Compare Source
Highlights
Flux v0.38.3 is a patch release that comes with fixes and small improvements to the CLI.
Users are encouraged to upgrade for the best experience.
CLI Changelog
v0.38.2Compare Source
Flux v0.38.2 is a patch release that comes with fixes for the Notification API
v1beta1tov1beta2upgrade.In addition, this release improves the handling of the graceful shutdown for helm-controller.
Users are encouraged to update Flux directly to v0.38.2 for the best experience.
Components changelog
CLI Changelog
v0.38.1Compare Source
Flux v0.38.1 is a patch release that comes with fixes for the Notification API
v1beta1tov1beta2upgrade.Users are encouraged to update Flux directly to v0.38.1 for the best experience.
Changelog
v0.38.0Compare 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/v1beta1withnotification.toolkit.fluxcd.io/v1beta2in all YAML manifests.Breaking changes
Alert.spec.summaryhas a max length of 255 characters.Provider.spec.addressandProvider.spec.proxyhave a max length of 2048 characters.Receiver.status.urlwas deprecated in favour ofReceiver.status.webhookPath.For more details about
v1beta2please see the notification-controller chagelog and the API spec documentation.Features and improvements
Kustomization.spec.components.kustomize build . | flux push artifact --path=-.Provider.spec.typeset togitea.libgit2were removed, and theGitRepository.spec.gitImplementationfield is no longer being honored.Documentation improvements
The official example repository was refactored. The new version comes with the following improvements:
ingress-nginxBitnami chart with the official one that contains multi-arch container images.cert-managerHelm release to showcase how to install CRDs and custom resources usingdependsOn.ClusterIssuerto showcase how to patch resources in production with Flux Kustomization.flux-systemoverlay to showcase how to configure Flux at bootstrap time.Components changelog
CLI Changelog
flux pushb6757d8a8dd587to1cc9026v0.37.0Compare Source
Highlights
Flux v0.37.0 comes with new features and improvements. Users are encouraged to upgrade for the best experience.
Breaking changes
Deprecation of
gitImplementationThe interpretation of the
gitImplementationfield ofGitRepositoryby source-controller and image-automation-controller has been deprecated, and will effectively always usego-git. This now supports all Git servers, including Azure DevOps and AWS CodeCommit, which previously were only supported bylibgit2.To opt-out from this behaviour, and get the controller to honour the field
.spec.gitImplementation, start the controller with:--feature-gates=ForceGoGitImplementation=false.For more information on this change, refer to the controllers's respective changelogs listed below.
Automatic force-push of
ImageUpdateAutomationStarting from this version,
ImageUpdateAutomationobjects with a.spec.PushBranchspecified will have the push branch refreshed automatically via force push. To opt-out from this behaviour, start the controller with:--feature-gates=GitForcePushBranch=false.Features and improvements
flux bootstrap git.go-gitGit provider.ImageUpdateAutomationrepositories.flux build kustomizationwith--dry-runand--kustomization-file ./path/to/local/my-app.yaml. Using these flags, variable substitutions from Secrets and ConfigMaps are skipped, and no connection to the cluster is made.New documentation
Components changelog
CLI Changelog
fluxcd/pkg/gitv0.36.0Compare Source
Highlights
Flux v0.36.0 comes with new features and improvements. Users are encouraged to upgrade for the best experience.
Features and improvements
flux push artifact <URL> --path=deploy/install.yaml.flux diff artifact <URL> --path=<local files>.generic-hmacfor authenticating the webhook requests coming from notification-controller.Kustomization.status.conditionshave been aligned with Kubernetes standard conditions and kstatus.New documentation
Components changelog
CLI Changelog
diff artifactcommandflux build|push artifactget source ociv0.35.0Compare Source
Highlights
Flux v0.35.0 comes with new features and improvements. Users are encouraged to upgrade for the best experience.
Breaking changes
Strict validation rules have been put in place for API fields which define a time duration, such as
.spec.interval. Effectively, this means values without a time unit (e.g.ms,s,m,h) will now be rejected by the API server.Features and improvements
flux bootstrap git --allow-insecure-http --token-auth.For more information on OCI and Cosign support please see the Flux documentation.
Components changelog
CLI Changelog
container_memory_working_set_bytesto report memory consumptionConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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 was generated by Mend Renovate. View the repository job log.