mirror of
https://git.cloudron.io/cloudron/minio-app
synced 2025-09-22 04:57:34 +00:00
Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
36d669ad59 | ||
|
cc5e013c1f | ||
|
20bbaff551 | ||
|
d39b1cb50f | ||
|
0dec46fdc0 | ||
|
9d8938b7bf |
49
CHANGELOG
49
CHANGELOG
@@ -2247,3 +2247,52 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
||||
* avoid calling close for nil inbound/outblock channels (3 hours ago)
|
||||
* remove getReplicationNodeMetrics() from peer metrics groups (4 hours ago)
|
||||
|
||||
[3.12.7]
|
||||
* Update minio to 2024-01-31T20-20-33Z
|
||||
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-01-31T20-20-33Z)
|
||||
* This release fixes a security issue related to service accounts and their permissions for more details
|
||||
* Performance improvement for large clusters with high IOPs requirements.
|
||||
* fix: bucket metric of data usage for replication info will be ignore by @jiuker in https://github.com/minio/minio/pull/18895
|
||||
* fix metrics panic in node metrics endpoint by @poornas in https://github.com/minio/minio/pull/18894
|
||||
* Update list.md by @dvaldivia in https://github.com/minio/minio/pull/18907
|
||||
* allow configuring maximum idle connections per host by @harshavardhana in https://github.com/minio/minio/pull/18908
|
||||
* enable xattr capture by default by @harshavardhana in https://github.com/minio/minio/pull/18911
|
||||
* reuse transports for callhome and remote tgt validation by @poornas in https://github.com/minio/minio/pull/18912
|
||||
* exclude veeam virtual objects from replication by @poornas in https://github.com/minio/minio/pull/18918
|
||||
* Add cgroup v2 support for memory limit by @vadmeste in https://github.com/minio/minio/pull/18905
|
||||
* remove checkBucketExist check entirely to avoid fan-out calls by @harshavardhana in https://github.com/minio/minio/pull/18917
|
||||
* Improve tracing & notification scalability by @klauspost in https://github.com/minio/minio/pull/18903
|
||||
* use all the available nr_requests for NVMe by @harshavardhana in https://github.com/minio/minio/pull/18920
|
||||
* add total usable capacity, free and used to DataUsageInfo() by @harshavardhana in https://github.com/minio/minio/pull/18921
|
||||
* remove all the frivolous logs, that may or may not be actionable by @harshavardhana in https://github.com/minio/minio/pull/18922
|
||||
* Update service file version in makefile by @donatello in https://github.com/minio/minio/pull/18925
|
||||
* Correct small typo by @fwessels in https://github.com/minio/minio/pull/18923
|
||||
* 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
|
||||
|
||||
[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.
|
||||
|
||||
|
@@ -5,8 +5,8 @@
|
||||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Distributed object storage",
|
||||
"version": "3.12.6",
|
||||
"upstreamVersion": "2024-01-29T03-56-32Z",
|
||||
"version": "3.12.9",
|
||||
"upstreamVersion": "2024-02-06T21-36-22Z",
|
||||
"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-29T03-56-32Z
|
||||
ARG VERSION=RELEASE.2024-02-06T21-36-22Z
|
||||
|
||||
# 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