Version 3.4.12
This commit is contained in:
parent
d24e4b9896
commit
1370d93592
|
@ -1697,3 +1697,11 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
||||||
* fix: handle syscall.EROFS also for osIsPermission() by @harshavardhana in #16765
|
* fix: handle syscall.EROFS also for osIsPermission() by @harshavardhana in #16765
|
||||||
* return error if policy changes on disabled groups by @harshavardhana in #16766
|
* return error if policy changes on disabled groups by @harshavardhana in #16766
|
||||||
* feat: add lambda transformation functions target by @harshavardhana in #16507
|
* feat: add lambda transformation functions target by @harshavardhana in #16507
|
||||||
|
|
||||||
|
[3.4.12]
|
||||||
|
* Update minio to 2023-03-13T19-46-17Z
|
||||||
|
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-03-13T19-46-17Z)
|
||||||
|
* [Denial of access by an admin privileged user for root credential](https://github.com/minio/minio/security/advisories/GHSA-9wfv-wmf7-6753)
|
||||||
|
* Add Object Version count histogram by @klauspost in #16739
|
||||||
|
* fix: site-repl should heal STS with virtual parent by @donatello in #16792
|
||||||
|
* chore: drop go versions in static analysis by @ferhatelmas in #16790
|
||||||
|
|
|
@ -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.11",
|
"version": "3.4.12",
|
||||||
"upstreamVersion": "2023-03-09T23-16-13Z",
|
"upstreamVersion": "2023-03-13T19-46-17Z",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"memoryLimit": 805306368,
|
"memoryLimit": 805306368,
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
|
|
Loading…
Reference in New Issue