forked from TrueCloudLab/frostfs-node
Prepare for v0.14.0-rc.1
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
fe2b1fdc4b
commit
0855dec9c2
3 changed files with 13 additions and 1 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -1,6 +1,17 @@
|
|||
# Changelog
|
||||
Changelog for NeoFS Node
|
||||
|
||||
## [0.14.0] - 2020-12-XX Yeouido (여의도, 汝矣島)
|
||||
|
||||
Preview4 compatible NeoFS nodes with data audit.
|
||||
|
||||
### Added
|
||||
- Data audit routines in inner ring nodes.
|
||||
- Storage group operations in CLI (`neofs-cli storagegroup --help`)
|
||||
|
||||
### Changed
|
||||
- Updated neo-go version for preview4 compatibility
|
||||
|
||||
## [0.13.2] - 2020-12-24
|
||||
|
||||
Support changes from neofs-api-go v1.21.2 release.
|
||||
|
@ -113,6 +124,7 @@ NeoFS-API v2.0 support and updated brand-new storage node application.
|
|||
|
||||
First public review release.
|
||||
|
||||
[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.1]: https://github.com/nspcc-dev/neofs-node/compare/v0.13.0...v0.13.1
|
||||
[0.13.0]: https://github.com/nspcc-dev/neofs-node/compare/v0.12.1...v0.13.0
|
||||
|
|
2
go.mod
2
go.mod
|
@ -17,7 +17,7 @@ require (
|
|||
github.com/multiformats/go-multihash v0.0.13 // indirect
|
||||
github.com/nspcc-dev/hrw v1.0.9
|
||||
github.com/nspcc-dev/neo-go v0.91.1-pre.0.20201215101847-7c2257803f32
|
||||
github.com/nspcc-dev/neofs-api-go v1.21.3-0.20201224122131-86c0c57416f9
|
||||
github.com/nspcc-dev/neofs-api-go v1.22.0-rc.1
|
||||
github.com/nspcc-dev/neofs-crypto v0.3.0
|
||||
github.com/nspcc-dev/tzhash v1.4.0
|
||||
github.com/panjf2000/ants/v2 v2.3.0
|
||||
|
|
BIN
go.sum
BIN
go.sum
Binary file not shown.
Loading…
Reference in a new issue