From 74051556decd835e23c85f7f72ec29c366dd897c Mon Sep 17 00:00:00 2001 From: Alex Vanin Date: Tue, 7 Sep 2021 17:37:00 +0300 Subject: [PATCH] Release v0.24.1 Signed-off-by: Alex Vanin --- CHANGELOG.md | 16 ++++++++++++++-- config/testnet/docker-compose.yml | 2 +- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93dc133b..3c8e6ebf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ Changelog for NeoFS Node ### Changed - Reduce container creation delay via listening P2P notary pool (#519) -### Upgrading from v0.24.0 +### Upgrading from v0.24.1 Added `NEOFS_CONTRACTS_PROXY` env for Storage Node; mandatory in notary enabled environments only. It should contain proxy contract's scripthash in side chain. @@ -19,6 +19,17 @@ Added `NEOFS_MORPH_NOTARY_DEPOSIT_AMOUNT` and have default values, not required. They should contain notary deposit amount and frequency(in blocks) respectively. +## [0.24.1] - 2021-09-07 + +### Fixed +- Storage and Inner Ring will not start until Neo RPC node will have the height +of the latest processed block by the nodes (#795) + +### Upgrading from v0.24.0 +Specify path to the local state DB in Inner Ring node config with +`NEOFS_IR_NODE_PERSISTENT_STATE_PATH`. Specify path to the local state DB in +Storage node config with `NEOFS_NODE_PERSISTENT_STATE_PATH`. + ## [0.24.0] - 2021-08-30 Anmyeondo (안면도, 安眠島) ### Fixed @@ -600,7 +611,8 @@ 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.24.0...master +[Unreleased]: https://github.com/nspcc-dev/neofs-node/compare/v0.24.1...master +[0.24.1]: https://github.com/nspcc-dev/neofs-node/compare/v0.24.0...v0.24.1 [0.24.0]: https://github.com/nspcc-dev/neofs-node/compare/v0.23.1...v0.24.0 [0.23.1]: https://github.com/nspcc-dev/neofs-node/compare/v0.23.0...v0.23.1 [0.23.0]: https://github.com/nspcc-dev/neofs-node/compare/v0.22.3...v0.23.0 diff --git a/config/testnet/docker-compose.yml b/config/testnet/docker-compose.yml index adf9df65..7f744118 100644 --- a/config/testnet/docker-compose.yml +++ b/config/testnet/docker-compose.yml @@ -3,7 +3,7 @@ version: "2.4" services: storage01: - image: nspccdev/neofs-storage-testnet:0.24.0 + image: nspccdev/neofs-storage-testnet:0.24.1 container_name: neofs-testnet env_file: node_config.env network_mode: host