Skip to content

feat(helm/rook-ceph-cluster): update v1.18.7 ➼ v1.19.3#4338

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

feat(helm/rook-ceph-cluster): update v1.18.7 ➼ v1.19.3#4338
tinfoild[bot] wants to merge 1 commit intomainfrom
renovate/rook-ceph-cluster-1.x

Conversation

@tinfoild
Copy link
Copy Markdown
Contributor

@tinfoild tinfoild bot commented Jan 20, 2026

This PR contains the following updates:

Package Update Change OpenSSF
rook-ceph-cluster minor v1.18.7v1.19.3 OpenSSF Scorecard

Release Notes

rook/rook (rook-ceph-cluster)

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

v1.18.8

Compare Source

Improvements

Rook v1.18.8 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 has been generated by Renovate Bot.

@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages bot commented Jan 20, 2026

Deploying jjgadgets-biohazard with  Cloudflare Pages  Cloudflare Pages

Latest commit: 818c3c1
Status: ✅  Deploy successful!
Preview URL: https://c57a0b62.jjgadgets-biohazard.pages.dev
Branch Preview URL: https://renovate-rook-ceph-cluster-1-8fm0.jjgadgets-biohazard.pages.dev

View logs

@tinfoild
Copy link
Copy Markdown
Contributor Author

tinfoild bot commented Jan 20, 2026

kube/helmrelease/out00

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

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

@@ -5,13 +5,12 @@

   name: biohazard
   namespace: rook-ceph
 spec:
   monitoring:
     enabled: true
   cephVersion:
-    allowUnsupported: false
     image: quay.io/ceph/ceph:v18.2.7@sha256:1b9158ce28975f95def6a0ad459fa19f1336506074267a4b47c1bd914a00fec0
   cleanupPolicy:
     allowUninstallWithVolumes: false
     confirmation: ''
     sanitizeDisks:
       dataSource: zero

1 similar comment
@tinfoild
Copy link
Copy Markdown
Contributor Author

tinfoild bot commented Jan 20, 2026

kube/helmrelease/out00

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

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

@@ -5,13 +5,12 @@

   name: biohazard
   namespace: rook-ceph
 spec:
   monitoring:
     enabled: true
   cephVersion:
-    allowUnsupported: false
     image: quay.io/ceph/ceph:v18.2.7@sha256:1b9158ce28975f95def6a0ad459fa19f1336506074267a4b47c1bd914a00fec0
   cleanupPolicy:
     allowUninstallWithVolumes: false
     confirmation: ''
     sanitizeDisks:
       dataSource: zero

@tinfoild tinfoild bot force-pushed the renovate/rook-ceph-cluster-1.x branch 2 times, most recently from b3298de to 60c7214 Compare January 27, 2026 02:57
@tinfoild tinfoild bot force-pushed the renovate/rook-ceph-cluster-1.x branch from 60c7214 to 5f23083 Compare February 5, 2026 22:12
@tinfoild tinfoild bot changed the title feat(helm/rook-ceph-cluster): update v1.18.7 ➼ v1.19.0 feat(helm/rook-ceph-cluster): update v1.18.7 ➼ v1.19.1 Feb 5, 2026
@tinfoild tinfoild bot force-pushed the renovate/rook-ceph-cluster-1.x branch from 5f23083 to 2647cd9 Compare February 24, 2026 19:25
@tinfoild tinfoild bot changed the title feat(helm/rook-ceph-cluster): update v1.18.7 ➼ v1.19.1 feat(helm/rook-ceph-cluster): update v1.18.7 ➼ v1.19.2 Feb 24, 2026
@tinfoild tinfoild bot force-pushed the renovate/rook-ceph-cluster-1.x branch from 2647cd9 to 54626e3 Compare March 23, 2026 03:13
@tinfoild
Copy link
Copy Markdown
Contributor Author

tinfoild bot commented Mar 23, 2026

kube/kustomization/out00

--- kube/deploy/core/storage/rook-ceph/cluster/biohazard Kustomization: flux-system/1-core-storage-rook-ceph-cluster HelmRelease: rook-ceph/rook-ceph-cluster-biohazard

+++ kube/deploy/core/storage/rook-ceph/cluster/biohazard Kustomization: flux-system/1-core-storage-rook-ceph-cluster HelmRelease: rook-ceph/rook-ceph-cluster-biohazard

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

     spec:
       chart: rook-ceph-cluster
       sourceRef:
         kind: HelmRepository
         name: rook-ceph
         namespace: flux-system
-      version: v1.18.7
+      version: v1.19.2
   dependsOn:
   - name: rook-ceph
     namespace: rook-ceph
   install:
     crds: CreateReplace
     createNamespace: true

@tinfoild tinfoild bot changed the title feat(helm/rook-ceph-cluster): update v1.18.7 ➼ v1.19.2 feat(helm/rook-ceph-cluster): update v1.18.7 ➼ v1.19.3 Mar 24, 2026
@tinfoild tinfoild bot force-pushed the renovate/rook-ceph-cluster-1.x branch from 54626e3 to 818c3c1 Compare March 24, 2026 22:17
@JJGadgets JJGadgets added wontfix This will not be worked on procrastination and removed wontfix This will not be worked on labels Mar 25, 2026
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.

1 participant