Version 3.9.6
This commit is contained in:
parent
dfa728d7a5
commit
97e6ae5a6f
12
CHANGELOG
12
CHANGELOG
|
@ -2057,3 +2057,15 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
||||||
* fix: flaky and stupid tests in root lockdown by @harshavardhana in #18308
|
* fix: flaky and stupid tests in root lockdown by @harshavardhana in #18308
|
||||||
* fix: listObjectParts to prefer local and single disks by @harshavardhana in #18309
|
* fix: listObjectParts to prefer local and single disks by @harshavardhana in #18309
|
||||||
* avoid racy replicationCount checks by @harshavardhana in #18311
|
* avoid racy replicationCount checks by @harshavardhana in #18311
|
||||||
|
|
||||||
|
[3.9.6]
|
||||||
|
* Update minio to 2023-11-01T01-57-10Z
|
||||||
|
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-11-01T01-57-10Z)
|
||||||
|
* update go mod and CREDITS by @harshavardhana in #18289
|
||||||
|
* fix: do not preserve mtime during CopyObject() metadata updates by @harshavardhana in #18316
|
||||||
|
* Preserve replica timestamps in multipart by @poornas in #18318
|
||||||
|
* fix:Canceling the heal caused goroutine to leak. by @jiuker in #18322
|
||||||
|
* fix: update the user cache while adding service accounts with expiry by @Praveenrajmani in #18320
|
||||||
|
* fix: parse the subsys env error by @jiuker in #18319
|
||||||
|
* add MC_CONFIG_DIR to use mc from writable path by @harshavardhana in #18317
|
||||||
|
* Reload replication targets lazily if missing by @poornas in #18333
|
||||||
|
|
|
@ -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.5",
|
"version": "3.9.6",
|
||||||
"upstreamVersion": "2023-10-25T06-33-25Z",
|
"upstreamVersion": "2023-11-01T01-57-10Z",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"memoryLimit": 805306368,
|
"memoryLimit": 805306368,
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
|
|
Loading…
Reference in New Issue