Version 2.4.8
This commit is contained in:
parent
fe88ff7d1c
commit
c1dbd2139f
|
@ -1092,3 +1092,12 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
|||
* fix: multiple pool setup return incorrect DeleteMarker metadata by @harshavardhana in #14642
|
||||
* Quick type for fix ttfb entry in table by @eco-minio in #14647
|
||||
|
||||
[2.4.8]
|
||||
* Update minio to 2022-04-09T15-09-52Z
|
||||
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-04-09T15-09-52Z)
|
||||
* Add metrics for observing IAM sync operations by @donatello in #14680
|
||||
* Write deployment id to health report at the start by @anjalshireesh in #14673
|
||||
* etag: add Format and Decrypt functions by @aead in #14659
|
||||
* 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
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Distributed object storage",
|
||||
"version": "2.4.7",
|
||||
"upstreamVersion": "2022-04-01T03-41-39Z",
|
||||
"version": "2.4.8",
|
||||
"upstreamVersion": "2022-04-09T15-09-52Z",
|
||||
"healthCheckPath": "/minio/login",
|
||||
"httpPort": 8000,
|
||||
"httpPorts": {
|
||||
|
|
Loading…
Reference in New Issue