1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2025-09-21 20:47:37 +00:00

Compare commits

..

3 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
5 changed files with 25 additions and 21 deletions

View File

@@ -2601,3 +2601,7 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
* Update minio to 2024-06-22T05-26-45Z * Update minio to 2024-06-22T05-26-45Z
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.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", "description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG", "changelog": "file://CHANGELOG",
"tagline": "Distributed object storage", "tagline": "Distributed object storage",
"version": "3.13.22", "version": "3.13.23",
"upstreamVersion": "2024-06-22T05-26-45Z", "upstreamVersion": "2024-06-26T01-06-18Z",
"healthCheckPath": "/minio/login", "healthCheckPath": "/minio/login",
"memoryLimit": 2147483648, "memoryLimit": 2147483648,
"httpPort": 8000, "httpPort": 8000,

View File

@@ -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-22T05-26-45Z ARG VERSION=RELEASE.2024-06-26T01-06-18Z
# 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

32
test/package-lock.json generated
View File

@@ -9,9 +9,9 @@
"version": "1.0.0", "version": "1.0.0",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"chromedriver": "^126.0.3", "chromedriver": "^126.0.4",
"expect.js": "^0.3.1", "expect.js": "^0.3.1",
"mocha": "^10.4.0", "mocha": "^10.5.1",
"selenium-webdriver": "^4.22.0", "selenium-webdriver": "^4.22.0",
"superagent": "^9.0.2" "superagent": "^9.0.2"
} }
@@ -249,9 +249,9 @@
} }
}, },
"node_modules/chromedriver": { "node_modules/chromedriver": {
"version": "126.0.3", "version": "126.0.4",
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-126.0.3.tgz", "resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-126.0.4.tgz",
"integrity": "sha512-4o+ZK8926/8lqIlnnvcljCHV88Z8IguEMB5PInOiS9/Lb6cyeZSj2Uvz+ky1Jgyw2Bn7qCLJFfbUslaWnvUUbg==", "integrity": "sha512-mIdJqdocfN/y9fl5BymIzM9WQLy64x078i5tS1jGFzbFAwXwXrj3zmA86Wf3R/hywPYpWqwXxFGBJHgqZTuGCA==",
"hasInstallScript": true, "hasInstallScript": true,
"dependencies": { "dependencies": {
"@testim/chrome-version": "^1.1.4", "@testim/chrome-version": "^1.1.4",
@@ -1120,13 +1120,13 @@
} }
}, },
"node_modules/mocha": { "node_modules/mocha": {
"version": "10.4.0", "version": "10.5.1",
"resolved": "https://registry.npmjs.org/mocha/-/mocha-10.4.0.tgz", "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.5.1.tgz",
"integrity": "sha512-eqhGB8JKapEYcC4ytX/xrzKforgEc3j1pGlAXVy3eRwrtAy5/nIfT1SvgGzfN0XZZxeLq0aQWkOUAmqIJiv+bA==", "integrity": "sha512-eq5tEnaz2kM9ade8cuGJBMh5fBb9Ih/TB+ddlmPR+wLQmwLhUwa0ovqDlg7OTfKquW0BI7NUcNWX7DH8sC+3gw==",
"dependencies": { "dependencies": {
"ansi-colors": "4.1.1", "ansi-colors": "4.1.1",
"browser-stdout": "1.3.1", "browser-stdout": "1.3.1",
"chokidar": "3.5.3", "chokidar": "^3.5.3",
"debug": "4.3.4", "debug": "4.3.4",
"diff": "5.0.0", "diff": "5.0.0",
"escape-string-regexp": "4.0.0", "escape-string-regexp": "4.0.0",
@@ -2014,9 +2014,9 @@
} }
}, },
"chromedriver": { "chromedriver": {
"version": "126.0.3", "version": "126.0.4",
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-126.0.3.tgz", "resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-126.0.4.tgz",
"integrity": "sha512-4o+ZK8926/8lqIlnnvcljCHV88Z8IguEMB5PInOiS9/Lb6cyeZSj2Uvz+ky1Jgyw2Bn7qCLJFfbUslaWnvUUbg==", "integrity": "sha512-mIdJqdocfN/y9fl5BymIzM9WQLy64x078i5tS1jGFzbFAwXwXrj3zmA86Wf3R/hywPYpWqwXxFGBJHgqZTuGCA==",
"requires": { "requires": {
"@testim/chrome-version": "^1.1.4", "@testim/chrome-version": "^1.1.4",
"axios": "^1.6.7", "axios": "^1.6.7",
@@ -2621,13 +2621,13 @@
} }
}, },
"mocha": { "mocha": {
"version": "10.4.0", "version": "10.5.1",
"resolved": "https://registry.npmjs.org/mocha/-/mocha-10.4.0.tgz", "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.5.1.tgz",
"integrity": "sha512-eqhGB8JKapEYcC4ytX/xrzKforgEc3j1pGlAXVy3eRwrtAy5/nIfT1SvgGzfN0XZZxeLq0aQWkOUAmqIJiv+bA==", "integrity": "sha512-eq5tEnaz2kM9ade8cuGJBMh5fBb9Ih/TB+ddlmPR+wLQmwLhUwa0ovqDlg7OTfKquW0BI7NUcNWX7DH8sC+3gw==",
"requires": { "requires": {
"ansi-colors": "4.1.1", "ansi-colors": "4.1.1",
"browser-stdout": "1.3.1", "browser-stdout": "1.3.1",
"chokidar": "3.5.3", "chokidar": "^3.5.3",
"debug": "4.3.4", "debug": "4.3.4",
"diff": "5.0.0", "diff": "5.0.0",
"escape-string-regexp": "4.0.0", "escape-string-regexp": "4.0.0",

View File

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