Version 3.11.1
This commit is contained in:
parent
63f6910f5f
commit
0d96abc3c8
|
@ -2148,3 +2148,12 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
|||
* feat: add events_errors_total metric by @jiuker in #18610
|
||||
* add configuration to limit replication workers by @poornas in #18601
|
||||
* use latest minisign release by @harshavardhana in #18614
|
||||
|
||||
[3.11.1]
|
||||
* Update minio to 2023-12-13T23-28-55Z
|
||||
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-12-13T23-28-55Z)
|
||||
* tier: Add support of SP credentials with Azure by @vadmeste in #18630
|
||||
* Fix issue [#18315], resolve the absence of the sed command in ubi-mic… by @opencmit2 in #18459
|
||||
* reduce logging during permission denied errors by @harshavardhana in #18641
|
||||
* healthcheck requests with user-agent mozilla do not need redirects by @harshavardhana in #18642
|
||||
* Changed the expression to render the value by @shtripat in #18627
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Distributed object storage",
|
||||
"version": "3.11.0",
|
||||
"upstreamVersion": "2023-12-09T18-17-51Z",
|
||||
"version": "3.11.1",
|
||||
"upstreamVersion": "2023-12-13T23-28-55Z",
|
||||
"healthCheckPath": "/minio/login",
|
||||
"memoryLimit": 805306368,
|
||||
"httpPort": 8000,
|
||||
|
|
Loading…
Reference in New Issue