Skip to content

Commit

Permalink
Merge pull request #14033 from travisn/reset-release-notes
Browse files Browse the repository at this point in the history
doc: Reset pending release notes
  • Loading branch information
travisn committed Apr 5, 2024
2 parents e11f81e + 3abe851 commit 8c8844e
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions PendingReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,6 @@
# v1.14 Pending Release Notes
# v1.15 Pending Release Notes

## Breaking Changes

- The minimum supported version of Kubernetes is v1.25.
Upgrade to Kubernetes v1.25 or higher before upgrading Rook.
- 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.
- 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
[detailed documentation](./Documentation/CRDs/Cluster/network-providers.md#holder-pod-deprecation)
to disable them. This is optional for v1.14, but will be required in a future release.

## Features

- Kubernetes versions **v1.25** through **v1.29** are supported.
- Ceph daemon pods using the `default` service account now use a new `rook-ceph-default` service account.
- Allow setting the Ceph `application` on a pool
- Create object stores with shared metadata and data pools. Isolation between object stores is enabled via RADOS namespaces.
- The feature support for VolumeSnapshotGroup has been added to the RBD and CephFS CSI driver.
- Support for virtual style hosting for s3 buckets in the CephObjectStore.
- Add option to specify prefix for the OBC provisioner.
- Support Azure Key Vault for storing OSD encryption keys.
- Separate image repository and tag values in the helm chart for the CSI images.

0 comments on commit 8c8844e

Please sign in to comment.