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
|
||||
* 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
|
||||
|
||||
[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",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Distributed object storage",
|
||||
"version": "3.14.0",
|
||||
"upstreamVersion": "2024-09-22T00-33-43Z",
|
||||
"version": "3.15.0",
|
||||
"upstreamVersion": "RELEASE.2024-10-02T17-50-41Z",
|
||||
"healthCheckPath": "/minio/login",
|
||||
"memoryLimit": 2147483648,
|
||||
"httpPort": 8000,
|
||||
|
|
Loading…
Reference in New Issue