Skip to content

feat(helm): update rook ceph group ( v1.16.5 → v1.20.6 ) - #5520

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

feat(helm): update rook ceph group ( v1.16.5 → v1.20.6 )#5520
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/cluster-0-rook-ceph

Conversation

@renovate

@renovate renovate Bot commented Apr 16, 2025

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Update Change
rook-ceph minor v1.16.5v1.20.6
rook-ceph-cluster minor v1.16.5v1.20.6

Warning

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


Release Notes

rook/rook (rook-ceph)

v1.20.6

Compare Source

Improvements

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

🚨 Be aware that Ceph CVE-2025–30156 was recently announced. Rook users are advised to upgrade to Rook v1.20.6 or v1.19.10 and Ceph versions v20.2.4 or v19.2.6 as soon as possible. See Rook's advisory for instructions needed to rotate CephX keys.

v1.20.5

Compare Source

Improvements

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

🚨 Be aware that Ceph CVE-2025–30156 was recently announced. Rook users are advised to upgrade to Rook v1.20.5 or v1.19.9 and Ceph versions v20.2.4 or v19.2.6 as soon as possible. See Rook's advisory for instructions needed to rotate CephX keys.

v1.20.4

Compare Source

Improvements

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

v1.20.3

Compare Source

Improvements

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

v1.20.2

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

v1.20.1

Compare Source

Improvements

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

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

Compare Source

Improvements

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

🚨 Be aware that Ceph CVE-2025–30156 was recently announced. Rook users are advised to upgrade to Rook v1.20.6 or v1.19.10 and Ceph versions v20.2.4 or v19.2.6 as soon as possible. See Rook's advisory for instructions needed to rotate CephX keys.

v1.19.9

Compare Source

Improvements

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

🚨 Be aware that Ceph CVE-2025–30156 was recently announced. Rook users are advised to upgrade to Rook v1.20.5 or v1.19.9 and Ceph versions v20.2.4 or v19.2.6 as soon as possible. See Rook's advisory for instructions needed to rotate CephX keys.

v1.19.8

Compare Source

Improvements

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

v1.19.7

Compare Source

Improvements

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

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.

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.

v1.18.7

Compare Source

Improvements

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

v1.18.6

Compare Source

Improvements

Rook v1.18.6 is a patch release with changes only in the rook-ceph helm chart. If not affected by #​16636 in v1.18.5, no need to update to this release.

v1.18.5

Compare Source

Improvements

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

v1.18.4

Compare Source

Improvements

Rook v1.18.4 is a patch release with changes only in the rook-ceph-cluster helm chart. If not affected by #​16567 in v1.18.3, no need to update to this release.

v1.18.3

Compare Source

Improvements

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

v1.18.2

Compare Source

Improvements

Rook v1.18.2 is a patch release limited in scope and focusing on feature additions and bug fixes to

Note

PR body was truncated to here.


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 these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@carpenike-bot

carpenike-bot Bot commented Apr 16, 2025

Copy link
Copy Markdown
Contributor

🦙 MegaLinter status: ❌ ERROR

