Version 3.9.9
This commit is contained in:
parent
4ac71ff8e7
commit
11bb0c8edc
10
CHANGELOG
10
CHANGELOG
|
@ -2083,3 +2083,13 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
||||||
* update console v0.41.0 by @harshavardhana in #18385
|
* update console v0.41.0 by @harshavardhana in #18385
|
||||||
* Do not anonymize hostnames by default by @anjalshireesh in #18387
|
* Do not anonymize hostnames by default by @anjalshireesh in #18387
|
||||||
* fix: object versions metric help by @vicmunoz in #18388
|
* 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
|
||||||
|
*
|
||||||
|
|
|
@ -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.9.8",
|
"version": "3.9.9",
|
||||||
"upstreamVersion": "2023-11-06T22-26-08Z",
|
"upstreamVersion": "2023-11-11T08-14-41Z",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"memoryLimit": 805306368,
|
"memoryLimit": 805306368,
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
|
|
Loading…
Reference in New Issue