chore(deps): update dependency fluxcd/flux2 to v0.41.2 #102
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.35.0
->v0.41.2
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
fluxcd/flux2 (fluxcd/flux2)
v0.41.2
Compare 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-go
in workflowsv0.41.1
Compare 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-path
and--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.0
Compare Source
Flux v0.41.0 comes with new features and improvements. Users are encouraged to upgrade for the best experience.
Features and improvements
SIGTERM
signals 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 events
command to display Kubernetes events for Flux resources, including the events of a referenced resource.flux push
using--annotations
.New documentation
Components changelog
CLI Changelog
flux events
commandv0.40.2
Compare 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.1
Compare 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.0
Compare 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 artifact
have now custom media types:application/vnd.oci.image.manifest.v1+json
application/vnd.cncf.flux.config.v1+json
application/vnd.cncf.flux.content.v1.tar+gzip
Features and improvements
GitRepository
API has a new optional field.spec.ref.name
for 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
).ImageRepository
andImagePolicy
APIs have been promoted tov1beta2
.ImageRepository.spec.provider
.ImageRepository
by showing the latest scanned tags under.status.lastScanResult.latestTags
.ImagePolicy
by reporting the current and previous image tag in status and events.view
,edit
andadmin
have been extended to allow access to Flux custom resources.flux stats -A
.New Documentation
Components changelog
CLI Changelog
e25b2e6
to8061827
flux stats
command to print the reconcilers statusv0.39.0
Compare 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 trace
andflux tree
will show which HelmRelease deployed which CRDs.New documentation
Components changelog
CLI Changelog
-A
flag1cc9026
toe25b2e6
v0.38.3
Compare 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.2
Compare Source
Flux v0.38.2 is a patch release that comes with fixes for the Notification API
v1beta1
tov1beta2
upgrade.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.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
v0.37.0
Compare 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
gitImplementation
The interpretation of the
gitImplementation
field ofGitRepository
by 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
ImageUpdateAutomation
Starting from this version,
ImageUpdateAutomation
objects with a.spec.PushBranch
specified 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-git
Git provider.ImageUpdateAutomation
repositories.flux build kustomization
with--dry-run
and--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/git
v0.36.0
Compare 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-hmac
for authenticating the webhook requests coming from notification-controller.Kustomization.status.conditions
have been aligned with Kubernetes standard conditions and kstatus.New documentation
Components changelog
CLI Changelog
diff artifact
commandflux build|push artifact
get source oci
Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), 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.