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
|
||||
* 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",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Distributed object storage",
|
||||
"version": "3.12.1",
|
||||
"upstreamVersion": "2024-01-05T22-17-24Z",
|
||||
"version": "3.12.2",
|
||||
"upstreamVersion": "2024-01-11T07-46-16Z",
|
||||
"healthCheckPath": "/minio/login",
|
||||
"memoryLimit": 805306368,
|
||||
"httpPort": 8000,
|
||||
|
|
Loading…
Reference in New Issue