1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2025-09-27 23:47:26 +00:00

Version 3.8.5

This commit is contained in:
Girish Ramakrishnan
2023-09-26 14:12:04 +05:30
parent 0524be735e
commit 16df482288
4 changed files with 26 additions and 19 deletions

View File

@@ -1999,3 +1999,10 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
* Improve performance for Console UI logins.
* Fixes a regression in permission handling of LDAP user based service accounts in previous release.
[3.8.5]
* Update minio to 2023-09-23T03-47-50Z
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-09-23T03-47-50Z)
* Prometheus metrics or mc admin info would take significantly longer when audit/logger webhooks were down for some reason, performance improved when these endpoints are down makes them non-blocking. #18083
* Fix a regression while loading AssumeRoleWithCertificate credentials #18088 for more details