Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

chore(deps): update helm release rook-ceph to v1.11.4 #143

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Sep 25, 2022

Mend Renovate

This PR contains the following updates:

Package Update Change
rook-ceph minor v1.9.2 -> v1.11.4

Release Notes

rook/rook

v1.11.4

Compare Source

Improvements

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

v1.11.3

Compare Source

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

Compare Source

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

Compare Source

Improvements

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

v1.11.0

Compare Source

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

Compare Source

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

Compare Source

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

Compare Source

Improvements

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

v1.10.10

Compare Source

Improvements

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

  • core: Fix regression in v1.10.9 causing PVC mounts to fail in clusters with older kernels where encryption is not enabled (#​11554, @​Madhu-1)
  • csi: Enable custom ceph.conf overrides for csi pods that was being ignored (#​11556, @​Madhu-1)
  • docs: Correctly indent ceph cluster crd list items (#​11546, @​galexrt)
  • docs: Remove obsolete health checker related option in object-external.yaml (#​11543, @​thotz)

v1.10.9

Compare Source

Improvements

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

This release is not recommended due to #​11541, which is fixed in v1.10.10.

v1.10.8

Compare Source

Improvements

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

v1.10.7

Compare Source

Improvements

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

v1.10.6

Compare Source

Improvements

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

v1.10.5

Compare Source

Improvements

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

v1.10.4

Compare Source

Improvements

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

v1.10.3

Compare Source

Improvements

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

v1.10.2

Compare Source

Improvements

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

v1.10.1

Compare Source

Improvements

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

v1.10.0

Compare Source

Upgrade Guide

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

Breaking Changes

  • Remove support for Ceph Octopus (v15). Before upgrading to v1.10 please confirm you are running on at least v16.
  • Minimum K8s version supported is v1.19.

Features

  • The Ceph-CSI driver v3.7 is the default driver configured with Rook. See all the new CSI features in the v3.7 release notes.
  • Added support for AWS Server Side Encryption with AWS-SSE:S3 for RGW.
  • Added customEndpoints setting to specify a list of custom endpoint list for Object Multi-site connections in the CephObjectZone CR.
  • Support OSDs on logical volumes in host-based clusters in addition to raw volumes and partitions.
  • The toolbox pod now uses the Ceph image directly instead of the Rook image. This allows the same version of Ceph to be available in the toolbox as in your cluster.

Krew Plugin v0.2

See the new tools in the Rook Krew Plugin released recently in v0.2 as well:

  • Show the health of the Rook cluster: kubectl rook-ceph health
  • Connect to a Mon or OSD pod in debug mode: kubectl rook-ceph debug rook-ceph-osd-0

v1.9.12

Compare Source

Improvements

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

v1.9.11

Compare Source

Improvements

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

v1.9.10

Compare Source

Improvements

Rook v1.9.10 is a patch release limited in scope and focusing on feature additions and bug fixes to the Ceph operator. Support for K8s 1.25 is added.

v1.9.9

Compare Source

Improvements

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

v1.9.8

Compare Source

Improvements

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

v1.9.7

Compare Source

Improvements

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

v1.9.6

Compare Source

Improvements

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

v1.9.5

Compare Source

Improvements

Rook v1.9.5 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 Mend Renovate. View repository job log here.

@renovate renovate bot changed the title chore(deps): update helm release rook-ceph to v1.10.1 chore(deps): update helm release rook-ceph to v1.11.1 Mar 16, 2023
@renovate renovate bot changed the title chore(deps): update helm release rook-ceph to v1.11.1 chore(deps): update helm release rook-ceph to v1.11.2 Mar 22, 2023
@renovate renovate bot changed the title chore(deps): update helm release rook-ceph to v1.11.2 chore(deps): update helm release rook-ceph to v1.11.4 Apr 17, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants