Release v0.30.1
Some checks failed
/ DCO (pull_request) Successful in 1m4s
/ Vulncheck (pull_request) Failing after 1m17s
/ Builds (1.21) (pull_request) Failing after 1m41s
/ Builds (1.22) (pull_request) Failing after 1m36s
/ Lint (pull_request) Failing after 1m46s
/ Tests (1.21) (pull_request) Failing after 1m39s
/ Tests (1.22) (pull_request) Failing after 1m37s
Some checks failed
/ DCO (pull_request) Successful in 1m4s
/ Vulncheck (pull_request) Failing after 1m17s
/ Builds (1.21) (pull_request) Failing after 1m41s
/ Builds (1.22) (pull_request) Failing after 1m36s
/ Lint (pull_request) Failing after 1m46s
/ Tests (1.21) (pull_request) Failing after 1m39s
/ Tests (1.22) (pull_request) Failing after 1m37s
Signed-off-by: Alex Vanin <a.vanin@yadro.com>
This commit is contained in:
parent
3f69ba83e5
commit
966de26179
2 changed files with 11 additions and 2 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -4,6 +4,14 @@ This document outlines major changes between releases.
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.30.1] - 2024-08-20
|
||||
|
||||
### Fixed
|
||||
- Error counting in pool component before connection switch (#131)
|
||||
|
||||
### Added
|
||||
- Log of endpoint address during tree pool errors (#131)
|
||||
|
||||
## [0.30.0] - Kangshung - 2024-07-22
|
||||
|
||||
### Fixed
|
||||
|
@ -120,4 +128,5 @@ To see CHANGELOG for older versions, refer to https://github.com/nspcc-dev/neofs
|
|||
[0.28.1]: https://git.frostfs.info/TrueCloudLab/frostfs-http-gw/compare/v0.28.0...v0.28.1
|
||||
[0.29.0]: https://git.frostfs.info/TrueCloudLab/frostfs-http-gw/compare/v0.28.1...v0.29.0
|
||||
[0.30.0]: https://git.frostfs.info/TrueCloudLab/frostfs-http-gw/compare/v0.29.0...v0.30.0
|
||||
[Unreleased]: https://git.frostfs.info/TrueCloudLab/frostfs-http-gw/compare/v0.30.0...master
|
||||
[0.30.1]: https://git.frostfs.info/TrueCloudLab/frostfs-http-gw/compare/v0.30.0...v0.30.1
|
||||
[Unreleased]: https://git.frostfs.info/TrueCloudLab/frostfs-http-gw/compare/v0.30.1...master
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
v0.30.0
|
||||
v0.30.1
|
||||
|
|
Loading…
Reference in a new issue