mirror of
https://git.cloudron.io/cloudron/minio-app
synced 2025-09-16 10:19:21 +00:00
Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
550ea43e59 | ||
|
832f1f26a8 | ||
|
293beffadc | ||
|
29f3101513 |
23
CHANGELOG
23
CHANGELOG
@@ -1790,3 +1790,26 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
||||
* optimization use small blocks up to 64KB by @klauspost in #17107
|
||||
* Support systemd notify protocol by @WGH- in #17062
|
||||
* fix: store notification events immediately for persistent queues by @Praveenrajmani in #17112
|
||||
|
||||
[3.5.0]
|
||||
* Update minio to 2023-05-18T00-05-36Z
|
||||
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-05-18T00-05-36Z)
|
||||
* Signed trailers for signature v4 by @klauspost in #16484
|
||||
* add etc-path to post-job.yaml in helm chart by @mstein11 in #17148
|
||||
* helm: declare missing properties in values.yaml by @dnskr in #17153
|
||||
* Validate if replication config being added is self referential by @poornas in #17142
|
||||
* helm-chart: Use minio service account for post-deploy job if available by @LinAnt in #17077
|
||||
* put *msgp.Reader back to pool by @jiuker in #17156
|
||||
* add Err to BucketExists when NoSuchBucket by @jiuker in #17155
|
||||
|
||||
[3.5.1]
|
||||
* Update minio to 2023-05-27T05-56-19Z
|
||||
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2023-05-27T05-56-19Z)
|
||||
* fix: leaking connections in JSON SQL with limited return by @klauspost in #17239
|
||||
* before return make globalScannerMetrics.incTime call by @jiuker in #17230
|
||||
* fix: return proper error if OIDC Discoverydoc fails to respond by @jiuker in #17242
|
||||
* fix: increment counter when entry be skipped by @jiuker in #17237
|
||||
* Freeze the s3 APIs until the notification sub-system initializes completely by @Praveenrajmani in #17182
|
||||
* Add object parity in listing V2M and listing versions M by @vadmeste in #17238
|
||||
* allow specification of path/virtual style bucket lookup in batch replication by @poornas in #17201
|
||||
* fix: Avoid Income globalStats twice upon error by @jiuker in #17263
|
||||
|
@@ -5,8 +5,8 @@
|
||||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Distributed object storage",
|
||||
"version": "3.4.20-1",
|
||||
"upstreamVersion": "2023-05-04T21-44-30Z",
|
||||
"version": "3.5.1",
|
||||
"upstreamVersion": "2023-05-27T05-56-19Z",
|
||||
"healthCheckPath": "/minio/login",
|
||||
"memoryLimit": 805306368,
|
||||
"httpPort": 8000,
|
||||
|
@@ -3,7 +3,7 @@ FROM cloudron/base:4.0.0@sha256:31b195ed0662bdb06a6e8a5ddbedb6f191ce92e8bee04c03
|
||||
RUN mkdir -p /app/code
|
||||
WORKDIR /app/code
|
||||
|
||||
ARG VERSION=RELEASE.2023-05-04T21-44-30Z
|
||||
ARG VERSION=RELEASE.2023-05-27T05-56-19Z
|
||||
|
||||
# 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