Bump version
This commit is contained in:
parent
b1fe43b656
commit
eeac9f0af4
10
CHANGELOG
10
CHANGELOG
|
@ -2214,3 +2214,13 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
||||||
* Update minio to 2024-01-11T07-46-16Z
|
* Update minio to 2024-01-11T07-46-16Z
|
||||||
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-01-11T07-46-16Z)
|
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-01-11T07-46-16Z)
|
||||||
|
|
||||||
|
[3.12.3]
|
||||||
|
* Update minio to 2024-01-13T07-53-03Z
|
||||||
|
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-01-13T07-53-03Z)
|
||||||
|
* Verify that remote target bucket is on MinIO server for bucket replication by @taran-p in https://github.com/minio/minio/pull/18656
|
||||||
|
* avoid disk monitoring leaks under various conditions by @harshavardhana in https://github.com/minio/minio/pull/18777
|
||||||
|
* xl: Remove wrong wording for errCorruptedFormat by @vadmeste in https://github.com/minio/minio/pull/18775
|
||||||
|
* Add more size intervals to obj size histogram by @krisis in https://github.com/minio/minio/pull/18772
|
||||||
|
* support proxying of tagging requests in replication by @poornas in https://github.com/minio/minio/pull/18649
|
||||||
|
* treat all localhost endpoints as local setup with same port by @harshavardhana in https://github.com/minio/minio/pull/18784
|
||||||
|
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"changelog": "file://CHANGELOG",
|
"changelog": "file://CHANGELOG",
|
||||||
"tagline": "Distributed object storage",
|
"tagline": "Distributed object storage",
|
||||||
"version": "3.12.2",
|
"version": "3.12.3",
|
||||||
"upstreamVersion": "2024-01-11T07-46-16Z",
|
"upstreamVersion": "2024-01-13T07-53-03Z",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"memoryLimit": 805306368,
|
"memoryLimit": 805306368,
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
|
|
Loading…
Reference in New Issue