Skip to content

Commit d40b080

Browse files
Add PendingReleaseNotes
This patch adds PendingReleaseNotes to track upcoming changes in release notes. Signed-off-by: Niraj Yadav <niryadav@redhat.com>
1 parent 2258621 commit d40b080

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

PendingReleaseNotes.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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`.
9+
10+
## NOTE
11+
12+
- `schedule-precedence` defaults to `pvc` which reads the annotations in order of
13+
PVC > NS > SC. It can be set to `storageclass` to respect only the storageclass
14+
annotations.

0 commit comments

Comments
 (0)