Release v0.32.4
Some checks failed
/ Vulncheck (pull_request) Successful in 1m19s
/ DCO (pull_request) Failing after 1m39s
/ Builds (pull_request) Successful in 1m44s
/ OCI image (pull_request) Successful in 3m36s
/ Lint (pull_request) Successful in 3m51s
/ Tests (pull_request) Successful in 1m41s
Some checks failed
/ Vulncheck (pull_request) Successful in 1m19s
/ DCO (pull_request) Failing after 1m39s
/ Builds (pull_request) Successful in 1m44s
/ OCI image (pull_request) Successful in 3m36s
/ Lint (pull_request) Successful in 3m51s
/ Tests (pull_request) Successful in 1m41s
Signed-off-by: Alex Vanin <a.vanin@yadro.com>
This commit is contained in:
parent
05bc5e02cd
commit
156bf68ea4
2 changed files with 10 additions and 2 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -4,6 +4,12 @@ This document outlines major changes between releases.
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.32.4] - 2025-01-31
|
||||
|
||||
### Fixed
|
||||
- Possible deadlock in tree pool component (#xxx)
|
||||
- Possible memory leak in gRPC client (#xxx)
|
||||
|
||||
## [0.32.3] - 2025-01-29
|
||||
|
||||
### Fixed
|
||||
|
@ -411,4 +417,6 @@ To see CHANGELOG for older versions, refer to https://github.com/nspcc-dev/neofs
|
|||
[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.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
|
||||
[0.32.3]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.32.2...v0.32.3
|
||||
[0.32.4]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.32.3...v0.32.4
|
||||
[Unreleased]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.32.4...master
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
v0.32.3
|
||||
v0.32.4
|
||||
|
|
Loading…
Add table
Reference in a new issue