Version 2.9.9

This commit is contained in:
Girish Ramakrishnan 2022-10-10 12:23:11 +02:00
parent 3bacd89adc
commit d1fa4ee583
2 changed files with 13 additions and 2 deletions

View File

@ -1457,3 +1457,14 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
[2.9.8]
* Update minio to 2022-10-05T14-58-27Z
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-10-05T14-58-27Z)
[2.9.9]
* Update minio to 2022-10-08T20-11-00Z
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-10-08T20-11-00Z)
* set bucket creation timestamp properly for legacy FS backend by @harshavardhana in #15800
* decom: Ignore object/version error during deletion by @vadmeste in #15806
* remove build asset caching by @harshavardhana in #15807
* Fix GetObjectRetention to parse in iso8601 time format by @poornas in #15809
* Update pkg to v1.4.5 by @reivaj05 in #15808
* remove unused debug param from evalActionFromLifecycle by @harshavardhana in #15813

View File

@ -5,8 +5,8 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Distributed object storage",
"version": "2.9.8",
"upstreamVersion": "2022-10-05T14-58-27Z",
"version": "2.9.9",
"upstreamVersion": "2022-10-08T20-11-00Z",
"healthCheckPath": "/minio/login",
"memoryLimit": 805306368,
"httpPort": 8000,