Version 3.9.0
This commit is contained in:
parent
da87188fad
commit
270a7cd6ee
|
@ -2005,4 +2005,11 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
||||||
* 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
|
* 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
|
* Fix a regression while loading AssumeRoleWithCertificate credentials #18088 for more details
|
||||||
|
|
||||||
|
[3.9.0]
|
||||||
|
* Update minio to 2023-09-27T15-22-50Z
|
||||||
|
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-09-27T15-22-50Z)
|
||||||
|
* Add abandoned folder scanning to metrics by @klauspost in #18076
|
||||||
|
* Improve ListObject Compatibility by @klauspost in #18099
|
||||||
|
* fix: set scanning details locally to avoid cached values by @harshavardhana in #18092
|
||||||
|
* fix: check post policy like AWS S3 by @jiuker in #18074
|
||||||
|
* site replication: allow setting bandwidth default for bucket by @poornas in #18062
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"changelog": "file://CHANGELOG",
|
"changelog": "file://CHANGELOG",
|
||||||
"tagline": "Distributed object storage",
|
"tagline": "Distributed object storage",
|
||||||
"version": "3.8.5",
|
"version": "3.9.0",
|
||||||
"upstreamVersion": "2023-09-23T03-47-50Z",
|
"upstreamVersion": "2023-09-27T15-22-50Z",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"memoryLimit": 805306368,
|
"memoryLimit": 805306368,
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
|
|
Loading…
Reference in New Issue