mirror of
https://git.cloudron.io/cloudron/minio-app
synced 2025-09-22 13:07:33 +00:00
Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
368da33581 | ||
|
ca6eaad35d | ||
|
e47f31b8a8 |
25
CHANGELOG
25
CHANGELOG
@@ -2392,3 +2392,28 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
|||||||
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-03-15T01-07-19Z)
|
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-03-15T01-07-19Z)
|
||||||
* allow dynamically changing max_object_versions per object (#19265)
|
* allow dynamically changing max_object_versions per object (#19265)
|
||||||
|
|
||||||
|
[3.13.7]
|
||||||
|
* Update minio to 2024-03-21T23-13-43Z
|
||||||
|
* [Changelog](https://github.com/minio/minio/releases/tag/2024-03-21T23-13-43Z)
|
||||||
|
* write anything beyond 4k to be written in 4k pages by @harshavardhana in https://github.com/minio/minio/pull/19269
|
||||||
|
* fix wrong time.Parse params order by @alingse in https://github.com/minio/minio/pull/19279
|
||||||
|
* implement a flag to specify custom crossdomain.xml by @harshavardhana in https://github.com/minio/minio/pull/19262
|
||||||
|
* fix: add a default requests deadline when deadline is 0 by @harshavardhana in https://github.com/minio/minio/pull/19287
|
||||||
|
* add deprecated expiry_workers to be ignored by @harshavardhana in https://github.com/minio/minio/pull/19289
|
||||||
|
* add additional logs for the decom during metadata save by @harshavardhana in https://github.com/minio/minio/pull/19288
|
||||||
|
* feat: add user to NOTIFY_REDIS by @jiuker in https://github.com/minio/minio/pull/19285
|
||||||
|
* change the notification queue full message by @harshavardhana in https://github.com/minio/minio/pull/19293
|
||||||
|
* list: Fix IsTruncated and NextMarker when encountering expired objects by @vadmeste in https://github.com/minio/minio/pull/19290
|
||||||
|
* xl: Purge instead of moving to trash with near filled disks by @vadmeste in https://github.com/minio/minio/pull/19294
|
||||||
|
* crypto: generate OEK using HMAC-SHA256 instead of SHA256 by @aead in https://github.com/minio/minio/pull/19297
|
||||||
|
* decom: Fix failed status after a failed decommission by @vadmeste in https://github.com/minio/minio/pull/19300
|
||||||
|
* Handle zero versions qualified for expiration by @krisis in https://github.com/minio/minio/pull/19301
|
||||||
|
* avoid triggering heals on metacache files if any by @harshavardhana in https://github.com/minio/minio/pull/19299
|
||||||
|
* add IAM policyDB lookup fallbacks to drives by @harshavardhana in https://github.com/minio/minio/pull/19302
|
||||||
|
* replication: enforce precondition for multipart by @poornas in https://github.com/minio/minio/pull/19306
|
||||||
|
* fix: peer addr returned as empty string by @anjalshireesh in https://github.com/minio/minio/pull/19308
|
||||||
|
* fix: Fix crash when logging events and anonymous is enabled by @vadmeste in https://github.com/minio/minio/pull/19313
|
||||||
|
* use retry during policy reload from drives by @harshavardhana in https://github.com/minio/minio/pull/19307
|
||||||
|
* 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
|
||||||
|
|
||||||
|
@@ -5,8 +5,8 @@
|
|||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"changelog": "file://CHANGELOG",
|
"changelog": "file://CHANGELOG",
|
||||||
"tagline": "Distributed object storage",
|
"tagline": "Distributed object storage",
|
||||||
"version": "3.13.6",
|
"version": "3.13.7",
|
||||||
"upstreamVersion": "2024-03-15T01-07-19Z",
|
"upstreamVersion": "2024-03-21T23-13-43Z",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"memoryLimit": 2147483648,
|
"memoryLimit": 2147483648,
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
|
@@ -3,7 +3,7 @@ FROM cloudron/base:4.2.0@sha256:46da2fffb36353ef714f97ae8e962bd2c212ca091108d768
|
|||||||
RUN mkdir -p /app/code
|
RUN mkdir -p /app/code
|
||||||
WORKDIR /app/code
|
WORKDIR /app/code
|
||||||
|
|
||||||
ARG VERSION=RELEASE.2024-03-15T01-07-19Z
|
ARG VERSION=RELEASE.2024-03-21T23-13-43Z
|
||||||
|
|
||||||
# sometimes here https://dl.min.io/server/minio/release/linux-amd64/archive/
|
# 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
|
# 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
@@ -9,7 +9,7 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"chromedriver": "^122.0.6",
|
"chromedriver": "^123.0.0",
|
||||||
"expect.js": "^0.3.1",
|
"expect.js": "^0.3.1",
|
||||||
"mocha": "^10.3.0",
|
"mocha": "^10.3.0",
|
||||||
"selenium-webdriver": "^4.18.1",
|
"selenium-webdriver": "^4.18.1",
|
||||||
@@ -252,9 +252,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/chromedriver": {
|
"node_modules/chromedriver": {
|
||||||
"version": "122.0.6",
|
"version": "123.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-122.0.6.tgz",
|
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-123.0.0.tgz",
|
||||||
"integrity": "sha512-Q0r+QlUtiJWMQ5HdYaFa0CtBmLFq3n5JWfmq9mOC00UMBvWxku09gUkvBt457QnYfTM/XHqY/HTFOxHvATnTmA==",
|
"integrity": "sha512-OE9mpxXwbFy5LncAisqXm1aEzuLPtEMORIxyYIn9uT7N8rquJWyoip6w9Rytub3o2gnynW9+PFOTPVTldaYrtw==",
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@testim/chrome-version": "^1.1.4",
|
"@testim/chrome-version": "^1.1.4",
|
||||||
@@ -2019,9 +2019,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"chromedriver": {
|
"chromedriver": {
|
||||||
"version": "122.0.6",
|
"version": "123.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-122.0.6.tgz",
|
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-123.0.0.tgz",
|
||||||
"integrity": "sha512-Q0r+QlUtiJWMQ5HdYaFa0CtBmLFq3n5JWfmq9mOC00UMBvWxku09gUkvBt457QnYfTM/XHqY/HTFOxHvATnTmA==",
|
"integrity": "sha512-OE9mpxXwbFy5LncAisqXm1aEzuLPtEMORIxyYIn9uT7N8rquJWyoip6w9Rytub3o2gnynW9+PFOTPVTldaYrtw==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@testim/chrome-version": "^1.1.4",
|
"@testim/chrome-version": "^1.1.4",
|
||||||
"axios": "^1.6.7",
|
"axios": "^1.6.7",
|
||||||
|
@@ -9,7 +9,7 @@
|
|||||||
"author": "",
|
"author": "",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"chromedriver": "^122.0.6",
|
"chromedriver": "^123.0.0",
|
||||||
"expect.js": "^0.3.1",
|
"expect.js": "^0.3.1",
|
||||||
"mocha": "^10.3.0",
|
"mocha": "^10.3.0",
|
||||||
"selenium-webdriver": "^4.18.1",
|
"selenium-webdriver": "^4.18.1",
|
||||||
|
Reference in New Issue
Block a user