-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #722 from aquarist-labs/s3gw-v.0.21
Release v0.21.0
- Loading branch information
Showing
6 changed files
with
36 additions
and
5 deletions.
There are no files selected for viewing
Submodule ceph
updated
40 files
Submodule charts
updated
from 0a9965 to b3a834
Submodule cosi-driver
updated
from b4996d to 2b5252
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
s3gw-v0.19.0.md | ||
s3gw-v0.21.0.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
Submodule ui
updated
from 796a70 to 6bc70f