Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update rook-ceph-source to v1.16.0 #2220

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 30, 2022

This PR contains the following updates:

Package Update Change
rook-ceph-source minor v1.9.4 -> v1.16.0

Warning

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


Release Notes

rook/rook (rook-ceph-source)

v1.16.0

Compare Source

v1.15.7

Compare Source

Improvements

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

v1.15.6

Compare Source

Improvements

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

v1.15.5

Compare Source

Improvements

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

v1.15.4

Compare Source

Improvements

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

v1.15.3

Compare Source

Improvements

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

v1.15.2

Compare Source

Improvements

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

v1.15.1

Compare Source

Improvements

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

v1.15.0

Compare Source

Upgrade Guide

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

Breaking Changes

  • Minimum version of Kubernetes supported is increased to K8s v1.26.
  • During CephBlockPool updates, Rook will now return an error if an invalid device class is specified. Pools with invalid device classes may start failing until the correct device class is specified. For more details, see #​14057.
  • Rook has deprecated CSI network "holder" pods. If there are pods named csi-*plugin-holder-* in the Rook operator namespace, see the detailed documentation to disable them. This deprecation process will be required before upgrading to the future Rook v1.16.
  • Ceph COSI driver images have been updated. This impacts existing COSI Buckets, BucketClaims, and BucketAccesses. Update existing clusters following the guide here.
  • CephObjectStore, CephObjectStoreUser, and OBC endpoint behavior has changed when CephObjectStore spec.hosting configurations are set. Use the new spec.hosting.advertiseEndpoint config to define required behavior as documented.

Features

  • Added support for Ceph Squid (v19), in addition to Reef (v18) and Quincy (v17). Quincy support will be removed in Rook v1.16.
  • Ceph-CSI driver v3.12, including new options for RBD, log rotation, and updated sidecar images.
  • Allow updating the device class of OSDs, if allowDeviceClassUpdate: true is set in the CephCluster CR.
  • Allow updating the weight of an OSD, if allowOsdCrushWeightUpdate: true is set in the CephCluster CR.
  • Use fully-qualified image names (docker.io/rook/ceph) in operator manifests and helm charts.

Experimental Features

  • CephObjectStore support for keystone authentication for S3 and Swift. See the Object store documentation to configure.
  • CSI operator: CSI settings are moving to CRs managed by a new operator. Once enabled, Rook will convert the settings previously defined in the operator configmap or env vars into the new CRs managed by the CSI operator. There are two steps to enable:

v1.14.12

Compare Source

Improvements

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

v1.14.11

Compare Source

Improvements

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

v1.14.10

Compare Source

Improvements

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

v1.14.9

Compare Source

Improvements

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

v1.14.8

Compare Source

Improvements

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

v1.14.7

Compare Source

What's Changed

