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

Compare commits

...

14 Commits

Author SHA1 Message Date
Girish Ramakrishnan
72224538ea Version 3.13.19 2024-06-07 11:08:50 +02:00
Girish Ramakrishnan
fb1f583f4c Update test packages 2024-06-07 11:08:03 +02:00
Girish Ramakrishnan
5699a05783 Update minio to 2024-06-06T09-36-42Z 2024-06-07 10:22:19 +02:00
Girish Ramakrishnan
64222e227e Version 3.13.18 2024-06-05 08:53:17 +02:00
Girish Ramakrishnan
8f7a046554 Update minio to 2024-06-04T19-20-08Z 2024-06-05 08:47:30 +02:00
Girish Ramakrishnan
3717901b12 Version 3.13.17 2024-05-29 09:48:21 +02:00
Girish Ramakrishnan
85f4a808be Update minio to 2024-05-28T17-19-04Z 2024-05-29 08:56:57 +02:00
Girish Ramakrishnan
9d1b7e1a9d Version 3.13.6 2024-05-28 09:06:25 +02:00
Girish Ramakrishnan
9bea0cc891 Update minio to 2024-05-27T19-17-46Z 2024-05-28 08:59:10 +02:00
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
Johannes Zellner
2e71a424d6 Bump version 2024-05-08 13:08:05 +02:00
Johannes Zellner
d5ed478302 Update to 2024-05-07T06-41-25Z 2024-05-08 12:14:43 +02:00
5 changed files with 88 additions and 20 deletions

View File

@@ -2516,3 +2516,71 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
* fix: a crash in RemoveReplication target by @harshavardhana in #19640
* ilm: Handle DeleteAllVersions action differently for DEL markers by @krisis in #19481
[3.13.14]
* Update minio to 2024-05-07T06-41-25Z
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-05-07T06-41-25Z)
* Fix --stfp "mac-algos=..." overwrites cipher algorithms by @klauspost in #19643
* enhance ListSVCs() API to return more info to avoid InfoSvc() by @harshavardhana in #19642
* Wait one minute after startup to restart decommissioning by @klauspost in #19645
* add logrotate support for MinIO logs by @harshavardhana in #19641
* Return listing when exceeding min disk errors by @klauspost in #19644
* fix: Filter out cust. AssumeRole Token for audit by @donatello in #19646
* support compression after rotation of logs by @harshavardhana in #19647
* Add cluster IAM metrics in metrics-v3 by @balamurugana in #19595
* Use better gzip for log rotate by @klauspost in #19651
* Change endpoint format for per-bucket metrics by @anjalshireesh in #19655
* replication: Avoid proxying if requested object is a deletemarker by @poornas in #19656
* With retention, skip actions expiring all versions by @krisis in #19657
* extend server config.yaml to support per pool set drive count by @harshavardhana in #19663
* Fix Walk missing entries with opts.Marker set by @klauspost in #19661
* avoid using 10MiB EC buffers in maxAPI calculations by @harshavardhana in #19665
* turn-off coloring if we have std{err,out} dumb terminals by @harshavardhana in #19667
* add support for specific error response for InvalidRange by @harshavardhana in #19668
* support 'mc support perf object' with root login disabled by @harshavardhana in #19672
* fix: Ignore AWSAccessKeyId check for SignV2 policy condition by @jiuker in #19673
* Make WalkDir return errors by @klauspost in #19677
* support ETag value to be '*' by @harshavardhana in #19682
* Update Console version to v1.4.0 by @bexsoft in #19684
* Set Console Redirect URL env variable by @cesnietor in #19683
* 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)
[3.13.16]
* Update minio to 2024-05-27T19-17-46Z
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-05-27T19-17-46Z)
* Major optimization in handling hung network disconnects, and related tests and hardening added #19719, #19605, #19741
* Fix a medium CVE for information disclosure - during GETs with conditional headers such as If-modified-since, if-unmodified-since #19810
[3.13.17]
* Update minio to 2024-05-28T17-19-04Z
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-05-28T17-19-04Z)
[3.13.18]
* Update minio to 2024-06-04T19-20-08Z
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-06-04T19-20-08Z)
[3.13.19]
* Update minio to 2024-06-06T09-36-42Z
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-06-06T09-36-42Z)

