mirror of
https://git.cloudron.io/cloudron/minio-app
synced 2025-09-04 16:25:35 +00:00
Compare commits
43 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
a1ee8284b3 | ||
|
0b94589ca7 | ||
|
fa5921039d | ||
|
82474bb099 | ||
|
080f9f2756 | ||
|
6f1aeb6adf | ||
|
a464984a9b | ||
|
06702b72a6 | ||
|
6bfa60424c | ||
|
9ef4a9b6ce | ||
|
5c3c319d57 | ||
|
1b28eef31b | ||
|
95ccb12a84 | ||
|
71be7ea8a7 | ||
|
625fde23b7 | ||
|
be069e9849 | ||
|
a6571e8e6e | ||
|
2e299fce84 | ||
|
7a49168732 | ||
|
fe56ecfd3d | ||
|
2b96c15d8c | ||
|
e7bd62c4ef | ||
|
c887c30e92 | ||
|
1f184eacbf | ||
|
0c8d81686b | ||
|
0f89e283cf | ||
|
cfabc51ae5 | ||
|
067f8069eb | ||
|
44236fb8a6 | ||
|
98a80ebe26 | ||
|
2323b653e1 | ||
|
caed9ab165 | ||
|
d754979356 | ||
|
fb4db828f1 | ||
|
1edd7cf09a | ||
|
e3f7780921 | ||
|
0e0869148b | ||
|
7c5a36dd61 | ||
|
9e5350068f | ||
|
2588b6acf1 | ||
|
14be49edf1 | ||
|
b03de0c6f2 | ||
|
3618aa0f9e |
66
CHANGELOG
66
CHANGELOG
@@ -288,3 +288,69 @@
|
||||
* s3: Encode StartAfter when encoding type is passed (#7281) (02/25/19)
|
||||
* s3: Add support of encodingType parameter (#7265) (02/24/19)
|
||||
|
||||
[1.52.0]
|
||||
* Update minio to 2019-03-06T22-47-10Z
|
||||
* 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.
|
||||
|
||||
[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
|
||||
|
||||
[1.63.0]
|
||||
* Update minio to 2019-06-01T03-46-14Z
|
||||
|
||||
[1.64.0]
|
||||
* Update minio to 2019-06-04T01-15-58Z
|
||||
|
||||
[1.65.0]
|
||||
* Update minio to 2019-06-11T00-44-33Z
|
||||
|
||||
[1.66.0]
|
||||
* Update minio to 2019-06-15T23-07-18Z
|
||||
|
||||
[1.67.0]
|
||||
* Update minio to 2019-06-19T18-24-42Z
|
||||
|
||||
[1.68.0]
|
||||
* Update minio to 2019-06-27T21-13-50Z
|
||||
|
||||
[1.69.0]
|
||||
* Update minio to 2019-07-05T21-20-21Z
|
||||
|
||||
[1.70.0]
|
||||
* Update minio to 2019-07-10T00-34-56Z
|
||||
|
||||
[1.71.0]
|
||||
* Update minio to 2019-07-17T22-54-12Z
|
||||
|
||||
|
@@ -5,15 +5,15 @@
|
||||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Distributed object storage",
|
||||
"version": "1.51.0",
|
||||
"version": "1.71.0",
|
||||
"healthCheckPath": "/minio/login",
|
||||
"httpPort": 8000,
|
||||
"addons": {
|
||||
"localstorage": {}
|
||||
},
|
||||
"manifestVersion": 1,
|
||||
"manifestVersion": 2,
|
||||
"website": "http://www.minio.io",
|
||||
"minBoxVersion": "1.8.1",
|
||||
"minBoxVersion": "4.1.4",
|
||||
"documentationUrl": "https://cloudron.io/documentation/apps/minio/",
|
||||
"contactEmail": "support@cloudron.io",
|
||||
"icon": "logo.png",
|
||||
|
@@ -1,4 +1,4 @@
|
||||
This app packages Minio <upstream>2019-02-26T19-51-46Z</upstream>.
|
||||
This app packages Minio <upstream>2019-07-17T22-54-12Z</upstream>.
|
||||
|
||||
Minio is a distributed object storage server built for cloud applications and devops.
|
||||
|
||||
|
@@ -1,7 +1,8 @@
|
||||
FROM cloudron/base:1.0.0@sha256:147a648a068a2e746644746bbfb42eb7a50d682437cead3c67c933c546357617
|
||||
|
||||
ARG VERSION=RELEASE.2019-07-17T22-54-12Z
|
||||
RUN mkdir -p /app/code \
|
||||
&& wget https://dl.minio.io/server/minio/release/linux-amd64/minio.RELEASE.2019-02-26T19-51-46Z -O /app/code/minio \
|
||||
&& wget https://dl.minio.io/server/minio/release/linux-amd64/minio.${VERSION} -O /app/code/minio \
|
||||
&& chmod +x /app/code/minio
|
||||
|
||||
WORKDIR /app/code
|
||||
|
1718
test/package-lock.json
generated
1718
test/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -9,14 +9,14 @@
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"chromedriver": "^2.36.0",
|
||||
"ejs": "^2.4.2",
|
||||
"chromedriver": "^74.0.0",
|
||||
"ejs": "^2.6.1",
|
||||
"expect.js": "^0.3.1",
|
||||
"mkdirp": "^0.5.1",
|
||||
"mocha": "^2.5.3",
|
||||
"rimraf": "^2.5.3",
|
||||
"selenium-server-standalone-jar": "^2.53.1",
|
||||
"selenium-webdriver": "^2.53.3",
|
||||
"superagent": "^1.4.0"
|
||||
"mocha": "^6.1.4",
|
||||
"rimraf": "^2.6.3",
|
||||
"selenium-server-standalone-jar": "^3.141.5",
|
||||
"selenium-webdriver": "^3.6.0",
|
||||
"superagent": "^5.0.5"
|
||||
}
|
||||
}
|
||||
|
@@ -9,8 +9,10 @@ var execSync = require('child_process').execSync,
|
||||
path = require('path'),
|
||||
webdriver = require('selenium-webdriver');
|
||||
|
||||
var by = webdriver.By,
|
||||
until = webdriver.until;
|
||||
var by = require('selenium-webdriver').By,
|
||||
until = require('selenium-webdriver').until,
|
||||
Key = require('selenium-webdriver').Key,
|
||||
Builder = require('selenium-webdriver').Builder;
|
||||
|
||||
var accessKey = 'admin',
|
||||
secretKey = 'secretkey';
|
||||
@@ -23,8 +25,7 @@ process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0';
|
||||
describe('Application life cycle test', function () {
|
||||
this.timeout(0);
|
||||
|
||||
var chrome = require('selenium-webdriver/chrome');
|
||||
var server, browser = new chrome.Driver();
|
||||
var server, browser = new Builder().forBrowser('chrome').build();
|
||||
|
||||
before(function (done) {
|
||||
var seleniumJar= require('selenium-server-standalone-jar');
|
||||
|
Reference in New Issue
Block a user