Release v0.32.0
All checks were successful
/ DCO (pull_request) Successful in 10m3s
/ Builds (pull_request) Successful in 3m0s
/ Vulncheck (pull_request) Successful in 10m39s
/ Lint (pull_request) Successful in 4m12s
/ Tests (pull_request) Successful in 2m48s
/ Vulncheck (push) Successful in 2m57s
/ Lint (push) Successful in 3m32s
/ Tests (push) Successful in 8m9s
/ Builds (push) Successful in 2m53s
All checks were successful
/ DCO (pull_request) Successful in 10m3s
/ Builds (pull_request) Successful in 3m0s
/ Vulncheck (pull_request) Successful in 10m39s
/ Lint (pull_request) Successful in 4m12s
/ Tests (pull_request) Successful in 2m48s
/ Vulncheck (push) Successful in 2m57s
/ Lint (push) Successful in 3m32s
/ Tests (push) Successful in 8m9s
/ Builds (push) Successful in 2m53s
Signed-off-by: Alex Vanin <a.vanin@yadro.com>
This commit is contained in:
parent
a658f3adc0
commit
d32ac4b537
2 changed files with 16 additions and 2 deletions
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -4,6 +4,19 @@ This document outlines major changes between releases.
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.32.0] - Khumbu - 2024-12-20
|
||||
|
||||
### Fixed
|
||||
- Getting S3 object with FrostFS Object ID-like key (#166)
|
||||
- Ignore delete marked objects in versioned bucket in index page (#181)
|
||||
|
||||
### Added
|
||||
- Metric of dropped logs by log sampler (#150)
|
||||
- Fallback FileName attribute search during FilePath attribute search (#174)
|
||||
|
||||
### Changed
|
||||
- Updated tree service pool without api-go dependency (#178)
|
||||
|
||||
## [0.31.0] - Rongbuk - 2024-11-20
|
||||
|
||||
### Fixed
|
||||
|
@ -170,4 +183,5 @@ To see CHANGELOG for older versions, refer to https://github.com/nspcc-dev/neofs
|
|||
[0.30.2]: https://git.frostfs.info/TrueCloudLab/frostfs-http-gw/compare/v0.30.1...v0.30.2
|
||||
[0.30.3]: https://git.frostfs.info/TrueCloudLab/frostfs-http-gw/compare/v0.30.2...v0.30.3
|
||||
[0.31.0]: https://git.frostfs.info/TrueCloudLab/frostfs-http-gw/compare/v0.30.3...v0.31.0
|
||||
[Unreleased]: https://git.frostfs.info/TrueCloudLab/frostfs-http-gw/compare/v0.31.0...master
|
||||
[0.32.0]: https://git.frostfs.info/TrueCloudLab/frostfs-http-gw/compare/v0.31.0...v0.32.0
|
||||
[Unreleased]: https://git.frostfs.info/TrueCloudLab/frostfs-http-gw/compare/v0.32.0...master
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
v0.31.0
|
||||
v0.32.0
|
||||
|
|
Loading…
Reference in a new issue