View File

@@ -5,8 +5,8 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Distributed object storage",
"version": "3.13.13",
"upstreamVersion": "2024-05-01T01-11-10Z",
"version": "3.13.19",
"upstreamVersion": "2024-06-06T09-36-42Z",
"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-01T01-11-10Z
ARG VERSION=RELEASE.2024-06-06T09-36-42Z
# 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

30
test/package-lock.json generated
View File

@@ -9,10 +9,10 @@
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"chromedriver": "^124.0.1",
"chromedriver": "^125.0.3",
"expect.js": "^0.3.1",
"mocha": "^10.4.0",
"selenium-webdriver": "^4.20.0",
"selenium-webdriver": "^4.21.0",
"superagent": "^9.0.2"
}
},
@@ -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": "125.0.3",
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-125.0.3.tgz",
"integrity": "sha512-Qzuk5Wian2o3EVGjtbz6V/jv+pT/AV9246HbG6kUljZXXjsKZLZxqJC+kHR3qEh/wdv4EJD0YwAOWV72v9hogw==",
"hasInstallScript": true,
"dependencies": {
"@testim/chrome-version": "^1.1.4",
@@ -1425,16 +1425,16 @@
"integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="
},
"node_modules/selenium-webdriver": {
"version": "4.20.0",
"resolved": "https://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-4.20.0.tgz",
"integrity": "sha512-s/G44lGQ1xB3tmtX6NNPomlkpL6CxLdmAvp/AGWWwi4qv5Te1+qji7tPSyr6gyuoPpdYiof1rKnWe3luy0MrYA==",
"version": "4.21.0",
"resolved": "https://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-4.21.0.tgz",
"integrity": "sha512-WaEJHZjOWNth1QG5FEpxpREER0qptZBMonFU6GtAqdCNLJVxbtC3E7oS/I/+Q1sf1W032Wg0Ebk+m46lANOXyQ==",
"dependencies": {
"jszip": "^3.10.1",
"tmp": "^0.2.3",
"ws": ">=8.16.0"
},
"engines": {
"node": ">= 14.20.0"
"node": ">= 14.21.0"
}
},
"node_modules/serialize-javascript": {
@@ -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": "125.0.3",
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-125.0.3.tgz",
"integrity": "sha512-Qzuk5Wian2o3EVGjtbz6V/jv+pT/AV9246HbG6kUljZXXjsKZLZxqJC+kHR3qEh/wdv4EJD0YwAOWV72v9hogw==",
"requires": {
"@testim/chrome-version": "^1.1.4",
"axios": "^1.6.7",
@@ -2860,9 +2860,9 @@
"integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="
},
"selenium-webdriver": {
"version": "4.20.0",
"resolved": "https://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-4.20.0.tgz",
"integrity": "sha512-s/G44lGQ1xB3tmtX6NNPomlkpL6CxLdmAvp/AGWWwi4qv5Te1+qji7tPSyr6gyuoPpdYiof1rKnWe3luy0MrYA==",
"version": "4.21.0",
"resolved": "https://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-4.21.0.tgz",
"integrity": "sha512-WaEJHZjOWNth1QG5FEpxpREER0qptZBMonFU6GtAqdCNLJVxbtC3E7oS/I/+Q1sf1W032Wg0Ebk+m46lANOXyQ==",
"requires": {
"jszip": "^3.10.1",
"tmp": "^0.2.3",

View File

@@ -9,10 +9,10 @@
"author": "",
"license": "ISC",
"dependencies": {
"chromedriver": "^124.0.1",
"chromedriver": "^125.0.3",
"expect.js": "^0.3.1",
"mocha": "^10.4.0",
"selenium-webdriver": "^4.20.0",
"selenium-webdriver": "^4.21.0",
"superagent": "^9.0.2"
}
}