chore(deps): update dependency rook/rook to v1.19.0 - autoclosed #3439

Closed
renovate-bot wants to merge 1 commits from renovate/rook-rook-1.x into main
Collaborator

This PR contains the following updates:

Package Update Change
rook/rook minor v1.18.8v1.19.0

⚠️ Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

rook/rook (rook/rook)

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.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 is behind base branch, 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.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [rook/rook](https://github.com/rook/rook) | minor | `v1.18.8` → `v1.19.0` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>rook/rook (rook/rook)</summary> ### [`v1.19.0`](https://github.com/rook/rook/releases/tag/v1.19.0) [Compare Source](https://github.com/rook/rook/compare/v1.18.9...v1.19.0-beta.0) ### Upgrade Guide To upgrade from previous versions of Rook, see the [Rook upgrade guide](https://rook.github.io/docs/rook/v1.19/Upgrade/rook-upgrade/). ### 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](https://rook.io/docs/rook/v1.19/Upgrade/rook-upgrade/#breaking-changes-in-v119). - 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](https://rook.io/docs/rook/latest-release/Storage-Configuration/Block-Storage-RBD/nvme-of/) 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](https://rook.io/docs/rook/latest-release/Storage-Configuration/Block-Storage-RBD/block-storage/#node-loss) - 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.9`](https://github.com/rook/rook/releases/tag/v1.18.9) [Compare Source](https://github.com/rook/rook/compare/v1.18.8...v1.18.9) ### Improvements Rook v1.18.9 is a patch release limited in scope and focusing on feature additions and bug fixes to the Ceph operator. - csi: Disable read affinity for ceph v20.2.0 to avoid corruption ([#&#8203;16895](https://github.com/rook/rook/issues/16895), [@&#8203;travisn](https://github.com/travisn)) - core: Allow skipping cephcluster reconcile via do-not-reconcile label ([#&#8203;16874](https://github.com/rook/rook/issues/16874), [@&#8203;OdedViner](https://github.com/OdedViner)) - helm: Merge rook-config-override ConfigMap into toolbox ceph.conf ([#&#8203;16862](https://github.com/rook/rook/issues/16862), [@&#8203;mheler](https://github.com/mheler)) - helm: Add cephclusters/finalizers permission for mgr sidecar ([#&#8203;16854](https://github.com/rook/rook/issues/16854), [@&#8203;grandeit](https://github.com/grandeit)) - csi: Add fix to support multiple fs mount option ([#&#8203;16837](https://github.com/rook/rook/issues/16837), [@&#8203;subhamkrai](https://github.com/subhamkrai)) - operator: Watch cephConfigFromSecret changes ([#&#8203;16786](https://github.com/rook/rook/issues/16786), [@&#8203;cyanidium](https://github.com/cyanidium)) - rgw: Support all S3 notification events in CRD validation ([#&#8203;16804](https://github.com/rook/rook/issues/16804), [@&#8203;arttor](https://github.com/arttor)) - docs: Add pool parameter for erasure code optimizations ([#&#8203;16789](https://github.com/rook/rook/issues/16789), [@&#8203;travisn](https://github.com/travisn)) </details> --- ### 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 is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovate-bot added 1 commit 2026-01-23 21:10:10 +00:00
chore(deps): update dependency rook/rook to v1.19.0
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 12s
fd15f4fe1a
renovate-bot force-pushed renovate/rook-rook-1.x from fd15f4fe1a to be7363870d 2026-01-23 22:16:59 +00:00 Compare
renovate-bot force-pushed renovate/rook-rook-1.x from be7363870d to 4c61d78f2e 2026-01-23 22:51:02 +00:00 Compare
renovate-bot force-pushed renovate/rook-rook-1.x from 4c61d78f2e to 18978beee2 2026-01-23 23:06:22 +00:00 Compare
renovate-bot changed title from chore(deps): update dependency rook/rook to v1.19.0 to chore(deps): update dependency rook/rook to v1.19.0 - autoclosed 2026-01-23 23:17:56 +00:00
renovate-bot closed this pull request 2026-01-23 23:17:56 +00:00
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 2m23s
render-manifests-automerge / render-manifests-automerge (pull_request) Has been skipped
render-manifests-merge / render-manifests-merge (pull_request) Has been skipped

Pull request closed

Sign in to join this conversation.