From: Nathan Cutler Date: Tue, 19 May 2020 13:59:42 +0000 (+0200) Subject: doc/releases/octopus: add "BlockPublicAccess" release note X-Git-Tag: v16.1.0~2250^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c66ae41ec5f39ce0ce4c612b206b7cc8716ad91f;p=ceph.git doc/releases/octopus: add "BlockPublicAccess" release note The RGW BlockPublicAccess release note was added to PendingReleaseNotes by df384ea95f88196a9723877a5aa9041ef25b5f29 but it did not find its way into the official v15.2.0 release notes until now. Signed-off-by: Nathan Cutler --- diff --git a/PendingReleaseNotes b/PendingReleaseNotes index c35c2517c32f..f27410a78d74 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -3,10 +3,6 @@ * CVE-2020-10736: Fixes an authorization bypass in monitor and manager daemons -* RGW S3: Support has been added for BlockPublicAccess set of APIs at a bucket - level, currently blocking/ignoring public acls & policies are supported. - User/Account level APIs are planned to be added in the future - * RGW: The default number of bucket index shards for new buckets was raised from 1 to 11 to increase the amount of write throughput for small buckets and delay the onset of dynamic resharding. This change only affects new diff --git a/doc/releases/octopus.rst b/doc/releases/octopus.rst index 665f7742f0de..5053d5545c58 100644 --- a/doc/releases/octopus.rst +++ b/doc/releases/octopus.rst @@ -722,6 +722,10 @@ Upgrade compatibility notes in the zonegroup configuration. New configuration should only be configured after all relevant zones in the zonegroup have been upgraded. +* RGW S3: Support has been added for BlockPublicAccess set of APIs at a bucket + level, currently blocking/ignoring public acls & policies are supported. + User/Account level APIs are planned to be added in the future + Changelog