rook/rook (rook-ceph)
### [`v1.14.0`](https://togithub.com/rook/rook/releases/tag/v1.14.0)
[Compare Source](https://togithub.com/rook/rook/compare/v1.13.8...v1.14.0)
##### Upgrade Guide
To upgrade from previous versions of Rook, see the [Rook upgrade guide](https://rook.github.io/docs/rook/v1.14/Upgrade/rook-upgrade/).
##### 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](https://rook.io/docs/rook/v1.14/CRDs/Cluster/network-providers/#holder-pod-deprecation) 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](https://rook.github.io/docs/rook/v1.14/CRDs/Cluster/ceph-cluster-crd/#csi-driver-options) 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](https://rook.io/docs/rook/v1.14/CRDs/Block-Storage/ceph-block-pool-crd/#spec).
- Object stores can be created with [shared metadata and data pools](https://rook.io/docs/rook/v1.14/Storage-Configuration/Object-Storage-RGW/object-storage/#create-local-object-stores-with-shared-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](https://rook.io/docs/rook/v1.14/Storage-Configuration/Object-Storage-RGW/object-storage/#client-connections) 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](https://rook.io/docs/rook/v1.14/Storage-Configuration/Advanced/key-management-system/#azure-key-vault) is added for storing OSD encryption keys.
- Additional status columns added to the `kubectl` output for Rook CRDs.
### [`v1.13.8`](https://togithub.com/rook/rook/compare/v1.13.7...v1.13.8)
[Compare Source](https://togithub.com/rook/rook/compare/v1.13.7...v1.13.8)
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 these updates 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.
This PR contains the following updates:
v1.13.7
->v1.14.0
v1.13.7
->v1.14.0
v1.13.7
->v1.14.0
Release Notes
rook/rook (rook-ceph)
### [`v1.14.0`](https://togithub.com/rook/rook/releases/tag/v1.14.0) [Compare Source](https://togithub.com/rook/rook/compare/v1.13.8...v1.14.0) ##### Upgrade Guide To upgrade from previous versions of Rook, see the [Rook upgrade guide](https://rook.github.io/docs/rook/v1.14/Upgrade/rook-upgrade/). ##### 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](https://rook.io/docs/rook/v1.14/CRDs/Cluster/network-providers/#holder-pod-deprecation) 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](https://rook.github.io/docs/rook/v1.14/CRDs/Cluster/ceph-cluster-crd/#csi-driver-options) 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](https://rook.io/docs/rook/v1.14/CRDs/Block-Storage/ceph-block-pool-crd/#spec). - Object stores can be created with [shared metadata and data pools](https://rook.io/docs/rook/v1.14/Storage-Configuration/Object-Storage-RGW/object-storage/#create-local-object-stores-with-shared-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](https://rook.io/docs/rook/v1.14/Storage-Configuration/Object-Storage-RGW/object-storage/#client-connections) 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](https://rook.io/docs/rook/v1.14/Storage-Configuration/Advanced/key-management-system/#azure-key-vault) is added for storing OSD encryption keys. - Additional status columns added to the `kubectl` output for Rook CRDs. ### [`v1.13.8`](https://togithub.com/rook/rook/compare/v1.13.7...v1.13.8) [Compare Source](https://togithub.com/rook/rook/compare/v1.13.7...v1.13.8)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 these updates again.
This PR has been generated by Mend Renovate. View repository job log here.