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

Compare commits

...

3 Commits

Author SHA1 Message Date
Johannes Zellner
12e40b8e6a Bump version 2024-06-28 20:51:27 +02:00
Johannes Zellner
e6901e02ff Update test deps 2024-06-28 20:14:26 +02:00
Johannes Zellner
958a954c07 Update to 2024-06-28T09-06-49Z 2024-06-28 20:14:10 +02:00
5 changed files with 15 additions and 11 deletions

View File

@@ -2605,3 +2605,7 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
* Update minio to 2024-06-26T01-06-18Z
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-06-26T01-06-18Z)
[3.13.24]
* Update minio to 2024-06-28T09-06-49Z
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-06-28T09-06-49Z)

View File

@@ -5,8 +5,8 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Distributed object storage",
"version": "3.13.23",
"upstreamVersion": "2024-06-26T01-06-18Z",
"version": "3.13.24",
"upstreamVersion": "2024-06-28T09-06-49Z",
"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-06-26T01-06-18Z
ARG VERSION=RELEASE.2024-06-28T09-06-49Z
# 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

14
test/package-lock.json generated
View File

@@ -11,7 +11,7 @@
"dependencies": {
"chromedriver": "^126.0.4",
"expect.js": "^0.3.1",
"mocha": "^10.5.1",
"mocha": "^10.5.2",
"selenium-webdriver": "^4.22.0",
"superagent": "^9.0.2"
}
@@ -1120,9 +1120,9 @@
}
},
"node_modules/mocha": {
"version": "10.5.1",
"resolved": "https://registry.npmjs.org/mocha/-/mocha-10.5.1.tgz",
"integrity": "sha512-eq5tEnaz2kM9ade8cuGJBMh5fBb9Ih/TB+ddlmPR+wLQmwLhUwa0ovqDlg7OTfKquW0BI7NUcNWX7DH8sC+3gw==",
"version": "10.5.2",
"resolved": "https://registry.npmjs.org/mocha/-/mocha-10.5.2.tgz",
"integrity": "sha512-9btlN3JKCefPf+vKd/kcKz2SXxi12z6JswkGfaAF0saQvnsqLJk504ZmbxhSoENge08E9dsymozKgFMTl5PQsA==",
"dependencies": {
"ansi-colors": "4.1.1",
"browser-stdout": "1.3.1",
@@ -2621,9 +2621,9 @@
}
},
"mocha": {
"version": "10.5.1",
"resolved": "https://registry.npmjs.org/mocha/-/mocha-10.5.1.tgz",
"integrity": "sha512-eq5tEnaz2kM9ade8cuGJBMh5fBb9Ih/TB+ddlmPR+wLQmwLhUwa0ovqDlg7OTfKquW0BI7NUcNWX7DH8sC+3gw==",
"version": "10.5.2",
"resolved": "https://registry.npmjs.org/mocha/-/mocha-10.5.2.tgz",
"integrity": "sha512-9btlN3JKCefPf+vKd/kcKz2SXxi12z6JswkGfaAF0saQvnsqLJk504ZmbxhSoENge08E9dsymozKgFMTl5PQsA==",
"requires": {
"ansi-colors": "4.1.1",
"browser-stdout": "1.3.1",

View File

@@ -11,7 +11,7 @@
"dependencies": {
"chromedriver": "^126.0.4",
"expect.js": "^0.3.1",
"mocha": "^10.5.1",
"mocha": "^10.5.2",
"selenium-webdriver": "^4.22.0",
"superagent": "^9.0.2"
}