Bump version
This commit is contained in:
parent
038ebcd485
commit
17670769fa
12
CHANGELOG
12
CHANGELOG
|
@ -2706,3 +2706,15 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
|||
* Update minio to 2024-10-13T13-34-11Z
|
||||
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-10-13T13-34-11Z)
|
||||
|
||||
[3.15.2]
|
||||
* Update minio to 2024-10-29T16-01-48Z
|
||||
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-10-29T16-01-48Z)
|
||||
* Correct the date filter check for batch replication by @shtripat in https://github.com/minio/minio/pull/20569
|
||||
* Clear omitted fields by @klauspost in https://github.com/minio/minio/pull/20575
|
||||
* Trace ILM errors by @klauspost in https://github.com/minio/minio/pull/20576
|
||||
* Fix ILM expire workers exiting by @klauspost in https://github.com/minio/minio/pull/20578
|
||||
* fix: avoid useless expires value in listing meta by @donatello in https://github.com/minio/minio/pull/20584
|
||||
* heal: Avoid deadline error with very large objects (#140) by @vadmeste in https://github.com/minio/minio/pull/20586
|
||||
* heal: large objects fix and avoid .healing.bin corner case premature exit by @vadmeste in https://github.com/minio/minio/pull/20577
|
||||
* run IAM purge routines deterministically every hr by @donatello in https://github.com/minio/minio/pull/20587
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Distributed object storage",
|
||||
"version": "3.15.1",
|
||||
"version": "3.15.2",
|
||||
"upstreamVersion": "RELEASE.2024-10-29T16-01-48Z",
|
||||
"healthCheckPath": "/minio/login",
|
||||
"memoryLimit": 2147483648,
|
||||
|
|
Loading…
Reference in New Issue