Descriptor Linter Files Fixed Errors Warnings Elapsed time
❌ COPYPASTE jscpd yes 2 no 1.55s
✅ REPOSITORY git_diff yes no no 0.04s
✅ REPOSITORY secretlint yes no no 3.98s
✅ YAML prettier 2 0 0 0.59s
✅ YAML yamllint 2 0 0 0.81s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@renovate
renovate Bot force-pushed the renovate/cluster-0-rook-ceph branch from 7f69a9f to 3d51ecd Compare April 23, 2025 23:08
@renovate renovate Bot changed the title feat(helm): update rook ceph group ( v1.16.5 → v1.17.0 ) (minor) feat(helm): update rook ceph group ( v1.16.5 → v1.17.1 ) (minor) Apr 23, 2025
@renovate renovate Bot changed the title feat(helm): update rook ceph group ( v1.16.5 → v1.17.1 ) (minor) feat(helm): update rook ceph group ( v1.16.5 → v1.17.2 ) (minor) May 9, 2025
@renovate
renovate Bot force-pushed the renovate/cluster-0-rook-ceph branch from 3d51ecd to c2cf7f9 Compare May 9, 2025 16:13
@renovate renovate Bot changed the title feat(helm): update rook ceph group ( v1.16.5 → v1.17.2 ) (minor) feat(helm): update rook ceph group ( v1.16.5 → v1.17.3 ) (minor) May 30, 2025
@renovate
renovate Bot force-pushed the renovate/cluster-0-rook-ceph branch from c2cf7f9 to 9cfb5f0 Compare May 30, 2025 21:29
@renovate
renovate Bot force-pushed the renovate/cluster-0-rook-ceph branch from 9cfb5f0 to 4af2ef1 Compare June 6, 2025 21:52
@renovate renovate Bot changed the title feat(helm): update rook ceph group ( v1.16.5 → v1.17.3 ) (minor) feat(helm): update rook ceph group ( v1.16.5 → v1.17.4 ) (minor) Jun 6, 2025
@renovate renovate Bot changed the title feat(helm): update rook ceph group ( v1.16.5 → v1.17.4 ) (minor) feat(helm): update rook ceph group ( v1.16.5 → v1.17.5 ) (minor) Jun 19, 2025
@renovate
renovate Bot force-pushed the renovate/cluster-0-rook-ceph branch from 4af2ef1 to b29ffa8 Compare June 19, 2025 23:05
@renovate
renovate Bot force-pushed the renovate/cluster-0-rook-ceph branch from b29ffa8 to 37cdded Compare July 10, 2025 23:04
@renovate renovate Bot changed the title feat(helm): update rook ceph group ( v1.16.5 → v1.17.5 ) (minor) feat(helm): update rook ceph group ( v1.16.5 → v1.17.6 ) (minor) Jul 10, 2025
@renovate
renovate Bot force-pushed the renovate/cluster-0-rook-ceph branch from 37cdded to c1c95c5 Compare August 4, 2025 22:56
@renovate renovate Bot changed the title feat(helm): update rook ceph group ( v1.16.5 → v1.17.6 ) (minor) feat(helm): update rook ceph group ( v1.16.5 → v1.17.7 ) (minor) Aug 4, 2025
@renovate renovate Bot changed the title feat(helm): update rook ceph group ( v1.16.5 → v1.17.7 ) (minor) feat(helm): update rook ceph group ( v1.16.5 → v1.17.8 ) (minor) Aug 20, 2025
@renovate
renovate Bot force-pushed the renovate/cluster-0-rook-ceph branch from c1c95c5 to 2920fad Compare August 20, 2025 20:36
@renovate renovate Bot changed the title feat(helm): update rook ceph group ( v1.16.5 → v1.17.8 ) (minor) feat(helm): update rook ceph group ( v1.16.5 → v1.18.0 ) (minor) Aug 21, 2025
@renovate
renovate Bot force-pushed the renovate/cluster-0-rook-ceph branch from 2920fad to 11088d1 Compare August 21, 2025 00:44
@renovate
renovate Bot force-pushed the renovate/cluster-0-rook-ceph branch from 11088d1 to debf880 Compare August 31, 2025 11:16
@renovate renovate Bot changed the title feat(helm): update rook ceph group ( v1.16.5 → v1.18.0 ) (minor) feat(helm): update rook ceph group ( v1.16.5 → v1.18.1 ) (minor) Aug 31, 2025
@renovate
renovate Bot force-pushed the renovate/cluster-0-rook-ceph branch from debf880 to a692abe Compare September 10, 2025 21:43
@renovate renovate Bot changed the title feat(helm): update rook ceph group ( v1.16.5 → v1.18.1 ) (minor) feat(helm): update rook ceph group ( v1.16.5 → v1.18.2 ) (minor) Sep 10, 2025
@renovate
renovate Bot force-pushed the renovate/cluster-0-rook-ceph branch from a692abe to 9e065c5 Compare October 2, 2025 18:14
@renovate renovate Bot changed the title feat(helm): update rook ceph group ( v1.16.5 → v1.18.2 ) (minor) feat(helm): update rook ceph group ( v1.16.5 → v1.18.3 ) (minor) Oct 2, 2025
@renovate
renovate Bot force-pushed the renovate/cluster-0-rook-ceph branch from 9e065c5 to a1ec93c Compare October 6, 2025 20:39
@renovate
renovate Bot force-pushed the renovate/cluster-0-rook-ceph branch from 53ce757 to dcf5f1a Compare January 13, 2026 21:49
@renovate renovate Bot changed the title feat(helm): update rook ceph group ( v1.16.5 → v1.18.8 ) (minor) feat(helm): update rook ceph group ( v1.16.5 → v1.18.9 ) (minor) Jan 13, 2026
@renovate
renovate Bot force-pushed the renovate/cluster-0-rook-ceph branch from dcf5f1a to 2cb08d7 Compare January 20, 2026 22:01
@renovate renovate Bot changed the title feat(helm): update rook ceph group ( v1.16.5 → v1.18.9 ) (minor) feat(helm): update rook ceph group ( v1.16.5 → v1.19.0 ) (minor) Jan 20, 2026
@renovate
renovate Bot force-pushed the renovate/cluster-0-rook-ceph branch from 2cb08d7 to 8e28225 Compare February 5, 2026 22:11
@renovate renovate Bot changed the title feat(helm): update rook ceph group ( v1.16.5 → v1.19.0 ) (minor) feat(helm): update rook ceph group ( v1.16.5 → v1.19.1 ) (minor) Feb 5, 2026
@renovate renovate Bot changed the title feat(helm): update rook ceph group ( v1.16.5 → v1.19.1 ) (minor) feat(helm): update rook ceph group ( v1.16.5 → v1.19.2 ) (minor) Feb 24, 2026
@renovate
renovate Bot force-pushed the renovate/cluster-0-rook-ceph branch from 8e28225 to ea75f80 Compare February 24, 2026 20:04
@renovate renovate Bot changed the title feat(helm): update rook ceph group ( v1.16.5 → v1.19.2 ) (minor) feat(helm): update rook ceph group ( v1.16.5 → v1.19.3 ) (minor) Mar 25, 2026
@renovate
renovate Bot force-pushed the renovate/cluster-0-rook-ceph branch from ea75f80 to 7591622 Compare March 25, 2026 01:58
@renovate
renovate Bot force-pushed the renovate/cluster-0-rook-ceph branch from 7591622 to 9008a5a Compare April 15, 2026 10:58
@renovate renovate Bot changed the title feat(helm): update rook ceph group ( v1.16.5 → v1.19.3 ) (minor) feat(helm): update rook ceph group ( v1.16.5 → v1.19.4 ) (minor) Apr 15, 2026
@renovate
renovate Bot force-pushed the renovate/cluster-0-rook-ceph branch from 9008a5a to bd9c764 Compare April 28, 2026 21:39
@renovate renovate Bot changed the title feat(helm): update rook ceph group ( v1.16.5 → v1.19.4 ) (minor) feat(helm): update rook ceph group ( v1.16.5 → v1.19.5 ) (minor) Apr 28, 2026
@renovate renovate Bot changed the title feat(helm): update rook ceph group ( v1.16.5 → v1.19.5 ) (minor) feat(helm): update rook ceph group ( v1.16.5 → v1.19.5 ) May 12, 2026
@renovate
renovate Bot force-pushed the renovate/cluster-0-rook-ceph branch from bd9c764 to 2c95abd Compare May 27, 2026 19:48
@renovate renovate Bot changed the title feat(helm): update rook ceph group ( v1.16.5 → v1.19.5 ) feat(helm): update rook ceph group ( v1.16.5 → v1.19.6 ) May 27, 2026
@renovate
renovate Bot force-pushed the renovate/cluster-0-rook-ceph branch from 2c95abd to f3df3aa Compare June 7, 2026 11:57
@renovate renovate Bot changed the title feat(helm): update rook ceph group ( v1.16.5 → v1.19.6 ) feat(helm): update rook ceph group ( v1.16.5 → v1.20.0 ) Jun 7, 2026
@renovate
renovate Bot force-pushed the renovate/cluster-0-rook-ceph branch from f3df3aa to 6e73b1e Compare June 16, 2026 23:17
@renovate renovate Bot changed the title feat(helm): update rook ceph group ( v1.16.5 → v1.20.0 ) feat(helm): update rook ceph group ( v1.16.5 → v1.20.1 ) Jun 16, 2026
@renovate
renovate Bot force-pushed the renovate/cluster-0-rook-ceph branch from 6e73b1e to 217a818 Compare July 7, 2026 21:12
@renovate renovate Bot changed the title feat(helm): update rook ceph group ( v1.16.5 → v1.20.1 ) feat(helm): update rook ceph group ( v1.16.5 → v1.20.2 ) Jul 7, 2026
@renovate
renovate Bot force-pushed the renovate/cluster-0-rook-ceph branch from 217a818 to dfb7cd3 Compare July 28, 2026 21:55
@renovate renovate Bot changed the title feat(helm): update rook ceph group ( v1.16.5 → v1.20.2 ) feat(helm): update rook ceph group ( v1.16.5 → v1.20.3 ) Jul 28, 2026
@renovate
renovate Bot force-pushed the renovate/cluster-0-rook-ceph branch from dfb7cd3 to db2a91e Compare August 13, 2026 23:44
@renovate renovate Bot changed the title feat(helm): update rook ceph group ( v1.16.5 → v1.20.3 ) feat(helm): update rook ceph group ( v1.16.5 → v1.20.4 ) Aug 13, 2026
| datasource | package           | from    | to      |
| ---------- | ----------------- | ------- | ------- |
| helm       | rook-ceph         | v1.16.5 | v1.20.6 |
| helm       | rook-ceph-cluster | v1.16.5 | v1.20.6 |
@renovate
renovate Bot force-pushed the renovate/cluster-0-rook-ceph branch from db2a91e to 640bb15 Compare August 29, 2026 11:40
@renovate renovate Bot changed the title feat(helm): update rook ceph group ( v1.16.5 → v1.20.4 ) feat(helm): update rook ceph group ( v1.16.5 → v1.20.6 ) Aug 29, 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.

0 participants