Bump version
This commit is contained in:
parent
ab082d612a
commit
add3c0728c
26
CHANGELOG
26
CHANGELOG
|
@ -1279,3 +1279,29 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
|||
* Multiple external IDP management simplification #15152
|
||||
* Decommission now supports mutations such as delete, update of metadata on objects from an active decom pool.
|
||||
|
||||
[2.8.2]
|
||||
* Update minio to 2022-07-13T23-29-44Z
|
||||
* Update mc to 2022-07-11T16-16-12Z
|
||||
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-07-13T23-29-44Z)
|
||||
* Adding error check for jetstream connection by @rayjanoka in #15252
|
||||
* Fix Helm chart does not support special characters in access/secret key by @dormanze in #15243
|
||||
* do not recreate deprecated delete-journal.bin, only read it by @harshavardhana in #15185
|
||||
* remove auto-port warning for console-address by @harshavardhana in #15260
|
||||
* Allow compaction at bucket top level. by @klauspost in #15266
|
||||
* fix grammatic errors and minor rewrites by @daniel-bogusz95 in #15264
|
||||
* Purge the objects immediately when x-minio-force-delete header is passed in DeleteObject and DeleteBucket API by @Praveenrajmani in #15148
|
||||
* metric: add KMS-related metrics by @aead in #15258
|
||||
* site replication: Ignore missing targets/replication config during re… by @poornas in #15269
|
||||
* Add compressed file index by @klauspost in #15247
|
||||
* Add 4K minimum compressed size by @klauspost in #15273
|
||||
* Do not print erasure read log when a disk becomes offline by @vadmeste in #15277
|
||||
* allow custom speedtest bucket by @harshavardhana in #15271
|
||||
* fix: simplify passing auditLog eventType by @harshavardhana in #15278
|
||||
* Avoid listing buckets from a suspended pool by @vadmeste in #15283
|
||||
* preserve incoming query params in success_action_redirect by @harshavardhana in #15280
|
||||
* Upgrade compression package by @klauspost in #15284
|
||||
* Add padding to compressed+encrypted files by @klauspost in #15282
|
||||
* resync: Avoid concurrent access/write on map by @poornas in #15286
|
||||
* Add a github workflow test for root disk detection by @vadmeste in #15267
|
||||
* Fix tier-add help by @krisis in https://github.com/minio/mc/pull/4148
|
||||
* add mc ping command by @sinhaashish in https://github.com/minio/mc/pull/4074
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Distributed object storage",
|
||||
"version": "2.8.1",
|
||||
"upstreamVersion": "2022-07-06T20-29-49Z",
|
||||
"version": "2.8.2",
|
||||
"upstreamVersion": "2022-07-13T23-29-44Z",
|
||||
"healthCheckPath": "/minio/login",
|
||||
"memoryLimit": 805306368,
|
||||
"httpPort": 8000,
|
||||
|
|
|
@ -3,8 +3,8 @@ FROM cloudron/base:3.2.0@sha256:ba1d566164a67c266782545ea9809dc611c4152e27686fd1
|
|||
RUN mkdir -p /app/code
|
||||
WORKDIR /app/code
|
||||
|
||||
ARG VERSION=RELEASE.2022-07-06T20-29-49Z
|
||||
ARG MC_VERSION=RELEASE.2022-07-06T14-54-36Z
|
||||
ARG VERSION=RELEASE.2022-07-13T23-29-44Z
|
||||
ARG MC_VERSION=RELEASE.2022-07-11T16-16-12Z
|
||||
|
||||
# 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
|
||||
|
|
Loading…
Reference in New Issue