Release v0.27.3
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
97fd330fae
commit
287bfd28e0
2 changed files with 13 additions and 2 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -3,6 +3,16 @@ Changelog for NeoFS Node
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.27.3] - 2021-12-30
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- `SetShardMode` RPC in control API, available in CLI (#1044)
|
||||||
|
- Support of basic ACL constants without final flag in CLI (#1066)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- `neofs-adm` updates contracts in single tx (#1035)
|
||||||
|
- Proxy contract arguments for deployment in `neofs-adm` (#1056)
|
||||||
|
|
||||||
## [0.27.2] - 2021-12-28
|
## [0.27.2] - 2021-12-28
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
@ -841,7 +851,8 @@ NeoFS-API v2.0 support and updated brand-new storage node application.
|
||||||
|
|
||||||
First public review release.
|
First public review release.
|
||||||
|
|
||||||
[Unreleased]: https://github.com/nspcc-dev/neofs-node/compare/v0.27.0...master
|
[Unreleased]: https://github.com/nspcc-dev/neofs-node/compare/v0.27.3...master
|
||||||
|
[0.27.3]: https://github.com/nspcc-dev/neofs-node/compare/v0.27.2...v0.27.3
|
||||||
[0.27.2]: https://github.com/nspcc-dev/neofs-node/compare/v0.27.1...v0.27.2
|
[0.27.2]: https://github.com/nspcc-dev/neofs-node/compare/v0.27.1...v0.27.2
|
||||||
[0.27.1]: https://github.com/nspcc-dev/neofs-node/compare/v0.27.0...v0.27.1
|
[0.27.1]: https://github.com/nspcc-dev/neofs-node/compare/v0.27.0...v0.27.1
|
||||||
[0.27.0]: https://github.com/nspcc-dev/neofs-node/compare/v0.26.1...v0.27.0
|
[0.27.0]: https://github.com/nspcc-dev/neofs-node/compare/v0.26.1...v0.27.0
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
version: "2.4"
|
version: "2.4"
|
||||||
services:
|
services:
|
||||||
storage01:
|
storage01:
|
||||||
image: nspccdev/neofs-storage-testnet:0.27.2
|
image: nspccdev/neofs-storage-testnet:0.27.3
|
||||||
container_name: neofs-testnet
|
container_name: neofs-testnet
|
||||||
env_file: node_config.env
|
env_file: node_config.env
|
||||||
network_mode: host
|
network_mode: host
|
||||||
|
|
Loading…
Reference in a new issue