Skip to content

feat(helm): update chart rook-ceph-cluster ( v1.18.8 ➔ v1.20.0 )#3138

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/rook-ceph-cluster-1.x
Open

feat(helm): update chart rook-ceph-cluster ( v1.18.8 ➔ v1.20.0 )#3138
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/rook-ceph-cluster-1.x

Conversation

@renovate

@renovate renovate Bot commented Jan 13, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
rook-ceph-cluster minor v1.18.8v1.20.0

Release Notes

rook/rook (rook-ceph-cluster)

v1.20.0

Compare Source

Upgrade Guide

To upgrade from previous versions of Rook, see the Rook upgrade guide.

Breaking Changes

  • The Ceph CSI operator is required for managing CSI driver settings.
    • Upgrades will continue working with the existing settings that had been applied by Rook previously. Further updates to CSI settings will need to be updated by the Rook admin. Clusters with default CSI settings do not require customizations.
    • CSI settings are removed from the Rook operator configmap rook-ceph-operator-config and the rook-ceph Helm chart.
    • New installs must configure the CSI settings with the Ceph-CSI OperatorConfig and Driver CRs. Default settings are included in operator.yaml. For custom CSI settings, see the CSI Configuration for more details and examples.
    • For helm users, the Ceph CSI operator settings are configured by the ceph-csi-drivers chart. Custom CSI images remain configured by the rook-ceph chart values.

