From: Nathan Cutler Date: Tue, 19 May 2020 13:45:39 +0000 (+0200) Subject: doc/releases/octopus: add bucket notification JSON array X-Git-Tag: v16.1.0~2250^2~8 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1d13cfe721a29fdfc9eaf45c756c35cb8b8308a6;p=ceph.git doc/releases/octopus: add bucket notification JSON array 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 --- diff --git a/PendingReleaseNotes b/PendingReleaseNotes index e6bf1e82314..1394e545ab7 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -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 diff --git a/doc/releases/octopus.rst b/doc/releases/octopus.rst index c0b7369a0ff..1b8c7c268ac 100644 --- a/doc/releases/octopus.rst +++ b/doc/releases/octopus.rst @@ -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 ---------