Minio - Package Updates
Pinned
Minio
-
[3.13.20]
- Update minio to 2024-06-11T03-13-30Z
- Changelog
- Disable caching of encrypted objects by @klauspost in #19890
- Calculate correct object size while replication by @shtripat in #19888
- Don't tier directory objects by @krisis in #19891
- Update docker build script to pull all changes by @donatello in #19892
- Two way streams fixes - take 2 by @klauspost in #19796
-
[3.13.27]
- Update minio to 2024-07-10T18-41-49Z
- Changelog
- Add typos check to Makefile by @vadmeste in #20051
- Abstract grid connections by @klauspost in #20038
- Fix documentation for removal of delete markers ILM rule by @allanrogerr in #20056
- batch: Update job info object on success by @krisis in #20053
- Log replication errors once by @shtripat in #20063
-
[3.13.37]
- Update minio to 2024-08-29T01-40-52Z
- Changelog
- fix: string format when log IAM refresh take over 5s by @jiuker in #20331
- when a drive is closed cancel the cleanupTrash goroutine by @harshavardhana in #20337
- add more details on the payload sent to webhook audit by @harshavardhana in #20335
- bucket-metadata: Reload events/repl-targets for all buckets by @vadmeste in #20334
-
[3.13.39]
- Update minio to 2024-09-13T20-26-02Z
- Changelog
- PutObject() for multi-pooled was holding large region locks, which was not necessary. This affects almost all slowpoke clients and lengthy uploads.
- Re-arrange locks for CompleteMultipart, PutObject to be close to rename()