1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2025-09-24 22:17:35 +00:00

Version 3.9.3

This commit is contained in:
Girish Ramakrishnan
2023-10-17 10:17:50 +02:00
parent ac937559e0
commit 9a97ef5913
4 changed files with 37 additions and 26 deletions

View File

@@ -2027,3 +2027,14 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
* Add support for resource metrics by @anjalshireesh in #18057
* Add paramaters in Helm chart to load OIDC clientSecret from Secret Resource by @alikhtag in #17784
* Fix startup formatting by @zveinn in #18156
[3.9.3]
* Update minio to 2023-10-16T04-13-43Z
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-10-16T04-13-43Z)
* fix DeleteServiceAccount API behavior by @taran-p in #18163
* fix: upon write failure on disk journal close the file properly by @harshavardhana in #18183
* fix: O_DIRECT is on only for multi-disk setups by @donatello in #18194
* Use better host names for metric errors by @klauspost in #18188
* simplify channel send() in WalkDir() by @T-M-A in #18186
* Fix current_send_in_progress metric always being zero by @mctoohey in #18160
* avoid rebalance state for getObjectTags if any by @harshavardhana in #18197