]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: move keyring caps RN to correct point release 26597/head
authorNathan Cutler <ncutler@suse.com>
Fri, 22 Feb 2019 17:39:30 +0000 (18:39 +0100)
committerNathan Cutler <ncutler@suse.com>
Fri, 22 Feb 2019 17:39:30 +0000 (18:39 +0100)
This is still technically correct, but move the release note under an explicit
12.2.12 heading since 12.2.11 is already out.

This commit cannot be cherry-picked from master because PendingReleaseNotes has
completely different content in master.

Signed-off-by: Nathan Cutler <ncutler@suse.com>
PendingReleaseNotes

index 05f7f44ae7ee9cffe97d055a548ea61678f9ed51..238b46b28cd2b2053a8795b2a9e8154d91ecf4f3 100644 (file)
@@ -1,5 +1,12 @@
->= 12.2.11
-----------
+12.2.12
+-------
+* In 12.2.9 and earlier releases, keyring caps were not checked for validity,
+  so the caps string could be anything. As of 12.2.10, caps strings are
+  validated and providing a keyring with an invalid caps string to, e.g.,
+  "ceph auth add" will result in an error.
+
+12.2.11
+-------
 * `cephfs-journal-tool` makes rank argument (--rank) mandatory. Rank is
   of format `filesystem:rank`, where `filesystem` is the cephfs filesystem
   and `rank` is the MDS rank on which the operation is to be executed. To
@@ -7,10 +14,6 @@
   operations that dump journal information to file will now dump to per-rank
   suffixed dump files. Importing journal information from dump files is
   disallowed if operation is targetted for all ranks.
-* In 12.2.9 and earlier releases, keyring caps were not checked for validity,
-  so the caps string could be anything. As of 12.2.10, caps strings are
-  validated and providing a keyring with an invalid caps string to, e.g.,
-  "ceph auth add" will result in an error.
 
 >= 12.1.2
 ---------