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 helm release rook-ceph to v1.14.8 #38

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.3 -> v1.14.8

Release Notes

rook/rook (rook-ceph)

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.

v1.12.8

Compare Source

Improvements

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

v1.12.7

Compare Source

Improvements

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

v1.12.6

Compare Source

Improvements

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

v1.12.5

Compare Source

Improvements

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

v1.12.4

Compare Source

Improvements

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

v1.12.3

Compare Source

Improvements

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

v1.12.2

Compare Source

Improvements

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

v1.12.1

Compare Source

Improvements

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

v1.12.0

Compare Source

Upgrade Guide

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

Breaking Changes

  • The minimum supported Kubernetes version is v1.22
  • The minimum supported Ceph-CSI driver is 3.8
  • Version of golang supported during development is v1.20
  • For CephObjectStores, if rgw_run_sync_thread was set manually via ceph config set ...
    the value will be overridden by Rook according to disableMultisiteSyncTraffic

Features

v1.11.11

Compare Source

Improvements

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

v1.11.10

Compare Source

Improvements

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

v1.11.9

Compare Source

Improvements

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


Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), 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.10.6 Nov 20, 2022
@renovate renovate bot changed the title chore(deps): update helm release rook-ceph to v1.10.6 chore(deps): update helm release rook-ceph to v1.11.1 Mar 11, 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 30, 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
@renovate renovate bot changed the title chore(deps): update helm release rook-ceph to v1.11.4 chore(deps): update helm release rook-ceph to v1.11.6 May 28, 2023
@renovate renovate bot force-pushed the renovate/rook-ceph-1.x branch 2 times, most recently from 045319a to 6b1e32c Compare June 1, 2023 00:45
@renovate renovate bot changed the title chore(deps): update helm release rook-ceph to v1.11.6 chore(deps): update helm release rook-ceph to v1.11.7 Jun 1, 2023
@renovate renovate bot changed the title chore(deps): update helm release rook-ceph to v1.11.7 chore(deps): update helm release rook-ceph to v1.11.8 Jun 17, 2023
@renovate renovate bot changed the title chore(deps): update helm release rook-ceph to v1.11.8 chore(deps): update helm release rook-ceph to v1.11.9 Jun 29, 2023
@renovate renovate bot changed the title chore(deps): update helm release rook-ceph to v1.11.9 chore(deps): update helm release rook-ceph to v1.12.0 Jul 19, 2023
@renovate renovate bot changed the title chore(deps): update helm release rook-ceph to v1.12.0 chore(deps): update helm release rook-ceph to v1.12.1 Aug 2, 2023
@renovate renovate bot changed the title chore(deps): update helm release rook-ceph to v1.12.1 chore(deps): update helm release rook-ceph to v1.12.2 Aug 15, 2023
@renovate renovate bot changed the title chore(deps): update helm release rook-ceph to v1.12.2 chore(deps): update helm release rook-ceph to v1.12.3 Sep 1, 2023
@renovate renovate bot changed the title chore(deps): update helm release rook-ceph to v1.12.3 chore(deps): update helm release rook-ceph to v1.12.4 Sep 15, 2023
@renovate renovate bot changed the title chore(deps): update helm release rook-ceph to v1.12.4 chore(deps): update helm release rook-ceph to v1.12.5 Oct 6, 2023
@renovate renovate bot changed the title chore(deps): update helm release rook-ceph to v1.13.1 chore(deps): update helm release rook-ceph to v1.13.2 Jan 12, 2024
@renovate renovate bot changed the title chore(deps): update helm release rook-ceph to v1.13.2 chore(deps): update helm release rook-ceph to v1.13.3 Jan 26, 2024
@renovate renovate bot changed the title chore(deps): update helm release rook-ceph to v1.13.3 chore(deps): update helm release rook-ceph to v1.13.4 Feb 8, 2024
@renovate renovate bot changed the title chore(deps): update helm release rook-ceph to v1.13.4 chore(deps): update helm release rook-ceph to v1.13.5 Feb 22, 2024
@renovate renovate bot changed the title chore(deps): update helm release rook-ceph to v1.13.5 chore(deps): update helm release rook-ceph to v1.13.6 Mar 7, 2024
@renovate renovate bot changed the title chore(deps): update helm release rook-ceph to v1.13.6 chore(deps): update helm release rook-ceph to v1.13.7 Mar 14, 2024
@renovate renovate bot changed the title chore(deps): update helm release rook-ceph to v1.13.7 chore(deps): update helm release rook-ceph to v1.14.0 Apr 3, 2024
@renovate renovate bot changed the title chore(deps): update helm release rook-ceph to v1.14.0 chore(deps): update helm release rook-ceph to v1.14.1 Apr 17, 2024
@renovate renovate bot changed the title chore(deps): update helm release rook-ceph to v1.14.1 chore(deps): update helm release rook-ceph to v1.14.2 Apr 19, 2024
@renovate renovate bot force-pushed the renovate/rook-ceph-1.x branch from 89392db to c30ccf1 Compare May 3, 2024 22:32
@renovate renovate bot changed the title chore(deps): update helm release rook-ceph to v1.14.2 chore(deps): update helm release rook-ceph to v1.14.3 May 3, 2024
@renovate renovate bot force-pushed the renovate/rook-ceph-1.x branch from c30ccf1 to 84fb303 Compare May 17, 2024 03:15
@renovate renovate bot changed the title chore(deps): update helm release rook-ceph to v1.14.3 chore(deps): update helm release rook-ceph to v1.14.4 May 17, 2024
@renovate renovate bot force-pushed the renovate/rook-ceph-1.x branch from 84fb303 to bc28dd6 Compare May 30, 2024 21:37
@renovate renovate bot changed the title chore(deps): update helm release rook-ceph to v1.14.4 chore(deps): update helm release rook-ceph to v1.14.5 May 30, 2024
@renovate renovate bot changed the title chore(deps): update helm release rook-ceph to v1.14.5 chore(deps): update helm release rook-ceph to v1.14.6 Jun 14, 2024
@renovate renovate bot changed the title chore(deps): update helm release rook-ceph to v1.14.6 chore(deps): update helm release rook-ceph to v1.14.7 Jun 21, 2024
@renovate renovate bot force-pushed the renovate/rook-ceph-1.x branch from 00fe7ed to 9eb3ed7 Compare July 5, 2024 20:31
@renovate renovate bot changed the title chore(deps): update helm release rook-ceph to v1.14.7 chore(deps): update helm release rook-ceph to v1.14.8 Jul 5, 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.

None yet

0 participants