From 32889ac6b2d73516f49deddb9fcac885c51a5509 Mon Sep 17 00:00:00 2001 From: ameenasuhani Date: Mon, 25 Sep 2023 12:54:24 +0530 Subject: [PATCH] Release v0.21.0 Candidate 1 Signed-off-by: ameenasuhani --- ceph | 2 +- charts | 2 +- cosi-driver | 2 +- docs/release-notes/latest | 2 +- docs/release-notes/s3gw-v0.21.0.md | 31 ++++++++++++++++++++++++++++++ ui | 2 +- 6 files changed, 36 insertions(+), 5 deletions(-) create mode 100644 docs/release-notes/s3gw-v0.21.0.md diff --git a/ceph b/ceph index 32e5a9c8..9fca3cca 160000 --- a/ceph +++ b/ceph @@ -1 +1 @@ -Subproject commit 32e5a9c8adf5c1dcdcb1238d869207ee3437f8ff +Subproject commit 9fca3ccadcb94239b7aadf2142d8a8936b8d1c99 diff --git a/charts b/charts index 0a996531..b3a834d1 160000 --- a/charts +++ b/charts @@ -1 +1 @@ -Subproject commit 0a996531f08d4cbc553dd42209335d488e315669 +Subproject commit b3a834d18453ad1a125e2665873cfded66b8fe7c diff --git a/cosi-driver b/cosi-driver index b4996d39..2b5252af 160000 --- a/cosi-driver +++ b/cosi-driver @@ -1 +1 @@ -Subproject commit b4996d391b0d3448dcc14bdfdaf2a72af3e02310 +Subproject commit 2b5252afac8fe37c23d004d22109e76ddd7cdf97 diff --git a/docs/release-notes/latest b/docs/release-notes/latest index 63bc93b5..5e9a31d8 120000 --- a/docs/release-notes/latest +++ b/docs/release-notes/latest @@ -1 +1 @@ -s3gw-v0.19.0.md \ No newline at end of file +s3gw-v0.21.0.md \ No newline at end of file diff --git a/docs/release-notes/s3gw-v0.21.0.md b/docs/release-notes/s3gw-v0.21.0.md new file mode 100644 index 00000000..cd8d886b --- /dev/null +++ b/docs/release-notes/s3gw-v0.21.0.md @@ -0,0 +1,31 @@ +# Release Notes - v0.21.0 + +This release contains significant improvements and new bug fixes. Notably, +this release brings server-side encryption support, conditional copy object, +improvement in profiling. + +This release is meant for testing and feedback gathering. It is not recommended +for production use. + +Should a bug be found and not expected to be related with known issues, one +should feel encouraged to file an issue in our +[Github repository](https://github.com/aquarist-labs/s3gw/issues/new/choose). + +## Features + +- rgw/sfs: Add server-side encryption support +- rgw/sfs: Conditional copy object +- ui : Make use of the UI REST API to prevent CORS issues + +## Fixes + +- rgw/sfs: Improve sqlite connection handling +- rgw/sfs: Fix missing multipart etag +- rgw/sfs: Fix etag and mtime not being sent with copy object response +- rgw/sfs: Increase build error reporting +- rgw/sfs: Improve profiling (sqlite, garbage collection) +- ui: Prevent switching bucket retention mode from Compliance to Governance + +## Breaking Changes + +## Known Issues diff --git a/ui b/ui index 796a703d..6bc70f15 160000 --- a/ui +++ b/ui @@ -1 +1 @@ -Subproject commit 796a703dcf5adfb45c79fefc597f6fdec9e266b4 +Subproject commit 6bc70f1517474837b02d0e6c0e4d9eae943e0699