Update dependency fluxcd/flux2 to v2 #12

Merged
kjuulh merged 1 commits from renovate/all into main 2023-07-23 13:21:11 +02:00
Owner

This PR contains the following updates:

Package Update Change
fluxcd/flux2 major v0.41.2 -> v2.0.1

Release Notes

fluxcd/flux2

v2.0.1

Compare Source

Highlights

Flux v2.0.1 is a patch release which comes with various fixes. Users are encouraged to upgrade for the best experience.

💡 For upgrading from Flux v0.x, please see the procedure documented in 2.0.0.

Fixes
  • Fix AWS auth for cross-region ECR repositories (source-controller, image-reflector-controller).
  • Prevent spurious alerts for skipped resources (kustomize-controller).
  • List removed resources for flux diff ks --kustomization-file (flux CLI).
  • Fix SLSA provenance generation for the Flux CLI binaries.

Components changelog

CLI Changelog

New Documentation

v2.0.0

Compare Source

Highlights

This is the first General Availability (GA) release of Flux v2.

Flux v2.0.0 comes with the promotion of the GitOps related APIs to v1 and adds horizontal scaling & sharding capabilities to Flux controllers. The Git bootstrap capabilities provided by the Flux CLI and by Flux Terraform Provider are now considered stable and production ready.

Starting with this version, the build, release and provenance portions of the Flux project supply chain provisionally meet SLSA Build Level 3.

Flux GA is fully integrated with Kubernetes Workload Identity for AWS, Azure and Google Cloud to facilitate passwordless authentication to OCI sources (container images, OCI artifacts, Helm charts).

The Flux alerting capabilities have been extended with PagerDuty and Google Pub/Sub support. The improved Alert v1beta2 API provides better control over events filtering and allows users to enrich the alerts with custom metadata.

Supported versions

Starting with this version, the Flux CLI and the GA components (source-controller, kustomize-controller and notification-controller) follow the release cadence and support pledge documented in the Flux release specification.

Kubernetes compatibility

This release is compatible with the following Kubernetes versions:

Kubernetes version Minimum required
v1.24 >= 1.24.0
v1.25 >= 1.25.0
v1.26 >= 1.26.0
v1.27 >= 1.27.1

Note that Flux may work on older versions of Kubernetes e.g. 1.19, but we don't recommend running end-of-life versions in production nor do we offer support for these versions.

Flux ecosystem support

The following (open-source) extensions & integrations are compatible with this Flux release, starting from the specified minimum version or higher.

Type Project Version
Flux Web UI weave-gitops 0.26.0
Terraform integration tf-controller 0.15.0

API changes

GitRepository v1

The GitRepository kind was promoted from v1beta2 to v1 (GA) and deprecated fields were removed.

The v1 API is backwards compatible with v1beta2, except for the following:

  • the deprecated field .spec.gitImplementation was removed
  • the unused field .spec.accessFrom was removed
  • the deprecated field .status.contentConfigChecksum was removed
  • the deprecated field .status.artifact.checksum was removed
  • the .status.url was removed (replaced by .status.artifact.url)
Kustomization v1

The Kustomization kind was promoted from v1beta2 to v1 (GA) and deprecated fields were removed.

A new optional field .spec.commonMetadata was added to the API for setting labels and/or annotations to all resources part of a Kustomization.

The v1 API is backwards compatible with v1beta2, except for the following:

  • the deprecated field .spec.validation was removed
  • the deprecated field .spec.patchesStrategicMerge was removed (replaced by .spec.patches)
  • the deprecated field .spec.patchesJson6902 was removed (replaced by .spec.patches)
Receiver v1

The Receiver kind was promoted from v1beta2 to v1 (GA) and deprecated fields were removed.

The v1 API is backwards compatible with v1beta2, except for the following:

  • the deprecated field .status.url was removed (replaced by .status.webhookPath)

Upgrade procedure

Upgrade Flux from v0.x to v2.0.0 either by rerunning bootstrap or by using the Flux GitHub Action.

To upgrade the APIs from v1beta2, make sure the new CRDs and controllers are deployed, and then change the manifests in Git:

  1. Remove the deprecated fields from the GitRepository and Kustomization definitions.
  2. Commit, push and reconcile the fields removal changes.
  3. Set apiVersion: source.toolkit.fluxcd.io/v1 in the YAML files that contain GitRepository definitions.
  4. Set apiVersion: kustomize.toolkit.fluxcd.io/v1 in the YAML files that contain Flux Kustomization definitions.
  5. Set apiVersion: notification.toolkit.fluxcd.io/v1 in the YAML files that contain Receiver definitions.
  6. Commit, push and reconcile the API version changes.

Bumping the APIs version in manifests can be done gradually. It is advised to not delay this procedure as the beta versions will be removed after 6 months.

New Documentation

