This repository has been archived by the owner on Jan 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Add "More from SUSE" dropdown - Add missing release notes - Enable dark theme Signed-off-by: Jesus Herman-Marina <[email protected]>
- Loading branch information
Jesus Herman-Marina
committed
Oct 26, 2023
1 parent
8e81095
commit f3101b2
Showing
13 changed files
with
205 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Release Notes - v0.21.0 | ||
|
||
This release contains significant improvements and new bug fixes. Notably, | ||
this release brings server-side encryption support, conditional copy object, | ||
improvement in profiling. | ||
|
||
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 server-side encryption support | ||
- rgw/sfs: Conditional copy object | ||
- ui : Make use of the UI REST API to prevent CORS issues | ||
|
||
## Fixes | ||
|
||
- rgw/sfs: Improve sqlite connection handling | ||
- rgw/sfs: Fix missing multipart etag | ||
- rgw/sfs: Fix etag and mtime not being sent with copy object response | ||
- rgw/sfs: Increase build error reporting | ||
- rgw/sfs: Improve profiling (sqlite, garbage collection) | ||
- ui: Prevent switching bucket retention mode from Compliance to Governance | ||
|
||
## Breaking Changes | ||
|
||
## 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 |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Release Notes - v0.22.0 | ||
|
||
This release contains significant improvements and new bug fixes. Notably, | ||
this release brings improved multipart and sqlite stability. | ||
|
||
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: Improved SQLite WAL usage | ||
- rgw/sfs: Improved disk usage when copying objects | ||
- rgw/sfs: Improved testing | ||
- ui: Various improvements | ||
|
||
## Fixes | ||
|
||
- rgw/sfs: Allow multiple delete markers | ||
- rgw/sfs: Fix various multipart transactions | ||
- rgw/sfs: Check number of file descriptors on start | ||
- rgw/sfs: Updated bucket stats | ||
- ui: unable to access UI due to admin ops verifying cert | ||
- ui: The Show/Hide button must have at least one default value | ||
- ui: Dropdown buttons are not rendered correct | ||
- ui: Disable caching of index.html | ||
|
||
## Breaking Changes | ||
|
||
## 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
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
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,87 @@ | ||
|
||
.navbar__icon { | ||
font-size: 16px; | ||
} | ||
|
||
.navbar__icon:before { | ||
content: ""; | ||
display: inline-flex; | ||
height: 20px; | ||
width: 35px; | ||
margin-right: 4px; | ||
padding-bottom: 7px; | ||
background-color: var(--ifm-navbar-link-color); | ||
} | ||
|
||
.navbar__docs { | ||
font-size: 18px; | ||
} | ||
|
||
.navbar__docs:hover:before { | ||
background-color: var(--ifm-link-color); | ||
} | ||
|
||
.navbar__docs:before { | ||
mask: url(/static/img/icon-docs-mask.png) no-repeat 100% 100%; | ||
mask-size: cover; | ||
height: 20px; | ||
width: 30px; | ||
padding-right: 1px; | ||
padding-bottom: 9px; | ||
} | ||
|
||
.navbar__github { | ||
font-size: 18px; | ||
} | ||
|
||
.navbar__github:hover:before { | ||
background-color: var(--ifm-link-color); | ||
} | ||
|
||
.navbar__github:before { | ||
mask: url(/static/img/icon-github-mask.png) no-repeat 100% 100%; | ||
mask-size: cover; | ||
height: 19px; | ||
width: 22px; | ||
padding-right: 1px; | ||
padding-bottom: 4px; | ||
} | ||
|
||
.navbar__rancher:hover:before { | ||
background-color: #2e68e9; | ||
} | ||
.navbar__rancher:before { | ||
mask: url(/static/img/icon-rancher-mask.png) no-repeat 100% 100%; | ||
mask-size: cover; | ||
height: 14px; | ||
padding-bottom: 2px; | ||
} | ||
|
||
.navbar__rd:hover:before { | ||
background-color: #0081be; | ||
} | ||
.navbar__rd:before { | ||
mask: url(/static/img/icon-rd-mask.png) no-repeat 100% 100%; | ||
mask-size: cover; | ||
height: 22px; | ||
} | ||
|
||
.navbar__longhorn:hover:before { | ||
background-color: #5f224a; | ||
} | ||
.navbar__longhorn:before { | ||
mask: url(/static/img/icon-longhorn-mask.png) no-repeat 100% 100%; | ||
mask-size: cover; | ||
height: 20px; | ||
padding-bottom: 9px; | ||
} | ||
|
||
.navbar__suse:hover:before { | ||
background-color: #30ba78; | ||
} | ||
.navbar__suse:before { | ||
mask: url(/static/img/icon-suse-mask.png) no-repeat 100% 100%; | ||
mask-size: cover; | ||
height: 15px; | ||
padding-bottom: 4px; | ||
} |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.