forked from TrueCloudLab/frostfs-node
Release v0.27.6
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
b087d7ead3
commit
49ae91d720
2 changed files with 19 additions and 2 deletions
19
CHANGELOG.md
19
CHANGELOG.md
|
@ -3,6 +3,22 @@ Changelog for NeoFS Node
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.27.6] - 2022-03-28
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Allow empty passwords in neofs-cli config (#1136)
|
||||||
|
- Set correct audit range hash type in neofs-ir (#1180)
|
||||||
|
- Read objects directly from blobstor in case of shard inconsistency (#1186)
|
||||||
|
- Fix `-w` flag in subnet commands of neofs-adm (#1223)
|
||||||
|
- Do not use explicit mutex lock in chain caches (#1236)
|
||||||
|
- Force gRPC server stop if it can't shut down gracefully in storage node (#1270)
|
||||||
|
- Return non-zero exit code in `acl extended create` command failures and fix
|
||||||
|
help message (#1259)
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Interactive storage node configurator in neofs-adm (#1090)
|
||||||
|
- Logs in metabase operations (#1188)
|
||||||
|
|
||||||
## [0.27.5] - 2022-01-31
|
## [0.27.5] - 2022-01-31
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
@ -916,7 +932,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.5...master
|
[Unreleased]: https://github.com/nspcc-dev/neofs-node/compare/v0.27.6...master
|
||||||
|
[0.27.6]: https://github.com/nspcc-dev/neofs-node/compare/v0.27.5...v0.27.6
|
||||||
[0.27.5]: https://github.com/nspcc-dev/neofs-node/compare/v0.27.4...v0.27.5
|
[0.27.5]: https://github.com/nspcc-dev/neofs-node/compare/v0.27.4...v0.27.5
|
||||||
[0.27.4]: https://github.com/nspcc-dev/neofs-node/compare/v0.27.3...v0.27.4
|
[0.27.4]: https://github.com/nspcc-dev/neofs-node/compare/v0.27.3...v0.27.4
|
||||||
[0.27.3]: https://github.com/nspcc-dev/neofs-node/compare/v0.27.2...v0.27.3
|
[0.27.3]: https://github.com/nspcc-dev/neofs-node/compare/v0.27.2...v0.27.3
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
version: "2.4"
|
version: "2.4"
|
||||||
services:
|
services:
|
||||||
storage01:
|
storage01:
|
||||||
image: nspccdev/neofs-storage-testnet:0.27.5
|
image: nspccdev/neofs-storage-testnet:0.27.6
|
||||||
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