1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2025-09-08 02:15:11 +00:00

Bump version

This commit is contained in:
Johannes Zellner
2024-05-01 11:15:41 +02:00
parent ea84113aa7
commit 63240d9ef7
2 changed files with 12 additions and 2 deletions

View File

@@ -2506,3 +2506,13 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
* iam reload policy mapping of STS users properly by @poornas in #19626
* a bunch of fixes for error handling by @harshavardhana in #19627
[3.13.13]
* Update minio to 2024-05-01T01-11-10Z
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-05-01T01-11-10Z)
* Always unfreeze when connection dies by @klauspost in #19634
* avoid data race for testing by @jiuker in #19635
* Suppress metrics with zero values by @shtripat in #19638
* Allow custom SFTP algorithm selection by @klauspost in #19636
* fix: a crash in RemoveReplication target by @harshavardhana in #19640
* ilm: Handle DeleteAllVersions action differently for DEL markers by @krisis in #19481