1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2025-09-26 06:57:25 +00:00

Compare commits

..

2 Commits

Author SHA1 Message Date
Girish Ramakrishnan
36d669ad59 Version 3.12.9 2024-02-07 15:06:45 +01:00
Girish Ramakrishnan
cc5e013c1f Update minio to 2024-02-06T21-36-22Z 2024-02-07 14:47:38 +01:00
3 changed files with 10 additions and 3 deletions

View File

@@ -2289,3 +2289,10 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
* Fix typo in api-router.go by @fwessels in https://github.com/minio/minio/pull/18955 * Fix typo in api-router.go by @fwessels in https://github.com/minio/minio/pull/18955
* Add more advanced cases for dangling by @harshavardhana in https://github.com/minio/minio/pull/18968 * Add more advanced cases for dangling by @harshavardhana in https://github.com/minio/minio/pull/18968
[3.12.9]
* Update minio to 2024-02-06T21-36-22Z
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-02-06T21-36-22Z)
* Fixes a second memory leak observed in ReadVersion without data that uses websockets layer.
* Fixes a crash while running mc admin trace on a distributed setup.
* Fixes TCP socket hangs by adding short deadlines.

View File

@@ -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": "3.12.8", "version": "3.12.9",
"upstreamVersion": "2024-02-04T22-36-13Z", "upstreamVersion": "2024-02-06T21-36-22Z",
"healthCheckPath": "/minio/login", "healthCheckPath": "/minio/login",
"memoryLimit": 805306368, "memoryLimit": 805306368,
"httpPort": 8000, "httpPort": 8000,

View File

@@ -3,7 +3,7 @@ FROM cloudron/base:4.2.0@sha256:46da2fffb36353ef714f97ae8e962bd2c212ca091108d768
RUN mkdir -p /app/code RUN mkdir -p /app/code
WORKDIR /app/code WORKDIR /app/code
ARG VERSION=RELEASE.2024-02-04T22-36-13Z ARG VERSION=RELEASE.2024-02-06T21-36-22Z
# 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