Bump version
This commit is contained in:
parent
cd7055c916
commit
682dd521a1
16
CHANGELOG
16
CHANGELOG
|
@ -2296,3 +2296,19 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
|||
* Fixes a crash while running mc admin trace on a distributed setup.
|
||||
* Fixes TCP socket hangs by adding short deadlines.
|
||||
|
||||
[3.12.10]
|
||||
* Update minio to 2024-02-09T21-25-16Z
|
||||
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-02-09T21-25-16Z)
|
||||
* do not block iam.store registration by @harshavardhana in https://github.com/minio/minio/pull/18999
|
||||
* listing must return WalkDir() errors first by @harshavardhana in https://github.com/minio/minio/pull/19006
|
||||
* Add GetBucketInfo toStorageErr conversion by @klauspost in https://github.com/minio/minio/pull/19005
|
||||
* fix: skip policy usage validation for cache update by @donatello in https://github.com/minio/minio/pull/19008
|
||||
* Update IAM access manager plugin demo by @donatello in https://github.com/minio/minio/pull/19007
|
||||
* Fix blocked streams blocking reconnects by @klauspost in https://github.com/minio/minio/pull/19017
|
||||
* optimize startup sequence performance by @harshavardhana in https://github.com/minio/minio/pull/19009
|
||||
* Fix shared top locks client by @klauspost in https://github.com/minio/minio/pull/19018
|
||||
* fix: dangling objects honor parityBlocks instead of dataBlocks by @harshavardhana in https://github.com/minio/minio/pull/19019
|
||||
* remove unnecessary metrics in 'mc admin info' output by @harshavardhana in https://github.com/minio/minio/pull/19020
|
||||
* 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
|
||||
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Distributed object storage",
|
||||
"version": "3.12.9",
|
||||
"upstreamVersion": "2024-02-06T21-36-22Z",
|
||||
"version": "3.12.10",
|
||||
"upstreamVersion": "2024-02-09T21-25-16Z",
|
||||
"healthCheckPath": "/minio/login",
|
||||
"memoryLimit": 805306368,
|
||||
"httpPort": 8000,
|
||||
|
|
Loading…
Reference in New Issue