mirror of
https://git.cloudron.io/cloudron/minio-app
synced 2025-09-23 13:37:37 +00:00
Compare commits
7 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
97e6ae5a6f | ||
|
dfa728d7a5 | ||
|
f06d703fce | ||
|
c78df06cb7 | ||
|
87859252ce | ||
|
9ef74c45d5 | ||
|
e551d6535d |
31
CHANGELOG
31
CHANGELOG
@@ -2038,3 +2038,34 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
|||||||
* simplify channel send() in WalkDir() by @T-M-A in #18186
|
* simplify channel send() in WalkDir() by @T-M-A in #18186
|
||||||
* Fix current_send_in_progress metric always being zero by @mctoohey in #18160
|
* Fix current_send_in_progress metric always being zero by @mctoohey in #18160
|
||||||
* avoid rebalance state for getObjectTags if any by @harshavardhana in #18197
|
* avoid rebalance state for getObjectTags if any by @harshavardhana in #18197
|
||||||
|
|
||||||
|
[3.9.4]
|
||||||
|
* Update minio to 2023-10-24T04-42-36Z
|
||||||
|
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-10-24T04-42-36Z)
|
||||||
|
* choose different max_concurrent requests per drive based on HDD/NVMe by @harshavardhana in #18254
|
||||||
|
* Don't skip rules with ExpiredObjectDeleteMarker by @krisis in #18256
|
||||||
|
* Fix globalDeploymentID race by @klauspost in #18275
|
||||||
|
* Remove unused config migration by @klauspost in #18277
|
||||||
|
* Fix linter errors in Windows specific code by @klauspost in #18276
|
||||||
|
* cache DiskInfo() metrics call separately by @harshavardhana in #18270
|
||||||
|
|
||||||
|
[3.9.5]
|
||||||
|
* Update minio to 2023-10-25T06-33-25Z
|
||||||
|
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-10-25T06-33-25Z)
|
||||||
|
* Fix BackendInfo() race by @klauspost in #18305
|
||||||
|
* Improve multipart listing speed by @klauspost in #18307
|
||||||
|
* fix: flaky and stupid tests in root lockdown by @harshavardhana in #18308
|
||||||
|
* fix: listObjectParts to prefer local and single disks by @harshavardhana in #18309
|
||||||
|
* avoid racy replicationCount checks by @harshavardhana in #18311
|
||||||
|
|
||||||
|
[3.9.6]
|
||||||
|
* Update minio to 2023-11-01T01-57-10Z
|
||||||
|
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-11-01T01-57-10Z)
|
||||||
|
* update go mod and CREDITS by @harshavardhana in #18289
|
||||||
|
* fix: do not preserve mtime during CopyObject() metadata updates by @harshavardhana in #18316
|
||||||
|
* Preserve replica timestamps in multipart by @poornas in #18318
|
||||||
|
* fix:Canceling the heal caused goroutine to leak. by @jiuker in #18322
|
||||||
|
* fix: update the user cache while adding service accounts with expiry by @Praveenrajmani in #18320
|
||||||
|
* fix: parse the subsys env error by @jiuker in #18319
|
||||||
|
* add MC_CONFIG_DIR to use mc from writable path by @harshavardhana in #18317
|
||||||
|
* Reload replication targets lazily if missing by @poornas in #18333
|
||||||
|
@@ -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.9.3",
|
"version": "3.9.6",
|
||||||
"upstreamVersion": "2023-10-16T04-13-43Z",
|
"upstreamVersion": "2023-11-01T01-57-10Z",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"memoryLimit": 805306368,
|
"memoryLimit": 805306368,
|
||||||
"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.2023-10-16T04-13-43Z
|
ARG VERSION=RELEASE.2023-11-01T01-57-10Z
|
||||||
|
|
||||||
# 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": "^118.0.1",
|
"chromedriver": "^119.0.0",
|
||||||
"expect.js": "^0.3.1",
|
"expect.js": "^0.3.1",
|
||||||
"mocha": "^10.2.0",
|
"mocha": "^10.2.0",
|
||||||
"selenium-webdriver": "^4.14.0",
|
"selenium-webdriver": "^4.14.0",
|
||||||
@@ -228,9 +228,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/chromedriver": {
|
"node_modules/chromedriver": {
|
||||||
"version": "118.0.1",
|
"version": "119.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-118.0.1.tgz",
|
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-119.0.0.tgz",
|
||||||
"integrity": "sha512-GlGfyRE47IuSJnuadIiDy89EMDMQFBVWxUmiclLJKzQhFsiWAtcIr/mNOxjljZdsw9IwIOQEkrB9wympKYFPLw==",
|
"integrity": "sha512-3TmabGT7xg57/Jbsg6B/Kqk3HaSbCP1ZHkR5zNft5vT/IWKjZCAGTH9waMI+i5KHSEiMH0zOw/WF98l+1Npkpw==",
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@testim/chrome-version": "^1.1.3",
|
"@testim/chrome-version": "^1.1.3",
|
||||||
@@ -1708,9 +1708,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"chromedriver": {
|
"chromedriver": {
|
||||||
"version": "118.0.1",
|
"version": "119.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-118.0.1.tgz",
|
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-119.0.0.tgz",
|
||||||
"integrity": "sha512-GlGfyRE47IuSJnuadIiDy89EMDMQFBVWxUmiclLJKzQhFsiWAtcIr/mNOxjljZdsw9IwIOQEkrB9wympKYFPLw==",
|
"integrity": "sha512-3TmabGT7xg57/Jbsg6B/Kqk3HaSbCP1ZHkR5zNft5vT/IWKjZCAGTH9waMI+i5KHSEiMH0zOw/WF98l+1Npkpw==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@testim/chrome-version": "^1.1.3",
|
"@testim/chrome-version": "^1.1.3",
|
||||||
"axios": "^1.4.0",
|
"axios": "^1.4.0",
|
||||||
|
@@ -9,7 +9,7 @@
|
|||||||
"author": "",
|
"author": "",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"chromedriver": "^118.0.1",
|
"chromedriver": "^119.0.0",
|
||||||
"expect.js": "^0.3.1",
|
"expect.js": "^0.3.1",
|
||||||
"mocha": "^10.2.0",
|
"mocha": "^10.2.0",
|
||||||
"selenium-webdriver": "^4.14.0",
|
"selenium-webdriver": "^4.14.0",
|
||||||
|
Reference in New Issue
Block a user