mirror of
https://git.cloudron.io/cloudron/minio-app
synced 2025-09-13 00:15:40 +00:00
Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
d23b35e1b8 | ||
|
32684767b6 | ||
|
ad93f49467 | ||
|
52b7e49b44 |
14
CHANGELOG
14
CHANGELOG
@@ -1171,3 +1171,17 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
|||||||
* Fix WalkDir fallback hot loop by @klauspost in #14961
|
* Fix WalkDir fallback hot loop by @klauspost in #14961
|
||||||
* fetch bucket replication stats across peers in single call by @harshavardhana in #14956
|
* fetch bucket replication stats across peers in single call by @harshavardhana in #14956
|
||||||
|
|
||||||
|
[2.5.3]
|
||||||
|
* Update minio to 2022-05-26T05-48-41Z
|
||||||
|
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-05-26T05-48-41Z)
|
||||||
|
* replication healing: Fix typo when healing bucket quota info by @vadmeste in #14966
|
||||||
|
* Do not use inline data size in xl.meta quorum calculation by @vadmeste in #14831
|
||||||
|
* hash-set: Add file input for debug tool by @klauspost in #14965
|
||||||
|
* site replication: Allow replication rule edit by @poornas in #14969
|
||||||
|
* fix: copyObject on versioned bucket when updating metadata by @harshavardhana in #14971
|
||||||
|
|
||||||
|
[2.6.0]
|
||||||
|
* Update minio to 2022-06-02T02-11-04Z
|
||||||
|
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-06-02T02-11-04Z)
|
||||||
|
* feat: Single drive XL implementation
|
||||||
|
|
||||||
|
@@ -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": "2.5.2",
|
"version": "2.6.0",
|
||||||
"upstreamVersion": "2022-05-23T18-45-11Z",
|
"upstreamVersion": "2022-06-02T02-11-04Z",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
"httpPorts": {
|
"httpPorts": {
|
||||||
|
@@ -3,7 +3,7 @@ FROM cloudron/base:3.2.0@sha256:ba1d566164a67c266782545ea9809dc611c4152e27686fd1
|
|||||||
RUN mkdir -p /app/code
|
RUN mkdir -p /app/code
|
||||||
WORKDIR /app/code
|
WORKDIR /app/code
|
||||||
|
|
||||||
ARG VERSION=RELEASE.2022-05-23T18-45-11Z
|
ARG VERSION=RELEASE.2022-06-02T02-11-04Z
|
||||||
ARG MC_VERSION=RELEASE.2022-05-09T04-08-26Z
|
ARG MC_VERSION=RELEASE.2022-05-09T04-08-26Z
|
||||||
|
|
||||||
# sometimes here https://dl.min.io/server/minio/release/linux-amd64/archive/
|
# sometimes here https://dl.min.io/server/minio/release/linux-amd64/archive/
|
||||||
|
Reference in New Issue
Block a user