mirror of
https://git.cloudron.io/cloudron/minio-app
synced 2025-09-25 14:37:41 +00:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
0dec46fdc0 | ||
|
9d8938b7bf |
23
CHANGELOG
23
CHANGELOG
@@ -2247,3 +2247,26 @@ 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
|
||||
|
||||
|
@@ -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.7",
|
||||
"upstreamVersion": "2024-01-31T20-20-33Z",
|
||||
"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-01-31T20-20-33Z
|
||||
|
||||
# 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