Skip to content

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

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

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

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 13, 2026

This PR contains the following updates:

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

Release Notes

rook/rook (rook-ceph-cluster)

v1.19.3

Compare Source

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.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: 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
Copy link

github-actions bot commented Jan 13, 2026

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.19.3
   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
Copy link

github-actions bot commented Jan 20, 2026

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:v19.2.3
     allowUnsupported: false
-    image: quay.io/ceph/ceph:v19.2.3
   cleanupPolicy:
     allowUninstallWithVolumes: false
     confirmation: ''
     sanitizeDisks:
       dataSource: zero
       iteration: 1

@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
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