Bump version
This commit is contained in:
parent
c94a90e4ab
commit
e1a29850c8
13
CHANGELOG
13
CHANGELOG
|
@ -2312,3 +2312,16 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
||||||
* Add extra disconnect safety by @klauspost in https://github.com/minio/minio/pull/19022
|
* Add extra disconnect safety by @klauspost in https://github.com/minio/minio/pull/19022
|
||||||
* introduce reader deadlines for net.Conn by @harshavardhana in https://github.com/minio/minio/pull/19023
|
* introduce reader deadlines for net.Conn by @harshavardhana in https://github.com/minio/minio/pull/19023
|
||||||
|
|
||||||
|
[3.12.11]
|
||||||
|
* Update minio to 2024-02-12T21-02-27Z
|
||||||
|
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-02-12T21-02-27Z)
|
||||||
|
* avoid excessive logging for objects that do not exist by @harshavardhana in https://github.com/minio/minio/pull/19030
|
||||||
|
* Fix panic in tagging request proxying by @poornas in https://github.com/minio/minio/pull/19032
|
||||||
|
* do not have to use the same distributionAlgo as first pool by @harshavardhana in https://github.com/minio/minio/pull/19031
|
||||||
|
* fix: allow configuring excess versions alerting by @harshavardhana in https://github.com/minio/minio/pull/19028
|
||||||
|
* preserve conflicting objects when parent object is being deleted by @harshavardhana in https://github.com/minio/minio/pull/19034
|
||||||
|
* Convert service account add/update expiration to cond values by @vadmeste in https://github.com/minio/minio/pull/19024
|
||||||
|
* relax pre-emptive GetBucketInfo() for multi-object delete by @harshavardhana in https://github.com/minio/minio/pull/19035
|
||||||
|
* honor replaced disk properly by updating globalLocalDrives by @harshavardhana in https://github.com/minio/minio/pull/19038
|
||||||
|
* metrics: fix typo in namespace for proxy tagging metric by @poornas in https://github.com/minio/minio/pull/19039
|
||||||
|
|
||||||
|
|
|
@ -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.10",
|
"version": "3.12.11",
|
||||||
"upstreamVersion": "2024-02-09T21-25-16Z",
|
"upstreamVersion": "2024-02-12T21-02-27Z",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"memoryLimit": 2147483648,
|
"memoryLimit": 2147483648,
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
|
|
Loading…
Reference in New Issue