feat(github-release): update flux-installation to v0.40.0 #564
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.40.0
Release Notes
fluxcd/flux2
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 - 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.