-
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 #840 from aquarist-labs/release-v0.23.0-20231127-1…
…02126 Release v0.23.0
- Loading branch information
Showing
5 changed files
with
109 additions
and
65 deletions.
There are no files selected for viewing
Submodule ceph
updated
67 files
Submodule charts
updated
from b3a834 to cf6108
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,44 @@ | ||
# Release Notes - v0.23.0 | ||
|
||
This release contains significant improvements and new bug fixes. Notably, | ||
this release brings more SQLite efficiency, better consistency when we use | ||
's3gw' vs 'rgw' terminology, and several UI improvements. | ||
|
||
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 with known issues, one | ||
should feel encouraged to file an issue in our | ||
[Github repository](https://github.com/aquarist-labs/s3gw/issues/new/choose). | ||
|
||
## Features | ||
|
||
- rgw/sfs: Add SQLite connection pool | ||
- rgw/sfs: Begin transition from sqlite_orm to sqlite_modern_cpp | ||
- rgw/sfs: Rename on-disk database from s3gw.db to sfs.db | ||
- rgw/sfs: Standardize log levels | ||
- ui: Subpath support for better Longhorn integration | ||
- ui: Allow deletion of specific objects | ||
- ui: Support configuring S3 addressing style | ||
- ui: Identify instance associated with the running UI | ||
|
||
## Fixes | ||
|
||
- rgw/sfs: Improve attribute setting | ||
- rgw/sfs: Init bucket mtime | ||
- rgw/sfs: Delete multiparts only on existing buckets | ||
- rgw/sfs: Mark all OPEN versions DELETED on startup | ||
- rgw/sfs: Ignore deleted buckets when listing multiparts | ||
- rgw/sfs: Remove dangling multipart build files in case of error | ||
- ui: Prevent user from logging out when deleting a locked object version | ||
- ui: Fix error when deleting an object in an unversioned bucket | ||
- ui: Fix buggy prefix handling in REST API | ||
- ui: Fix object deletion behavior when objects share the same base pattern | ||
|
||
## Breaking Changes | ||
|
||
- No breaking changes are known. | ||
|
||
## Known Issues | ||
|
||
- No known issues. |
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,75 +1,75 @@ | ||
site_name: s3gw Project Documentation | ||
repo_url: https://github.com/aquarist-labs/s3gw | ||
repo_url: "https://github.com/aquarist-labs/s3gw" | ||
repo_name: aquarist-labs/s3gw | ||
theme: | ||
name: material | ||
logo: https://raw.githubusercontent.com/aquarist-labs/s3gw/main/assets/images/s3gw-logo.png | ||
logo: "https://raw.githubusercontent.com/aquarist-labs/s3gw/main/assets/images/s3gw-logo.png" | ||
highlightjs: true | ||
features: | ||
- navigation.instant | ||
markdown_extensions: | ||
- admonition | ||
|
||
plugins: | ||
- search | ||
- external-markdown | ||
nav: | ||
- Introduction: "index.md" | ||
- Contributing: "contributing.md" | ||
- Roadmap: "roadmap.md" | ||
- "Installation and Configuration": | ||
- Quickstart: "quickstart.md" | ||
- Installing k8s for s3gw: "s3gw-with-k8s.md" | ||
- Installing k3s for s3gw: "s3gw-with-k3s.md" | ||
- Installing s3gw with Helm charts: "helm-charts.md" | ||
- Configuring the s3gw: "config-s3gw.md" | ||
- Advanced usage: "advanced-usage.md" | ||
- Troubleshooting the s3gw: "troubleshoot-s3gw.md" | ||
- "Development Manual": | ||
- Developing the S3gw: "developing.md" | ||
- Testing the s3gw: "testing.md" | ||
- UI: "ui.md" | ||
- S3 API compatibility table: "s3-compatibility-table.md" | ||
- Metrics: "metrics.md" | ||
- "Team Decisions": | ||
- Use markdown any decision records: "decisions/0000-use-markdown-any-decision-records.md" | ||
- Reorganize documentation: "decisions/0001-reorganize-documentation.md" | ||
- s3gw storage backend: "decisions/0002-s3gw-storage-backend.md" | ||
- SFS SAL backend design: "decisions/0003-sfs.md" | ||
- Release captain: "decisions/0004-release-captain.md" | ||
- Project labels: "decisions/0005-project-labels.md" | ||
- Git branches tags: "decisions/0006-git-branches-tags.md" | ||
- Release process: "decisions/0007-release-process.md" | ||
- Pull requests and code review guide: "decisions/0008-pull-requests-code-review-guide.md" | ||
- Collection of High Level Design Decisions: "decisions/0009-sfs-collection-of-high-level-design-decisions.md" | ||
- SFS Versioning: "decisions/0010-sfs-versioning.md" | ||
- SFS Timestamps: "decisions/0011-sfs-timestamps.md" | ||
- SFS Error Handling: "decisions/0012-sfs-error-handling.md" | ||
- s3gw-ui backend: "decisions/0013-ui-backend.md" | ||
- s3gw-ui backend API: "decisions/0014-ui-backend-api.md" | ||
- "Release Notes": | ||
- v0.1.0: "release-notes/s3gw-v0.1.0.md" | ||
- v0.2.0: "release-notes/s3gw-v0.2.0.md" | ||
- v0.3.0: "release-notes/s3gw-v0.3.0.md" | ||
- v0.4.0: "release-notes/s3gw-v0.4.0.md" | ||
- v0.5.0: "release-notes/s3gw-v0.5.0.md" | ||
- v0.6.0: "release-notes/s3gw-v0.6.0.md" | ||
- v0.7.0: "release-notes/s3gw-v0.7.0.md" | ||
- v0.8.0: "release-notes/s3gw-v0.8.0.md" | ||
- v0.9.0: "release-notes/s3gw-v0.9.0.md" | ||
- v0.9.1: "release-notes/s3gw-v0.9.1.md" | ||
- v0.10.0: "release-notes/s3gw-v0.10.0.md" | ||
- v0.11.0: "release-notes/s3gw-v0.11.0.md" | ||
- v0.12.0: "release-notes/s3gw-v0.12.0.md" | ||
- v0.13.0: "release-notes/s3gw-v0.13.0.md" | ||
- v0.14.0: "release-notes/s3gw-v0.14.0.md" | ||
- v0.15.0: "release-notes/s3gw-v0.15.0.md" | ||
- v0.16.0: "release-notes/s3gw-v0.16.0.md" | ||
- v0.17.0: "release-notes/s3gw-v0.17.0.md" | ||
- v0.18.0: "release-notes/s3gw-v0.18.0.md" | ||
- v0.19.0: "release-notes/s3gw-v0.19.0.md" | ||
- v0.20.0: "release-notes/s3gw-v0.20.0.md" | ||
- v0.21.0: "release-notes/s3gw-v0.21.0.md" | ||
- "About and License": | ||
- Repositories: "s3gw-repos.md" | ||
- License: "license.md" | ||
- Introduction: index.md | ||
- Contributing: contributing.md | ||
- Roadmap: roadmap.md | ||
- Installation and Configuration: | ||
- Quickstart: quickstart.md | ||
- Installing k8s for s3gw: s3gw-with-k8s.md | ||
- Installing k3s for s3gw: s3gw-with-k3s.md | ||
- Installing s3gw with Helm charts: helm-charts.md | ||
- Configuring the s3gw: config-s3gw.md | ||
- Advanced usage: advanced-usage.md | ||
- Troubleshooting the s3gw: troubleshoot-s3gw.md | ||
- Development Manual: | ||
- Developing the S3gw: developing.md | ||
- Testing the s3gw: testing.md | ||
- UI: ui.md | ||
- S3 API compatibility table: s3-compatibility-table.md | ||
- Metrics: metrics.md | ||
- Team Decisions: | ||
- Use markdown any decision records: decisions/0000-use-markdown-any-decision-records.md | ||
- Reorganize documentation: decisions/0001-reorganize-documentation.md | ||
- s3gw storage backend: decisions/0002-s3gw-storage-backend.md | ||
- SFS SAL backend design: decisions/0003-sfs.md | ||
- Release captain: decisions/0004-release-captain.md | ||
- Project labels: decisions/0005-project-labels.md | ||
- Git branches tags: decisions/0006-git-branches-tags.md | ||
- Release process: decisions/0007-release-process.md | ||
- Pull requests and code review guide: decisions/0008-pull-requests-code-review-guide.md | ||
- Collection of High Level Design Decisions: decisions/0009-sfs-collection-of-high-level-design-decisions.md | ||
- SFS Versioning: decisions/0010-sfs-versioning.md | ||
- SFS Timestamps: decisions/0011-sfs-timestamps.md | ||
- SFS Error Handling: decisions/0012-sfs-error-handling.md | ||
- s3gw-ui backend: decisions/0013-ui-backend.md | ||
- s3gw-ui backend API: decisions/0014-ui-backend-api.md | ||
- Release Notes: | ||
- v0.1.0: release-notes/s3gw-v0.1.0.md | ||
- v0.2.0: release-notes/s3gw-v0.2.0.md | ||
- v0.3.0: release-notes/s3gw-v0.3.0.md | ||
- v0.4.0: release-notes/s3gw-v0.4.0.md | ||
- v0.5.0: release-notes/s3gw-v0.5.0.md | ||
- v0.6.0: release-notes/s3gw-v0.6.0.md | ||
- v0.7.0: release-notes/s3gw-v0.7.0.md | ||
- v0.8.0: release-notes/s3gw-v0.8.0.md | ||
- v0.9.0: release-notes/s3gw-v0.9.0.md | ||
- v0.9.1: release-notes/s3gw-v0.9.1.md | ||
- v0.10.0: release-notes/s3gw-v0.10.0.md | ||
- v0.11.0: release-notes/s3gw-v0.11.0.md | ||
- v0.12.0: release-notes/s3gw-v0.12.0.md | ||
- v0.13.0: release-notes/s3gw-v0.13.0.md | ||
- v0.14.0: release-notes/s3gw-v0.14.0.md | ||
- v0.15.0: release-notes/s3gw-v0.15.0.md | ||
- v0.16.0: release-notes/s3gw-v0.16.0.md | ||
- v0.17.0: release-notes/s3gw-v0.17.0.md | ||
- v0.18.0: release-notes/s3gw-v0.18.0.md | ||
- v0.19.0: release-notes/s3gw-v0.19.0.md | ||
- v0.20.0: release-notes/s3gw-v0.20.0.md | ||
- v0.21.0: release-notes/s3gw-v0.21.0.md | ||
- v0.23.0: release-notes/s3gw-v0.23.0.md | ||
- About and License: | ||
- Repositories: s3gw-repos.md | ||
- License: license.md |
Submodule ui
updated
from 492603 to 47deff