❤️ Big thanks to all the Flux contributors that helped us reach this milestone!
👏 And a special shoutout to the Flux community who supported us over the years!

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) | major | `v0.41.2` -> `v2.0.1` | --- ### Release Notes <details> <summary>fluxcd/flux2</summary> ### [`v2.0.1`](https://github.com/fluxcd/flux2/releases/tag/v2.0.1) [Compare Source](https://github.com/fluxcd/flux2/compare/v2.0.0...v2.0.1) #### Highlights Flux `v2.0.1` is a patch release which comes with various fixes. Users are encouraged to upgrade for the best experience. :bulb: For upgrading from Flux `v0.x`, please see [the procedure documented in 2.0.0](https://github.com/fluxcd/flux2/releases/tag/v2.0.0). ##### Fixes - Fix AWS auth for cross-region ECR repositories (`source-controller`, `image-reflector-controller`). - Prevent spurious alerts for skipped resources (`kustomize-controller`). - List removed resources for `flux diff ks --kustomization-file` (`flux` CLI). - Fix SLSA provenance generation for the Flux CLI binaries. #### Components changelog - source-controller [v1.0.1](https://github.com/fluxcd/source-controller/blob/v1.0.1/CHANGELOG.md) - kustomize-controller [v1.0.1](https://github.com/fluxcd/kustomize-controller/blob/v1.0.1/CHANGELOG.md) - image-reflector-controller [v0.29.1](https://github.com/fluxcd/image-reflector-controller/blob/v0.29.1/CHANGELOG.md) #### CLI Changelog - PR [#&#8203;4068](https://github.com/fluxcd/flux2/issues/4068) - [@&#8203;stefanprodan](https://github.com/stefanprodan) - Update dependencies - PR [#&#8203;4065](https://github.com/fluxcd/flux2/issues/4065) - [@&#8203;hiddeco](https://github.com/hiddeco) - action: support `openssl` and `sha256sum` - PR [#&#8203;4062](https://github.com/fluxcd/flux2/issues/4062) - [@&#8203;souleb](https://github.com/souleb) - diff: Take into account the server-side inventory for local Flux Kustomizations - PR [#&#8203;4061](https://github.com/fluxcd/flux2/issues/4061) - [@&#8203;hiddeco](https://github.com/hiddeco) - action: re-allow configuration of non-default token - PR [#&#8203;4057](https://github.com/fluxcd/flux2/issues/4057) - [@&#8203;fluxcdbot](https://github.com/fluxcdbot) - Update toolkit components - PR [#&#8203;4052](https://github.com/fluxcd/flux2/issues/4052) - [@&#8203;stefanprodan](https://github.com/stefanprodan) - docs: Link to the Flux GitHub Action documentation - PR [#&#8203;4051](https://github.com/fluxcd/flux2/issues/4051) - [@&#8203;hiddeco](https://github.com/hiddeco) - action: use `$RUNNER_TOOL_CACHE`, support MacOS and Windows, validate checksum - PR [#&#8203;4046](https://github.com/fluxcd/flux2/issues/4046) - [@&#8203;stefanprodan](https://github.com/stefanprodan) - ci: backport: set write permissions - PR [#&#8203;4043](https://github.com/fluxcd/flux2/issues/4043) - [@&#8203;stefanprodan](https://github.com/stefanprodan) - ci: release: extract the image tag from GITHUB_REF - PR [#&#8203;4041](https://github.com/fluxcd/flux2/issues/4041) - [@&#8203;hiddeco](https://github.com/hiddeco) - ci: release: disable interpretation backslash esc #### New Documentation - [Flux GitHub Action](https://fluxcd.io/flux/flux-gh-action/) - [SLSA provenance verification](https://fluxcd.io/flux/security/slsa-assessment/#provenance-verification) ### [`v2.0.0`](https://github.com/fluxcd/flux2/releases/tag/v2.0.0) [Compare Source](https://github.com/fluxcd/flux2/compare/v0.41.2...v2.0.0) #### Highlights This is the first General Availability (GA) release of Flux v2. Flux v2.0.0 comes with the promotion of the [GitOps related APIs to v1](#api-changes) and adds [horizontal scaling & sharding capabilities](https://fluxcd.io/flux/cheatsheets/sharding/) to Flux controllers. The Git bootstrap capabilities provided by the [Flux CLI](https://fluxcd.io/flux/installation/#bootstrap) and by [Flux Terraform Provider](https://fluxcd.io/flux/installation/#bootstrap-with-terraform) are now considered stable and production ready. Starting with this version, the build, release and provenance portions of the Flux project supply chain [provisionally meet SLSA Build Level 3](https://fluxcd.io/flux/security/slsa-assessment/). Flux GA is fully integrated with Kubernetes Workload Identity for AWS, Azure and Google Cloud to facilitate [passwordless authentication](https://fluxcd.io/flux/security/contextual-authorization) to OCI sources (container images, OCI artifacts, Helm charts). The Flux alerting capabilities have been extended with [PagerDuty](https://fluxcd.io/flux/components/notification/provider/#pagerduity) and [Google Pub/Sub](https://fluxcd.io/flux/components/notification/provider/#google-pubsub) support. The improved Alert v1beta2 API provides better control over [events filtering](https://fluxcd.io/flux/components/notification/alert/#event-inclusion) and allows users to enrich the alerts with [custom metadata](https://fluxcd.io/flux/components/notification/alert/#event-metadata). #### Supported versions Starting with this version, the Flux CLI and the GA components (source-controller, kustomize-controller and notification-controller) follow the release cadence and support pledge documented in the [Flux release specification](https://fluxcd.io/flux/releases/). ##### Kubernetes compatibility This release is compatible with the following Kubernetes versions: | Kubernetes version | Minimum required | |--------------------|------------------| | `v1.24` | `>= 1.24.0` | | `v1.25` | `>= 1.25.0` | | `v1.26` | `>= 1.26.0` | | `v1.27` | `>= 1.27.1` | Note that Flux may work on older versions of Kubernetes e.g. 1.19, but we don't recommend running end-of-life versions in production nor do we offer support for these versions. ##### Flux ecosystem support The following (open-source) extensions & integrations are compatible with this Flux release, starting from the specified minimum version or higher. | Type | Project | Version | |-------------|---------------------------------------------------------------------|-------------| | Flux Web UI | [weave-gitops](https://github.com/weaveworks/weave-gitops) | `0.26.0` | | Terraform integration | [tf-controller](https://github.com/weaveworks/tf-controller) | `0.15.0` | #### API changes ##### GitRepository v1 The [GitRepository](https://fluxcd.io/flux/components/source/gitrepositories/) kind was promoted from v1beta2 to v1 (GA) and deprecated fields were removed. The v1 API is backwards compatible with v1beta2, except for the following: - the deprecated field `.spec.gitImplementation` was removed - the unused field `.spec.accessFrom` was removed - the deprecated field `.status.contentConfigChecksum` was removed - the deprecated field `.status.artifact.checksum` was removed - the `.status.url` was removed (replaced by `.status.artifact.url`) ##### Kustomization v1 The [Kustomization](https://fluxcd.io/flux/components/kustomize/kustomization/) kind was promoted from v1beta2 to v1 (GA) and deprecated fields were removed. A new optional field `.spec.commonMetadata` was added to the API for setting labels and/or annotations to all resources part of a Kustomization. The v1 API is backwards compatible with v1beta2, except for the following: - the deprecated field `.spec.validation` was removed - the deprecated field `.spec.patchesStrategicMerge` was removed (replaced by `.spec.patches`) - the deprecated field ` .spec.patchesJson6902 ` was removed (replaced by `.spec.patches`) ##### Receiver v1 The [Receiver](https://fluxcd.io/flux/components/notification/receiver/) kind was promoted from v1beta2 to v1 (GA) and deprecated fields were removed. The v1 API is backwards compatible with v1beta2, except for the following: - the deprecated field `.status.url` was removed (replaced by `.status.webhookPath`) #### Upgrade procedure Upgrade Flux from `v0.x` to `v2.0.0` either by [rerunning bootstrap](https://fluxcd.io/flux/installation/#bootstrap-upgrade) or by using the [Flux GitHub Action](https://github.com/fluxcd/flux2/tree/main/action). To upgrade the APIs from v1beta2, make sure the new CRDs and controllers are deployed, and then change the manifests in Git: 1. Remove the deprecated fields from the `GitRepository` and `Kustomization` definitions. 2. Commit, push and reconcile the fields removal changes. 3. Set `apiVersion: source.toolkit.fluxcd.io/v1` in the YAML files that contain `GitRepository` definitions. 4. Set `apiVersion: kustomize.toolkit.fluxcd.io/v1` in the YAML files that contain Flux `Kustomization` definitions. 5. Set `apiVersion: notification.toolkit.fluxcd.io/v1` in the YAML files that contain `Receiver` definitions. 6. Commit, push and reconcile the API version changes. Bumping the APIs version in manifests can be done gradually. It is advised to not delay this procedure as the beta versions will be removed after 6 months. ##### New Documentation - [Release cadence and support](https://fluxcd.io/flux/releases/) - [SLSA Assessment](https://fluxcd.io/flux/security/slsa-assessment/) - [Controller sharding and horizontal scaling](https://fluxcd.io/flux/cheatsheets/sharding/) - [GitRepository v1 specification](https://fluxcd.io/flux/components/source/gitrepositories/) - [Kustomization v1 specification](https://fluxcd.io/flux/components/kustomize/kustomization/) - [Receiver v1 specification](https://fluxcd.io/flux/components/notification/receiver/) :heart: Big thanks to all the Flux contributors that helped us reach this milestone! :clap: And a special shoutout to the Flux community who supported us over the years! #### Components changelog - source-controller [v1.0.0](https://github.com/fluxcd/source-controller/blob/v1.0.0/CHANGELOG.md) - kustomize-controller [v1.0.0](https://github.com/fluxcd/kustomize-controller/blob/v1.0.0/CHANGELOG.md) - notification-controller [v1.0.0](https://github.com/fluxcd/notification-controller/blob/v1.0.0/CHANGELOG.md) - helm-controller [v0.35.0](https://github.com/fluxcd/helm-controller/blob/v0.35.0/CHANGELOG.md) - image-reflector-controller [v0.29.0](https://github.com/fluxcd/image-reflector-controller/blob/v0.29.0/CHANGELOG.md) - image-automation-controller [v0.35.0](https://github.com/fluxcd/image-automation-controller/blob/v0.35.0/CHANGELOG.md) #### CLI Changelog - PR [#&#8203;4035](https://github.com/fluxcd/flux2/issues/4035) - [@&#8203;stefanprodan](https://github.com/stefanprodan) - Update dependencies - PR [#&#8203;4033](https://github.com/fluxcd/flux2/issues/4033) - [@&#8203;stefanprodan](https://github.com/stefanprodan) - docs: link to releases spec from website - PR [#&#8203;4031](https://github.com/fluxcd/flux2/issues/4031) - [@&#8203;stefanprodan](https://github.com/stefanprodan) - Run conformance tests for Kubernetes v1.27.3 - PR [#&#8203;4029](https://github.com/fluxcd/flux2/issues/4029) - [@&#8203;stefanprodan](https://github.com/stefanprodan) - Run e2e tests on release branches - PR [#&#8203;4028](https://github.com/fluxcd/flux2/issues/4028) - [@&#8203;makkes](https://github.com/makkes) - Annotate errors from go-git-providers - PR [#&#8203;4027](https://github.com/fluxcd/flux2/issues/4027) - [@&#8203;hiddeco](https://github.com/hiddeco) - Update go-git to unreleased v5.8.0 - PR [#&#8203;4023](https://github.com/fluxcd/flux2/issues/4023) - [@&#8203;stefanprodan](https://github.com/stefanprodan) - Add backport GitHub Action workflow - PR [#&#8203;4020](https://github.com/fluxcd/flux2/issues/4020) - [@&#8203;stefanprodan](https://github.com/stefanprodan) - Set minimum supported version to Kubernetes 1.24.0 - PR [#&#8203;4018](https://github.com/fluxcd/flux2/issues/4018) - [@&#8203;stefanprodan](https://github.com/stefanprodan) - docs: Fix the `flux push` example for ECR - PR [#&#8203;4015](https://github.com/fluxcd/flux2/issues/4015) - [@&#8203;stefanprodan](https://github.com/stefanprodan) - Align `go.mod` version with Kubernetes (Go 1.20) - PR [#&#8203;4008](https://github.com/fluxcd/flux2/issues/4008) - [@&#8203;stefanprodan](https://github.com/stefanprodan) - Add SLSA3 generators to release workflow - PR [#&#8203;4006](https://github.com/fluxcd/flux2/issues/4006) - [@&#8203;fluxcdbot](https://github.com/fluxcdbot) - Update toolkit components - PR [#&#8203;4002](https://github.com/fluxcd/flux2/issues/4002) - [@&#8203;makkes](https://github.com/makkes) - Don't log errors with missing CRDs for "get \* all" commands - PR [#&#8203;3990](https://github.com/fluxcd/flux2/issues/3990) - [@&#8203;aryan9600](https://github.com/aryan9600) - RFC-0004: add section about proxy - PR [#&#8203;3976](https://github.com/fluxcd/flux2/issues/3976) - [@&#8203;darklore](https://github.com/darklore) - Use equivalent and shorter way to generate shell completions - PR [#&#8203;3955](https://github.com/fluxcd/flux2/issues/3955) - [@&#8203;somtochiama](https://github.com/somtochiama) - Fix 'patchesJson6902' is deprecated' warning - PR [#&#8203;3945](https://github.com/fluxcd/flux2/issues/3945) - [@&#8203;makkes](https://github.com/makkes) - Make `flux logs` more lenient </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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNjAuMCIsInVwZGF0ZWRJblZlciI6IjM0LjE2MC4wIn0=-->
kjuulh added 1 commit 2023-07-23 12:52:22 +02:00
Update dependency fluxcd/flux2 to v2
Some checks reported errors
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build encountered an error
44ec664257
kjuulh merged commit 44ec664257 into main 2023-07-23 13:21:11 +02: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#12
No description provided.