From bb14041f52fbda57c702017d0365b6707fc7f44d Mon Sep 17 00:00:00 2001 From: Angira Kekteeva Date: Thu, 4 Aug 2022 20:38:20 +0400 Subject: [PATCH] [#647] Update CHANGELOG Signed-off-by: Angira Kekteeva --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0c97bf..55f7601 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ This document outlines major changes between releases. +## [Unreleased] + +### Added +- Exposure of pool metrics (#615) +### Changed +- Improved wallet configuration via `.yaml` config and environment variables (#607) +### Removed +### Fixed +### Updating from v0.23.0 +1. Make sure configuration of wallet is valid. If you use: + 1. environment variables: set `S3_GW_WALLET_PATH` instead of `S3_GW_WALLET`, + set `S3_GW_WALLET_ADDRESS` instead of `S3_GW_ADDRESS` + 2. `.yaml` config: to set wallet path use `wallet.path` instead of `wallet`, + to set wallet address use `wallet.address` instead of `address` + ## [0.23.0] - 2022-08-01 ### Fixed @@ -270,3 +285,4 @@ releases. [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 +[Unreleased]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.23.0...master