Skip to content

Commit

Permalink
Merge pull request #246 from giubacc/merge_w_v0.9.0
Browse files Browse the repository at this point in the history
Merge w v0.9.0
  • Loading branch information
Giuseppe Baccini authored Dec 1, 2022
2 parents 0543750 + 1672a15 commit 60e14cc
Show file tree
Hide file tree
Showing 7 changed files with 67 additions and 9 deletions.
4 changes: 0 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
[submodule "tools"]
path = tools
url = https://github.com/aquarist-labs/s3gw-tools
branch = v0.8.0
[submodule "ceph"]
path = ceph
url = https://github.com/aquarist-labs/ceph
branch = s3gw-v0.8.0
[submodule "charts"]
path = charts
url = https://github.com/aquarist-labs/s3gw-charts
branch = v0.8.0
[submodule "ui"]
path = ui
url = https://github.com/aquarist-labs/s3gw-ui
branch = v0.8.0
2 changes: 1 addition & 1 deletion charts
2 changes: 1 addition & 1 deletion docs/release-notes/latest
62 changes: 62 additions & 0 deletions docs/release-notes/s3gw-v0.9.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
# Release Notes - v0.9.0

This release introduces some notable changes to Charts,
together with UI improvements.
As usual, we are improving the overall quality of the project by
addressing issues to documentation, testing, UI and tools.

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

- Charts
- Add configuration options: `serviceName`, `publicDomain`, `privateDomain`
to configure the s3gw-service's public domain used by the Ingress
and the private domain used inside the Kubernetes cluster.
- Defaulted values:
- `serviceName` : s3gw
- `publicDomain` : be.127.0.0.1.omg.howdoi.website
- `privateDomain` : svc.cluster.local
- Add configuration options: `ui.serviceName`, `ui.publicDomain`
to configure the s3gw-ui-service's public domain used by
the Ingress.
- Defaulted values:
- `ui.serviceName` : s3gw-ui
- `ui.publicDomain` : fe.127.0.0.1.omg.howdoi.website
- Add configuration option: `logLevel` to set the s3gw-service's
log verbosity.
- Defaulted value: `1`
- (gh#aquarist-labs/s3gw#180)

- UI
- Add multi-selection support to data tables (gh#aquarist-labs/s3gw#135).

## Fixes

- UI
- Creating a bucket with spaces crashed the app (gh#aquarist-labs/s3gw#225).
- Fix URL in the dashboard buckets widget (gh#aquarist-labs/s3gw#240).

## What's Changed

- UI
- Combine the regular and administrator UI (gh#aquarist-labs/s3gw#175).

- Charts
- Remove configuration options: `hostname` and `ui.hostname`, both superseded
by the newly added variables. (gh#aquarist-labs/s3gw#180)

## Breaking Changes

- None

## Known Issues

- Multipart uploads are currently tracked solely in memory. Should the gateway
be stopped, ongoing multipart uploads will be lost.
- Listing multipart uploads does not account for prefix or delimiters.
2 changes: 1 addition & 1 deletion tools
2 changes: 1 addition & 1 deletion ui
Submodule ui updated from 3ae8a3 to 28123c

0 comments on commit 60e14cc

Please sign in to comment.