Version 1.130.0
This commit is contained in:
parent
1fe81c8b1f
commit
19c99f5ac0
|
@ -600,3 +600,8 @@
|
||||||
* Web UI Regression: Set default retention for uploaded objects. See (#10285) for more details.
|
* Web UI Regression: Set default retention for uploaded objects. See (#10285) for more details.
|
||||||
* Single timeout for most locked API/heal ops. See (#10275) for more details.
|
* Single timeout for most locked API/heal ops. See (#10275) for more details.
|
||||||
* List common prefixes in ListObjectVersions. See (#10286) for more details.
|
* List common prefixes in ListObjectVersions. See (#10286) for more details.
|
||||||
|
|
||||||
|
[1.130.0]
|
||||||
|
* Update minio to 2020-08-25T00-21-20Z
|
||||||
|
* [Full changelog](https://github.com/minio/minio/releases/tag/RELEASE.2020-08-25T00-21-20Z)
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"changelog": "file://CHANGELOG",
|
"changelog": "file://CHANGELOG",
|
||||||
"tagline": "Distributed object storage",
|
"tagline": "Distributed object storage",
|
||||||
"version": "1.129.0",
|
"version": "1.130.0",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
"addons": {
|
"addons": {
|
||||||
|
|
Loading…
Reference in New Issue