Skip to content

Commit 5100f91

Browse files
black-dragon74mergify[bot]
authored andcommitted
Add PendingReleaseNotes
This patch adds PendingReleaseNotes to track upcoming changes in release notes. Signed-off-by: Niraj Yadav <niryadav@redhat.com>
1 parent 4302243 commit 5100f91

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

PendingReleaseNotes.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# v0.13.0 Pending Release Notes
2+
3+
## Breaking changes
4+
5+
## Features
6+
7+
- Allow override of precedence of key rotation and reclaim space related annotations
8+
using a ConfigMap key `schedule-precedence`. The default is `pvc` which reads the
9+
annotations in order of PVC > NS > SC. It can be set to `storageclass` to respect only
10+
the annotations found on the Storage Classes.
11+
12+
## NOTE
13+
14+
- `sc-only`, a once valid value for `schedule-precedence` key is being deprecated in favor of
15+
`storageclass` and will be removed in a later release.

0 commit comments

Comments
 (0)