mirror of
https://git.cloudron.io/cloudron/minio-app
synced 2025-09-16 01:59:07 +00:00
Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
a0a9824424 | ||
|
966be1a13e | ||
|
00f3eb3d69 | ||
|
fce20e1783 |
19
CHANGELOG
19
CHANGELOG
@@ -1422,3 +1422,22 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
||||
* Fix flaky TestGetObjectWithOutdatedDisks by @klauspost in #15687
|
||||
* When listing, do not count delete markers by @klauspost in #15689
|
||||
|
||||
[2.9.5]
|
||||
* Update minio to 2022-09-22T18-57-27Z
|
||||
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-09-22T18-57-27Z)
|
||||
* nable cross compile for openbsd/amd64 by @harshavardhana in #15701
|
||||
* Implement KMS methods for keys, policies and identities by @reivaj05 in #15673
|
||||
* Remove deprecated io/ioutil by @klauspost in #15707
|
||||
* helm: specify service account for the jobs by @cowjen01 in #15706
|
||||
* site replication: clear config if remove --all specified by @poornas in #15716
|
||||
* Fix cancellation leaks by @jiuker in #15721
|
||||
|
||||
[2.9.6]
|
||||
* Update minio to 2022-09-25T15-44-53Z
|
||||
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-09-25T15-44-53Z)
|
||||
* fix: parse and save retainUntilDate in correct time format by @harshavardhana in #15741
|
||||
* validate correct ETag for the parts sent during CompleteMultipart by @harshavardhana in #15751
|
||||
* Relax retention date enforcement on replication target by @poornas in #15752
|
||||
* Add auto configuration of replication workers by @poornas in #15636
|
||||
* remove unused package internal/smart by @harshavardhana in #15758
|
||||
|
||||
|
@@ -5,8 +5,8 @@
|
||||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Distributed object storage",
|
||||
"version": "2.9.4",
|
||||
"upstreamVersion": "2022-09-17T00-09-45Z",
|
||||
"version": "2.9.6",
|
||||
"upstreamVersion": "2022-09-25T15-44-53Z",
|
||||
"healthCheckPath": "/minio/login",
|
||||
"memoryLimit": 805306368,
|
||||
"httpPort": 8000,
|
||||
|
@@ -3,7 +3,7 @@ FROM cloudron/base:3.2.0@sha256:ba1d566164a67c266782545ea9809dc611c4152e27686fd1
|
||||
RUN mkdir -p /app/code
|
||||
WORKDIR /app/code
|
||||
|
||||
ARG VERSION=RELEASE.2022-09-17T00-09-45Z
|
||||
ARG VERSION=RELEASE.2022-09-25T15-44-53Z
|
||||
ARG MC_VERSION=RELEASE.2022-09-16T09-16-47Z
|
||||
|
||||
# sometimes here https://dl.min.io/server/minio/release/linux-amd64/archive/
|
||||
|
Reference in New Issue
Block a user