-
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.
Merge pull request #168 from 0xavi0/release-v0.7.0
Release 0.7.0
- Loading branch information
Showing
7 changed files
with
57 additions
and
5 deletions.
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
Submodule charts
updated
from aaf8d4 to 9ddfee
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.6.1.md | ||
s3gw-v0.7.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,50 @@ | ||
# Release Notes - v0.7.0 | ||
|
||
This release adds several bug fixes, together with UI improvements. In | ||
addition, the documentation, testing and other have been improved. | ||
|
||
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 | ||
|
||
- UI | ||
- Add basic bucket management features for non-admin users. | ||
They can create/update/delete buckets. | ||
|
||
## Fixes | ||
|
||
- S3GW | ||
- Fixed queries to users by access key when user has multiple keys. | ||
- Fixed a circular lock dependency, which could lead to a deadlock when | ||
aborting multiparts for an object while finishing a different object. | ||
|
||
- UI | ||
- Login page does not show error messages. | ||
|
||
## What's Changed | ||
|
||
- UI: | ||
- Continuing to adapt the UI according to the Rancher UI design kit. | ||
- Error reporting has been improved. | ||
|
||
- Charts | ||
- Properly label all components of the chart to give helm hints about what is part | ||
of the chart. | ||
- Redesing registry access variables to be usable with private registries | ||
- Improve rancher questions to guide the installation in a more user friendly form | ||
|
||
## Breaking Changes | ||
|
||
- None | ||
|
||
## Known Issues | ||
|
||
- Multipart uploads are currently tracked solely in memory. Should the gateway | ||
be stopped, on-going multipart uploads will be lost. | ||
- Listing multipart uploads does not account for prefix or delimiters. | ||
- Metadata stored in sqlite is no longer compatible with previous versions. |
Submodule tools
updated
3 files
+5 −1 | CHANGELOG.md | |
+1 −1 | build/Dockerfile.build-container | |
+1 −1 | build/Dockerfile.build-radosgw-test-container |
Submodule ui
updated
from 919d24 to 5c09d9