Version 3.4.3
This commit is contained in:
parent
09408ff9d4
commit
c71586f092
|
@ -1616,3 +1616,11 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
||||||
* fix: error out if an object is found after a full decom by @vadmeste in #16277
|
* fix: error out if an object is found after a full decom by @vadmeste in #16277
|
||||||
* Update console to 0.22.5 by @donatello in #16400
|
* Update console to 0.22.5 by @donatello in #16400
|
||||||
|
|
||||||
|
[3.4.3]
|
||||||
|
* Update minio to 2023-01-18T04-36-38Z
|
||||||
|
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-01-18T04-36-38Z)
|
||||||
|
* Simplify/speedup container image publishing script by @donatello in #16403
|
||||||
|
* Remove checks target from docker target by @dvaldivia in #16399
|
||||||
|
* metrics: Add more logs when unable to read bucket usage by @vadmeste in #16405
|
||||||
|
* fix: calculate common parity properly by @harshavardhana in #16406
|
||||||
|
* Avoid dangling deletes if disk not found by @poornas in #16401
|
||||||
|
|
|
@ -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.4.2",
|
"version": "3.4.3",
|
||||||
"upstreamVersion": "2023-01-12T02-06-16Z",
|
"upstreamVersion": "2023-01-18T04-36-38Z",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"memoryLimit": 805306368,
|
"memoryLimit": 805306368,
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
|
|
Loading…
Reference in New Issue