1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2025-09-17 10:49:08 +00:00

Compare commits

...

5 Commits

Author SHA1 Message Date
Girish Ramakrishnan
540ad857fd Version 3.11.2 2023-12-15 10:16:17 +01:00
Girish Ramakrishnan
c06f2d9e9d Update minio to 2023-12-14T18-51-57Z 2023-12-15 09:53:20 +01:00
Girish Ramakrishnan
0d96abc3c8 Version 3.11.1 2023-12-14 11:33:53 +01:00
Girish Ramakrishnan
63f6910f5f Update test packages 2023-12-14 10:01:11 +01:00
Girish Ramakrishnan
b09a9cc6ea Update minio to 2023-12-13T23-28-55Z 2023-12-14 09:38:09 +01:00
5 changed files with 27 additions and 11 deletions

View File

@@ -2148,3 +2148,19 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
* feat: add events_errors_total metric by @jiuker in #18610
* add configuration to limit replication workers by @poornas in #18601
* use latest minisign release by @harshavardhana in #18614
[3.11.1]
* Update minio to 2023-12-13T23-28-55Z
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-12-13T23-28-55Z)
* tier: Add support of SP credentials with Azure by @vadmeste in #18630
* Fix issue [#18315], resolve the absence of the sed command in ubi-mic… by @opencmit2 in #18459
* reduce logging during permission denied errors by @harshavardhana in #18641
* healthcheck requests with user-agent mozilla do not need redirects by @harshavardhana in #18642
* Changed the expression to render the value by @shtripat in #18627
[3.11.2]
* Update minio to 2023-12-14T18-51-57Z
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-12-14T18-51-57Z)
* re-use the same local drive used by remote-peer by @harshavardhana in #18645
* Label the notification target metrics by their target IDs by @Praveenrajmani in #18633
* update console UI to v0.43.0 release by @harshavardhana in #18653

View File

@@ -5,8 +5,8 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Distributed object storage",
"version": "3.11.0",
"upstreamVersion": "2023-12-09T18-17-51Z",
"version": "3.11.2",
"upstreamVersion": "2023-12-14T18-51-57Z",
"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-09T18-17-51Z
ARG VERSION=RELEASE.2023-12-14T18-51-57Z
# 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": "^119.0.1",
"chromedriver": "^120.0.0",
"expect.js": "^0.3.1",
"mocha": "^10.2.0",
"selenium-webdriver": "^4.16.0",
@@ -228,9 +228,9 @@
}
},
"node_modules/chromedriver": {
"version": "119.0.1",
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-119.0.1.tgz",
"integrity": "sha512-lpCFFLaXPpvElTaUOWKdP74pFb/sJhWtWqMjn7Ju1YriWn8dT5JBk84BGXMPvZQs70WfCYWecxdMmwfIu1Mupg==",
"version": "120.0.0",
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-120.0.0.tgz",
"integrity": "sha512-LGy2LhWRBiqDarFIU8gQ43EEyj+07Tc3JuUhthkESAwZ99lrifSnKZwKU0aVwansU84+k6bt71z7K3dkk65gZg==",
"hasInstallScript": true,
"dependencies": {
"@testim/chrome-version": "^1.1.4",
@@ -1708,9 +1708,9 @@
}
},
"chromedriver": {
"version": "119.0.1",
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-119.0.1.tgz",
"integrity": "sha512-lpCFFLaXPpvElTaUOWKdP74pFb/sJhWtWqMjn7Ju1YriWn8dT5JBk84BGXMPvZQs70WfCYWecxdMmwfIu1Mupg==",
"version": "120.0.0",
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-120.0.0.tgz",
"integrity": "sha512-LGy2LhWRBiqDarFIU8gQ43EEyj+07Tc3JuUhthkESAwZ99lrifSnKZwKU0aVwansU84+k6bt71z7K3dkk65gZg==",
"requires": {
"@testim/chrome-version": "^1.1.4",
"axios": "^1.6.0",

View File

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