mirror of
https://git.cloudron.io/cloudron/minio-app
synced 2025-09-22 04:57:34 +00:00
Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
b64d0c834b | ||
|
8aab79757f | ||
|
4d0ed6744f |
12
CHANGELOG
12
CHANGELOG
@@ -2447,3 +2447,15 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
|||||||
* feat: support EdDSA/Ed25519 for oss by @jiuker in #19397
|
* feat: support EdDSA/Ed25519 for oss by @jiuker in #19397
|
||||||
* update to latest deps by @harshavardhana in #19399
|
* update to latest deps by @harshavardhana in #19399
|
||||||
* Avoid using a nil transport when the config is not initialized by @vadmeste in #19405
|
* Avoid using a nil transport when the config is not initialized by @vadmeste in #19405
|
||||||
|
|
||||||
|
[3.13.11]
|
||||||
|
* Update minio to 2024-04-18T19-09-19Z
|
||||||
|
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-04-18T19-09-19Z)
|
||||||
|
* fix: add fallbackDisks for disk healing by @harshavardhana in #19425
|
||||||
|
* fix: increase the tiering part size to 128MiB by @harshavardhana in #19424
|
||||||
|
* heal: Add more per disk healing result in the audit by @vadmeste in #19427
|
||||||
|
* batch-repl: Do not allow both source/target to be remote by @vadmeste in #19434
|
||||||
|
* Allow setting readOnlyRootFilesystem in securityContext by @AlexanderThaller in #19437
|
||||||
|
* Add a warning when the total size of an object versions exceeds 1 TiB by @vadmeste in #19435
|
||||||
|
* make if-none-match PUT/POST RFC compliant by @harshavardhana in #19448
|
||||||
|
* fix: unknow contentType for ArchiveFileHandler by @jiuker in #19451
|
||||||
|
@@ -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.10",
|
"version": "3.13.11",
|
||||||
"upstreamVersion": "2024-04-06T05-26-02Z",
|
"upstreamVersion": "2024-04-18T19-09-19Z",
|
||||||
"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-04-06T05-26-02Z
|
ARG VERSION=RELEASE.2024-04-18T19-09-19Z
|
||||||
|
|
||||||
# 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": "^123.0.1",
|
"chromedriver": "^123.0.4",
|
||||||
"expect.js": "^0.3.1",
|
"expect.js": "^0.3.1",
|
||||||
"mocha": "^10.4.0",
|
"mocha": "^10.4.0",
|
||||||
"selenium-webdriver": "^4.19.0",
|
"selenium-webdriver": "^4.19.0",
|
||||||
@@ -243,9 +243,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/chromedriver": {
|
"node_modules/chromedriver": {
|
||||||
"version": "123.0.1",
|
"version": "123.0.4",
|
||||||
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-123.0.1.tgz",
|
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-123.0.4.tgz",
|
||||||
"integrity": "sha512-YQUIP/zdlzDIRCZNCv6rEVDSY4RAxo/tDL0OiGPPuai+z8unRNqJr/9V6XTBypVFyDheXNalKt9QxEqdMPuLAQ==",
|
"integrity": "sha512-3Yi7y7q35kkSAOTbRisiww/SL2w+DqafDPAaUShpSuLMmPaOvHQR0i3bm2/33QBiQ8fUb1J/MzppzVL6IDqvhA==",
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@testim/chrome-version": "^1.1.4",
|
"@testim/chrome-version": "^1.1.4",
|
||||||
@@ -1941,9 +1941,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"chromedriver": {
|
"chromedriver": {
|
||||||
"version": "123.0.1",
|
"version": "123.0.4",
|
||||||
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-123.0.1.tgz",
|
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-123.0.4.tgz",
|
||||||
"integrity": "sha512-YQUIP/zdlzDIRCZNCv6rEVDSY4RAxo/tDL0OiGPPuai+z8unRNqJr/9V6XTBypVFyDheXNalKt9QxEqdMPuLAQ==",
|
"integrity": "sha512-3Yi7y7q35kkSAOTbRisiww/SL2w+DqafDPAaUShpSuLMmPaOvHQR0i3bm2/33QBiQ8fUb1J/MzppzVL6IDqvhA==",
|
||||||
"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": "^123.0.1",
|
"chromedriver": "^123.0.4",
|
||||||
"expect.js": "^0.3.1",
|
"expect.js": "^0.3.1",
|
||||||
"mocha": "^10.4.0",
|
"mocha": "^10.4.0",
|
||||||
"selenium-webdriver": "^4.19.0",
|
"selenium-webdriver": "^4.19.0",
|
||||||
|
Reference in New Issue
Block a user