1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2025-09-27 15:37:25 +00:00

Compare commits

..

2 Commits

Author SHA1 Message Date
Girish Ramakrishnan
13329afe50 Version 3.4.13 2023-03-21 09:43:31 +01:00
Girish Ramakrishnan
8feb8dd0e3 Update minio to 2023-03-20T20-16-18Z 2023-03-21 09:30:08 +01:00
3 changed files with 13 additions and 3 deletions

View File

@@ -1705,3 +1705,13 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
* Add Object Version count histogram by @klauspost in #16739
* fix: site-repl should heal STS with virtual parent by @donatello in #16792
* chore: drop go versions in static analysis by @ferhatelmas in #16790
[3.4.13]
* Update minio to 2023-03-20T20-16-18Z
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-03-20T20-16-18Z)
* Update audit log flow to use new headers with unit by @nitisht in #16797
* restore rotating root credentials properly by @harshavardhana in #16812
* remove unncessary logs from WalkDir(), PutObject() by @harshavardhana in #16818
* update go dependencies by @harshavardhana in #16798
* fix: return appropriate Location header for MakeBucket() by @harshavardhana in #16820
* debug: new tool to reorder local erasure disks by @vadmeste in #16816

View File

@@ -5,8 +5,8 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Distributed object storage",
"version": "3.4.12",
"upstreamVersion": "2023-03-13T19-46-17Z",
"version": "3.4.13",
"upstreamVersion": "2023-03-20T20-16-18Z",
"healthCheckPath": "/minio/login",
"memoryLimit": 805306368,
"httpPort": 8000,

View File

@@ -3,7 +3,7 @@ FROM cloudron/base:4.0.0@sha256:31b195ed0662bdb06a6e8a5ddbedb6f191ce92e8bee04c03
RUN mkdir -p /app/code
WORKDIR /app/code
ARG VERSION=RELEASE.2023-03-13T19-46-17Z
ARG VERSION=RELEASE.2023-03-20T20-16-18Z
# 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