Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency fluxcd/flux2 to v2.2.1 #429

Merged
merged 1 commit into from Dec 19, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 19, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
fluxcd/flux2 minor 2.1.2 -> 2.2.1
fluxcd/flux2 action minor v2.1.2 -> v2.2.1

Release Notes

fluxcd/flux2 (fluxcd/flux2)

v2.2.1

Compare Source

Highlights

Flux v2.2.1 is a patch release that comes with fixes to API backwards compatibility.
Users are encouraged to upgrade for the best experience.

💡 For upgrading to Flux v2.2, please see the procedure documented in 2.2.0.

This version was tested with the latest Kubernetes release, and extends Flux support to Kubernetes v1.29.

The Helm SDK was updated to the latest version, v3.13.3.

Logging in kustomize-controller and helm-controller has been improved to provide faster feedback on any HTTP errors encountered while fetching artifacts from source-controller.

Components changelog

CLI Changelog

v2.2.0

Compare Source

Highlights

Flux v2.2.0 is a feature release. Users are encouraged to upgrade for the best experience.

The Flux CLI and controllers have been updated to Kustomize v5.3.0 and Kubernetes v1.28.4.

Flux helm-controller's reconciliation model underwent a significant overhaul, addressing persistent issues such as the automatic recovery of releases stuck in a pending state. In addition, it improves the observability of the release status, and it introduces the ability to enable drift detection on a per-object basis. For more details on the helm-controller improvements, please see the Announcing Flux 2.2 GA blog post.

The Flux CLI can now be used to force or reset the reconciliation state of a HelmRelease v2beta2 object using flux reconcile hr --force and flux reconcile hr --reset.

Flux CLI comes with support for bootstrapping Gitea repositories and adds guardrails to flux install and flux bootstrap to protect users from destructive operations. The flux version and flux check commands now print the Flux distribution version deployed on the cluster.

The Flux alerting capabilities have been extended with NATS and Bitbucket Server & Data Center support.

Starting with this release, Flux minor versions are benchmark to measure the Mean Time To Production (MTTP). The results for this version can be found at
github.com/fluxcd/flux-benchmark.

❤️ Big thanks to all the Flux contributors that helped us with this release!

Kubernetes compatibility

This release is compatible with the following Kubernetes versions:

Kubernetes version Minimum required
v1.26 >= 1.26.0
v1.27 >= 1.27.1
v1.28 >= 1.28.0

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

API changes

HelmRelease v2beta2

The HelmRelease kind was promoted from v2beta1 to v2beta2.

The v2beta2 API is backwards compatible with v2beta1, the v2beta1 API is deprecated and will be removed in a future release.

Deprecated fields:

  • The .patchesStrategicMerge and .patchesJson6902 Kustomize post-rendering fields have been deprecated in favor of .patches.
  • The .status.lastAppliedRevision and .status.lastReleaseRevision fields have been deprecated in favor of .status.history.
  • The .status.lastAttemptedValuesChecksum has been deprecated in favor of .status.lastAttemptedConfigDigest.

New fields:

  • Drift detection and correction is now enabled on a per-release basis using the .spec.driftDetection.mode field.
  • Ignoring specific fields during drift detection and correction is now supported using the .spec.driftDetection.ignore
  • Helm tests can now be selectively run using the .spec.test.filters field.
  • A history of metadata from Helm releases up to the previous successful release is now available in the .status.history field. This includes any Helm test results when enabled.
  • The .status.lastHandledForceAt and .status.lastHandledResetAt fields have been introduced to track the last time a force upgrade or reset was handled.
Alert and Provider v1beta3

The Alert and Provider kinds were promoted from v1beta2 to v1beta3.

The v1beta3 API is backwards compatible with v1beta2, the .status field was removed making the resources static objects. Any errors encountered while sending notifications are now recorded as Kubernetes Events associated with the Alert objects.

Bucket v1beta2

A new field, .spec.prefix, has been added to the Bucket API, which enables server-side filtering of files if the object's .spec.provider is set to generic, aws or gcp.

