chore(deps): update dependency fluxcd/flux2 to v2 #28

Merged
xoxys merged 1 commits from renovate/fluxcd-flux2-2.x into main 2023-07-07 22:28:39 +02:00
Member

This PR contains the following updates:

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

Release Notes

fluxcd/flux2 (fluxcd/flux2)

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: 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.


  • 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.0` | --- ### Release Notes <details> <summary>fluxcd/flux2 (fluxcd/flux2)</summary> ### [`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](ttps://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**: 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. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNDEuMyIsInVwZGF0ZWRJblZlciI6IjM1LjE0MS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
renovator force-pushed renovate/fluxcd-flux2-2.x from c1017804cb to ce73b4b4c0 2023-07-05 18:02:32 +02:00 Compare
renovator force-pushed renovate/fluxcd-flux2-2.x from ce73b4b4c0 to b7a4f59d07 2023-07-05 18:32:30 +02:00 Compare
xoxys merged commit 8f15d3a9bc into main 2023-07-07 22:28:39 +02:00
xoxys deleted branch renovate/fluxcd-flux2-2.x 2023-07-07 22:28:40 +02: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: infra/crds-catalog#28
No description provided.