forked from TrueCloudLab/frostfs-node
Update changelog for v0.14.2
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
0745267411
commit
6eb0706b08
2 changed files with 19 additions and 1 deletions
18
CHANGELOG.md
18
CHANGELOG.md
|
@ -1,6 +1,23 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
Changelog for NeoFS Node
|
Changelog for NeoFS Node
|
||||||
|
|
||||||
|
## [0.14.2] - 2021-01-20
|
||||||
|
|
||||||
|
Testnet4 related bugfixes.
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Default values for blobovnicza object size limit and blobstor small object
|
||||||
|
size are not zero.
|
||||||
|
- Various storage engine log messages.
|
||||||
|
- Bug when inner ring node ignored bootstrap messages from restarted storage
|
||||||
|
nodes.
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Timeout for reading boltDB files at storage node initialization.
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Increased default extra GAS fee for contract invocations at inner ring.
|
||||||
|
|
||||||
## [0.14.1] - 2021-01-15
|
## [0.14.1] - 2021-01-15
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
@ -149,6 +166,7 @@ NeoFS-API v2.0 support and updated brand-new storage node application.
|
||||||
|
|
||||||
First public review release.
|
First public review release.
|
||||||
|
|
||||||
|
[0.14.2]: https://github.com/nspcc-dev/neofs-node/compare/v0.14.1...v0.14.2
|
||||||
[0.14.1]: https://github.com/nspcc-dev/neofs-node/compare/v0.14.0...v0.14.1
|
[0.14.1]: https://github.com/nspcc-dev/neofs-node/compare/v0.14.0...v0.14.1
|
||||||
[0.14.0]: https://github.com/nspcc-dev/neofs-node/compare/v0.13.2...v0.14.0
|
[0.14.0]: https://github.com/nspcc-dev/neofs-node/compare/v0.13.2...v0.14.0
|
||||||
[0.13.2]: https://github.com/nspcc-dev/neofs-node/compare/v0.13.1...v0.13.2
|
[0.13.2]: https://github.com/nspcc-dev/neofs-node/compare/v0.13.1...v0.13.2
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
version: "2.4"
|
version: "2.4"
|
||||||
services:
|
services:
|
||||||
storage01:
|
storage01:
|
||||||
image: nspccdev/neofs-storage-testnet:0.14.1
|
image: nspccdev/neofs-storage-testnet:0.14.2
|
||||||
container_name: neofs-testnet
|
container_name: neofs-testnet
|
||||||
network_mode: host
|
network_mode: host
|
||||||
restart: always
|
restart: always
|
||||||
|
|
Loading…
Reference in a new issue