OCIRepository and HelmChart v1beta2

Two new fields, .spec.verify.matchOIDCIdentity.issuer and .spec.verify.matchOIDCIdentity.subject have been added to the HelmChart and OCIRepository APIs. If the image has been keylessly signed via Cosign, these fields can be used to verify the OIDC issuer of the Fulcio certificate and the
OIDC identity's subject respectively.

HelmRepository and ImageRepository v1beta2

A new boolean field, .spec.insecure, has been introduced to the
HelmRepository and ImageRepository APIs, which allows connecting to a non-TLS HTTP container registry. For HelmRepositories it is only considered if the object's .spec.type is set to oci.

From this release onwards, HelmRepository objects of type OCI are treated as static objects, i.e. they have an empty status.

Upgrade procedure

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

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

  1. Set apiVersion: helm.toolkit.fluxcd.io/v2beta2 in the YAML files that contain HelmRelease definitions.
  2. Set apiVersion: notification.toolkit.fluxcd.io/v1beta3 in the YAML files that contain Alert and Provider definitions.
  3. 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 deprecated versions will be removed after 6 months.

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 these updates again.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot enabled auto-merge (squash) December 19, 2023 07:10
@renovate renovate bot merged commit 4ff6886 into main Dec 19, 2023
@renovate renovate bot deleted the renovate/fluxcd-flux2-2.x branch December 19, 2023 11:17
sp3nx0r pushed a commit to sp3nx0r/homelab that referenced this pull request Dec 24, 2023
)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [allenporter/flux-local](https://togithub.com/allenporter/flux-local)
| action | major | `3.2.0` -> `4.2.1` |

---

### Release Notes

<details>
<summary>allenporter/flux-local (allenporter/flux-local)</summary>

###
[`v4.2.1`](https://togithub.com/allenporter/flux-local/releases/tag/4.2.1)

[Compare
Source](https://togithub.com/allenporter/flux-local/compare/4.2.0...4.2.1)

#### What's Changed

Version `4.2.0` contains a bug in the diff action that caused it to
never emit a diff, which is fixed in this release.

- Update pages workflow to new versions by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[allenporter/flux-local#460
- fix: change running user to 1001 by
[@&#8203;onedr0p](https://togithub.com/onedr0p) in
[allenporter/flux-local#461
- Initial design ideas for flux-local v5 by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[allenporter/flux-local#463
- Upgrade to pydantic v2 APIs by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[allenporter/flux-local#464
- Build with python 3.12 by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[allenporter/flux-local#465
- Fix broken diff action output by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[allenporter/flux-local#468

#### Developer updates

- chore(deps): update dependency coverage to v7.3.4 by
[@&#8203;renovate](https://togithub.com/renovate) in
[allenporter/flux-local#469
- chore(deps): update dependency pydantic to v2.5.3 by
[@&#8203;renovate](https://togithub.com/renovate) in
[allenporter/flux-local#470

**Full Changelog**:
allenporter/flux-local@4.2.0...4.2.1

###
[`v4.2.0`](https://togithub.com/allenporter/flux-local/releases/tag/4.2.0)

[Compare
Source](https://togithub.com/allenporter/flux-local/compare/4.1.1...4.2.0)

#### What's Changed

- feat: add container build and workflows by
[@&#8203;onedr0p](https://togithub.com/onedr0p) in
[allenporter/flux-local#452
- fix: update logic in container test to build on main by
[@&#8203;onedr0p](https://togithub.com/onedr0p) in
[allenporter/flux-local#453
- fix: change CMD to ENTRYPOINT in Dockerfile by
[@&#8203;onedr0p](https://togithub.com/onedr0p) in
[allenporter/flux-local#454
- Streamline devcontainer by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[allenporter/flux-local#456
- Add --output-file flag to get cluster action by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[allenporter/flux-local#457
- Add --output-file for build and diff and use in action by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[allenporter/flux-local#459

#### New Contributors

- [@&#8203;onedr0p](https://togithub.com/onedr0p) made their first
contribution in
[allenporter/flux-local#452

**Full Changelog**:
allenporter/flux-local@4.1.1...4.2.0

###
[`v4.1.1`](https://togithub.com/allenporter/flux-local/releases/tag/4.1.1)

[Compare
Source](https://togithub.com/allenporter/flux-local/compare/4.1.0...4.1.1)

#### What's Changed

- Remove complexity from multi-cluster diff by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[allenporter/flux-local#447
- Improve timeout error message by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[allenporter/flux-local#448
- Update stale helm pydoc by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[allenporter/flux-local#449
- Cleanup visitor namespace related logic by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[allenporter/flux-local#450
- Fix bug in actions by setting cache dependency paths based on action
by [@&#8203;allenporter](https://togithub.com/allenporter) in
[allenporter/flux-local#451

**Full Changelog**:
allenporter/flux-local@4.1.0...4.1.1

###
[`v4.1.0`](https://togithub.com/allenporter/flux-local/releases/tag/4.1.0)

[Compare
Source](https://togithub.com/allenporter/flux-local/compare/4.0.0...4.1.0)

#### What's Changed

- Enable caching of package dependencies by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[allenporter/flux-local#442
- Fix formatting by running black on code by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[allenporter/flux-local#444
- Add container images from Kustomziations to the cluster manifest by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[allenporter/flux-local#443
- Add HelmRelease images to cluster manifest by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[allenporter/flux-local#445

#### Developer dependency updates

- Revert "Update actions/upload-pages-artifact action to v3" by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[allenporter/flux-local#438
- Revert "Update actions/deploy-pages action to v4" by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[allenporter/flux-local#439

**Full Changelog**:
allenporter/flux-local@4.0.0...4.1.0

###
[`v4.0.0`](https://togithub.com/allenporter/flux-local/releases/tag/4.0.0)

[Compare
Source](https://togithub.com/allenporter/flux-local/compare/3.2.0...4.0.0)

#### What's Changed

##### Native flux build

The primary change in this release is to move to use `flux build`
internally. This means that the `flux` CLI is now required to be present
in the environment, similar to how `kustomize` is already required. See
documentation for the [Github
Action](https://togithub.com/allenporter/flux-local?tab=readme-ov-file#github-action)
for details on how to setup the CLI environment.
[allenporter/flux-local#392

To simplify internals, multiple clusters in the same path are no longer
supported. You can still use a multi-cluster repo if you specify
`--path` to one of the clusters. This should be a no-op for most users
of the github action since likely you already were setting a path
argument.

##### Diagnostics

You can now discover malormed or unexpected yaml files with `flux-local
diagnostics`
[allenporter/flux-local#401:

    ### flux-local diagnostics
    [DIAGNOSTICS OK]

##### Performance

With the move to `flux build`, we've been able to reduce some
unnecessary `kustomize` calls, improving internal caching, and
parallelize some of the cluster commands. Speed has been improved by 2x
even for smaller clusters with only a handful of kustomizations.
[allenporter/flux-local#435

#### Change Log

- Add flux dependency in development environment by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[allenporter/flux-local#391
- Migrate tests to syrup by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[allenporter/flux-local#393
- Add tests that trace the full command stack of building the manifest
by [@&#8203;allenporter](https://togithub.com/allenporter) in
[allenporter/flux-local#394
- Increase coverage for cluster3 by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[allenporter/flux-local#395
- Improve test coverage for cluster3 cases by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[allenporter/flux-local#396
- Improve test coverage for internals of git repo manifest builders by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[allenporter/flux-local#397
- Remove support for multiple clusters in a single path by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[allenporter/flux-local#398
- Skip unnecessary kustomize cfg step when scanning the cluster by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[allenporter/flux-local#399
- Add a `diagnostics` command to find yaml files that kustomize does no…
by [@&#8203;allenporter](https://togithub.com/allenporter) in
[allenporter/flux-local#401
- Renovate Dockerfile and versions by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[allenporter/flux-local#422
- Use `flux build ks` when building Kustomizations by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[allenporter/flux-local#392
- Update documentation examples to include flux cli by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[allenporter/flux-local#424
- Improve error messages for shell commands by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[allenporter/flux-local#425
- Fix support for Kustomizations with absolute paths by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[allenporter/flux-local#426
- Improve logging/tracing and track performance counters by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[allenporter/flux-local#427
- Improve kustomization traversal performance by
[@&#8203;allenporter](https://togithub.com/allenporter) in
[allenporter/flux-local#435

#### Developer dependency updates

- Update dependency pydantic to v2.5.2 by
[@&#8203;renovate](https://togithub.com/renovate) in
[allenporter/flux-local#400
- Update dependency mypy to v1.7.1 by
[@&#8203;renovate](https://togithub.com/renovate) in
[allenporter/flux-local#402
- Update dependency wheel to v0.42.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[allenporter/flux-local#404
- Update pypa/gh-action-pypi-publish action to v1.8.11 by
[@&#8203;renovate](https://togithub.com/renovate) in
[allenporter/flux-local#405
- Update ubuntu Docker tag to jammy-20231128 by
[@&#8203;renovate](https://togithub.com/renovate) in
[allenporter/flux-local#406
- Update dependency pytest-asyncio to v0.23.2 by
[@&#8203;renovate](https://togithub.com/renovate) in
[allenporter/flux-local#410
- Update dependency ruff to v0.1.7 by
[@&#8203;renovate](https://togithub.com/renovate) in
[allenporter/flux-local#412
- Update pre-commit hook charliermarsh/ruff-pre-commit to v0.1.7 by
[@&#8203;renovate](https://togithub.com/renovate) in
[allenporter/flux-local#413
- Update actions/setup-python action to v5 by
[@&#8203;renovate](https://togithub.com/renovate) in
[allenporter/flux-local#411
- Update actions/deploy-pages action to v3 by
[@&#8203;renovate](https://togithub.com/renovate) in
[allenporter/flux-local#409
- Update actions/configure-pages action to v4 by
[@&#8203;renovate](https://togithub.com/renovate) in
[allenporter/flux-local#408
- Update dependency pre-commit to v3.6.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[allenporter/flux-local#414
- Update dependency typing-extensions to v4.9.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[allenporter/flux-local#415
- Update dependency black to v23.12.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[allenporter/flux-local#416
- Update pre-commit hook psf/black to v23.12.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[allenporter/flux-local#417
- Update dependency ruff to v0.1.8 by
[@&#8203;renovate](https://togithub.com/renovate) in
[allenporter/flux-local#418
- Update pre-commit hook charliermarsh/ruff-pre-commit to v0.1.8 by
[@&#8203;renovate](https://togithub.com/renovate) in
[allenporter/flux-local#419
- Update dependency coverage to v7.3.3 by
[@&#8203;renovate](https://togithub.com/renovate) in
[allenporter/flux-local#420
- Update dependency pdoc to v14.2.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[allenporter/flux-local#421
- Update dependency pip to v23.3.2 by
[@&#8203;renovate](https://togithub.com/renovate) in
[allenporter/flux-local#428
- Update dependency fluxcd/flux2 to v2.2.1 by
[@&#8203;renovate](https://togithub.com/renovate) in
[allenporter/flux-local#429
- Update dependency helm/helm to v3.13.3 by
[@&#8203;renovate](https://togithub.com/renovate) in
[allenporter/flux-local#432
- Update dependency kyverno/kyverno to v1.11.1 by
[@&#8203;renovate](https://togithub.com/renovate) in
[allenporter/flux-local#433
- Update actions/deploy-pages action to v4 by
[@&#8203;renovate](https://togithub.com/renovate) in
[allenporter/flux-local#430
- Update actions/upload-pages-artifact action to v3 by
[@&#8203;renovate](https://togithub.com/renovate) in
[allenporter/flux-local#431
-

**Full Changelog**:
allenporter/flux-local@3.2.0...4.0.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on saturday" (UTC), 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 [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/sp3nx0r/homelab).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjEwMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants