-
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
44 additions
and
4 deletions.
There are no files selected for viewing
Submodule ceph
updated
67 files
Submodule charts
updated
from b3a834 to 9e109d
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.22.0.md | ||
s3gw-v0.23.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,40 @@ | ||
# Release Notes - v0.23.0 | ||
|
||
This release contains significant improvements and new bug fixes. Notably, | ||
this release brings more SQLite efficiency, better consistency when we use | ||
's3gw' vs 'rgw' terminology, and several UI improvements. | ||
|
||
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 SQLite connection pool | ||
- rgw/sfs: Begin transition from sqlite_orm to sqlite_modern_cpp | ||
- rgw/sfs: Rename on-disk database from s3gw.db to sfs.db | ||
- rgw/sfs: Standardize log levels | ||
- ui: Subpath support for better Longhorn integration | ||
- ui: Allow deletion of specific objects | ||
- ui: Support configuring S3 addressing style | ||
- ui: Identify instance associated with the running UI | ||
|
||
## Fixes | ||
|
||
- rgw/sfs: Improve attribute setting | ||
- rgw/sfs: Init bucket mtime | ||
- rgw/sfs: Delete multiparts only on existing buckets | ||
- rgw/sfs: Mark all OPEN versions DELETED on startup | ||
- ui: Prevent user from logging out when deleting a locked object version | ||
- ui: Fix error when deleting an object in an unversioned bucket | ||
|
||
## Breaking Changes | ||
|
||
- No breaking changes are known. | ||
|
||
## Known Issues | ||
|
||
- No known issues. |
Submodule ui
updated
from 492603 to 13fe56