We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4302243 commit 5100f91Copy full SHA for 5100f91
PendingReleaseNotes.md
@@ -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