Bump version
This commit is contained in:
parent
aea86c627d
commit
eb93b292fa
|
@ -2210,3 +2210,7 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
||||||
* scanner: Add a config to disable short sleep between objects scan by @vadmeste in #18734
|
* scanner: Add a config to disable short sleep between objects scan by @vadmeste in #18734
|
||||||
* NEW API: GetObjectAttributes by @zveinn in #18732
|
* NEW API: GetObjectAttributes by @zveinn in #18732
|
||||||
|
|
||||||
|
[3.12.2]
|
||||||
|
* Update minio to 2024-01-11T07-46-16Z
|
||||||
|
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-01-11T07-46-16Z)
|
||||||
|
|
||||||
|
|
|
@ -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.1",
|
"version": "3.12.2",
|
||||||
"upstreamVersion": "2024-01-05T22-17-24Z",
|
"upstreamVersion": "2024-01-11T07-46-16Z",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"memoryLimit": 805306368,
|
"memoryLimit": 805306368,
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
|
|
Loading…
Reference in New Issue