mirror of
https://git.cloudron.io/cloudron/minio-app
synced 2025-09-22 21:17:35 +00:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
c32fc59b39 | ||
|
78913a6f02 |
11
CHANGELOG
11
CHANGELOG
@@ -1769,3 +1769,14 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
||||
* implement support for FTP/SFTP server by @harshavardhana in #16952
|
||||
* Reduce allocations in Walkdir by @klauspost in #17036
|
||||
* Reformat helm chart templates by @dnskr in #16947
|
||||
|
||||
[3.4.19]
|
||||
* Update minio to 2023-04-28T18-11-17Z
|
||||
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-04-28T18-11-17Z)
|
||||
* fix: delete DNS upon success, update failure message by @harshavardhana in #17059
|
||||
* avoid attempting to migrate old configs by @harshavardhana in #17004
|
||||
* server-info: Return initializing state properly by @vadmeste in #17070
|
||||
* simplify sort.Sort by using sort.Slice by @harshavardhana in #17066
|
||||
* heal: Pick maximally occuring modTime in quorum by @krisis in #17071
|
||||
* fix: DeleteBucket for peers() must recreate bucket upon errors by @harshavardhana in #17079
|
||||
* fix: initialize reverse proxy forwarder with right public certs by @harshavardhana in #17080
|
||||
|
@@ -5,8 +5,8 @@
|
||||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Distributed object storage",
|
||||
"version": "3.4.18",
|
||||
"upstreamVersion": "2023-04-20T17-56-55Z",
|
||||
"version": "3.4.19",
|
||||
"upstreamVersion": "2023-04-28T18-11-17Z",
|
||||
"healthCheckPath": "/minio/login",
|
||||
"memoryLimit": 805306368,
|
||||
"httpPort": 8000,
|
||||
|
@@ -3,7 +3,7 @@ FROM cloudron/base:4.0.0@sha256:31b195ed0662bdb06a6e8a5ddbedb6f191ce92e8bee04c03
|
||||
RUN mkdir -p /app/code
|
||||
WORKDIR /app/code
|
||||
|
||||
ARG VERSION=RELEASE.2023-04-20T17-56-55Z
|
||||
ARG VERSION=RELEASE.2023-04-28T18-11-17Z
|
||||
|
||||
# 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
|
||||
|
Reference in New Issue
Block a user