]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/releases/octopus: add bucket notification JSON array
authorNathan Cutler <ncutler@suse.com>
Tue, 19 May 2020 13:45:39 +0000 (15:45 +0200)
committerNathan Cutler <ncutler@suse.com>
Tue, 19 May 2020 13:45:39 +0000 (15:45 +0200)
The release note about bucket notifications being encapsulated in a JSON
array was added to PendingReleaseNotes by
19832a0daeb7b23006d1c38059ad14f0c239d32a but it never found its way into
the actual v15.2.0 release notes.

Signed-off-by: Nathan Cutler <ncutler@suse.com>
PendingReleaseNotes
doc/releases/octopus.rst

index e6bf1e82314fca3e55e976a60c49f700cc8a8c99..1394e545ab72004c186df7324f586c4e6fd4612f 100644 (file)
@@ -3,13 +3,6 @@
 
 * CVE-2020-10736: Fixes an authorization bypass in monitor and manager daemons
 
-* RGW: a mismatch between the bucket notification documentation and the actual
-  message format was fixed. This means that any endpoints receiving bucket 
-  notification, will now receive the same notifications inside an JSON array
-  named 'Records'. Note that this does not affect pulling bucket notification
-  from a subscription in a 'pubsub' zone, as these are already wrapped inside
-  that array.
-
 * The configuration value ``osd_calc_pg_upmaps_max_stddev`` used for upmap
   balancing has been removed. Instead use the mgr balancer config
   ``upmap_max_deviation`` which now is an integer number of PGs of deviation
index c0b7369a0ffdd0e23be65e0b33a95888968274fd..1b8c7c268ac90a775b1366f512730dae4da257e5 100644 (file)
@@ -692,6 +692,15 @@ Upgrade compatibility notes
   will limit itself to only 'hdd' and 'ssd' (or whatever device class o
   the user manually specifies).
 
+* RGW: a mismatch between the bucket notification documentation and the actual
+  message format was fixed. This means that any endpoints receiving bucket 
+  notification, will now receive the same notifications inside an JSON array
+  named 'Records'. Note that this does not affect pulling bucket notification
+  from a subscription in a 'pubsub' zone, as these are already wrapped inside
+  that array.
+
+
+
 
 Changelog
 ---------