chore(deps): update dependency fluxcd/flux2 to v0.40.0 #23

Merged
renovator merged 1 commits from renovate/fluxcd-flux2-0-x into main 2023-02-20 16:34:08 +01:00
Member

This PR contains the following updates:

Package Update Change
fluxcd/flux2 minor 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>@&#8203;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:

  • 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
Features and improvements
  • The 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).
  • The ImageRepository and ImagePolicy APIs have been promoted to v1beta2.
  • Allow specifying the cloud provider contextual login for container registries with ImageRepository.spec.provider.
  • Improve observability of ImageRepository by showing the latest scanned tags under .status.lastScanResult.latestTags.
  • Improve observability of ImagePolicy by reporting the current and previous image tag in status and events.
  • The Kubernetes builtin cluster roles: view, edit and admin have been extended to allow access to Flux custom resources.
  • Print a report of Flux custom resources and the amount of cumulative storage used for each source type with flux stats -A.
New Documentation

Components changelog

CLI Changelog


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [fluxcd/flux2](https://github.com/fluxcd/flux2) | minor | `v0.39.0` -> `v0.40.0` | --- ### Release Notes <details> <summary>fluxcd/flux2</summary> ### [`v0.40.0`](https://github.com/fluxcd/flux2/releases/tag/v0.40.0) [Compare Source](https://github.com/fluxcd/flux2/compare/v0.39.0...v0.40.0) #### 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](https://github.com/fluxcd/image-reflector-controller/blob/main/CHANGELOG.md#&#8203;0250). **Notifications** The source revision format reported by the Flux controllers has changed according to [RFC-0005](https://github.com/fluxcd/flux2/tree/main/rfcs/0005-artifact-revision-and-digest). The events referring to Git repositories, will report the revision in the format `<branch|tag>@&#8203;sha1:<commit>` instead of `<branch|tag>/<commit>`. For more details please see the source-controller [changelog](https://github.com/fluxcd/source-controller/blob/main/CHANGELOG.md#&#8203;0350). **OCI artifacts** 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` ##### Features and improvements - The `GitRepository` API has a new optional field `.spec.ref.name` for specifying a [Git Reference](https://git-scm.com/book/en/v2/Git-Internals-Git-References). This allows Flux to reconcile resources from GitHub Pull Requests (`refs/pull/<id>/head`) and GitLab Merge Requests (`refs/merge-requests/<id>/head`). - The `ImageRepository` and `ImagePolicy` APIs have been promoted to `v1beta2`. - Allow specifying the cloud provider contextual login for container registries with `ImageRepository.spec.provider`. - Improve observability of `ImageRepository` by showing the latest scanned tags under `.status.lastScanResult.latestTags`. - Improve observability of `ImagePolicy` by reporting the current and previous image tag in status and events. - The Kubernetes builtin cluster roles: `view`, `edit` and `admin` have been extended to allow access to Flux custom resources. - Print a report of Flux custom resources and the amount of cumulative storage used for each source type with `flux stats -A`. ##### New Documentation - API: [ImageRepository v1beta2](https://fluxcd.io/flux/components/image/imagerepositories/) - API: [ImagePolicy v1beta2](https://fluxcd.io/flux/components/image/imagepolicies/) - Security: [Aggregated cluster roles](https://fluxcd.io/flux/security/#controller-permissions) - Blog: [How Flux and Pulumi give each other superpowers](https://fluxcd.io/blog/2023/02/flux-pulumi-superpowers/) #### Components changelog - source-controller [v0.35.1](https://github.com/fluxcd/source-controller/blob/v0.35.1/CHANGELOG.md) [v0.35.0](https://github.com/fluxcd/source-controller/blob/v0.35.0/CHANGELOG.md) - kustomize-controller [v0.34.0](https://github.com/fluxcd/kustomize-controller/blob/v0.34.0/CHANGELOG.md) - helm-controller [v0.30.0](https://github.com/fluxcd/helm-controller/blob/v0.30.0/CHANGELOG.md) - notification-controller [v0.33.0](https://github.com/fluxcd/notification-controller/blob/v0.33.0/CHANGELOG.md) - image-reflector-controller [v0.25.0](https://github.com/fluxcd/image-reflector-controller/blob/v0.25.0/CHANGELOG.md) - image-automation-controller [v0.30.0](https://github.com/fluxcd/image-automation-controller/blob/v0.31.0/CHANGELOG.md) #### CLI Changelog - PR [#&#8203;3612](https://github.com/fluxcd/flux2/issues/3612) - [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump fossa-contrib/fossa-action from 1.2.0 to 2.0.0 - PR [#&#8203;3610](https://github.com/fluxcd/flux2/issues/3610) - [@&#8203;hiddeco](https://github.com/hiddeco) - Update dependencies - PR [#&#8203;3606](https://github.com/fluxcd/flux2/issues/3606) - [@&#8203;hiddeco](https://github.com/hiddeco) - build: further solve issue release workflow - PR [#&#8203;3605](https://github.com/fluxcd/flux2/issues/3605) - [@&#8203;hiddeco](https://github.com/hiddeco) - build: ensure newlines work with $GITHUB_OUTPUT - PR [#&#8203;3604](https://github.com/fluxcd/flux2/issues/3604) - [@&#8203;hiddeco](https://github.com/hiddeco) - build: convert ::set-output to $GITHUB_OUTPUT - PR [#&#8203;3603](https://github.com/fluxcd/flux2/issues/3603) - [@&#8203;stefanprodan](https://github.com/stefanprodan) - Remove deprecated flags - PR [#&#8203;3602](https://github.com/fluxcd/flux2/issues/3602) - [@&#8203;hiddeco](https://github.com/hiddeco) - Update source-controller to v0.35.1 - PR [#&#8203;3601](https://github.com/fluxcd/flux2/issues/3601) - [@&#8203;stefanprodan](https://github.com/stefanprodan) - ci: Fix Snyk Go build VCS stamping error - PR [#&#8203;3598](https://github.com/fluxcd/flux2/issues/3598) - [@&#8203;fluxcdbot](https://github.com/fluxcdbot) - Update toolkit components - PR [#&#8203;3592](https://github.com/fluxcd/flux2/issues/3592) - [@&#8203;hiddeco](https://github.com/hiddeco) - tests: only provide template values when used - PR [#&#8203;3587](https://github.com/fluxcd/flux2/issues/3587) - [@&#8203;hiddeco](https://github.com/hiddeco) - Support shortening of revision with digest - PR [#&#8203;3585](https://github.com/fluxcd/flux2/issues/3585) - [@&#8203;darkowlzz](https://github.com/darkowlzz) - Update image-reflector API to v1beta2 - PR [#&#8203;3584](https://github.com/fluxcd/flux2/issues/3584) - [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump docker/setup-buildx-action from 2.4.0 to 2.4.1 - PR [#&#8203;3583](https://github.com/fluxcd/flux2/issues/3583) - [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump snyk/actions from [`e25b2e6`](https://github.com/fluxcd/flux2/commit/e25b2e6f5658d1bb7a6671b113260f13134cc3af) to [`8061827`](https://github.com/fluxcd/flux2/commit/806182742461562b67788a64410098c9d9b96adb) - PR [#&#8203;3582](https://github.com/fluxcd/flux2/issues/3582) - [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump actions/cache from 3.2.4 to 3.2.5 - PR [#&#8203;3581](https://github.com/fluxcd/flux2/issues/3581) - [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump github/codeql-action from 2.2.1 to 2.2.4 - PR [#&#8203;3578](https://github.com/fluxcd/flux2/issues/3578) - [@&#8203;stefanprodan](https://github.com/stefanprodan) - Add `flux stats` command to print the reconcilers status - PR [#&#8203;3575](https://github.com/fluxcd/flux2/issues/3575) - [@&#8203;stefanprodan](https://github.com/stefanprodan) - RFC-0003: Introduce Flux OCI media type - PR [#&#8203;3566](https://github.com/fluxcd/flux2/issues/3566) - [@&#8203;stefanprodan](https://github.com/stefanprodan) - rbac: Add view and edit aggregated cluster roles - PR [#&#8203;3563](https://github.com/fluxcd/flux2/issues/3563) - [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump actions/cache from 3.2.3 to 3.2.4 - PR [#&#8203;3562](https://github.com/fluxcd/flux2/issues/3562) - [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump goreleaser/goreleaser-action from 4.1.1 to 4.2.0 - PR [#&#8203;3560](https://github.com/fluxcd/flux2/issues/3560) - [@&#8203;stefanprodan](https://github.com/stefanprodan) - docs: Add permissions to update workflow </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC42My4xIiwidXBkYXRlZEluVmVyIjoiMzQuNjMuMSJ9-->
renovator added 1 commit 2023-02-20 16:04:11 +01:00
chore(deps): update dependency fluxcd/flux2 to v0.40.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
9956731a03
renovator merged commit 9956731a03 into main 2023-02-20 16:34:08 +01:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: container/kube-tools#23
No description provided.