-
Notifications
You must be signed in to change notification settings - Fork 21
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 <joao@suse.com> (cherry picked from commit 6efb0cd)
- Loading branch information
Showing
2 changed files
with
39 additions
and
1 deletion.
There are no files selected for viewing
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.15.0.md | ||
s3gw-v0.16.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,38 @@ | ||
# Release Notes - v0.16.0 | ||
|
||
This release cycle focused on architecture adjustments to the s3gw service's | ||
backend store (SFS), which will be reflected on upcoming releases. | ||
|
||
Most noteworthy outcome of this release is the initial COSI support for s3gw. | ||
This can be enabled via the Helm Chart. | ||
|
||
We have also disabled user and bucket quotas via the UI. Quotas are currently | ||
not supported by the s3gw service, and have been kept in the UI to demonstrate | ||
what we believe to be the right approach to them. As the backend development | ||
progresses, quotas will be re-enabled when the right time comes. | ||
|
||
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 to the list below, one | ||
should feel encouraged to file an issue in our | ||
[GitHub repository](https://github.com/aquarist-labs/s3gw/issues/new/choose). | ||
|
||
## Features | ||
|
||
- Kubernetes: Add experimental COSI support. | ||
- UI: Add new experimental python backend for the UI. | ||
- UI: Disable bucket and user quotas in the UI. | ||
|
||
## Fixes | ||
|
||
- None | ||
|
||
## Breaking Changes | ||
|
||
- None | ||
|
||
## Known Issues | ||
|
||
- SFS: Non-versioned GETs may observe dirty data of concurrent non-multipart | ||
PUTs. |