From 0949c7e78255c7cb4ec82f8368c94896838932d0 Mon Sep 17 00:00:00 2001 From: Denis Kirillov Date: Mon, 1 Aug 2022 16:27:01 +0300 Subject: [PATCH] Release v0.23.0 Signed-off-by: Denis Kirillov --- CHANGELOG.md | 23 +++++++++++++++++++++++ VERSION | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0fff0e..b0c97bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,28 @@ This document outlines major changes between releases. +## [0.23.0] - 2022-08-01 + +### Fixed +- System metadata are filtered now (#619) +- List objects in corner cases (#612, #627) +- Correct removal of a deleted object (#610) +- Bucket creation could lead to "no healthy client" error (#636) + +### Added +- New param to configure pool error threshold (#633) + +### Changed +- Pprof and prometheus metrics configuration (#591) +- Don't set sticky bit in authmate container (#540) +- Updated compatibility table (#638) +- Rely on string sanitizing from zap (#498) + +### Updating from v0.22.0 +1. To enable pprof use `pprof.enabled` instead of `pprof` in config. +To enable prometheus metrics use `prometheus.enabled` instead of `metrics` in config. +If you are using the command line flags you can skip this step. + ## [0.22.0] - 2022-07-25 Tree service support @@ -247,3 +269,4 @@ releases. [0.21.0]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.20.0...v0.21.0 [0.21.1]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.21.0...v0.21.1 [0.22.0]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.21.1...v0.22.0 +[0.23.0]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.22.0...v0.23.0 diff --git a/VERSION b/VERSION index 4f27943..0c2a959 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.22.0 +v0.23.0