1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2025-09-26 06:57:25 +00:00

Compare commits

..

3 Commits

Author SHA1 Message Date
Johannes Zellner
557a8acd3d Bump version 2024-05-10 13:52:21 +02:00
Johannes Zellner
fb1db2809a Update test deps 2024-05-10 11:23:20 +02:00
Johannes Zellner
7fcfa2d793 Update to 2024-05-10T01-41-38Z 2024-05-10 11:23:12 +02:00
5 changed files with 32 additions and 11 deletions

View File

@@ -2545,3 +2545,24 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
* fix: collect quorum errors for deletePrefix() by @harshavardhana in #19685
* Support user certificate based authentication on SFTP by @olljanat in #19650
[3.13.15]
* Update minio to 2024-05-10T01-41-38Z
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-05-10T01-41-38Z)
* fix: unexpected credentials missing while passing (05/09/24)
* remove references for MINIO_SERVER_URL (05/09/24)
* add log-prefix name for specifying custom log-name (#19712) (05/09/24)
* Revert "Fix incorrect merging of slash-suffixed objects (#19699)" (05/09/24)
* fix: truncate Expiration to second when Add ServiceAccount (#19674) (05/10/24)
* Fix incorrect merging of slash-suffixed objects (#19699) (05/09/24)
* deprecate unexpected healing failed counters (#19705) (05/09/24)
* pass around correct endpoint while registering remote storage (#19710) (05/09/24)
* ldap-import: Add additional logs (#19691) (05/09/24)
* results must be a single channel to avoid overwriting healing.bin (#19702) (05/09/24)
* chore: use errors.New to replace fmt.Errorf with no parameters (#19568) (05/09/24)
* upgrade to go1.22.x (05/09/24)
* allow caller context during reloads() to cancel (#19687) (05/08/24)
* grid: Fix a window of a disconnected node not marked as offline (#19703) (05/09/24)
* Accept multipart checksums with part count (#19680) (05/08/24)
* kms: add support for MinKMS and remove some unused/broken code (#19368) (05/08/24)
* return appropriate error upon reaching maxClients() (#19669) (05/07/24)

View File

@@ -5,8 +5,8 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Distributed object storage",
"version": "3.13.14",
"upstreamVersion": "2024-05-07T06-41-25Z",
"version": "3.13.15",
"upstreamVersion": "2024-05-10T01-41-38Z",
"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-07T06-41-25Z
ARG VERSION=RELEASE.2024-05-10T01-41-38Z
# 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": "^124.0.1",
"chromedriver": "^124.0.2",
"expect.js": "^0.3.1",
"mocha": "^10.4.0",
"selenium-webdriver": "^4.20.0",
@@ -249,9 +249,9 @@
}
},
"node_modules/chromedriver": {
"version": "124.0.1",
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-124.0.1.tgz",
"integrity": "sha512-hxd1tpAUhgMFBZd1h3W7KyMckxofOYCuKAMtcvBDAU0YKKorZcWuq6zP06+Ph0Z1ynPjtgAj0hP9VphCwesjZw==",
"version": "124.0.2",
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-124.0.2.tgz",
"integrity": "sha512-TIcIH7tp81qGCWNprQMnmUm15zGUvX/39IiBy3JJMH/UFiimf2lqiWhdQ6LtbnW8BsPFFuEhEfnI733YXg8mxg==",
"hasInstallScript": true,
"dependencies": {
"@testim/chrome-version": "^1.1.4",
@@ -2014,9 +2014,9 @@
}
},
"chromedriver": {
"version": "124.0.1",
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-124.0.1.tgz",
"integrity": "sha512-hxd1tpAUhgMFBZd1h3W7KyMckxofOYCuKAMtcvBDAU0YKKorZcWuq6zP06+Ph0Z1ynPjtgAj0hP9VphCwesjZw==",
"version": "124.0.2",
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-124.0.2.tgz",
"integrity": "sha512-TIcIH7tp81qGCWNprQMnmUm15zGUvX/39IiBy3JJMH/UFiimf2lqiWhdQ6LtbnW8BsPFFuEhEfnI733YXg8mxg==",
"requires": {
"@testim/chrome-version": "^1.1.4",
"axios": "^1.6.7",

View File

@@ -9,7 +9,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"chromedriver": "^124.0.1",
"chromedriver": "^124.0.2",
"expect.js": "^0.3.1",
"mocha": "^10.4.0",
"selenium-webdriver": "^4.20.0",