1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2025-09-13 16:29:13 +00:00

Compare commits

..

22 Commits

Author SHA1 Message Date
Girish Ramakrishnan
fe56ecfd3d Version 1.62.0 2019-05-28 10:48:49 -07:00
Girish Ramakrishnan
2b96c15d8c Fix test 2019-05-28 10:48:15 -07:00
Girish Ramakrishnan
e7bd62c4ef update tests 2019-05-28 10:43:28 -07:00
Girish Ramakrishnan
c887c30e92 Update minio to 2019-05-23T00-29-34Z 2019-05-28 10:39:01 -07:00
Girish Ramakrishnan
1f184eacbf Version 1.61.0 2019-05-14 18:08:26 -07:00
Girish Ramakrishnan
0c8d81686b Update minio to 2019-05-14T23-57-45Z 2019-05-14 18:04:35 -07:00
Girish Ramakrishnan
0f89e283cf Version 1.60.0 2019-05-09 11:02:20 -07:00
Girish Ramakrishnan
cfabc51ae5 Update minio to RELEASE.2019-05-02T19-07-09Z 2019-05-09 10:47:44 -07:00
Girish Ramakrishnan
067f8069eb Version 1.59.0 2019-04-24 09:30:38 -07:00
Girish Ramakrishnan
44236fb8a6 Update minio to RELEASE.2019-04-23T23-50-36Z 2019-04-24 09:18:16 -07:00
Girish Ramakrishnan
98a80ebe26 Version 1.58.0 2019-04-22 11:38:54 -07:00
Girish Ramakrishnan
2323b653e1 Update minio to RELEASE.2019-04-18T21-44-59Z 2019-04-22 11:32:17 -07:00
Girish Ramakrishnan
caed9ab165 Version 1.57.0 2019-04-10 10:06:35 -07:00
Girish Ramakrishnan
d754979356 Update minio to 2019-04-09T01-22-30Z 2019-04-10 09:17:42 -07:00
Girish Ramakrishnan
fb4db828f1 Version 1.56.0 2019-04-07 17:04:24 -07:00
Girish Ramakrishnan
1edd7cf09a Update minio to 2019-04-04T18-31-46Z 2019-04-07 17:02:54 -07:00
Girish Ramakrishnan
e3f7780921 Version 1.55.0 2019-03-28 05:46:15 -07:00
Girish Ramakrishnan
0e0869148b Update minio to RELEASE.2019-03-27T22-35-21Z 2019-03-28 05:36:45 -07:00
Girish Ramakrishnan
7c5a36dd61 Version 1.54.0 2019-03-21 12:09:12 -07:00
Girish Ramakrishnan
9e5350068f Update minio to RELEASE.2019-03-20T22-38-47Z 2019-03-21 09:00:17 -07:00
Girish Ramakrishnan
2588b6acf1 Version 1.53.0 2019-03-19 10:38:07 -07:00
Girish Ramakrishnan
14be49edf1 Update minio to RELEASE.2019-03-13T21-59-47Z 2019-03-19 10:32:30 -07:00
7 changed files with 1210 additions and 571 deletions

View File

@@ -293,3 +293,37 @@
* Added support for temporary credentials for minio users via AssumeRole API. See here for details. * Added support for temporary credentials for minio users via AssumeRole API. See here for details.
* Miscellaneous bugfix improvements in areas such as snappy compression, copyobjectpart, listobjects performance and detecting mountpoints. * Miscellaneous bugfix improvements in areas such as snappy compression, copyobjectpart, listobjects performance and detecting mountpoints.
[1.53.0]
* Update minio to 2019-03-13T21-59-47Z
* Miscellaneous improvements in various areas such as healing, S3Select, http2, etcd & coreDNS integrations.
[1.54.0]
* Update minio to 2019-03-20T22-38-47Z
[1.55.0]
* Update minio to 2019-03-27T22-35-21Z
[1.56.0]
* Update miniot to 2019-04-04T18-31-46Z
* (security) fix privilege escalation against inter-node communication
* (security) Validate if bucket names are internal
* canonicalize ETag correctly
[1.57.0]
* Update minio to 2019-04-09T01-22-30Z
[1.58.0]
* Update minio to 2019-04-18T21-44-59Z
[1.59.0]
* Update minio to 2019-04-23T23-50-36Z
[1.60.0]
* Update minio to 2019-05-02T19-07-09Z
[1.61.0]
* Update minio to 2019-05-14T23-57-45Z
[1.62.0]
* Update minio to 2019-05-23T00-29-34Z

