Release v0.31.3
Signed-off-by: Roman Loginov <r.loginov@yadro.com>
This commit is contained in:
parent
afe61983f3
commit
a2b990b870
2 changed files with 9 additions and 2 deletions
|
@ -4,6 +4,12 @@ This document outlines major changes between releases.
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.31.3] - 2024-12-16
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Return BucketAlradyExist when global domain taken (#584)
|
||||||
|
- Fix list-buckets vhs routing (#583)
|
||||||
|
|
||||||
## [0.31.2] - 2024-12-13
|
## [0.31.2] - 2024-12-13
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
@ -361,4 +367,5 @@ To see CHANGELOG for older versions, refer to https://github.com/nspcc-dev/neofs
|
||||||
[0.31.0]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.30.9...v0.31.0
|
[0.31.0]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.30.9...v0.31.0
|
||||||
[0.31.1]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.31.0...v0.31.1
|
[0.31.1]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.31.0...v0.31.1
|
||||||
[0.31.2]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.31.1...v0.31.2
|
[0.31.2]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.31.1...v0.31.2
|
||||||
[Unreleased]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.31.2...master
|
[0.31.3]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.31.2...v0.31.3
|
||||||
|
[Unreleased]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.31.3...master
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
v0.31.2
|
v0.31.3
|
||||||
|
|
Loading…
Reference in a new issue