mirror of
https://git.cloudron.io/cloudron/minio-app
synced 2025-09-14 00:39:11 +00:00
Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
12e40b8e6a | ||
|
e6901e02ff | ||
|
958a954c07 |
@@ -2605,3 +2605,7 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
|||||||
* Update minio to 2024-06-26T01-06-18Z
|
* Update minio to 2024-06-26T01-06-18Z
|
||||||
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.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)
|
||||||
|
|
||||||
|
@@ -5,8 +5,8 @@
|
|||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"changelog": "file://CHANGELOG",
|
"changelog": "file://CHANGELOG",
|
||||||
"tagline": "Distributed object storage",
|
"tagline": "Distributed object storage",
|
||||||
"version": "3.13.23",
|
"version": "3.13.24",
|
||||||
"upstreamVersion": "2024-06-26T01-06-18Z",
|
"upstreamVersion": "2024-06-28T09-06-49Z",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"memoryLimit": 2147483648,
|
"memoryLimit": 2147483648,
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
|
@@ -3,7 +3,7 @@ FROM cloudron/base:4.2.0@sha256:46da2fffb36353ef714f97ae8e962bd2c212ca091108d768
|
|||||||
RUN mkdir -p /app/code
|
RUN mkdir -p /app/code
|
||||||
WORKDIR /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/
|
# 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
|
# 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
14
test/package-lock.json
generated
@@ -11,7 +11,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"chromedriver": "^126.0.4",
|
"chromedriver": "^126.0.4",
|
||||||
"expect.js": "^0.3.1",
|
"expect.js": "^0.3.1",
|
||||||
"mocha": "^10.5.1",
|
"mocha": "^10.5.2",
|
||||||
"selenium-webdriver": "^4.22.0",
|
"selenium-webdriver": "^4.22.0",
|
||||||
"superagent": "^9.0.2"
|
"superagent": "^9.0.2"
|
||||||
}
|
}
|
||||||
@@ -1120,9 +1120,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/mocha": {
|
"node_modules/mocha": {
|
||||||
"version": "10.5.1",
|
"version": "10.5.2",
|
||||||
"resolved": "https://registry.npmjs.org/mocha/-/mocha-10.5.1.tgz",
|
"resolved": "https://registry.npmjs.org/mocha/-/mocha-10.5.2.tgz",
|
||||||
"integrity": "sha512-eq5tEnaz2kM9ade8cuGJBMh5fBb9Ih/TB+ddlmPR+wLQmwLhUwa0ovqDlg7OTfKquW0BI7NUcNWX7DH8sC+3gw==",
|
"integrity": "sha512-9btlN3JKCefPf+vKd/kcKz2SXxi12z6JswkGfaAF0saQvnsqLJk504ZmbxhSoENge08E9dsymozKgFMTl5PQsA==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"ansi-colors": "4.1.1",
|
"ansi-colors": "4.1.1",
|
||||||
"browser-stdout": "1.3.1",
|
"browser-stdout": "1.3.1",
|
||||||
@@ -2621,9 +2621,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"mocha": {
|
"mocha": {
|
||||||
"version": "10.5.1",
|
"version": "10.5.2",
|
||||||
"resolved": "https://registry.npmjs.org/mocha/-/mocha-10.5.1.tgz",
|
"resolved": "https://registry.npmjs.org/mocha/-/mocha-10.5.2.tgz",
|
||||||
"integrity": "sha512-eq5tEnaz2kM9ade8cuGJBMh5fBb9Ih/TB+ddlmPR+wLQmwLhUwa0ovqDlg7OTfKquW0BI7NUcNWX7DH8sC+3gw==",
|
"integrity": "sha512-9btlN3JKCefPf+vKd/kcKz2SXxi12z6JswkGfaAF0saQvnsqLJk504ZmbxhSoENge08E9dsymozKgFMTl5PQsA==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"ansi-colors": "4.1.1",
|
"ansi-colors": "4.1.1",
|
||||||
"browser-stdout": "1.3.1",
|
"browser-stdout": "1.3.1",
|
||||||
|
@@ -11,7 +11,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"chromedriver": "^126.0.4",
|
"chromedriver": "^126.0.4",
|
||||||
"expect.js": "^0.3.1",
|
"expect.js": "^0.3.1",
|
||||||
"mocha": "^10.5.1",
|
"mocha": "^10.5.2",
|
||||||
"selenium-webdriver": "^4.22.0",
|
"selenium-webdriver": "^4.22.0",
|
||||||
"superagent": "^9.0.2"
|
"superagent": "^9.0.2"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user