feat(github-release): update fluxcd/flux2 to v0.40.2 #1623
Merged
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.38.3
->v0.40.2
⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
Release Notes
fluxcd/flux2
v0.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
Configuration
📅 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 has been generated by Renovate Bot.