You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The 0.40 release promotes the ImageRepository and ImagePolicy APIs to v1beta2 and deprecates the auto-login controller flags.
The GitRepository API has a new optional field .spec.ref.name that allows 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). In addition, the source revision format changes as described by RFC-0005.
The OCI artifacts produced with flux push artifact have now custom media types:
artifact media type application/vnd.oci.image.manifest.v1+json
config media type application/vnd.cncf.flux.config.v1+json
content media type application/vnd.cncf.flux.content.v1.tar+gzip
The 0.40 release promotes the
ImageRepository
andImagePolicy
APIs to v1beta2 and deprecates the auto-login controller flags.The
GitRepository
API has a new optional field.spec.ref.name
that allows 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
). In addition, the source revision format changes as described by RFC-0005.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
TODOs:
flux stats
command to print the reconcilers status #3578Release checklist:
Documentation updates:
The text was updated successfully, but these errors were encountered: