-
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 #132 from jhmarina/release/v0.6.0
release: v0.6.0
- Loading branch information
Showing
5 changed files
with
57 additions
and
4 deletions.
There are no files selected for viewing
Submodule ceph
updated
32 files
Submodule charts
updated
from 577c03 to b636cc
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,53 @@ | ||
# Release Notes - v0.6.0 | ||
|
||
This release adds several new features, 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 | ||
|
||
- S3GW | ||
- Delete/Undelete objects. | ||
- Ability to list buckets via admin REST API. | ||
- Support for bucket ACL. | ||
- Multipart uploads | ||
- Objects are stored in metadata using bucket id instead of bucket name. | ||
- Longhorn custom settings for installation. | ||
- Ability to build a s3gw-test image able to run google-tests. | ||
- UI | ||
- Adapt the UI according to the Rancher UI design kit. | ||
- Charts | ||
- Set up & added chart to | ||
[Artifacthub.io](https://artifacthub.io/packages/helm/s3gw/s3gw) | ||
|
||
## Fixes | ||
|
||
- S3GW | ||
- Show delete markers when listing object versions. | ||
|
||
## What's Changed | ||
|
||
- UI: | ||
- Adapt the UI according to the Rancher UI design kit. | ||
- Charts | ||
- Storage settings redesign to allow using an existing storage class while | ||
keeping it easy to use Longhorn and local storage with minimal work required | ||
- Give TLS certificates to UI ingress as well -Enable TLS endpoints for | ||
Traefik ingress | ||
|
||
## 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
11 files
+7 −0 | CHANGELOG.md | |
+51 −0 | build/Dockerfile.build-radosgw-test-container | |
+49 −0 | build/build-radosgw-test-container.sh | |
+42 −2 | build/build-radosgw.sh | |
+70 −5 | build/build.sh | |
+1 −0 | env/.gitignore | |
+37 −0 | env/longhorn-setting.yaml.sample | |
+39 −5 | env/setup.sh | |
+0 −2 | tests/s3gw-buckets-rest-api-test.py | |
+12 −0 | tests/s3gw-smoke-test.sh | |
+23 −16 | tests/s3gw-versioning-smoke-tests.py |
Submodule ui
updated
from 9d490e to 08bca7