1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2025-09-15 17:39:12 +00:00

Compare commits

...

4 Commits

Author SHA1 Message Date
Johannes Zellner
951a874909 Bump version 2023-12-20 15:18:36 +01:00
Johannes Zellner
0bb46d9867 Update to 2023-12-20 2023-12-20 13:49:03 +01:00
Girish Ramakrishnan
540ad857fd Version 3.11.2 2023-12-15 10:16:17 +01:00
Girish Ramakrishnan
c06f2d9e9d Update minio to 2023-12-14T18-51-57Z 2023-12-15 09:53:20 +01:00
3 changed files with 26 additions and 3 deletions

View File

@@ -2157,3 +2157,26 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
* reduce logging during permission denied errors by @harshavardhana in #18641
* healthcheck requests with user-agent mozilla do not need redirects by @harshavardhana in #18642
* Changed the expression to render the value by @shtripat in #18627
[3.11.2]
* Update minio to 2023-12-14T18-51-57Z
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-12-14T18-51-57Z)
* re-use the same local drive used by remote-peer by @harshavardhana in #18645
* Label the notification target metrics by their target IDs by @Praveenrajmani in #18633
* update console UI to v0.43.0 release by @harshavardhana in #18653
[3.11.3]
* Update minio to 2023-12-20T01-00-02Z
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-12-20T01-00-02Z)
* tier: Add support of AWS S3 tiering with web identity token file by @vadmeste in #18648
* metrics: Refactor handling of histogram vectors by @krisis in #18632
* Fix incorrect metric desc for bucketRequestsDuration by @krisis in #18657
* Add APIs to create and list access keys for LDAP by @taran-p in #18402
* update go dependencies by @harshavardhana in #18662
* Fix bucket metrics api path in docs by @vanugrah in #18661
* Read new key license_v2 from SUBNET response by @anjalshireesh in #18669
* Enable cross compile for openbsd/amd64 by @danieljakots in #18666
* update dependencies for https://pkg.go.dev/vuln/GO-2023-2402 by @harshavardhana in #18676
* Fix quota config replication for SR by @poornas in #18684
* Update Console version to v0.43.1 by @cesnietor in #18683

View File

@@ -5,8 +5,8 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Distributed object storage",
"version": "3.11.1",
"upstreamVersion": "2023-12-13T23-28-55Z",
"version": "3.11.3",
"upstreamVersion": "2023-12-20T01-00-02Z ",
"healthCheckPath": "/minio/login",
"memoryLimit": 805306368,
"httpPort": 8000,

View File

@@ -3,7 +3,7 @@ FROM cloudron/base:4.2.0@sha256:46da2fffb36353ef714f97ae8e962bd2c212ca091108d768
RUN mkdir -p /app/code
WORKDIR /app/code
ARG VERSION=RELEASE.2023-12-13T23-28-55Z
ARG VERSION=RELEASE.2023-12-20T01-00-02Z
# 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