mirror of
https://git.cloudron.io/cloudron/minio-app
synced 2025-09-21 20:47:37 +00:00
Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
32a649b52a | ||
|
08f1230582 | ||
|
eda4dd653f |
15
CHANGELOG
15
CHANGELOG
@@ -1731,3 +1731,18 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
|||||||
* add missing expiration information from 'sts info' by @harshavardhana in #16878
|
* add missing expiration information from 'sts info' by @harshavardhana in #16878
|
||||||
* Revert query parameter src from diag upload if callhome enabled by @shtripat in #16881
|
* Revert query parameter src from diag upload if callhome enabled by @shtripat in #16881
|
||||||
* Revert "Make localLocker lock attempts cancellable (#16510)" by @klauspost in #16884
|
* Revert "Make localLocker lock attempts cancellable (#16510)" by @klauspost in #16884
|
||||||
|
|
||||||
|
[3.4.16]
|
||||||
|
* Update minio to 2023-04-07T05-28-58Z
|
||||||
|
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-04-07T05-28-58Z)
|
||||||
|
* Set Console global Root CAs early to trust provided certs by @vadmeste in #16890
|
||||||
|
* ignore operation timedout errors by @harshavardhana in #16891
|
||||||
|
* fix: Avoid multiple write responses by @jiuker in #16894
|
||||||
|
* fix: time.Parse RFC3339Nano by @jiuker in #16892
|
||||||
|
* update all our deps by @harshavardhana in #16899
|
||||||
|
* [testing] add mint runner test by @harshavardhana in #16868
|
||||||
|
* fix: avoid logging when object/version not found in replication by @allanrogerr in #16919
|
||||||
|
* fix: missing return after error response by @donatello in #16920
|
||||||
|
* fix: put *msgp.Reader back in pool by @jiuker in #16927
|
||||||
|
* fix: avoid out of slice index by @jiuker in #16925
|
||||||
|
* allow more workers for ILM expiration by @harshavardhana in #16924
|
||||||
|
@@ -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.4.15",
|
"version": "3.4.16",
|
||||||
"upstreamVersion": "2023-03-24T21-41-23Z",
|
"upstreamVersion": "2023-04-07T05-28-58Z",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"memoryLimit": 805306368,
|
"memoryLimit": 805306368,
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
|
@@ -3,7 +3,7 @@ FROM cloudron/base:4.0.0@sha256:31b195ed0662bdb06a6e8a5ddbedb6f191ce92e8bee04c03
|
|||||||
RUN mkdir -p /app/code
|
RUN mkdir -p /app/code
|
||||||
WORKDIR /app/code
|
WORKDIR /app/code
|
||||||
|
|
||||||
ARG VERSION=RELEASE.2023-03-24T21-41-23Z
|
ARG VERSION=RELEASE.2023-04-07T05-28-58Z
|
||||||
|
|
||||||
# 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
|
||||||
|
@@ -9,11 +9,11 @@
|
|||||||
"author": "",
|
"author": "",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"chromedriver": "^111.0.0",
|
"chromedriver": "^112.0.0",
|
||||||
"delay": "^5.0.0",
|
"delay": "^5.0.0",
|
||||||
"expect.js": "^0.3.1",
|
"expect.js": "^0.3.1",
|
||||||
"mocha": "^10.2.0",
|
"mocha": "^10.2.0",
|
||||||
"selenium-webdriver": "^4.8.1",
|
"selenium-webdriver": "^4.8.2",
|
||||||
"superagent": "^8.0.9"
|
"superagent": "^8.0.9"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user