-
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.
Signed-off-by: Joao Eduardo Luis <[email protected]>
- Loading branch information
Showing
5 changed files
with
36 additions
and
4 deletions.
There are no files selected for viewing
Submodule ceph
updated
45 files
Submodule charts
updated
from b953bc to d68c6c
Submodule cosi-driver
updated
from 2b5252 to b4996d
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,32 @@ | ||
# Release Notes - v0.20.0 | ||
|
||
This release contains significant improvements and new bug fixes, particularly | ||
in the s3gw backing store. Notably, this release brings garbage collection, | ||
improved bucket listing, including filtering, and conditional GETs. | ||
|
||
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: Query-based version listing | ||
- rgw/sfs: Support conditional GETs | ||
- rgw/sfs: New garbage collection implementation | ||
- rgw/sfs: Change on-disk file format, add suffixes | ||
- ui backend: Parity with operations required by UI | ||
|
||
## Fixes | ||
|
||
- rgw/sfs: Fix warnings after enabling more compilation flags | ||
- rgw/sfs: Several code cleanup efforts | ||
- rgw/sfs: use global part id for multipart parts | ||
|
||
## Breaking Changes | ||
|
||
- On-disk format for both metadata and data store have changed. | ||
|
||
## Known Issues |
Submodule ui
updated
from 9f67da to ccd4dd