mirror of
https://git.cloudron.io/cloudron/minio-app
synced 2025-09-16 10:19:21 +00:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
20bbaff551 | ||
|
d39b1cb50f |
19
CHANGELOG
19
CHANGELOG
@@ -2270,3 +2270,22 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
||||
* fix: permission checks for editing access keys by @donatello in https://github.com/minio/minio/pull/18928
|
||||
* Keep ServiceV1 admin stop/restart API and mark as deprecated by @vadmeste in https://github.com/minio/minio/pull/18932
|
||||
|
||||
[3.12.8]
|
||||
* Update minio to 2024-02-04T22-36-13Z
|
||||
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-02-04T22-36-13Z)
|
||||
* move a collection of peer APIs to websockets by @harshavardhana in https://github.com/minio/minio/pull/18936
|
||||
* Improve object reuse for grid messages by @klauspost in https://github.com/minio/minio/pull/18940
|
||||
* batch: Fix a typo while validating smallerThan field by @vadmeste in https://github.com/minio/minio/pull/18942
|
||||
* fix: null inline policy handling for access keys by @donatello in https://github.com/minio/minio/pull/18945
|
||||
* log: Use error log type instead of Application/MinIO type by @vadmeste in https://github.com/minio/minio/pull/18930
|
||||
* Fix some leftover issues from PR 18936 by @fwessels in https://github.com/minio/minio/pull/18946
|
||||
* simplify deadlineWriter, re-use WithDeadline by @harshavardhana in https://github.com/minio/minio/pull/18948
|
||||
* Fix ineffective recycling by @klauspost in https://github.com/minio/minio/pull/18952
|
||||
* deprecate disk tokens, instead rely on deadlines and active monitoring by @harshavardhana in https://github.com/minio/minio/pull/18947
|
||||
* move Make,Delete,Head,Heal bucket calls to websockets by @harshavardhana in https://github.com/minio/minio/pull/18951
|
||||
* Fix mux client memory leak by @klauspost in https://github.com/minio/minio/pull/18956
|
||||
* disconnected returns, an unexpected error to List() returning 500s by @harshavardhana in https://github.com/minio/minio/pull/18959
|
||||
* xl: Disable rename2 in decommissioning/rebalance by @vadmeste in https://github.com/minio/minio/pull/18964
|
||||
* 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
|
||||
|
||||
|
@@ -5,8 +5,8 @@
|
||||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Distributed object storage",
|
||||
"version": "3.12.7",
|
||||
"upstreamVersion": "2024-01-31T20-20-33Z",
|
||||
"version": "3.12.8",
|
||||
"upstreamVersion": "2024-02-04T22-36-13Z",
|
||||
"healthCheckPath": "/minio/login",
|
||||
"memoryLimit": 805306368,
|
||||
"httpPort": 8000,
|
||||
|
@@ -3,7 +3,7 @@ FROM cloudron/base:4.2.0@sha256:46da2fffb36353ef714f97ae8e962bd2c212ca091108d768
|
||||
RUN mkdir -p /app/code
|
||||
WORKDIR /app/code
|
||||
|
||||
ARG VERSION=RELEASE.2024-01-31T20-20-33Z
|
||||
ARG VERSION=RELEASE.2024-02-04T22-36-13Z
|
||||
|
||||
# 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