Skip to content

Commit

Permalink
Release v0.27.7
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Vanin <[email protected]>
  • Loading branch information
alexvanin committed Mar 30, 2022
1 parent 1a2b8ab commit 1fc9351
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ Changelog for NeoFS Node

## [Unreleased]

## [0.27.7] - 2022-03-30

### Fixed
- Shard ID is now consistent between restarts (#1204)

### Added
- More N3 RPC caches in object service (#1278)

## [0.27.6] - 2022-03-28

### Fixed
Expand Down Expand Up @@ -932,7 +940,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.27.6...master
[Unreleased]: https://github.com/nspcc-dev/neofs-node/compare/v0.27.7...master
[0.27.7]: https://github.com/nspcc-dev/neofs-node/compare/v0.27.6...v0.27.7
[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.4]: https://github.com/nspcc-dev/neofs-node/compare/v0.27.3...v0.27.4
Expand Down
2 changes: 1 addition & 1 deletion config/testnet/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
version: "2.4"
services:
storage01:
image: nspccdev/neofs-storage-testnet:0.27.6
image: nspccdev/neofs-storage-testnet:0.27.7
container_name: neofs-testnet
env_file: node_config.env
network_mode: host
Expand Down

0 comments on commit 1fc9351

Please sign in to comment.