Bump version
This commit is contained in:
parent
9cffe692df
commit
6542475614
|
@ -2224,3 +2224,10 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
|||
* 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
|
||||
|
||||
[3.12.4]
|
||||
* Update minio to 2024-01-16T16-07-38Z
|
||||
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-01-16T16-07-38Z)
|
||||
* fix: listing SSE encrypted multipart objects by @harshavardhana in https://github.com/minio/minio/pull/18786
|
||||
* adding a missing return case to fix GetObjectTagging by @zveinn in https://github.com/minio/minio/pull/18793
|
||||
* xl-meta: Clean output by @klauspost in https://github.com/minio/minio/pull/18794
|
||||
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Distributed object storage",
|
||||
"version": "3.12.3",
|
||||
"upstreamVersion": "2024-01-13T07-53-03Z",
|
||||
"version": "3.12.4",
|
||||
"upstreamVersion": "2024-01-16T16-07-38Z",
|
||||
"healthCheckPath": "/minio/login",
|
||||
"memoryLimit": 805306368,
|
||||
"httpPort": 8000,
|
||||
|
|
Loading…
Reference in New Issue