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

Compare commits

...

4 Commits

Author SHA1 Message Date
Girish Ramakrishnan
927cdbb0a2 Version 3.12.0 2024-01-02 10:16:54 +01:00
Girish Ramakrishnan
cb61faa569 Update minio to 2024-01-01T16-36-33Z 2024-01-02 10:14:29 +01:00
Johannes Zellner
cf11bcd7e6 Update test deps 2023-12-24 10:20:50 +01:00
Johannes Zellner
669976c293 Bump version 2023-12-24 10:20:38 +01:00
5 changed files with 31 additions and 11 deletions

View File

@@ -2180,3 +2180,23 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
* Fix quota config replication for SR by @poornas in #18684
* Update Console version to v0.43.1 by @cesnietor in #18683
[3.11.4]
* Update minio to 2023-12-23T07-19-11Z
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-12-23T07-19-11Z)
* Export tier metrics by @krisis in https://github.com/minio/minio/pull/18678
* allow pre-allocating buffers to reduce frequent GCs during growth by @harshavardhana in https://github.com/minio/minio/pull/18686
* prom: Add online and healing drives metrics per erasure set by @vadmeste in https://github.com/minio/minio/pull/18700
* send proper IPv6 names avoid bracketing notation by @harshavardhana in https://github.com/minio/minio/pull/18699
* rename object_size -> block_size for cache subsystem by @harshavardhana in https://github.com/minio/minio/pull/18694
* tier: Allow edit of the new Azure and AWS auth params by @vadmeste in https://github.com/minio/minio/pull/18690
* fix: reject clients that do not send proper payload by @harshavardhana in https://github.com/minio/minio/pull/18701
* Graph cluster wide where applicable by @shtripat in https://github.com/minio/minio/pull/18705
* server-info: Avoid initializing audit/log http/kafka targets by @vadmeste in https://github.com/minio/minio/pull/18703
* Fix precendence bug in S3Select SQL IN clauses by @donatello in https://github.com/minio/minio/pull/18708
[3.12.0]
* Update minio to 2024-01-01T16-36-33Z
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-01-01T16-36-33Z)
* A significant performance improvement feature to optimize ListObjects() is part of this release.
* New console HTTP security headers are fully customizable now for specific needs, refer #18631

View File

@@ -5,8 +5,8 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Distributed object storage",
"version": "3.11.3",
"upstreamVersion": "2023-12-20T01-00-02Z ",
"version": "3.12.0",
"upstreamVersion": "2024-01-01T16-36-33Z",
"healthCheckPath": "/minio/login",
"memoryLimit": 805306368,
"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.2023-12-20T01-00-02Z
ARG VERSION=RELEASE.2024-01-01T16-36-33Z
# 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": "^120.0.0",
"chromedriver": "^120.0.1",
"expect.js": "^0.3.1",
"mocha": "^10.2.0",
"selenium-webdriver": "^4.16.0",
@@ -228,9 +228,9 @@
}
},
"node_modules/chromedriver": {
"version": "120.0.0",
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-120.0.0.tgz",
"integrity": "sha512-LGy2LhWRBiqDarFIU8gQ43EEyj+07Tc3JuUhthkESAwZ99lrifSnKZwKU0aVwansU84+k6bt71z7K3dkk65gZg==",
"version": "120.0.1",
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-120.0.1.tgz",
"integrity": "sha512-ETTJlkibcAmvoKsaEoq2TFqEsJw18N0O9gOQZX6Uv/XoEiOV8p+IZdidMeIRYELWJIgCZESvlOx5d1QVnB4v0w==",
"hasInstallScript": true,
"dependencies": {
"@testim/chrome-version": "^1.1.4",
@@ -1708,9 +1708,9 @@
}
},
"chromedriver": {
"version": "120.0.0",
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-120.0.0.tgz",
"integrity": "sha512-LGy2LhWRBiqDarFIU8gQ43EEyj+07Tc3JuUhthkESAwZ99lrifSnKZwKU0aVwansU84+k6bt71z7K3dkk65gZg==",
"version": "120.0.1",
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-120.0.1.tgz",
"integrity": "sha512-ETTJlkibcAmvoKsaEoq2TFqEsJw18N0O9gOQZX6Uv/XoEiOV8p+IZdidMeIRYELWJIgCZESvlOx5d1QVnB4v0w==",
"requires": {
"@testim/chrome-version": "^1.1.4",
"axios": "^1.6.0",

View File

@@ -9,7 +9,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"chromedriver": "^120.0.0",
"chromedriver": "^120.0.1",
"expect.js": "^0.3.1",
"mocha": "^10.2.0",
"selenium-webdriver": "^4.16.0",