monitoring: fix CephPoolGrowthWarning expression (#​14346, @​matofeder)
monitoring: Set honor labels on the service monitor (#​14339, @​travisn)

Full Changelog: rook/rook@v1.14.6...v1.14.7

v1.14.6

Compare Source

What's Changed

v1.14.5

Compare Source

Improvements

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

v1.14.4

Compare Source

Improvements

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

v1.14.3

Compare Source

Improvements

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

v1.14.2

Compare Source

Improvements

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

v1.14.1

Compare Source

Improvements

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

v1.14.0

Compare Source

Upgrade Guide

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

Breaking Changes

  • The minimum supported version of Kubernetes is v1.25. Upgrade to Kubernetes v1.25 or higher before upgrading Rook.
  • The image repository and tag settings are specified separately in the helm chart values.yaml for the CSI images. Helm users previously specifying the CSI images with the image setting will need to update their values.yaml with the separate repository and tag settings.
  • Rook is beginning the process of deprecating CSI network "holder" pods. If there are pods named csi-*plugin-holder-* in the Rook operator namespace, see the holder pod deprecation documentation to disable them. Migration of affected clusters is optional for v1.14, but will be required in a future release.
  • The Rook operator config CSI_ENABLE_READ_AFFINITY was removed. v1.13 clusters that have modified this value to be "true" must set the option as desired in each CephCluster as documented here before upgrading to v1.14.

Features

  • Kubernetes versions v1.25 through v1.29 are supported. K8s v1.30 will be supported as soon as released.
  • Ceph daemon pods using the default service account now use a new rook-ceph-default service account.
  • A custom Ceph application can be applied to a CephBlockPool CR.
  • Object stores can be created with shared metadata and data pools. Isolation between object stores is enabled via RADOS namespaces. This configuration is recommended to limit the number of pools when multiple object stores are created.
  • Support for VolumeSnapshotGroup is available for the RBD and CephFS CSI drivers.
  • Support for virtual style hosting for s3 buckets is added in the CephObjectStore, by adding hosting.dnsNames to the object store.
  • A static prefix can be specified for the CSI drivers and OBC provisioner (the default prefix is the rook-ceph namespace).
  • Azure Key Vault KMS support is added for storing OSD encryption keys.
  • Additional status columns added to the kubectl output for Rook CRDs.

v1.13.10

Compare Source

Improvements

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

v1.13.9

Compare Source

Improvements

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

v1.13.8

Compare Source

Improvements

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

v1.13.7

Compare Source

Improvements

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

v1.13.6

Compare Source

Improvements

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

v1.13.5

Compare Source

Improvements

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

v1.13.4

Compare Source

Improvements

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

v1.13.3

Compare Source

Improvements

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

v1.13.2

Compare Source

Improvements

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

v1.13.1

Compare Source

Improvements

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

v1.13.0

Compare Source

Upgrade Guide

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

Breaking Changes

  • Removed support for Ceph Pacific (v16). Ceph Quincy (v17) and Ceph Reef (v18) are the only currently supported versions.
  • The minimum supported Kubernetes version is v1.23
  • The minimum supported Ceph-CSI driver is 3.9
  • The admission controller is removed. If the admission controller is enabled (it is disabled by default), it is recommended to be disabled before the upgrade. See the upgrade guide for more details.

Features

  • Added experimental cephConfig to the CephCluster CR to allow setting Ceph config options in the Ceph MON config store via the CRD. These settings supersede the ceph.conf override settings.
  • CephCSI v3.10 is now the default CSI driver version.
  • The default CephFS SubvolumeGroup has pinning enabled by default to distribute load across MDS ranks in predictable and stable ways.
  • The Ceph exporter daemon is updated to use a Ceph keyring with reduced privileges instead of the admin keyring.
  • If the host network setting changes in the CephCluster CR, the mons will now automatically failover to enable the new configuration.
  • Allow for additional advanced maintenance and troubleshooting of Ceph daemons, by respecting the label ceph.rook.io/do-not-reconcile for all Ceph daemons. This is helpful when using the debug command in the kubectl rook-ceph plugin.

v1.12.11

Compare Source

Improvements

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

v1.12.10

Compare Source

Improvements

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

v1.12.9

Compare Source

Improvements

Rook v1.12.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 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from dfroberg as a code owner November 30, 2022 10:05
@renovate renovate bot added the dep/minor label Nov 30, 2022
@renovate renovate bot force-pushed the renovate/rook-ceph-source-1.x branch from 81b4d80 to 3e587c9 Compare December 6, 2022 21:51
@renovate renovate bot changed the title chore(deps): update rook-ceph-source to v1.10.6 chore(deps): update rook-ceph-source to v1.10.7 Dec 6, 2022
@renovate renovate bot force-pushed the renovate/rook-ceph-source-1.x branch from 3e587c9 to 7fdb8fd Compare December 21, 2022 17:43
@renovate renovate bot changed the title chore(deps): update rook-ceph-source to v1.10.7 chore(deps): update rook-ceph-source to v1.10.8 Dec 21, 2022
@renovate renovate bot force-pushed the renovate/rook-ceph-source-1.x branch from 7fdb8fd to 43640f7 Compare January 12, 2023 23:52
@renovate renovate bot changed the title chore(deps): update rook-ceph-source to v1.10.8 chore(deps): update rook-ceph-source to v1.10.9 Jan 12, 2023
@renovate renovate bot changed the title chore(deps): update rook-ceph-source to v1.10.9 chore(deps): update rook-ceph-source to v1.10.10 Jan 18, 2023
@renovate renovate bot force-pushed the renovate/rook-ceph-source-1.x branch from 43640f7 to a89ae56 Compare January 18, 2023 19:02
@renovate renovate bot changed the title chore(deps): update rook-ceph-source to v1.10.10 chore(deps): update rook-ceph-source to v1.11.1 Mar 16, 2023
@renovate renovate bot force-pushed the renovate/rook-ceph-source-1.x branch from a89ae56 to 1ba1866 Compare March 16, 2023 12:08
@renovate renovate bot changed the title chore(deps): update rook-ceph-source to v1.11.1 chore(deps): update rook-ceph-source to v1.11.2 Mar 22, 2023
@renovate renovate bot force-pushed the renovate/rook-ceph-source-1.x branch from 1ba1866 to d4e0468 Compare March 22, 2023 08:01
@renovate renovate bot force-pushed the renovate/rook-ceph-source-1.x branch from d4e0468 to d907b29 Compare May 27, 2023 17:04
@renovate renovate bot changed the title chore(deps): update rook-ceph-source to v1.11.2 chore(deps): update rook-ceph-source to v1.11.6 May 27, 2023
@renovate renovate bot changed the title chore(deps): update rook-ceph-source to v1.11.6 chore(deps): update rook-ceph-source to v1.11.7 Jun 1, 2023
@renovate renovate bot force-pushed the renovate/rook-ceph-source-1.x branch from 9142f9c to ba91bcb Compare June 15, 2023 23:10
@renovate renovate bot changed the title chore(deps): update rook-ceph-source to v1.11.7 chore(deps): update rook-ceph-source to v1.11.8 Jun 15, 2023
@renovate renovate bot force-pushed the renovate/rook-ceph-source-1.x branch from ba91bcb to 6e5fb46 Compare June 29, 2023 21:58
@renovate renovate bot changed the title chore(deps): update rook-ceph-source to v1.11.8 chore(deps): update rook-ceph-source to v1.11.9 Jun 29, 2023
@renovate renovate bot changed the title chore(deps): update rook-ceph-source to v1.11.9 chore(deps): update rook-ceph-source to v1.11.10 Jul 18, 2023
@renovate renovate bot force-pushed the renovate/rook-ceph-source-1.x branch 2 times, most recently from e0e9e8a to 787fd70 Compare July 19, 2023 02:18
@renovate renovate bot changed the title chore(deps): update rook-ceph-source to v1.11.10 chore(deps): update rook-ceph-source to v1.12.0 Jul 19, 2023
@renovate renovate bot force-pushed the renovate/rook-ceph-source-1.x branch from 787fd70 to aca4193 Compare August 1, 2023 22:12
@renovate renovate bot changed the title chore(deps): update rook-ceph-source to v1.12.0 chore(deps): update rook-ceph-source to v1.12.1 Aug 1, 2023
@renovate renovate bot force-pushed the renovate/rook-ceph-source-1.x branch from aca4193 to 90e7d4a Compare August 15, 2023 23:12
@renovate renovate bot changed the title chore(deps): update rook-ceph-source to v1.12.1 chore(deps): update rook-ceph-source to v1.12.2 Aug 15, 2023
@renovate renovate bot force-pushed the renovate/rook-ceph-source-1.x branch from 90e7d4a to d2a131b Compare September 1, 2023 02:07
@renovate renovate bot changed the title chore(deps): update rook-ceph-source to v1.14.3 chore(deps): update rook-ceph-source to v1.14.4 May 16, 2024
@renovate renovate bot force-pushed the renovate/rook-ceph-source-1.x branch from 43f8d42 to acc1d81 Compare May 30, 2024 20:23
@renovate renovate bot changed the title chore(deps): update rook-ceph-source to v1.14.4 chore(deps): update rook-ceph-source to v1.14.5 May 30, 2024
@renovate renovate bot force-pushed the renovate/rook-ceph-source-1.x branch from acc1d81 to 2e4f0d3 Compare June 13, 2024 22:42
@renovate renovate bot changed the title chore(deps): update rook-ceph-source to v1.14.5 chore(deps): update rook-ceph-source to v1.14.6 Jun 13, 2024
@renovate renovate bot force-pushed the renovate/rook-ceph-source-1.x branch from 2e4f0d3 to 0a7e574 Compare June 22, 2024 05:49
@renovate renovate bot changed the title chore(deps): update rook-ceph-source to v1.14.6 chore(deps): update rook-ceph-source to v1.14.7 Jun 22, 2024
@renovate renovate bot force-pushed the renovate/rook-ceph-source-1.x branch from 0a7e574 to 854efca Compare July 3, 2024 22:05
@renovate renovate bot changed the title chore(deps): update rook-ceph-source to v1.14.7 chore(deps): update rook-ceph-source to v1.14.8 Jul 3, 2024
@renovate renovate bot force-pushed the renovate/rook-ceph-source-1.x branch from 854efca to c68d694 Compare July 25, 2024 23:25
@renovate renovate bot changed the title chore(deps): update rook-ceph-source to v1.14.8 chore(deps): update rook-ceph-source to v1.14.9 Jul 25, 2024
@renovate renovate bot force-pushed the renovate/rook-ceph-source-1.x branch from c68d694 to e60a30b Compare August 20, 2024 22:23
@renovate renovate bot changed the title chore(deps): update rook-ceph-source to v1.14.9 chore(deps): update rook-ceph-source to v1.14.10 Aug 20, 2024
@renovate renovate bot force-pushed the renovate/rook-ceph-source-1.x branch from e60a30b to bfc7b80 Compare August 21, 2024 01:40
@renovate renovate bot changed the title chore(deps): update rook-ceph-source to v1.14.10 chore(deps): update rook-ceph-source to v1.15.0 Aug 21, 2024
@renovate renovate bot force-pushed the renovate/rook-ceph-source-1.x branch from bfc7b80 to 9646785 Compare September 5, 2024 00:17
@renovate renovate bot changed the title chore(deps): update rook-ceph-source to v1.15.0 chore(deps): update rook-ceph-source to v1.15.1 Sep 5, 2024
@renovate renovate bot force-pushed the renovate/rook-ceph-source-1.x branch from 9646785 to b6fa1ea Compare September 19, 2024 21:59
@renovate renovate bot changed the title chore(deps): update rook-ceph-source to v1.15.1 chore(deps): update rook-ceph-source to v1.15.2 Sep 19, 2024
@renovate renovate bot force-pushed the renovate/rook-ceph-source-1.x branch from b6fa1ea to cc42011 Compare October 3, 2024 22:57
@renovate renovate bot changed the title chore(deps): update rook-ceph-source to v1.15.2 chore(deps): update rook-ceph-source to v1.15.3 Oct 3, 2024
@renovate renovate bot force-pushed the renovate/rook-ceph-source-1.x branch from cc42011 to 80ca9ce Compare October 17, 2024 23:25
@renovate renovate bot changed the title chore(deps): update rook-ceph-source to v1.15.3 chore(deps): update rook-ceph-source to v1.15.4 Oct 17, 2024
@renovate renovate bot force-pushed the renovate/rook-ceph-source-1.x branch from 80ca9ce to 4f90ab0 Compare November 6, 2024 21:20
@renovate renovate bot changed the title chore(deps): update rook-ceph-source to v1.15.4 chore(deps): update rook-ceph-source to v1.15.5 Nov 6, 2024
@renovate renovate bot force-pushed the renovate/rook-ceph-source-1.x branch from 4f90ab0 to ae3c357 Compare November 21, 2024 22:58
@renovate renovate bot changed the title chore(deps): update rook-ceph-source to v1.15.5 chore(deps): update rook-ceph-source to v1.15.6 Nov 21, 2024
@renovate renovate bot force-pushed the renovate/rook-ceph-source-1.x branch from ae3c357 to 888cf36 Compare December 17, 2024 22:31
@renovate renovate bot changed the title chore(deps): update rook-ceph-source to v1.15.6 chore(deps): update rook-ceph-source to v1.16.0 Dec 17, 2024
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