mirror of
https://git.cloudron.io/cloudron/minio-app
synced 2025-09-21 04:27:33 +00:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
a6352ab7d8 | ||
|
01d9c176ce |
11
CHANGELOG
11
CHANGELOG
@@ -1486,3 +1486,14 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
|||||||
* do not need to trace ignored objects by @harshavardhana in #15894
|
* do not need to trace ignored objects by @harshavardhana in #15894
|
||||||
* Add concurrent Snowball extraction + options by @klauspost in #15836
|
* Add concurrent Snowball extraction + options by @klauspost in #15836
|
||||||
* storage: Return errDiskNotFound when a peer is during shutdown by @vadmeste in #15868
|
* storage: Return errDiskNotFound when a peer is during shutdown by @vadmeste in #15868
|
||||||
|
|
||||||
|
[2.9.12]
|
||||||
|
* Update minio to 2022-10-21T22-37-48Z
|
||||||
|
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-10-21T22-37-48Z)
|
||||||
|
* Do not freeze s3 traffic in healthinfo api by @anjalshireesh in #15912
|
||||||
|
* lifecycle: Fix rules filtering by @vadmeste in #15914
|
||||||
|
* Pass encrypted etag as is for immediate tiering by @krisis in #15925
|
||||||
|
* Set CONSOLE_MINIO_SERVER to 127.0.0.1 by default by @vadmeste in #15887
|
||||||
|
* Fix deletemarker replication check properly by @poornas in #15923
|
||||||
|
* Check for s3zip content offset by @klauspost in #15924
|
||||||
|
|
||||||
|
@@ -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": "2.9.11",
|
"version": "2.9.12",
|
||||||
"upstreamVersion": "2022-10-20T00-55-09Z",
|
"upstreamVersion": "2022-10-21T22-37-48Z",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"memoryLimit": 805306368,
|
"memoryLimit": 805306368,
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
|
@@ -3,7 +3,7 @@ FROM cloudron/base:3.2.0@sha256:ba1d566164a67c266782545ea9809dc611c4152e27686fd1
|
|||||||
RUN mkdir -p /app/code
|
RUN mkdir -p /app/code
|
||||||
WORKDIR /app/code
|
WORKDIR /app/code
|
||||||
|
|
||||||
ARG VERSION=RELEASE.2022-10-20T00-55-09Z
|
ARG VERSION=RELEASE.2022-10-21T22-37-48Z
|
||||||
|
|
||||||
# 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
|
||||||
|
Reference in New Issue
Block a user