Release v0.27.2

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
support/v0.27
Alex Vanin 2021-12-28 16:13:19 +03:00 committed by Alex Vanin
parent abca196990
commit 2109211c55
2 changed files with 15 additions and 1 deletions

View File

@ -3,6 +3,19 @@ Changelog for NeoFS Node
## [Unreleased]
## [0.27.2] - 2021-12-28
### Fixed
- Goroutine leak due to infinite response message await ([neofs-api-go#366](https://github.com/nspcc-dev/neofs-api-go/pull/366))
- Inconsistency in placement function ([neofs-sdk-go#108](https://github.com/nspcc-dev/neofs-sdk-go/pull/108))
### Added
- `ListShards` RPC in control API, available in CLI (#1043)
- Epoch metric in Storage and Inner Ring applications (#1054)
### Changed
- Some object replication related logs were moved to DEBUG level (#1052)
## [0.27.1] - 2021-12-20
### Fixed
@ -829,6 +842,7 @@ NeoFS-API v2.0 support and updated brand-new storage node application.
First public review release.
[Unreleased]: https://github.com/nspcc-dev/neofs-node/compare/v0.27.0...master
[0.27.2]: https://github.com/nspcc-dev/neofs-node/compare/v0.27.1...v0.27.2
[0.27.1]: https://github.com/nspcc-dev/neofs-node/compare/v0.27.0...v0.27.1
[0.27.0]: https://github.com/nspcc-dev/neofs-node/compare/v0.26.1...v0.27.0
[0.26.1]: https://github.com/nspcc-dev/neofs-node/compare/v0.26.0...v0.26.1

View File

@ -3,7 +3,7 @@
version: "2.4"
services:
storage01:
image: nspccdev/neofs-storage-testnet:0.27.1
image: nspccdev/neofs-storage-testnet:0.27.2
container_name: neofs-testnet
env_file: node_config.env
network_mode: host