Update dependency fluxcd/flux2 to v0.40.2 #8

Merged
kjuulh merged 1 commits from renovate/all into main 2023-02-28 17:19:09 +01:00
Owner

This PR contains the following updates:

Package Update Change
fluxcd/flux2 minor v0.38.2 -> v0.40.2

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.

⚠️ Note that v0.40.0 contained breaking changes, please refer to the changelog for more information.

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.

⚠️ Note that v0.40.0 contained breaking changes, please refer to the changelog for more information.

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>@&#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

v0.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
  • Recreate immutable resources (e.g. Kubernetes Jobs) by annotating or labeling them with kustomize.toolkit.fluxcd.io/force: enabled.
  • Support for HTTPS bearer token authentication for Git repositories.
  • Improve memory usage by disabling the caching of Secret and ConfigMap resources in all controllers.
  • Better observability with progressive status updates for Sources (Git, OCI, Helm, S3 Buckets).
  • Allow extracting the OCI artifact SHA256 digest for Cosign with flux push artifact -o json.
  • Track CRDs managed by Flux, flux trace and flux tree will show which HelmRelease deployed which CRDs.
  • Allow the Flux GitHub Action to use a GitHub token when checking for updates to avoid rate limiting.
New documentation

Components changelog

CLI Changelog

v0.38.3

Compare Source

Highlights

