Release v0.32.1
All checks were successful
/ DCO (pull_request) Successful in 43s
/ Vulncheck (pull_request) Successful in 1m6s
/ Builds (pull_request) Successful in 1m16s
/ Lint (pull_request) Successful in 2m9s
/ Tests (pull_request) Successful in 1m7s
/ OCI image (pull_request) Successful in 2m12s
/ Vulncheck (push) Successful in 1m3s
/ Builds (push) Successful in 1m2s
/ Lint (push) Successful in 2m13s
/ Tests (push) Successful in 1m17s
/ OCI image (push) Successful in 1m52s
All checks were successful
/ DCO (pull_request) Successful in 43s
/ Vulncheck (pull_request) Successful in 1m6s
/ Builds (pull_request) Successful in 1m16s
/ Lint (pull_request) Successful in 2m9s
/ Tests (pull_request) Successful in 1m7s
/ OCI image (pull_request) Successful in 2m12s
/ Vulncheck (push) Successful in 1m3s
/ Builds (push) Successful in 1m2s
/ Lint (push) Successful in 2m13s
/ Tests (push) Successful in 1m17s
/ OCI image (push) Successful in 1m52s
Signed-off-by: Alex Vanin <a.vanin@yadro.com>
This commit is contained in:
parent
8b3252cbd0
commit
5842f5bad5
2 changed files with 16 additions and 2 deletions
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -4,9 +4,22 @@ This document outlines major changes between releases.
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.32.1] - 2025-01-17
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Response codes when checking ACL format (#531)
|
||||||
|
- CORS unmarshal without xmlns (#594)
|
||||||
|
- Response code for invalid Content-Md5 header (#598)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
- Derive encryption keys for accessbox with salt (#529)
|
||||||
|
- Debug log when bucket settings not found (#595)
|
||||||
|
- Context cancellation during tree node streaming (#569)
|
||||||
- Add LimitExceeded error (#589)
|
- Add LimitExceeded error (#589)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Docker image repository (#590, #587)
|
||||||
|
|
||||||
## [0.32.0] - Khumbu - 2024-12-20
|
## [0.32.0] - Khumbu - 2024-12-20
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
@ -386,4 +399,5 @@ To see CHANGELOG for older versions, refer to https://github.com/nspcc-dev/neofs
|
||||||
[0.31.2]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.31.1...v0.31.2
|
[0.31.2]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.31.1...v0.31.2
|
||||||
[0.31.3]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.31.2...v0.31.3
|
[0.31.3]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.31.2...v0.31.3
|
||||||
[0.32.0]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.31.3...v0.32.0
|
[0.32.0]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.31.3...v0.32.0
|
||||||
[Unreleased]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.32.0...master
|
[0.32.1]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.32.0...v0.32.1
|
||||||
|
[Unreleased]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.32.1...master
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
v0.32.0
|
v0.32.1
|
||||||
|
|
Loading…
Reference in a new issue