Skip to content

Commit

Permalink
Release v0.9.0
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Vanin <[email protected]>
  • Loading branch information
alexvanin committed Jul 27, 2022
1 parent 96a06f2 commit 25747a4
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ Changelog for NeoFS Monitor

## [Unreleased]

## [0.9.0] - 2022-07-27

### Changed
- Direct contract communication instead of having neofs-node wrappers (#73)
- Using `localhost` in docs (#76)
- T5 Network support replaced T4 (#78)

## [0.8.0] - 2022-05-24

### Added
Expand Down Expand Up @@ -88,7 +95,8 @@ to establish connection to the RC4 main chain and `NEOFS_NET_MONITOR_MORPH_RPC_E
`NEOFS_NET_MONITOR_MORPH_RPC_DIAL_TIMEOUT` for the side chain instead.
`NEOFS_NET_MONITOR_CONTRACTS_PROXY` env is now optional for notary disabled environments.

[Unreleased]: https://github.com/nspcc-dev/neofs-net-monitor/compare/v0.8.1...master
[Unreleased]: https://github.com/nspcc-dev/neofs-net-monitor/compare/v0.9.0...master
[0.8.0]: https://github.com/nspcc-dev/neofs-net-monitor/compare/v0.8.0...v0.9.0
[0.8.0]: https://github.com/nspcc-dev/neofs-net-monitor/compare/v0.7.1...v0.8.0
[0.7.1]: https://github.com/nspcc-dev/neofs-net-monitor/compare/v0.7.0...v0.7.1
[0.7.0]: https://github.com/nspcc-dev/neofs-net-monitor/compare/v0.6.0...v0.7.0
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.8.0
v0.9.0
2 changes: 1 addition & 1 deletion docker/docker-compose.devenv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:
restart: on-failure

neofs-net-monitor:
image: nspccdev/neofs-net-monitor:0.8.0
image: nspccdev/neofs-net-monitor:0.9.0
container_name: neofs-net-monitor
depends_on:
- prometheus
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ services:
restart: on-failure

neofs-net-monitor:
image: nspccdev/neofs-net-monitor:0.8.0
image: nspccdev/neofs-net-monitor:0.9.0
container_name: neofs-net-monitor
depends_on:
- prometheus
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ services:
restart: on-failure

neofs-net-monitor:
image: nspccdev/neofs-net-monitor:0.8.0
image: nspccdev/neofs-net-monitor:0.9.0
container_name: neofs-net-monitor
depends_on:
- prometheus
Expand Down

0 comments on commit 25747a4

Please sign in to comment.