Version 3.9.9

This commit is contained in:
Girish Ramakrishnan 2023-11-13 09:05:08 +01:00
parent 4ac71ff8e7
commit 11bb0c8edc
2 changed files with 12 additions and 2 deletions

View File

@ -2083,3 +2083,13 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
* update console v0.41.0 by @harshavardhana in #18385
* Do not anonymize hostnames by default by @anjalshireesh in #18387
* fix: object versions metric help by @vicmunoz in #18388
[3.9.9]
* Update minio to 2023-11-11T08-14-41Z
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-11-11T08-14-41Z)
* fix:add err to all bucket resync failed by @jiuker in #18401
* site replication: avoid propagating bucket b/w settings by @poornas in #18399
* refactor SFTP to use the new minio/pkg implementation by @zveinn in #18406
* Tiered objects require ns locks unlike inlined by @krisis in #18409
* Support case insensitive kafka SASL mechanism config values by @vadmeste in #18398
*

View File

@ -5,8 +5,8 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Distributed object storage",
"version": "3.9.8",
"upstreamVersion": "2023-11-06T22-26-08Z",
"version": "3.9.9",
"upstreamVersion": "2023-11-11T08-14-41Z",
"healthCheckPath": "/minio/login",
"memoryLimit": 805306368,
"httpPort": 8000,