Skip to content

Releases: rook/rook

v1.11.6

16 May 22:13
dd581ad
Compare
Choose a tag to compare

Improvements

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

v1.11.5

02 May 22:44
391e3e2
Compare
Choose a tag to compare

Improvements

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

v1.11.4

13 Apr 20:29
46ece6c
Compare
Choose a tag to compare

Improvements

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

  • core: Update default image to Ceph v17.2.6 (#12068, @travisn)
  • core: Disable the Ceph exporter daemon (#12077, @avanthakkar)
  • helm: Add option to scale down rook operator (#12048, @TomHellier)
  • helm: Drop snapshot.storage.k8s.io/v1beta1 (#12051, @sathieu)
  • external: Add support for RGW multisite in external cluster script (#12037, @parth-gr)
  • external: Do not require the monitoring endpoint (#12061, @neoaggelos)
  • external: Allow creating pools with special characters in name (#12056, @parth-gr)
  • external: Do not enforce rbd, cephfs and rgw flags for the external cluster (#12028, @parth-gr)
  • core: Use cluster ID for ns lookup on exported multi-cluster service (#12064, @sp98)
  • docs: Add scenario for deleted namespace to the disaster recovery guide (#11895, @gaord)
  • mgr: Failed to update the port of dashboard (#11932, @zhucan)

v1.11.3

05 Apr 20:27
39c3aff
Compare
Choose a tag to compare

Improvements

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

v1.10.13

04 Apr 21:58
21752fa
Compare
Choose a tag to compare

Improvements

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

v1.11.2

21 Mar 20:43
5bb14ed
Compare
Choose a tag to compare

Improvements

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

v1.11.1

07 Mar 23:05
b270431
Compare
Choose a tag to compare

Improvements

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

  • ceph: Fix host networking by only adding OSD ports when required for multi-cluster config (#11797, @sp98)
  • core: Ceph exporter requires ceph config where OSDs are not running (#11848, @avanthakkar)
  • monitoring: Remove prometheus alerts that don't apply to rook (#11842, @travisn)
  • mgr: Revert readiness probe and go back to the original sidecar HA implementation (#11829, @rkachach)
  • manifest: Align whitespace in example cluster.yaml (#11804, @gauravsitlani)
  • external: Add realm support for external cluster (#11584, @parth-gr)
  • object: Make OBC genUserID unique across clusters (#11665, @BlaineEXE)
  • file: Check if a filesystem exists before checking dependencies during deletion (#11221, @zhucan)
  • core: On crash pod ensure rook version label is not set (#11760, @gaord)

v1.11.0

28 Feb 01:09
4f465e7
Compare
Choose a tag to compare

Upgrade Guide

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

Breaking Changes

  • The minimum version of K8s version supported is v1.21.
  • The minimum version of the Ceph-CSI driver is v3.7.
  • Removed support for MachineDisruptionBudgets, including settings removed from the CephCluster CR:
    • manageMachineDisruptionBudgets
    • machineDisruptionBudgetNamespace
  • Versions of golang supported during development are v1.19 and v1.20.

Features

  • Ceph-CSI v3.8 is now the version deployed by default with Rook. The driver has a number of important updates to add more storage features available to clients.
  • Added setting requireMsgr2 on the CephCluster CR to allow clusters with a kernel of 5.11 or newer to fully communicate with msgr2 and disable the msgr1 port. This allows for more flexibility to enable msgr2 features such as encryption and compression on the wire.
  • Change pspEnable default value to false in helm charts, and remove documentation for enabling PSP.
    If still using a version of K8s where PSPs are required, see the v1.10 documentation.
  • Object store bucket notifications and topics are now marked as stable features.
  • The Ceph exporter daemon is configured as the source of metrics based on performance counters from Ceph daemons. The exporter daemon
    provides more scalability of metrics collection to reduce load on the Ceph mgr.
  • Read affinity for RBD volumes is now available, leveraging the krbd map options to allow serving reads from an OSD in proximity to the client, according to OSD locations defined in the CRUSH map and topology labels on nodes.
  • Mirroring data across clusters with overlapping networks is now supported. Mon and OSD services will be configured with global IPs across multiple clusters with overlapping CIDRs. The clusters must be configured using an MCS API-compatible applications such as submariner globalnet. This feature is supported for Ceph version v17.2.6 or later.
  • The Ceph Mgr standby now is managed with a readiness probe instead of a sidecar. Note that the standby mgr is expected to fail the readiness probe, while the active mgr passes the readiness probe.

v1.10.12

28 Feb 00:48
7300dc6
Compare
Choose a tag to compare

Improvements

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

v1.10.11

10 Feb 20:43
d575ad5
Compare
Choose a tag to compare

Improvements

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