mirror of
https://git.cloudron.io/cloudron/minio-app
synced 2025-09-13 16:29:13 +00:00
Compare commits
12 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
1b74681053 | ||
|
5416718efd | ||
|
2e0f47fc40 | ||
|
57a0495d79 | ||
|
d0fa31be3c | ||
|
5bce9a300d | ||
|
3793fd4106 | ||
|
1a24f9436c | ||
|
582f0c3986 | ||
|
9d2b5a932a | ||
|
03bbd29700 | ||
|
ad8d9a1e06 |
32
CHANGELOG
32
CHANGELOG
@@ -824,3 +824,35 @@ Add support for ListObject caching. See (#10814, #10648, #10784, #10844, #10836,
|
|||||||
* fix: build on OpenBSD (#11384) (02/01/21) (Daniel Jakots)
|
* fix: build on OpenBSD (#11384) (02/01/21) (Daniel Jakots)
|
||||||
* fix: docs typo in README_zh_CN (#11375) (01/31/21) (swartz-k)
|
* fix: docs typo in README_zh_CN (#11375) (01/31/21) (swartz-k)
|
||||||
* crypto: deprecate native Hashicorp Vault support (#11352) (01/30/21) (Andreas Auernhammer)
|
* crypto: deprecate native Hashicorp Vault support (#11352) (01/30/21) (Andreas Auernhammer)
|
||||||
|
|
||||||
|
[1.158.0]
|
||||||
|
* Update minio to 2021-02-07T01-31-02Z
|
||||||
|
* [Full changelog](https://github.com/minio/minio/releases/tag/RELEASE.2021-02-07T01-31-02Z)
|
||||||
|
* Fixes an important regression in lock expiration that can lead to expanded setup deployments to fail refer #11468, #11446
|
||||||
|
* Fix ILM implementation bugs in refer #11471, #11462, #11423
|
||||||
|
* Fix replication implementation bugs related to metadata checks, delete marker deletion refer #11465, #11410
|
||||||
|
* Rolling upgrades are not supported in this release, please upgrade all servers at once.
|
||||||
|
|
||||||
|
[1.159.0]
|
||||||
|
* Update minio to 2021-02-11T08-23-43Z
|
||||||
|
* [Full changelog](https://github.com/minio/minio/releases/tag/RELEASE.2021-02-11T08-23-43Z)
|
||||||
|
|
||||||
|
[1.159.1]
|
||||||
|
* Update minio to 2021-02-14T04-01-33Z
|
||||||
|
* [Full changelog](https://github.com/minio/minio/releases/tag/RELEASE.2021-02-14T04-01-33Z)
|
||||||
|
|
||||||
|
[1.159.2]
|
||||||
|
* Update minio to 2021-02-19T04-38-02Z
|
||||||
|
* [Full changelog](https://github.com/minio/minio/releases/tag/RELEASE.2021-02-19T04-38-02Z)
|
||||||
|
|
||||||
|
[1.159.3]
|
||||||
|
* Update minio to 2021-02-24T18-44-45Z
|
||||||
|
* [Full changelog](https://github.com/minio/minio/releases/tag/RELEASE.2021-02-24T18-44-45Z)
|
||||||
|
* use crypto/sha256 for FIPS 140-2 compliance. See (#11623) for more details.
|
||||||
|
* fix: Ensure cache has finished deserializing. See (#11620) for more details.
|
||||||
|
* Use DSYNC for xl.meta writes and NOATIME for reads. See (#11615) for more details.
|
||||||
|
* remove Content-MD5 on Range requests. See (#11611) for more details.
|
||||||
|
|
||||||
|
[1.59.4]
|
||||||
|
* Update minio to 2021-03-01T04-20-55Z
|
||||||
|
* [Full changelog](https://github.com/minio/minio/releases/tag/RELEASE.2021-03-01T04-20-55Z)
|
||||||
|
@@ -5,7 +5,7 @@
|
|||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"changelog": "file://CHANGELOG",
|
"changelog": "file://CHANGELOG",
|
||||||
"tagline": "Distributed object storage",
|
"tagline": "Distributed object storage",
|
||||||
"version": "1.157.1",
|
"version": "1.159.4",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
"addons": {
|
"addons": {
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
This app packages Minio <upstream>2021-02-01T22-56-52Z</upstream>.
|
This app packages Minio <upstream>2021-03-01T04-20-55Z</upstream>.
|
||||||
|
|
||||||
Minio is a distributed object storage server built for cloud applications and devops.
|
Minio is a distributed object storage server built for cloud applications and devops.
|
||||||
|
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
FROM cloudron/base:2.0.0@sha256:f9fea80513aa7c92fe2e7bf3978b54c8ac5222f47a9a32a7f8833edf0eb5a4f4
|
FROM cloudron/base:3.0.0@sha256:455c70428723e3a823198c57472785437eb6eab082e79b3ff04ea584faf46e92
|
||||||
|
|
||||||
ARG VERSION=RELEASE.2021-02-01T22-56-52Z
|
ARG VERSION=RELEASE.2021-03-01T04-20-55Z
|
||||||
|
|
||||||
RUN mkdir -p /app/code \
|
RUN mkdir -p /app/code \
|
||||||
&& wget https://dl.min.io/server/minio/release/linux-amd64/minio.${VERSION} -O /app/code/minio \
|
&& wget https://dl.min.io/server/minio/release/linux-amd64/minio.${VERSION} -O /app/code/minio \
|
||||||
|
1873
test/package-lock.json
generated
1873
test/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -11,7 +11,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"chromedriver": "^88.0.0",
|
"chromedriver": "^88.0.0",
|
||||||
"expect.js": "^0.3.1",
|
"expect.js": "^0.3.1",
|
||||||
"mocha": "^8.2.1",
|
"mocha": "^8.3.0",
|
||||||
"selenium-webdriver": "^3.6.0"
|
"selenium-webdriver": "^3.6.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user