chore(deps): update dependency fluxcd/flux2 to v0.41.0 #4

Merged
xoxys merged 1 commits from renovate/fluxcd-flux2-0-x into main 2023-03-09 20:52:12 +01:00
Member

This PR contains the following updates:

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

Release Notes

fluxcd/flux2

v0.41.0

Compare Source

Flux v0.41.0 comes with new features and improvements. Users are encouraged to upgrade for the best experience.

Features and improvements
  • Experimental support of drift detection of Helm releases compared to cluster-state.
  • Improved handling of SIGTERM signals received by the helm-controller, which will now terminate running Helm install or upgrade actions, instead of potentially leaving them in a pending state.
  • Opt-in OOM watcher in helm-controller to handle graceful termination of the controller before it is forcefully killed by Kubernetes' OOM killer.
  • Kubernetes client and Custom Resource Definition life-cycle improvements to reduce the memory consumption of the helm-controller, with observed reductions up to 50%.
  • Opt-in allowance of DNS lookups during the rendering of Helm templates in the helm-controller via feature gate.
  • Optional disabling of the cache of the status poller used to determine the health of the resources applied by the kustomize-controller. This may improve memory usage on large scale clusters at the cost of more direct API calls.
  • Changes to the logging of all controllers to ensure Kubernetes components like the discovery client use the configured logging format.
  • New flux events command to display Kubernetes events for Flux resources, including the events of a referenced resource.
  • Custom annotations can now be set with flux push using --annotations.
New documentation
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) | minor | `v0.40.2` -> `v0.41.0` | --- ### Release Notes <details> <summary>fluxcd/flux2</summary> ### [`v0.41.0`](https://github.com/fluxcd/flux2/releases/tag/v0.41.0) [Compare Source](https://github.com/fluxcd/flux2/compare/v0.40.2...v0.41.0) Flux v0.41.0 comes with new features and improvements. Users are encouraged to upgrade for the best experience. ##### Features and improvements - Experimental support of drift detection of Helm releases compared to cluster-state. - Improved handling of `SIGTERM` signals received by the helm-controller, which will now terminate running Helm install or upgrade actions, instead of potentially leaving them in a pending state. - Opt-in OOM watcher in helm-controller to handle graceful termination of the controller before it is forcefully killed by Kubernetes' OOM killer. - Kubernetes client and Custom Resource Definition life-cycle improvements to reduce the memory consumption of the helm-controller, with observed reductions up to 50%. - Opt-in allowance of DNS lookups during the rendering of Helm templates in the helm-controller via feature gate. - Optional disabling of the cache of the status poller used to determine the health of the resources applied by the kustomize-controller. This may improve memory usage on large scale clusters at the cost of more direct API calls. - Changes to the logging of all controllers to ensure Kubernetes components like the discovery client use the configured logging format. - New `flux events` command to display Kubernetes events for Flux resources, including the events of a referenced resource. - Custom annotations can now be set with `flux push` using `--annotations`. ##### New documentation - Cheatsheet: [Enable Helm drift detection](https://fluxcd.io/flux/cheatsheets/bootstrap/#enable-helm-drift-detection) - Cheatsheet: [Enable Helm near OOM detection](https://fluxcd.io/flux/cheatsheets/bootstrap/#enable-helm-near-oom-detection) - Cheatsheet: [Allow Helm DNS lookups](https://fluxcd.io/flux/cheatsheets/bootstrap/#allow-helm-dns-lookups) - Controller: [New helm-controller feature gates and options](https://fluxcd.io/flux/components/helm/options/#feature-gates) - Controller: [New kustomize-controller feature gate](https://fluxcd.io/flux/components/kustomize/options/#feature-gates) - Spec: [HelmRelease drift detection](https://fluxcd.io/flux/components/helm/helmreleases/#drift-detection) ##### Components changelog - source-controller [v0.36.0](https://github.com/fluxcd/source-controller/blob/v0.36.0/CHANGELOG.md) - kustomize-controller [v0.35.0](https://github.com/fluxcd/kustomize-controller/blob/v0.35.0/CHANGELOG.md) - helm-controller [v0.31.0](https://github.com/fluxcd/helm-controller/blob/v0.31.0/CHANGELOG.md) - notification-controller [v0.33.0](https://github.com/fluxcd/notification-controller/blob/v0.33.0/CHANGELOG.md) - image-reflector-controller [v0.26.0](https://github.com/fluxcd/image-reflector-controller/blob/v0.26.0/CHANGELOG.md) - image-automation-controller [v0.31.0](https://github.com/fluxcd/image-automation-controller/blob/v0.31.0/CHANGELOG.md) ##### CLI Changelog - PR [#&#8203;3628](https://github.com/fluxcd/flux2/issues/3628) - [@&#8203;somtochiama](https://github.com/somtochiama) - Add `flux events` command - PR [#&#8203;3674](https://github.com/fluxcd/flux2/issues/3674) - [@&#8203;hiddeco](https://github.com/hiddeco) - Update dependencies - PR [#&#8203;3673](https://github.com/fluxcd/flux2/issues/3673) - [@&#8203;stefanprodan](https://github.com/stefanprodan) - ci: Use latest available images of kindest/node - PR [#&#8203;3672](https://github.com/fluxcd/flux2/issues/3672) - [@&#8203;hiddeco](https://github.com/hiddeco) - tests/azure: update dependencies - PR [#&#8203;3670](https://github.com/fluxcd/flux2/issues/3670) - [@&#8203;hiddeco](https://github.com/hiddeco) - Update Go to 1.20 - PR [#&#8203;3669](https://github.com/fluxcd/flux2/issues/3669) - [@&#8203;hiddeco](https://github.com/hiddeco) - Update GitHub Action workflows - PR [#&#8203;3667](https://github.com/fluxcd/flux2/issues/3667) - [@&#8203;hiddeco](https://github.com/hiddeco) - Update helm-controller to v0.31.0 - PR [#&#8203;3666](https://github.com/fluxcd/flux2/issues/3666) - [@&#8203;fluxcdbot](https://github.com/fluxcdbot) - Update toolkit components - PR [#&#8203;3653](https://github.com/fluxcd/flux2/issues/3653) - [@&#8203;stefanprodan](https://github.com/stefanprodan) - Allow custom annotations to be set when pushing OCI artifacts </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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTkuMSIsInVwZGF0ZWRJblZlciI6IjM0LjE1OS4xIn0=-->
renovator added 1 commit 2023-03-09 18:02:29 +01:00
continuous-integration/drone/pr Build is passing Details
dceba15b95
chore(deps): update dependency fluxcd/flux2 to v0.41.0
xoxys merged commit 99dd435219 into main 2023-03-09 20:52:12 +01:00
xoxys deleted branch renovate/fluxcd-flux2-0-x 2023-03-09 20:52:12 +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: infra/crds-catalog#4
No description provided.