feat(container): update flux operator group (0.45.1 → 0.46.0)#5232
Merged
feat(container): update flux operator group (0.45.1 → 0.46.0)#5232
Conversation
Contributor
Author
--- HelmRelease: flux-system/flux-operator Deployment: flux-system/flux-operator
+++ HelmRelease: flux-system/flux-operator Deployment: flux-system/flux-operator
@@ -46,13 +46,13 @@
drop:
- ALL
readOnlyRootFilesystem: true
runAsNonRoot: true
seccompProfile:
type: RuntimeDefault
- image: ghcr.io/controlplaneio-fluxcd/flux-operator:v0.45.1
+ image: ghcr.io/controlplaneio-fluxcd/flux-operator:v0.46.0
imagePullPolicy: IfNotPresent
ports:
- name: http-metrics
containerPort: 8080
protocol: TCP
- name: http |
Contributor
Author
--- kubernetes/apps/flux-system/flux-operator/app Kustomization: flux-system/flux-operator OCIRepository: flux-system/flux-operator
+++ kubernetes/apps/flux-system/flux-operator/app Kustomization: flux-system/flux-operator OCIRepository: flux-system/flux-operator
@@ -11,9 +11,9 @@
spec:
interval: 1h
layerSelector:
mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
operation: copy
ref:
- tag: 0.45.1
+ tag: 0.46.0
url: oci://ghcr.io/controlplaneio-fluxcd/charts/flux-operator
--- kubernetes/apps/flux-system/flux-instance/app Kustomization: flux-system/flux-instance OCIRepository: flux-system/flux-instance
+++ kubernetes/apps/flux-system/flux-instance/app Kustomization: flux-system/flux-instance OCIRepository: flux-system/flux-instance
@@ -11,9 +11,9 @@
spec:
interval: 1h
layerSelector:
mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
operation: copy
ref:
- tag: 0.45.1
+ tag: 0.46.0
url: oci://ghcr.io/controlplaneio-fluxcd/charts/flux-instance
|
There was a problem hiding this comment.
flux-operator: v0.45.1 → v0.46.0
Verdict: Safe to merge
No breaking changes or deprecations affect this repository. The three notable changes in this release are:
- #801 (bug fix): Fix ResourceSets and FluxInstance getting stuck due to health check cancellation — a bug fix that improves stability, no config change needed.
- #786 (additive): Support
kubeconfigkey and custom keys inconvertKubeConfigFrom— adds out-of-the-box support for additional secret key formats. TheconvertKubeConfigFromfield is not used anywhere in this repository, so this is a no-op for us. - #791 (internal): Update FluxOCIRepositoryKind version to v1 — internal MCP component change unrelated to the Helm chart values or Flux runtime.
The Helm chart values consumed by this repository (FluxOperator's serviceMonitor.create, web.config.authentication, web.networkPolicy; FluxInstance's instance.distribution.version: 2.8.4, instance.cluster.networkPolicy: false, and all controller patches) are fully compatible with v0.46.0. No schema or defaults changed in a way that affects our configuration.
Sources consulted:
- https://github.com/controlplaneio-fluxcd/flux-operator/releases/tag/v0.46.0
- https://fluxoperator.dev/docs/charts/flux-operator
- https://fluxoperator.dev/docs/charts/flux-instance
- controlplaneio-fluxcd/flux-operator#786
- controlplaneio-fluxcd/flux-operator#791
- controlplaneio-fluxcd/flux-operator#801
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.45.1→0.46.00.45.1→0.46.0Release Notes
controlplaneio-fluxcd/flux-operator (ghcr.io/controlplaneio-fluxcd/charts/flux-instance)
v0.46.0Compare Source
What's Changed
kubeconfigkey and custom keys inconvertKubeConfigFromby @matheuscscp in #786New Contributors
Full Changelog: controlplaneio-fluxcd/flux-operator@v0.45.1...v0.46.0
Configuration
📅 Schedule: (in timezone Europe/Berlin)
🚦 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 these updates again.
This PR has been generated by Renovate Bot.