Version 1.103.0
This commit is contained in:
parent
92856faf70
commit
eaa2b6e2b4
|
@ -447,3 +447,6 @@
|
|||
[1.102.0]
|
||||
* Update minio to 2020-04-10T03-34-42Z
|
||||
|
||||
[1.103.0]
|
||||
* Update minio to 2020-04-15T00-39-01Z
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Distributed object storage",
|
||||
"version": "1.102.0",
|
||||
"version": "1.103.0",
|
||||
"healthCheckPath": "/minio/login",
|
||||
"httpPort": 8000,
|
||||
"addons": {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
This app packages Minio <upstream>2020-04-10T03-34-42Z</upstream>.
|
||||
This app packages Minio <upstream>2020-04-15T00-39-01Z</upstream>.
|
||||
|
||||
Minio is a distributed object storage server built for cloud applications and devops.
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -9,14 +9,14 @@
|
|||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"chromedriver": "^79.0.0",
|
||||
"ejs": "^3.0.1",
|
||||
"chromedriver": "^81.0.0",
|
||||
"ejs": "^3.0.2",
|
||||
"expect.js": "^0.3.1",
|
||||
"mkdirp": "^0.5.1",
|
||||
"mocha": "^7.0.0",
|
||||
"rimraf": "^3.0.0",
|
||||
"mkdirp": "^1.0.4",
|
||||
"mocha": "^7.1.1",
|
||||
"rimraf": "^3.0.2",
|
||||
"selenium-server-standalone-jar": "^3.141.59",
|
||||
"selenium-webdriver": "^3.6.0",
|
||||
"superagent": "^5.2.1"
|
||||
"superagent": "^5.2.2"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue