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

Compare commits

...

16 Commits

Author SHA1 Message Date
Johannes Zellner
901d877b5f Bump version 2024-06-26 08:04:10 +02:00
Johannes Zellner
acc5e3c6be Update test deps 2024-06-26 07:30:37 +02:00
Johannes Zellner
c17b207a70 Update to 2024-06-26T01-06-18Z 2024-06-26 07:30:31 +02:00
Johannes Zellner
0e681b6b1a Bump version 2024-06-22 12:34:39 +02:00
Johannes Zellner
0bfd368aa2 Update test deps 2024-06-22 10:33:54 +02:00
Johannes Zellner
94abf5cd3e Update to 2024-06-22T05-26-45Z 2024-06-22 10:33:43 +02:00
Johannes Zellner
9a9b0588ae Bump version 2024-06-14 12:19:45 +02:00
Johannes Zellner
92a30fdd7c Update test deps 2024-06-14 11:03:56 +02:00
Johannes Zellner
07f1df3a20 Update to 2024-06-13T22-53-53Z 2024-06-14 11:03:49 +02:00
Girish Ramakrishnan
b624d6775c Version 3.13.20 2024-06-11 09:07:26 +02:00
Girish Ramakrishnan
330f186821 Update minio to 2024-06-11T03-13-30Z 2024-06-11 08:43:56 +02:00
Girish Ramakrishnan
72224538ea Version 3.13.19 2024-06-07 11:08:50 +02:00
Girish Ramakrishnan
fb1f583f4c Update test packages 2024-06-07 11:08:03 +02:00
Girish Ramakrishnan
5699a05783 Update minio to 2024-06-06T09-36-42Z 2024-06-07 10:22:19 +02:00
Girish Ramakrishnan
64222e227e Version 3.13.18 2024-06-05 08:53:17 +02:00
Girish Ramakrishnan
8f7a046554 Update minio to 2024-06-04T19-20-08Z 2024-06-05 08:47:30 +02:00
5 changed files with 58 additions and 29 deletions

View File

@@ -2576,3 +2576,32 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
* Update minio to 2024-05-28T17-19-04Z
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-05-28T17-19-04Z)
[3.13.18]
* Update minio to 2024-06-04T19-20-08Z
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-06-04T19-20-08Z)
[3.13.19]
* Update minio to 2024-06-06T09-36-42Z
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-06-06T09-36-42Z)
[3.13.20]
* Update minio to 2024-06-11T03-13-30Z
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-06-11T03-13-30Z)
* Disable caching of encrypted objects by @klauspost in #19890
* Calculate correct object size while replication by @shtripat in #19888
* Don't tier directory objects by @krisis in #19891
* Update docker build script to pull all changes by @donatello in #19892
* Two way streams fixes - take 2 by @klauspost in #19796
[3.13.21]
* Update minio to 2024-06-13T22-53-53Z
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-06-13T22-53-53Z)
[3.13.22]
* Update minio to 2024-06-22T05-26-45Z
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-06-22T05-26-45Z)
[3.13.23]
* Update minio to 2024-06-26T01-06-18Z
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-06-26T01-06-18Z)

View File

@@ -5,8 +5,8 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Distributed object storage",
"version": "3.13.17",
"upstreamVersion": "2024-05-28T17-19-04Z",
"version": "3.13.23",
"upstreamVersion": "2024-06-26T01-06-18Z",
"healthCheckPath": "/minio/login",
"memoryLimit": 2147483648,
"httpPort": 8000,

View File

@@ -3,7 +3,7 @@ FROM cloudron/base:4.2.0@sha256:46da2fffb36353ef714f97ae8e962bd2c212ca091108d768
RUN mkdir -p /app/code
WORKDIR /app/code
ARG VERSION=RELEASE.2024-05-28T17-19-04Z
ARG VERSION=RELEASE.2024-06-26T01-06-18Z
# sometimes here https://dl.min.io/server/minio/release/linux-amd64/archive/
# RUN wget https://dl.min.io/server/minio/release/linux-amd64/minio.${VERSION} -O /app/code/minio && chmod +x /app/code/minio

46
test/package-lock.json generated
View File

@@ -9,10 +9,10 @@
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"chromedriver": "^125.0.2",
"chromedriver": "^126.0.4",
"expect.js": "^0.3.1",
"mocha": "^10.4.0",
"selenium-webdriver": "^4.21.0",
"mocha": "^10.5.1",
"selenium-webdriver": "^4.22.0",
"superagent": "^9.0.2"
}
},
@@ -249,9 +249,9 @@
}
},
"node_modules/chromedriver": {
"version": "125.0.2",
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-125.0.2.tgz",
"integrity": "sha512-H2mIy3r//bIGVouQQrp2UzS93cjGCV2f+I6qNimAOyIiWkaKCiLEuDMQnuC21rewo/UuyOA8CDqa4a7RIT/8EQ==",
"version": "126.0.4",
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-126.0.4.tgz",
"integrity": "sha512-mIdJqdocfN/y9fl5BymIzM9WQLy64x078i5tS1jGFzbFAwXwXrj3zmA86Wf3R/hywPYpWqwXxFGBJHgqZTuGCA==",
"hasInstallScript": true,
"dependencies": {
"@testim/chrome-version": "^1.1.4",
@@ -1120,13 +1120,13 @@
}
},
"node_modules/mocha": {
"version": "10.4.0",
"resolved": "https://registry.npmjs.org/mocha/-/mocha-10.4.0.tgz",
"integrity": "sha512-eqhGB8JKapEYcC4ytX/xrzKforgEc3j1pGlAXVy3eRwrtAy5/nIfT1SvgGzfN0XZZxeLq0aQWkOUAmqIJiv+bA==",
"version": "10.5.1",
"resolved": "https://registry.npmjs.org/mocha/-/mocha-10.5.1.tgz",
"integrity": "sha512-eq5tEnaz2kM9ade8cuGJBMh5fBb9Ih/TB+ddlmPR+wLQmwLhUwa0ovqDlg7OTfKquW0BI7NUcNWX7DH8sC+3gw==",
"dependencies": {
"ansi-colors": "4.1.1",
"browser-stdout": "1.3.1",
"chokidar": "3.5.3",
"chokidar": "^3.5.3",
"debug": "4.3.4",
"diff": "5.0.0",
"escape-string-regexp": "4.0.0",
@@ -1425,9 +1425,9 @@
"integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="
},
"node_modules/selenium-webdriver": {
"version": "4.21.0",
"resolved": "https://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-4.21.0.tgz",
"integrity": "sha512-WaEJHZjOWNth1QG5FEpxpREER0qptZBMonFU6GtAqdCNLJVxbtC3E7oS/I/+Q1sf1W032Wg0Ebk+m46lANOXyQ==",
"version": "4.22.0",
"resolved": "https://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-4.22.0.tgz",
"integrity": "sha512-GNbrkCHmy249ai885wgXqTfqL2lZnclUH/P8pwTDIqzyFxU3YhDiN7p/c9tMFA4NhgRdEBO2QCG+CWmG7xr/Mw==",
"dependencies": {
"jszip": "^3.10.1",
"tmp": "^0.2.3",
@@ -2014,9 +2014,9 @@
}
},
"chromedriver": {
"version": "125.0.2",
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-125.0.2.tgz",
"integrity": "sha512-H2mIy3r//bIGVouQQrp2UzS93cjGCV2f+I6qNimAOyIiWkaKCiLEuDMQnuC21rewo/UuyOA8CDqa4a7RIT/8EQ==",
"version": "126.0.4",
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-126.0.4.tgz",
"integrity": "sha512-mIdJqdocfN/y9fl5BymIzM9WQLy64x078i5tS1jGFzbFAwXwXrj3zmA86Wf3R/hywPYpWqwXxFGBJHgqZTuGCA==",
"requires": {
"@testim/chrome-version": "^1.1.4",
"axios": "^1.6.7",
@@ -2621,13 +2621,13 @@
}
},
"mocha": {
"version": "10.4.0",
"resolved": "https://registry.npmjs.org/mocha/-/mocha-10.4.0.tgz",
"integrity": "sha512-eqhGB8JKapEYcC4ytX/xrzKforgEc3j1pGlAXVy3eRwrtAy5/nIfT1SvgGzfN0XZZxeLq0aQWkOUAmqIJiv+bA==",
"version": "10.5.1",
"resolved": "https://registry.npmjs.org/mocha/-/mocha-10.5.1.tgz",
"integrity": "sha512-eq5tEnaz2kM9ade8cuGJBMh5fBb9Ih/TB+ddlmPR+wLQmwLhUwa0ovqDlg7OTfKquW0BI7NUcNWX7DH8sC+3gw==",
"requires": {
"ansi-colors": "4.1.1",
"browser-stdout": "1.3.1",
"chokidar": "3.5.3",
"chokidar": "^3.5.3",
"debug": "4.3.4",
"diff": "5.0.0",
"escape-string-regexp": "4.0.0",
@@ -2860,9 +2860,9 @@
"integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="
},
"selenium-webdriver": {
"version": "4.21.0",
"resolved": "https://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-4.21.0.tgz",
"integrity": "sha512-WaEJHZjOWNth1QG5FEpxpREER0qptZBMonFU6GtAqdCNLJVxbtC3E7oS/I/+Q1sf1W032Wg0Ebk+m46lANOXyQ==",
"version": "4.22.0",
"resolved": "https://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-4.22.0.tgz",
"integrity": "sha512-GNbrkCHmy249ai885wgXqTfqL2lZnclUH/P8pwTDIqzyFxU3YhDiN7p/c9tMFA4NhgRdEBO2QCG+CWmG7xr/Mw==",
"requires": {
"jszip": "^3.10.1",
"tmp": "^0.2.3",

View File

@@ -9,10 +9,10 @@
"author": "",
"license": "ISC",
"dependencies": {
"chromedriver": "^125.0.2",
"chromedriver": "^126.0.4",
"expect.js": "^0.3.1",
"mocha": "^10.4.0",
"selenium-webdriver": "^4.21.0",
"mocha": "^10.5.1",
"selenium-webdriver": "^4.22.0",
"superagent": "^9.0.2"
}
}