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

Compare commits

...

3 Commits

Author SHA1 Message Date
Johannes Zellner
f20ff8beba Bump version 2024-07-31 12:10:23 +02:00
Johannes Zellner
46eca06f85 Update test deps 2024-07-31 11:41:49 +02:00
Johannes Zellner
060c0d0b9e Update to 2024-07-31T05-46-26Z 2024-07-31 11:39:40 +02:00
5 changed files with 15 additions and 11 deletions

View File

@@ -2646,3 +2646,7 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
* Update minio to 2024-07-29T22-14-52Z
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-07-29T22-14-52Z)
[3.13.33]
* Update minio to 2024-07-31T05-46-26Z
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-07-31T05-46-26Z)

View File

@@ -5,8 +5,8 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Distributed object storage",
"version": "3.13.32",
"upstreamVersion": "2024-07-29T22-14-52Z",
"version": "3.13.33",
"upstreamVersion": "2024-07-31T05-46-26Z",
"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-07-29T22-14-52Z
ARG VERSION=RELEASE.2024-07-31T05-46-26Z
# 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

@@ -9,7 +9,7 @@
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"chromedriver": "^127.0.0",
"chromedriver": "^127.0.1",
"expect.js": "^0.3.1",
"mocha": "^10.7.0",
"selenium-webdriver": "^4.23.0",
@@ -262,9 +262,9 @@
}
},
"node_modules/chromedriver": {
"version": "127.0.0",
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-127.0.0.tgz",
"integrity": "sha512-/Jla24iL0ly/EI7i/q0ukANkpAWvAkSHbvC7FtBZXFJXe6klH0n/XT56VSBcBYB1iMgWM8kPwqF8pb9gdqN9UA==",
"version": "127.0.1",
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-127.0.1.tgz",
"integrity": "sha512-j57OWXsxdhwK+faTWA2pi+8hf052qVjZjP0wXnjqY/QglHtlOXWhRj4s7/+ybJRNgs1zQ5csfOyV6sQQdH+Fnw==",
"hasInstallScript": true,
"dependencies": {
"@testim/chrome-version": "^1.1.4",
@@ -2033,9 +2033,9 @@
}
},
"chromedriver": {
"version": "127.0.0",
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-127.0.0.tgz",
"integrity": "sha512-/Jla24iL0ly/EI7i/q0ukANkpAWvAkSHbvC7FtBZXFJXe6klH0n/XT56VSBcBYB1iMgWM8kPwqF8pb9gdqN9UA==",
"version": "127.0.1",
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-127.0.1.tgz",
"integrity": "sha512-j57OWXsxdhwK+faTWA2pi+8hf052qVjZjP0wXnjqY/QglHtlOXWhRj4s7/+ybJRNgs1zQ5csfOyV6sQQdH+Fnw==",
"requires": {
"@testim/chrome-version": "^1.1.4",
"axios": "^1.6.7",

View File

@@ -9,7 +9,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"chromedriver": "^127.0.0",
"chromedriver": "^127.0.1",
"expect.js": "^0.3.1",
"mocha": "^10.7.0",
"selenium-webdriver": "^4.23.0",