mirror of
https://git.cloudron.io/cloudron/minio-app
synced 2025-09-15 17:39:12 +00:00
Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
51850a87d8 | ||
|
9a9367d5f4 | ||
|
bedc600aa5 |
12
CHANGELOG
12
CHANGELOG
@@ -2417,3 +2417,15 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
||||
* Encode dir obj names before expiration by @krisis in https://github.com/minio/minio/pull/19305
|
||||
* fix batch snowball to close channel after listing finishes by @poornas in https://github.com/minio/minio/pull/19316
|
||||
|
||||
[3.13.8]
|
||||
* Update minio to 2024-03-26T22-10-45Z
|
||||
* [Changelog](https://github.com/minio/minio/releases/tag/2024-03-26T22-10-45Z)
|
||||
* Webhook targets refactor and bug fixes by @zveinn in https://github.com/minio/minio/pull/19275
|
||||
* fix: convert multiple callers to use toStorageErr(err) correctly by @harshavardhana in https://github.com/minio/minio/pull/19339
|
||||
* fix: should return when error happend by @jiuker in https://github.com/minio/minio/pull/19342
|
||||
* bring back minor DNS cache for k8s setups by @harshavardhana in https://github.com/minio/minio/pull/19341
|
||||
* Adding dashboard for MinIO node metrics by @shtripat in https://github.com/minio/minio/pull/19329
|
||||
* Fix races in IAM cache lazy loading by @klauspost in https://github.com/minio/minio/pull/19346
|
||||
* allow configuring inline shard size value by @harshavardhana in https://github.com/minio/minio/pull/19336
|
||||
* replication:fix precondition check for multipart by @poornas in https://github.com/minio/minio/pull/19349
|
||||
|
||||
|
@@ -5,8 +5,8 @@
|
||||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Distributed object storage",
|
||||
"version": "3.13.7",
|
||||
"upstreamVersion": "2024-03-21T23-13-43Z",
|
||||
"version": "3.13.8",
|
||||
"upstreamVersion": "2024-03-26T22-10-45Z",
|
||||
"healthCheckPath": "/minio/login",
|
||||
"memoryLimit": 2147483648,
|
||||
"httpPort": 8000,
|
||||
|
@@ -3,7 +3,7 @@ FROM cloudron/base:4.2.0@sha256:46da2fffb36353ef714f97ae8e962bd2c212ca091108d768
|
||||
RUN mkdir -p /app/code
|
||||
WORKDIR /app/code
|
||||
|
||||
ARG VERSION=RELEASE.2024-03-21T23-13-43Z
|
||||
ARG VERSION=RELEASE.2024-03-26T22-10-45Z
|
||||
|
||||
# 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
14
test/package-lock.json
generated
@@ -11,7 +11,7 @@
|
||||
"dependencies": {
|
||||
"chromedriver": "^123.0.0",
|
||||
"expect.js": "^0.3.1",
|
||||
"mocha": "^10.3.0",
|
||||
"mocha": "^10.4.0",
|
||||
"selenium-webdriver": "^4.18.1",
|
||||
"superagent": "^8.1.2"
|
||||
}
|
||||
@@ -1094,9 +1094,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/mocha": {
|
||||
"version": "10.3.0",
|
||||
"resolved": "https://registry.npmjs.org/mocha/-/mocha-10.3.0.tgz",
|
||||
"integrity": "sha512-uF2XJs+7xSLsrmIvn37i/wnc91nw7XjOQB8ccyx5aEgdnohr7n+rEiZP23WkCYHjilR6+EboEnbq/ZQDz4LSbg==",
|
||||
"version": "10.4.0",
|
||||
"resolved": "https://registry.npmjs.org/mocha/-/mocha-10.4.0.tgz",
|
||||
"integrity": "sha512-eqhGB8JKapEYcC4ytX/xrzKforgEc3j1pGlAXVy3eRwrtAy5/nIfT1SvgGzfN0XZZxeLq0aQWkOUAmqIJiv+bA==",
|
||||
"dependencies": {
|
||||
"ansi-colors": "4.1.1",
|
||||
"browser-stdout": "1.3.1",
|
||||
@@ -2615,9 +2615,9 @@
|
||||
}
|
||||
},
|
||||
"mocha": {
|
||||
"version": "10.3.0",
|
||||
"resolved": "https://registry.npmjs.org/mocha/-/mocha-10.3.0.tgz",
|
||||
"integrity": "sha512-uF2XJs+7xSLsrmIvn37i/wnc91nw7XjOQB8ccyx5aEgdnohr7n+rEiZP23WkCYHjilR6+EboEnbq/ZQDz4LSbg==",
|
||||
"version": "10.4.0",
|
||||
"resolved": "https://registry.npmjs.org/mocha/-/mocha-10.4.0.tgz",
|
||||
"integrity": "sha512-eqhGB8JKapEYcC4ytX/xrzKforgEc3j1pGlAXVy3eRwrtAy5/nIfT1SvgGzfN0XZZxeLq0aQWkOUAmqIJiv+bA==",
|
||||
"requires": {
|
||||
"ansi-colors": "4.1.1",
|
||||
"browser-stdout": "1.3.1",
|
||||
|
@@ -11,7 +11,7 @@
|
||||
"dependencies": {
|
||||
"chromedriver": "^123.0.0",
|
||||
"expect.js": "^0.3.1",
|
||||
"mocha": "^10.3.0",
|
||||
"mocha": "^10.4.0",
|
||||
"selenium-webdriver": "^4.18.1",
|
||||
"superagent": "^8.1.2"
|
||||
}
|
||||
|
Reference in New Issue
Block a user