Bump version
This commit is contained in:
parent
9a9367d5f4
commit
51850a87d8
12
CHANGELOG
12
CHANGELOG
|
@ -2417,3 +2417,15 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
||||||
* Encode dir obj names before expiration by @krisis in https://github.com/minio/minio/pull/19305
|
* Encode dir obj names before expiration by @krisis in https://github.com/minio/minio/pull/19305
|
||||||
* fix batch snowball to close channel after listing finishes by @poornas in https://github.com/minio/minio/pull/19316
|
* fix batch snowball to close channel after listing finishes by @poornas in https://github.com/minio/minio/pull/19316
|
||||||
|
|
||||||
|
[3.13.8]
|
||||||
|
* Update minio to 2024-03-26T22-10-45Z
|
||||||
|
* [Changelog](https://github.com/minio/minio/releases/tag/2024-03-26T22-10-45Z)
|
||||||
|
* Webhook targets refactor and bug fixes by @zveinn in https://github.com/minio/minio/pull/19275
|
||||||
|
* fix: convert multiple callers to use toStorageErr(err) correctly by @harshavardhana in https://github.com/minio/minio/pull/19339
|
||||||
|
* fix: should return when error happend by @jiuker in https://github.com/minio/minio/pull/19342
|
||||||
|
* bring back minor DNS cache for k8s setups by @harshavardhana in https://github.com/minio/minio/pull/19341
|
||||||
|
* Adding dashboard for MinIO node metrics by @shtripat in https://github.com/minio/minio/pull/19329
|
||||||
|
* Fix races in IAM cache lazy loading by @klauspost in https://github.com/minio/minio/pull/19346
|
||||||
|
* allow configuring inline shard size value by @harshavardhana in https://github.com/minio/minio/pull/19336
|
||||||
|
* replication:fix precondition check for multipart by @poornas in https://github.com/minio/minio/pull/19349
|
||||||
|
|
||||||
|
|
|
@ -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.13.7",
|
"version": "3.13.8",
|
||||||
"upstreamVersion": "2024-03-21T23-13-43Z",
|
"upstreamVersion": "2024-03-26T22-10-45Z",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"memoryLimit": 2147483648,
|
"memoryLimit": 2147483648,
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
|
|
Loading…
Reference in New Issue