Version 3.15.0
This commit is contained in:
parent
fd48a26065
commit
6e0cf2f9d8
10
CHANGELOG
10
CHANGELOG
|
@ -2691,3 +2691,13 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
||||||
* Added iam import tests for openid by @shtripat in #20432
|
* Added iam import tests for openid by @shtripat in #20432
|
||||||
* batch: Set a default retry attempts and a prefix by @vadmeste in #20452
|
* batch: Set a default retry attempts and a prefix by @vadmeste in #20452
|
||||||
* Ensure proper stale_uploads_cleanup_interval is used at all times by @ramondeklein in #20451
|
* Ensure proper stale_uploads_cleanup_interval is used at all times by @ramondeklein in #20451
|
||||||
|
|
||||||
|
[3.15.0]
|
||||||
|
* Update minio to 2024-10-02T17-50-41Z
|
||||||
|
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-10-02T17-50-41Z)
|
||||||
|
* Limit jstream parse depth by @klauspost in #20474
|
||||||
|
* remove the list from 'mc stat' from testing via '--no-list' by @harshavardhana in #20468
|
||||||
|
* cleanup existing part.N's before renamePart() by @harshavardhana in #20466
|
||||||
|
* hold on to batch job stats till cleanup by @poornas in #20480
|
||||||
|
* use absolute path for binary checksum verification by @harshavardhana in #20487
|
||||||
|
* Fix PPC cgroup memory limit by @klauspost in #20488
|
||||||
|
|
|
@ -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.14.0",
|
"version": "3.15.0",
|
||||||
"upstreamVersion": "2024-09-22T00-33-43Z",
|
"upstreamVersion": "RELEASE.2024-10-02T17-50-41Z",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"memoryLimit": 2147483648,
|
"memoryLimit": 2147483648,
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
|
|
Loading…
Reference in New Issue