Features

  • Supported Kubernetes versions are v1.31 through v1.36.
  • SSE-S3 with Vault Agent: Added support for server-side encryption with SSE-S3 using HashiCorp Vault Agent authentication. See the CephObjectStore Security Settings for more details.
  • Unused CRUSH rule cleanup: Rook now deletes unused CRUSH rules by default after the Ceph mgr starts. If unused CRUSH rules should not be deleted, set ROOK_DELETE_UNUSED_CRUSH_RULES to false in the operator config.
  • Concurrently reconciling multiple Ceph Clusters with the setting ROOK_RECONCILE_CONCURRENT_CLUSTERS is declared stable.
  • Containers within a pod are now consistently reconciled by name instead of relying on the order in which they are declared. This is a defensive measure against the declaration order changing due to manipulation by a mutating webhook.
  • OSD resize with encrypted host-based OSDs: For encrypted OSDs (with encryptedDevice: true) with host-based (non-PVC) clusters, resizing the underlying disk now automatically expands encrypted OSDs.
  • RGW Accounts (Experimental): The CephObjectStoreAccount CRD manages RGW accounts. The accountReffield is added inCephObjectStoreUser to associate users with accounts. This feature is currently only testable with the Ceph main branch image (quay.ceph.io/ceph-ci/ceph:main`). See the Object Store Accounts documentation for more details.
  • Two-node clusters (Experimental): Rook allows a "floating" mon to migrate between the two nodes in case one node is down.

v1.19.6

Compare Source

Improvements

Rook v1.19.6 is a patch release limited in scope and focusing on feature additions and bug fixes to the Ceph operator.

v1.19.5

Compare Source

Improvements

Rook v1.19.5 is a patch release limited in scope and focusing on feature additions and bug fixes to the Ceph operator.

v1.19.4

Compare Source

Improvements

Rook v1.19.4 is a patch release limited in scope and focusing on feature additions and bug fixes to the Ceph operator.

v1.19.3

Compare Source

Improvements

Rook v1.19.3 is a patch release limited in scope and focusing on feature additions and bug fixes to the Ceph operator.

v1.19.2

Compare Source

Improvements

Rook v1.19.2 is a patch release limited in scope and focusing on feature additions and bug fixes to the Ceph operator.

v1.19.1

Compare Source

Improvements

Rook v1.19.1 is a patch release limited in scope and focusing on feature additions and bug fixes to the Ceph operator.

csi: Update to ceph csi operator to v0.5 (#​17029, @​subhamkrai)
security: Remove unnecessary nodes/proxy RBAC enablement (#​16979, @​ibotty)
helm: Set default ceph image pull policy (#​16954, @​travisn)
nfs: Add CephNFS.spec.server.{image,imagePullPolicy} fields (#​16982, @​jhoblitt)
osd: Assign correct osd container in case it is not index 0 (#​16969, @​kyrbrbik)
csi: Remove obsolete automated node fencing code (#​16922, @​subhamkrai)
osd: Enable proper cancellation during OSD reconcile (#​17022, @​sp98)
csi: Allow running the csi controller plugin on host network (#​16972, @​Madhu-1)
rgw: Update ca bundle mount perms to read-all (#​16968, @​BlaineEXE)
mon: Change do-not-reconcile to be more granular for individual mons (#​16939, @​travisn)
build(deps): Bump the k8s-dependencies group with 6 updates (#​16846, @​dependabot[bot])
doc: add csi-operator example in configuration doc (#​17001, @​subhamkrai)

v1.19.0

Compare Source

Upgrade Guide

To upgrade from previous versions of Rook, see the Rook upgrade guide.

Breaking Changes

  • The supported Kubernetes versions are v1.30 - v1.35
  • The minimum supported Ceph version is v19.2.0. Rook v1.18 clusters running Ceph v18 must upgrade
    to Ceph v19.2.0 or higher before upgrading Rook.
  • The behavior of the activeStandby property in the CephFilesystem CRD has changed. When set to false, the standby MDS daemon deployment will be scaled down and removed, rather than only disabling the standby cache while the daemon remains running.
  • Helm: The rook-ceph-cluster chart has changed where the Ceph image is defined, to allow separate settings for the repository and tag. For more details, see the Rook upgrade guide.
  • In external mode, when users provide a Ceph admin keyring to Rook, Rook will no longer create CSI Ceph clients automatically. This approach will provide more consistency to configure external mode clusters via the same external Python script.

Features

  • Experimental: NVMe over Fabrics (NVMe-oF) allows RBD volumes to be exposed and accessed via the NVMe/TCP protocol. This enables both Kubernetes pods within the cluster and external clients outside the cluster to connect to Ceph block storage using standard NVMe-oF initiators, providing high-performance block storage access over the network. See the NVMe-oF Configuration Guide to get started.
  • CephCSI v3.16 Integration:
    • NVMe-oF CSI driver for provisioning and mounting volumes over the NVMe over Fabrics protocol
    • Improved fencing for RBD and CephFS volumes during node failure
    • Block volume usage statistics
    • Configurable block encryption cipher
  • Experimental: Allow concurrent reconciles of the CephCluster CR when there multiple clusters being managed by the same Rook operator. Concurrency is enabled by increasing the operator setting ROOK_RECONCILE_CONCURRENT_CLUSTERS to a value greater than 1.
  • Improved logging with namespaced names for the controllers for more consistency in troubleshooting the rook operator log.

v1.18.11

Compare Source

Improvements

Rook v1.18.11 is a patch release limited in scope and focusing on feature additions and bug fixes to the Ceph operator.

v1.18.10

Compare Source

Improvements

Rook v1.18.10 is a patch release limited in scope and focusing on feature additions and bug fixes to the Ceph operator.

v1.18.9

Compare Source

Improvements

Rook v1.18.9 is a patch release limited in scope and focusing on feature additions and bug fixes to the Ceph operator.


Configuration

📅 Schedule: (in timezone America/New_York)

  • 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 was generated by Mend Renovate. View the repository job log.

@github-actions

github-actions Bot commented Jan 13, 2026

Copy link
Copy Markdown

qgr1-cluster-0 - kustomization

--- k8s/base/rook-ceph/cluster Kustomization: flux-system/rook-ceph-cluster HelmRelease: rook-ceph/rook-ceph-cluster

+++ k8s/base/rook-ceph/cluster Kustomization: flux-system/rook-ceph-cluster HelmRelease: rook-ceph/rook-ceph-cluster

@@ -13,13 +13,13 @@

     spec:
       chart: rook-ceph-cluster
       sourceRef:
         kind: HelmRepository
         name: rook-ceph-charts
         namespace: flux-system
-      version: v1.18.8
+      version: v1.20.0
   dependsOn:
   - name: rook-ceph
   install:
     createNamespace: true
     remediation:
       retries: 50

@renovate renovate Bot changed the title fix(helm): update chart rook-ceph-cluster ( v1.18.8 ➔ v1.18.9 ) feat(helm): update chart rook-ceph-cluster ( v1.18.8 ➔ v1.19.0 ) Jan 20, 2026
@renovate renovate Bot force-pushed the renovate/rook-ceph-cluster-1.x branch from d9da3f4 to a2522fc Compare January 20, 2026 20:48
@github-actions

github-actions Bot commented Jan 20, 2026

Copy link
Copy Markdown

qgr1-cluster-0 - helmrelease

--- HelmRelease: rook-ceph/rook-ceph-cluster CephCluster: rook-ceph/rook-ceph

+++ HelmRelease: rook-ceph/rook-ceph-cluster CephCluster: rook-ceph/rook-ceph

@@ -5,14 +5,14 @@

   name: rook-ceph
   namespace: rook-ceph
 spec:
   monitoring:
     enabled: true
   cephVersion:
+    image: quay.io/ceph/ceph:v20.2.1
     allowUnsupported: false
-    image: quay.io/ceph/ceph:v19.2.3
   cleanupPolicy:
     allowUninstallWithVolumes: false
     confirmation: ''
     sanitizeDisks:
       dataSource: zero
       iteration: 1
@@ -73,12 +73,18 @@

     cleanup:
       limits:
         memory: 1Gi
       requests:
         cpu: 500m
         memory: 100Mi
+    cmd-reporter:
+      limits:
+        memory: 1Gi
+      requests:
+        cpu: 500m
+        memory: 100Mi
     crashcollector:
       limits:
         memory: 60Mi
       requests:
         cpu: 100m
         memory: 60Mi

@renovate renovate Bot force-pushed the renovate/rook-ceph-cluster-1.x branch from a2522fc to 8deefc0 Compare January 23, 2026 20:36
@renovate renovate Bot force-pushed the renovate/rook-ceph-cluster-1.x branch from 8deefc0 to 9527cc4 Compare February 2, 2026 20:12
@renovate renovate Bot changed the title feat(helm): update chart rook-ceph-cluster ( v1.18.8 ➔ v1.19.0 ) feat(helm): update chart rook-ceph-cluster ( v1.18.8 ➔ v1.19.1 ) Feb 6, 2026
@renovate renovate Bot force-pushed the renovate/rook-ceph-cluster-1.x branch from 9527cc4 to 4c5364e Compare February 6, 2026 02:37
@renovate renovate Bot changed the title feat(helm): update chart rook-ceph-cluster ( v1.18.8 ➔ v1.19.1 ) feat(helm): update chart rook-ceph-cluster ( v1.18.8 ➔ v1.19.2 ) Feb 24, 2026
@renovate renovate Bot force-pushed the renovate/rook-ceph-cluster-1.x branch from 4c5364e to 0b12e0b Compare February 24, 2026 23:12
@renovate renovate Bot force-pushed the renovate/rook-ceph-cluster-1.x branch from 0b12e0b to fe83b07 Compare March 9, 2026 17:04
@renovate renovate Bot changed the title feat(helm): update chart rook-ceph-cluster ( v1.18.8 ➔ v1.19.2 ) feat(helm): update chart rook-ceph-cluster ( v1.18.8 ➔ v1.19.3 ) Mar 25, 2026
@renovate renovate Bot force-pushed the renovate/rook-ceph-cluster-1.x branch from fe83b07 to 71ff5d6 Compare March 25, 2026 00:58
@renovate renovate Bot changed the title feat(helm): update chart rook-ceph-cluster ( v1.18.8 ➔ v1.19.3 ) feat(helm): update chart rook-ceph-cluster ( v1.18.8 ➔ v1.19.4 ) Apr 15, 2026
@renovate renovate Bot force-pushed the renovate/rook-ceph-cluster-1.x branch from 71ff5d6 to 8b00d59 Compare April 15, 2026 16:47
@renovate renovate Bot changed the title feat(helm): update chart rook-ceph-cluster ( v1.18.8 ➔ v1.19.4 ) feat(helm): update chart rook-ceph-cluster ( v1.18.8 ➔ v1.19.5 ) Apr 28, 2026
@renovate renovate Bot force-pushed the renovate/rook-ceph-cluster-1.x branch from 8b00d59 to d2e730f Compare April 28, 2026 23:04
@renovate renovate Bot changed the title feat(helm): update chart rook-ceph-cluster ( v1.18.8 ➔ v1.19.5 ) feat(helm): update chart rook-ceph-cluster ( v1.18.8 ➔ v1.19.6 ) May 27, 2026
@renovate renovate Bot force-pushed the renovate/rook-ceph-cluster-1.x branch from d2e730f to 59539f1 Compare May 27, 2026 22:50
@renovate renovate Bot changed the title feat(helm): update chart rook-ceph-cluster ( v1.18.8 ➔ v1.19.6 ) feat(helm): update chart rook-ceph-cluster ( v1.18.8 ➔ v1.20.0 ) Jun 2, 2026
@renovate renovate Bot force-pushed the renovate/rook-ceph-cluster-1.x branch from 59539f1 to bfe06fa Compare June 2, 2026 23:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants