From 1f07e8b37515160ce73da980f4b5788b4dce2bf5 Mon Sep 17 00:00:00 2001 From: Evgenii Stratonikov Date: Thu, 7 Dec 2023 11:11:59 +0300 Subject: [PATCH] Release v0.37.0 Signed-off-by: Evgenii Stratonikov --- CHANGELOG.md | 7 ++++++- VERSION | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00837c79b..a490e2921 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog Changelog for FrostFS Node -## [Unreleased] +## [v0.37.0] - 2023-12-07 - Academy of Sciences ### Added - Support impersonate bearer token (#229) @@ -11,9 +11,12 @@ Changelog for FrostFS Node - Set extra wallets on SIGHUP for ir (#125) - Writecache metrics (#312) - Add tree service metrics (#370) +- Add `frostfs-cli control ir remove-container` (#733) ### Changed - `frostfs-cli util locode generate` is now much faster (#309) +- Send bootstrap query every epoch in `frostfs-node` (#691) + ### Fixed - Take network settings into account during netmap contract update (#100) - Read config files from dir even if config file not provided via `--config` for node (#238) @@ -21,6 +24,8 @@ Changelog for FrostFS Node - Tree service panic in its internal client cache (#322) - Iterate over endpoints when create ws client in morph's constructor (#304) - Delete complex objects with GC (#332) +- Connection leaks after netmap address updates (#674) +- Count writecache metrics properly (#725) ### Removed ### Updated diff --git a/VERSION b/VERSION index e1d6235d3..945a6daa4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.36.0 +v0.37.0