Backport release v0.27.7 changelog

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
Alex Vanin 2022-03-30 15:40:13 +03:00
parent e4a8ed589b
commit 9eb70c18c3
2 changed files with 11 additions and 3 deletions

View file

@ -23,7 +23,6 @@ experimental notifications over NATS with NeoFS API v2.12 support
- Remove session tokens from local storage of storage node after expiration (#1133) - Remove session tokens from local storage of storage node after expiration (#1133)
- Readme typos (#1167) - Readme typos (#1167)
- LOCODE attribute and announced address are not mandatory for relay node config (#1114) - LOCODE attribute and announced address are not mandatory for relay node config (#1114)
- Shard ID is now consistent between restarts (#1204)
- Check session token verb (#1191) - Check session token verb (#1191)
- Fix data race leading to reputation data loss (#1210) - Fix data race leading to reputation data loss (#1210)
@ -59,6 +58,14 @@ Set shard error threshold for read-only mode switch with
Set NATS configuration for notifications in `NEOFS_NODE_NOTIFICATION` section. Set NATS configuration for notifications in `NEOFS_NODE_NOTIFICATION` section.
See example config for more details. See example config for more details.
## [0.27.7] - 2022-03-30
### Fixed
- Shard ID is now consistent between restarts (#1204)
### Added
- More N3 RPC caches in object service (#1278)
## [0.27.6] - 2022-03-28 ## [0.27.6] - 2022-03-28
### Fixed ### Fixed
@ -990,7 +997,8 @@ First public review release.
[Unreleased]: https://github.com/nspcc-dev/neofs-node/compare/v0.28.0-rc.2...master [Unreleased]: https://github.com/nspcc-dev/neofs-node/compare/v0.28.0-rc.2...master
[0.28.0-rc.2]: https://github.com/nspcc-dev/neofs-node/compare/v0.28.0-rc.1...v0.28.0-rc.2 [0.28.0-rc.2]: https://github.com/nspcc-dev/neofs-node/compare/v0.28.0-rc.1...v0.28.0-rc.2
[0.28.0-rc.1]: https://github.com/nspcc-dev/neofs-node/compare/v0.27.6...v0.28.0-rc.1 [0.28.0-rc.1]: https://github.com/nspcc-dev/neofs-node/compare/v0.27.7...v0.28.0-rc.1
[0.27.7]: https://github.com/nspcc-dev/neofs-node/compare/v0.27.6...v0.27.7
[0.27.6]: https://github.com/nspcc-dev/neofs-node/compare/v0.27.5...v0.27.6 [0.27.6]: https://github.com/nspcc-dev/neofs-node/compare/v0.27.5...v0.27.6
[0.27.5]: https://github.com/nspcc-dev/neofs-node/compare/v0.27.4...v0.27.5 [0.27.5]: https://github.com/nspcc-dev/neofs-node/compare/v0.27.4...v0.27.5
[0.27.4]: https://github.com/nspcc-dev/neofs-node/compare/v0.27.3...v0.27.4 [0.27.4]: https://github.com/nspcc-dev/neofs-node/compare/v0.27.3...v0.27.4

View file

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