Release v0.32.2
All checks were successful
/ DCO (pull_request) Successful in 32s
/ Vulncheck (pull_request) Successful in 1m3s
/ Builds (pull_request) Successful in 1m43s
/ OCI image (pull_request) Successful in 2m6s
/ Lint (pull_request) Successful in 2m7s
/ Tests (pull_request) Successful in 1m9s
/ OCI image (push) Successful in 1m58s
All checks were successful
/ DCO (pull_request) Successful in 32s
/ Vulncheck (pull_request) Successful in 1m3s
/ Builds (pull_request) Successful in 1m43s
/ OCI image (pull_request) Successful in 2m6s
/ Lint (pull_request) Successful in 2m7s
/ Tests (pull_request) Successful in 1m9s
/ OCI image (push) Successful in 1m58s
Signed-off-by: Roman Loginov <r.loginov@yadro.com>
This commit is contained in:
parent
826e26544e
commit
75b3cedd66
2 changed files with 8 additions and 2 deletions
|
@ -4,6 +4,11 @@ This document outlines major changes between releases.
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.32.2] - 2025-01-27
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Fix panic when payload discard (#605)
|
||||||
|
|
||||||
## [0.32.1] - 2025-01-17
|
## [0.32.1] - 2025-01-17
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
@ -400,4 +405,5 @@ To see CHANGELOG for older versions, refer to https://github.com/nspcc-dev/neofs
|
||||||
[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
|
||||||
[0.32.1]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.32.0...v0.32.1
|
[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
|
[0.32.2]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.32.1...v0.32.2
|
||||||
|
[Unreleased]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.32.2...master
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
v0.32.1
|
v0.32.2
|
||||||
|
|
Loading…
Reference in a new issue