From 93964834a858c7b70f86cdd91ecebeb3918faddb Mon Sep 17 00:00:00 2001 From: Denis Kirillov Date: Fri, 28 Feb 2025 12:43:21 +0300 Subject: [PATCH] Release v0.32.11 Signed-off-by: Denis Kirillov --- CHANGELOG.md | 8 +++++++- VERSION | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c827419c..45ccc5f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ This document outlines major changes between releases. ## [Unreleased] +## [0.32.11] - 2025-02-28 + +### Fixed +- ListObjects could return empty result from priority storage node with failed shard (#651) + ## [0.32.10] - 2025-02-14 ### Fixed @@ -458,4 +463,5 @@ To see CHANGELOG for older versions, refer to https://github.com/nspcc-dev/neofs [0.32.8]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.32.7...v0.32.8 [0.32.9]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.32.8...v0.32.9 [0.32.10]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.32.9...v0.32.10 -[Unreleased]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.32.10...master \ No newline at end of file +[0.32.11]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.32.10...v0.32.11 +[Unreleased]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.32.11...master \ No newline at end of file diff --git a/VERSION b/VERSION index 6889c10d..a897d288 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.32.10 +v0.32.11