Version 2.4.9
This commit is contained in:
parent
a68bdeeade
commit
fb0dae799d
11
CHANGELOG
11
CHANGELOG
|
@ -1101,3 +1101,14 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
|||
* Remove unnecessary log printing by @vadmeste in #14685
|
||||
* listing: improve listing of encrypted objects by @aead in #14667
|
||||
* Set inspect-input.txt modtime by @klauspost in #14688
|
||||
|
||||
[2.4.9]
|
||||
* Update minio to 2022-04-12T06-55-35Z
|
||||
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-04-12T06-55-35Z)
|
||||
* Fix a privilege escalation security issue - https://github.com/minio/minio/security/advisories/GHSA-2j69-jjmg-534q
|
||||
* Console v0.15.10 by @dvaldivia in #14723
|
||||
* align atomic variables once more for 32bit by @harshavardhana in #14721
|
||||
* make sure to pass Lifecycle if set for List filtering by @harshavardhana in #14722
|
||||
* Set permissions for GitHub actions by @naveensrinivasan in #14693
|
||||
* Add support for minio tier type by @krisis in #14468
|
||||
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Distributed object storage",
|
||||
"version": "2.4.8",
|
||||
"upstreamVersion": "2022-04-09T15-09-52Z",
|
||||
"version": "2.4.9",
|
||||
"upstreamVersion": "2022-04-12T06-55-35Z",
|
||||
"healthCheckPath": "/minio/login",
|
||||
"httpPort": 8000,
|
||||
"httpPorts": {
|
||||
|
|
Loading…
Reference in New Issue