Skip to content

Commit

Permalink
Merge pull request #168 from 0xavi0/release-v0.7.0
Browse files Browse the repository at this point in the history
Release 0.7.0
  • Loading branch information
jhmarina authored Oct 20, 2022
2 parents 03f8871 + 5078ea0 commit ac177ad
Show file tree
Hide file tree
Showing 7 changed files with 57 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@
[submodule "ceph"]
path = ceph
url = https://github.com/aquarist-labs/ceph
branch = s3gw-v0.7.0
[submodule "charts"]
path = charts
url = https://github.com/aquarist-labs/s3gw-charts
[submodule "ui"]
path = ui
url = https://github.com/aquarist-labs/s3gw-ui
branch = s3gw-v0.7.0
2 changes: 1 addition & 1 deletion ceph
2 changes: 1 addition & 1 deletion charts
2 changes: 1 addition & 1 deletion docs/release-notes/latest
50 changes: 50 additions & 0 deletions docs/release-notes/s3gw-v0.7.0.md
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.
2 changes: 1 addition & 1 deletion tools
2 changes: 1 addition & 1 deletion ui
Submodule ui updated from 919d24 to 5c09d9

0 comments on commit ac177ad

Please sign in to comment.