1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2025-09-16 02:09:14 +00:00

Compare commits

...

9 Commits

Author SHA1 Message Date
Girish Ramakrishnan
b624d6775c Version 3.13.20 2024-06-11 09:07:26 +02:00
Girish Ramakrishnan
330f186821 Update minio to 2024-06-11T03-13-30Z 2024-06-11 08:43:56 +02:00
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
5 changed files with 31 additions and 11 deletions

View File

@@ -2572,3 +2572,23 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
* 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)
[3.13.20]
* Update minio to 2024-06-11T03-13-30Z
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-06-11T03-13-30Z)
* Disable caching of encrypted objects by @klauspost in #19890
* Calculate correct object size while replication by @shtripat in #19888
* Don't tier directory objects by @krisis in #19891
* Update docker build script to pull all changes by @donatello in #19892
* Two way streams fixes - take 2 by @klauspost in #19796

View File

@@ -5,8 +5,8 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Distributed object storage",
"version": "3.13.16",
"upstreamVersion": "2024-05-27T19-17-46Z",
"version": "3.13.20",
"upstreamVersion": "2024-06-11T03-13-30Z",
"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-27T19-17-46Z
ARG VERSION=RELEASE.2024-06-11T03-13-30Z
# 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": "^125.0.2",
"chromedriver": "^125.0.3",
"expect.js": "^0.3.1",
"mocha": "^10.4.0",
"selenium-webdriver": "^4.21.0",
@@ -249,9 +249,9 @@
}
},
"node_modules/chromedriver": {
"version": "125.0.2",
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-125.0.2.tgz",
"integrity": "sha512-H2mIy3r//bIGVouQQrp2UzS93cjGCV2f+I6qNimAOyIiWkaKCiLEuDMQnuC21rewo/UuyOA8CDqa4a7RIT/8EQ==",
"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",
@@ -2014,9 +2014,9 @@
}
},
"chromedriver": {
"version": "125.0.2",
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-125.0.2.tgz",
"integrity": "sha512-H2mIy3r//bIGVouQQrp2UzS93cjGCV2f+I6qNimAOyIiWkaKCiLEuDMQnuC21rewo/UuyOA8CDqa4a7RIT/8EQ==",
"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",

View File

@@ -9,7 +9,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"chromedriver": "^125.0.2",
"chromedriver": "^125.0.3",
"expect.js": "^0.3.1",
"mocha": "^10.4.0",
"selenium-webdriver": "^4.21.0",