Version 2.5.1
This commit is contained in:
parent
8c3ea72c86
commit
058673d882
12
CHANGELOG
12
CHANGELOG
|
@ -1151,3 +1151,15 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
||||||
* Fix missing annotations for PVCs by @Sea-you in #14793
|
* Fix missing annotations for PVCs by @Sea-you in #14793
|
||||||
* Add OPA doc and remove deprecation marking by @donatello in #14863
|
* Add OPA doc and remove deprecation marking by @donatello in #14863
|
||||||
* avoid concurrent reads and writes to opts.UserDefined by @harshavardhana in #14862
|
* avoid concurrent reads and writes to opts.UserDefined by @harshavardhana in #14862
|
||||||
|
|
||||||
|
[2.5.1]
|
||||||
|
* Update minio to 2022-05-19T18-20-59Z
|
||||||
|
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-05-19T18-20-59Z)
|
||||||
|
* pools: GetObjectNInfo should cover locking during object read by @vadmeste in #14887
|
||||||
|
* tracing: Add disk path to storage tracing by @vadmeste in #14883
|
||||||
|
* Add support for Access Management Plugin by @donatello in #14875
|
||||||
|
* If decom of an object fails, retry for 3 times by @krishnasrinivas in #14861
|
||||||
|
* update new name for MINIO_POLICY_OPA_URL by @itsericqiu in #14898
|
||||||
|
* add support for extra Prometheus labels by @harshavardhana in #14899
|
||||||
|
* use BadRequest HTTP status instead of Conflict for certain errors by @harshavardhana in #14900
|
||||||
|
|
||||||
|
|
|
@ -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": "2.5.0",
|
"version": "2.5.1",
|
||||||
"upstreamVersion": "2022-05-08T23-50-31Z",
|
"upstreamVersion": "2022-05-19T18-20-59Z",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
"httpPorts": {
|
"httpPorts": {
|
||||||
|
|
Loading…
Reference in New Issue