mirror of
https://git.cloudron.io/cloudron/minio-app
synced 2025-09-04 16:25:35 +00:00
Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
3b4e8d04de | ||
|
4d3cd5ed61 | ||
|
9e5aa33e09 | ||
|
4f3e70f3e0 | ||
|
270a7cd6ee | ||
|
da87188fad |
21
CHANGELOG
21
CHANGELOG
@@ -2005,4 +2005,25 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
||||
* Prometheus metrics or mc admin info would take significantly longer when audit/logger webhooks were down for some reason, performance improved when these endpoints are down makes them non-blocking. #18083
|
||||
* Fix a regression while loading AssumeRoleWithCertificate credentials #18088 for more details
|
||||
|
||||
[3.9.0]
|
||||
* Update minio to 2023-09-27T15-22-50Z
|
||||
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-09-27T15-22-50Z)
|
||||
* Add abandoned folder scanning to metrics by @klauspost in #18076
|
||||
* Improve ListObject Compatibility by @klauspost in #18099
|
||||
* fix: set scanning details locally to avoid cached values by @harshavardhana in #18092
|
||||
* fix: check post policy like AWS S3 by @jiuker in #18074
|
||||
* site replication: allow setting bandwidth default for bucket by @poornas in #18062
|
||||
|
||||
[3.9.1]
|
||||
* Update minio to 2023-09-30T07-02-29Z
|
||||
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-09-30T07-02-29Z)
|
||||
* Fixes an issue with multipart objects with multiple versions, due to rename2() optimization being incorrectly used
|
||||
* AbortMultipartUpload() is now idempotent, much like AWS S3.
|
||||
|
||||
[3.9.2]
|
||||
* Update minio to 2023-10-07T15-07-38Z
|
||||
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-10-07T15-07-38Z)
|
||||
* Add tests for multipart upload overwrites on versioned buckets by @harshavardhana in #18142
|
||||
* Add support for resource metrics by @anjalshireesh in #18057
|
||||
* Add paramaters in Helm chart to load OIDC clientSecret from Secret Resource by @alikhtag in #17784
|
||||
* Fix startup formatting by @zveinn in #18156
|
||||
|
@@ -5,8 +5,8 @@
|
||||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Distributed object storage",
|
||||
"version": "3.8.5",
|
||||
"upstreamVersion": "2023-09-23T03-47-50Z",
|
||||
"version": "3.9.2",
|
||||
"upstreamVersion": "2023-10-07T15-07-38Z",
|
||||
"healthCheckPath": "/minio/login",
|
||||
"memoryLimit": 805306368,
|
||||
"httpPort": 8000,
|
||||
|
@@ -1,9 +1,9 @@
|
||||
FROM cloudron/base:4.0.0@sha256:31b195ed0662bdb06a6e8a5ddbedb6f191ce92e8bee04c03fb02dd4e9d0286df
|
||||
FROM cloudron/base:4.2.0@sha256:46da2fffb36353ef714f97ae8e962bd2c212ca091108d768ba473078319a47f4
|
||||
|
||||
RUN mkdir -p /app/code
|
||||
WORKDIR /app/code
|
||||
|
||||
ARG VERSION=RELEASE.2023-09-23T03-47-50Z
|
||||
ARG VERSION=RELEASE.2023-10-07T15-07-38Z
|
||||
|
||||
# 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