View File

@@ -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.52.0", "version": "1.62.0",
"healthCheckPath": "/minio/login", "healthCheckPath": "/minio/login",
"httpPort": 8000, "httpPort": 8000,
"addons": { "addons": {

View File

@@ -1,4 +1,4 @@
This app packages Minio <upstream>2019-03-06T22-47-10Z</upstream>. This app packages Minio <upstream>2019-05-23T00-29-34Z</upstream>.
Minio is a distributed object storage server built for cloud applications and devops. Minio is a distributed object storage server built for cloud applications and devops.

View File

@@ -1,7 +1,7 @@
FROM cloudron/base:1.0.0@sha256:147a648a068a2e746644746bbfb42eb7a50d682437cead3c67c933c546357617 FROM cloudron/base:1.0.0@sha256:147a648a068a2e746644746bbfb42eb7a50d682437cead3c67c933c546357617
RUN mkdir -p /app/code \ RUN mkdir -p /app/code \
&& wget https://dl.minio.io/server/minio/release/linux-amd64/minio.RELEASE.2019-03-06T22-47-10Z -O /app/code/minio \ && wget https://dl.minio.io/server/minio/release/linux-amd64/minio.RELEASE.2019-05-23T00-29-34Z -O /app/code/minio \
&& chmod +x /app/code/minio && chmod +x /app/code/minio
WORKDIR /app/code WORKDIR /app/code

1718
test/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -9,14 +9,14 @@
"author": "", "author": "",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"chromedriver": "^2.36.0", "chromedriver": "^74.0.0",
"ejs": "^2.4.2", "ejs": "^2.6.1",
"expect.js": "^0.3.1", "expect.js": "^0.3.1",
"mkdirp": "^0.5.1", "mkdirp": "^0.5.1",
"mocha": "^2.5.3", "mocha": "^6.1.4",
"rimraf": "^2.5.3", "rimraf": "^2.6.3",
"selenium-server-standalone-jar": "^2.53.1", "selenium-server-standalone-jar": "^3.141.5",
"selenium-webdriver": "^2.53.3", "selenium-webdriver": "^3.6.0",
"superagent": "^1.4.0" "superagent": "^5.0.5"
} }
} }

View File

@@ -9,8 +9,10 @@ var execSync = require('child_process').execSync,
path = require('path'), path = require('path'),
webdriver = require('selenium-webdriver'); webdriver = require('selenium-webdriver');
var by = webdriver.By, var by = require('selenium-webdriver').By,
until = webdriver.until; until = require('selenium-webdriver').until,
Key = require('selenium-webdriver').Key,
Builder = require('selenium-webdriver').Builder;
var accessKey = 'admin', var accessKey = 'admin',
secretKey = 'secretkey'; secretKey = 'secretkey';
@@ -23,8 +25,7 @@ process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0';
describe('Application life cycle test', function () { describe('Application life cycle test', function () {
this.timeout(0); this.timeout(0);
var chrome = require('selenium-webdriver/chrome'); var server, browser = new Builder().forBrowser('chrome').build();
var server, browser = new chrome.Driver();
before(function (done) { before(function (done) {
var seleniumJar= require('selenium-server-standalone-jar'); var seleniumJar= require('selenium-server-standalone-jar');