Flux v0.38.3 is a patch release that comes with fixes and small improvements to the CLI.
Users are encouraged to upgrade for the best experience.

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.38.2` -> `v0.40.2` | --- ### Release Notes <details> <summary>fluxcd/flux2</summary> ### [`v0.40.2`](https://github.com/fluxcd/flux2/releases/tag/v0.40.2) [Compare Source](https://github.com/fluxcd/flux2/compare/v0.40.1...v0.40.2) 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. :warning: Note that v0.40.0 contained breaking changes, please refer to [the changelog](https://github.com/fluxcd/flux2/releases/tag/v0.40.0) for more information. #### Components changelog - notification-controller [v0.32.1](https://github.com/fluxcd/notification-controller/blob/v0.32.1/CHANGELOG.md) #### CLI Changelog - PR [#&#8203;3645](https://github.com/fluxcd/flux2/issues/3645) - [@&#8203;hiddeco](https://github.com/hiddeco) - Update dependencies - PR [#&#8203;3644](https://github.com/fluxcd/flux2/issues/3644) - [@&#8203;fluxcdbot](https://github.com/fluxcdbot) - Update toolkit components - PR [#&#8203;3638](https://github.com/fluxcd/flux2/issues/3638) - [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump actions/cache from 3.2.5 to 3.2.6 - PR [#&#8203;3637](https://github.com/fluxcd/flux2/issues/3637) - [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump github/codeql-action from 2.2.4 to 2.2.5 ### [`v0.40.1`](https://github.com/fluxcd/flux2/releases/tag/v0.40.1) [Compare Source](https://github.com/fluxcd/flux2/compare/v0.40.0...v0.40.1) 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. :warning: Note that v0.40.0 contained breaking changes, please refer to [the changelog](https://github.com/fluxcd/flux2/releases/tag/v0.40.0) for more information. #### Components changelog - source-controller [v0.35.2](https://github.com/fluxcd/source-controller/blob/v0.35.2/CHANGELOG.md) #### CLI Changelog - PR [#&#8203;3626](https://github.com/fluxcd/flux2/issues/3626) - [@&#8203;hiddeco](https://github.com/hiddeco) - Update dependencies - PR [#&#8203;3624](https://github.com/fluxcd/flux2/issues/3624) - [@&#8203;fluxcdbot](https://github.com/fluxcdbot) - Update toolkit components - PR [#&#8203;3615](https://github.com/fluxcd/flux2/issues/3615) - [@&#8203;stefanprodan](https://github.com/stefanprodan) - Update implementation history of RFC-0003 and RFC-0005 ### [`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) - Bootstrap: [Disable Kubernetes cluster role aggregations](https://fluxcd.io/flux/cheatsheets/bootstrap/#disable-kubernetes-cluster-role-aggregations) - 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.32.0](https://github.com/fluxcd/notification-controller/blob/v0.32.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.30.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 ### [`v0.39.0`](https://github.com/fluxcd/flux2/releases/tag/v0.39.0) [Compare Source](https://github.com/fluxcd/flux2/compare/v0.38.3...v0.39.0) #### 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](https://fluxcd.io/flux/security/) embedded in their container images. The [Flux Terraform Provider](https://github.com/fluxcd/terraform-provider-flux) 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](https://github.com/wolfi-dev/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 - Recreate immutable resources (e.g. Kubernetes Jobs) by annotating or labeling them with `kustomize.toolkit.fluxcd.io/force: enabled`. - Support for HTTPS bearer token authentication for Git repositories. - Improve memory usage by disabling the caching of Secret and ConfigMap resources in all controllers. - Better observability with progressive status updates for Sources (Git, OCI, Helm, S3 Buckets). - Allow extracting the OCI artifact SHA256 digest for Cosign with `flux push artifact -o json`. - Track CRDs managed by Flux, `flux trace` and `flux tree` will show which HelmRelease deployed which CRDs. - Allow the Flux GitHub Action to use a GitHub token when checking for updates to avoid rate limiting. ##### New documentation - Security: [Software Bill of Materials](https://fluxcd.io/flux/security/#software-bill-of-materials) - Security: [SLSA Provenance Attestations](https://fluxcd.io/flux/security/#slsa-provenance-attestations) - Security: [Scanning Flux images for CVEs](https://fluxcd.io/flux/security/#scanning-for-cves) #### Components changelog - source-controller [v0.34.0](https://github.com/fluxcd/source-controller/blob/v0.34.0/CHANGELOG.md) - kustomize-controller [v0.33.0](https://github.com/fluxcd/kustomize-controller/blob/v0.33.0/CHANGELOG.md) - helm-controller [v0.29.0](https://github.com/fluxcd/helm-controller/blob/v0.29.0/CHANGELOG.md) - notification-controller [v0.31.0](https://github.com/fluxcd/notification-controller/blob/v0.31.0/CHANGELOG.md) - image-reflector-controller [v0.24.0](https://github.com/fluxcd/image-reflector-controller/blob/v0.24.0/CHANGELOG.md) - image-automation-controller [v0.29.0](https://github.com/fluxcd/image-automation-controller/blob/v0.29.0/CHANGELOG.md) #### CLI Changelog - PR [#&#8203;3550](https://github.com/fluxcd/flux2/issues/3550) - [@&#8203;stefanprodan](https://github.com/stefanprodan) - flux tree: Set CRDs GroupKind in output - PR [#&#8203;3549](https://github.com/fluxcd/flux2/issues/3549) - [@&#8203;stefanprodan](https://github.com/stefanprodan) - flux tree: Track CRDs managed by HelmReleases - PR [#&#8203;3545](https://github.com/fluxcd/flux2/issues/3545) - [@&#8203;fluxcdbot](https://github.com/fluxcdbot) - Update toolkit components - PR [#&#8203;3542](https://github.com/fluxcd/flux2/issues/3542) - [@&#8203;stefanprodan](https://github.com/stefanprodan) - flux tree: Add namespaces to objects reconciled from HRs - PR [#&#8203;3540](https://github.com/fluxcd/flux2/issues/3540) - [@&#8203;stefanprodan](https://github.com/stefanprodan) - Add json/yaml output to flux push artifact - PR [#&#8203;3537](https://github.com/fluxcd/flux2/issues/3537) - [@&#8203;stefanprodan](https://github.com/stefanprodan) - Update dependencies to Kubernetes v1.26.1 - PR [#&#8203;3532](https://github.com/fluxcd/flux2/issues/3532) - [@&#8203;stefanprodan](https://github.com/stefanprodan) - Update Alpine to v3.17 and kubectl to v1.26.1 in flux-cli image - PR [#&#8203;3531](https://github.com/fluxcd/flux2/issues/3531) - [@&#8203;makkes](https://github.com/makkes) - fix misleading messaging when using `-A` flag - PR [#&#8203;3529](https://github.com/fluxcd/flux2/issues/3529) - [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump docker/setup-buildx-action from 2.2.1 to 2.4.0 - PR [#&#8203;3526](https://github.com/fluxcd/flux2/issues/3526) - [@&#8203;dependabot](https://github.com/dependabot)\[bot] - Bump anchore/sbom-action from 0.13.1 to 0.13.3 - PR [#&#8203;3525](https://github.com/fluxcd/flux2/issues/3525) - [@&#8203;dependabot](https://github.com/dependabot)\[bot] - Bump github/codeql-action from 2.1.38 to 2.2.1 - PR [#&#8203;3524](https://github.com/fluxcd/flux2/issues/3524) - [@&#8203;dependabot](https://github.com/dependabot)\[bot] - Bump goreleaser/goreleaser-action from 4.1.0 to 4.1.1 - PR [#&#8203;3517](https://github.com/fluxcd/flux2/issues/3517) - [@&#8203;jooooel](https://github.com/jooooel) - Fix broken GitHub Action and handle case where VERSION is provided as an input - PR [#&#8203;3507](https://github.com/fluxcd/flux2/issues/3507) - [@&#8203;thezanke](https://github.com/thezanke) - Update prometheus-community helm repo due to the suspension of OCI builds - PR [#&#8203;3501](https://github.com/fluxcd/flux2/issues/3501) - [@&#8203;kingdonb](https://github.com/kingdonb) - Add GITHUB_TOKEN to Flux GitHub Action - PR [#&#8203;3488](https://github.com/fluxcd/flux2/issues/3488) - [@&#8203;dependabot](https://github.com/dependabot)\[bot] - Bump snyk/actions from [`1cc9026`](https://github.com/fluxcd/flux2/commit/1cc9026f51d822442cb4b872d8d7ead8cc69a018) to [`e25b2e6`](https://github.com/fluxcd/flux2/commit/e25b2e6f5658d1bb7a6671b113260f13134cc3af) - PR [#&#8203;3487](https://github.com/fluxcd/flux2/issues/3487) - [@&#8203;dependabot](https://github.com/dependabot)\[bot] - Bump actions/cache from 3.2.2 to 3.2.3 - PR [#&#8203;3486](https://github.com/fluxcd/flux2/issues/3486) - [@&#8203;dependabot](https://github.com/dependabot)\[bot] - Bump github/codeql-action from 2.1.37 to 2.1.38 - PR [#&#8203;3477](https://github.com/fluxcd/flux2/issues/3477) - [@&#8203;raffis](https://github.com/raffis) - fix(install-script): support $GITHUB_TOKEN ### [`v0.38.3`](https://github.com/fluxcd/flux2/releases/tag/v0.38.3) [Compare Source](https://github.com/fluxcd/flux2/compare/v0.38.2...v0.38.3) #### Highlights Flux v0.38.3 is a patch release that comes with fixes and small improvements to the CLI. Users are encouraged to upgrade for the best experience. #### CLI Changelog - PR [#&#8203;3476](https://github.com/fluxcd/flux2/issues/3476) - [@&#8203;aryan9600](https://github.com/aryan9600) - Update git/gogit to v0.4.1 - PR [#&#8203;3469](https://github.com/fluxcd/flux2/issues/3469) - [@&#8203;dependabot](https://github.com/dependabot)\[bot] - Bump actions/checkout from 3.2.0 to 3.3.0 - PR [#&#8203;3465](https://github.com/fluxcd/flux2/issues/3465) - [@&#8203;kingdonb](https://github.com/kingdonb) - Fix [fluxcd/website#&#8203;1347](https://github.com/fluxcd/website/issues/1347) - PR [#&#8203;3457](https://github.com/fluxcd/flux2/issues/3457) - [@&#8203;dependabot](https://github.com/dependabot)\[bot] - Bump actions/cache from 3.0.11 to 3.2.2 - PR [#&#8203;3441](https://github.com/fluxcd/flux2/issues/3441) - [@&#8203;stefanprodan](https://github.com/stefanprodan) - check: Show the latest stored version of CRDs </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:eyJjcmVhdGVkSW5WZXIiOiIzNC45Ny4yIiwidXBkYXRlZEluVmVyIjoiMzQuMTU0LjAifQ==-->
kjuulh force-pushed renovate/all from a01ac52803 to bfe1bc72dd 2023-01-18 15:20:45 +01:00 Compare
kjuulh force-pushed renovate/all from bfe1bc72dd to 017696359d 2023-02-02 17:09:46 +01:00 Compare
kjuulh changed title from Update dependency fluxcd/flux2 to v0.38.3 to Update dependency fluxcd/flux2 to v0.39.0 2023-02-02 17:09:46 +01:00
kjuulh force-pushed renovate/all from 017696359d to f5ca14ee33 2023-02-20 15:56:36 +01:00 Compare
kjuulh changed title from Update dependency fluxcd/flux2 to v0.39.0 to Update dependency fluxcd/flux2 to v0.40.0 2023-02-20 15:56:37 +01:00
kjuulh force-pushed renovate/all from f5ca14ee33 to be44795af9 2023-02-23 20:48:51 +01:00 Compare
kjuulh changed title from Update dependency fluxcd/flux2 to v0.40.0 to Update dependency fluxcd/flux2 to v0.40.1 2023-02-23 20:48:51 +01:00
kjuulh force-pushed renovate/all from be44795af9 to 0f76adc9d1 2023-02-28 16:57:38 +01:00 Compare
kjuulh changed title from Update dependency fluxcd/flux2 to v0.40.1 to Update dependency fluxcd/flux2 to v0.40.2 2023-02-28 16:57:38 +01:00
kjuulh merged commit 0f76adc9d1 into main 2023-02-28 17:19:09 +01:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
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: clank/kubernetes-state#8
No description provided.