feat(github-release): update fluxcd/flux2 to v0.41.1 #84
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.39.0
->v0.41.1
⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
Release Notes
fluxcd/flux2
v0.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 statusConfiguration
📅 Schedule: Branch creation - "on saturday" (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 has been generated by Mend Renovate. View repository job log here.