fix(helm): update rook-ceph group ( v1.20.1 → v1.20.2 )#4027
Open
renovate[bot] wants to merge 1 commit into
Open
fix(helm): update rook-ceph group ( v1.20.1 → v1.20.2 )#4027renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
| datasource | package | from | to | | --------------- | --------- | ------- | ------- | | helm | rook-ceph | v1.20.1 | v1.20.2 | | docker | rook/ceph | v1.20.1 | v1.20.2 | | github-releases | rook/rook | v1.20.1 | v1.20.2 | Signed-off-by: Winston R. Milling <wrmilling@users.noreply.github.com>
There was a problem hiding this comment.
rook-ceph group: v1.20.1 → v1.20.2
Verdict: Safe to merge
This is a patch release (operator chart, CRDs, toolbox image) with no breaking changes.
CRD changes:
The kustomization.yaml reference is updated to v1.20.2/deploy/examples/crds.yaml. The diff between the two CRD bundles contains only:
- A new optional
muteHealthWarningfield added toCephCluster.spec(additive, backward-compatible) - Description string typo fixes (
"last time time"→"last time")
No field removals, renames, or validation tightening. Existing CephCluster resources will continue to reconcile without changes.
Bug fixes relevant to this repo:
core: Skip node watcher during initial cache sync— prevents a reconcile-loop race at operator startup (#17812)core: Reduce the floating mon reschedule time— faster mon recovery after node disruption (#17805)osd: Do not scan rbd devices in raw activate fallback— OSD activation correctness (#17724); this cluster uses RBD exclusivelyexternal: VolumeAttachment should be deleted during unmount— prevents stale VolumeAttachment objects accumulating (#17826)operator: fail reconcile if rook-config-override lacks trailing newline— config correctness guard (#17758)core: Trigger reconcile when node labels or annotations change— important for this cluster which pins OSDs by node name and disk ID (#17847)
Bundled component updates:
- Ceph daemon image: v1.20.2 ships Ceph v20.2.2 by default.
rook-ceph/cluster/cluster.yamlalready pinsquay.io/ceph/ceph:v20.2.2, so the data-plane version is consistent with the new operator. - ceph-csi-operator: bumped from v1.0.3 → v1.0.4 inside the rook-ceph chart. The v1.0.4 release is a single-fix backport (#538: remove default replicas from validation). No API changes. The
ceph-csi-driversHelmRelease (chart v1.0.1) remains compatible.
New features worth adopting (optional):
muteHealthWarningonCephCluster— allows declaratively muting noisy Ceph health warnings by code (e.g.POOL_NO_REDUNDANCY). Would add an entry underspec.muteHealthWarninginrook-ceph/cluster/cluster.yamlif desired; no action needed now.
Known issues: No open bugs found against v1.20.2 in the upstream issue tracker.
Sources consulted:
Claude Review Usage
|
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:
v1.20.1→v1.20.2v1.20.1→v1.20.2v1.20.1→v1.20.2Release Notes
rook/rook (rook-ceph)
v1.20.2Compare Source
Improvements
Rook v1.20.2 is a patch release limited in scope and focusing on feature additions and bug fixes to the Ceph operator.
Configuration
📅 Schedule: (in timezone America/Chicago)
🚦 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 was generated by Mend Renovate. View the repository job log.