forked from TrueCloudLab/frostfs-node
Release v0.24.1
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
1edf40f4d6
commit
74051556de
2 changed files with 15 additions and 3 deletions
16
CHANGELOG.md
16
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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue