Bump version
This commit is contained in:
parent
a95014bef5
commit
08ee194809
17
CHANGELOG
17
CHANGELOG
|
@ -1313,3 +1313,20 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
|
|||
* listing: Expire object versions past expiry by @krisis in #15287
|
||||
* Updating minio-go by @cniackz in #15297
|
||||
* Fix site replication healing of missing buckets by @poornas in #15298
|
||||
|
||||
[2.8.4]
|
||||
* Update minio to 2022-07-17T15-43-14Z
|
||||
* Update mc to 2022-07-17T15-43-14Z
|
||||
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2022-07-17T15-43-14Z)
|
||||
* add reconnect duration allows for verifying disconnect intervals by @harshavardhana in #15306
|
||||
* copy query values before update to preserve the expected keys by @harshavardhana in #15310
|
||||
* support 'admin update' for hotfix versions by @harshavardhana in #15308
|
||||
* allow decommission to continue when healing by @harshavardhana in #15312
|
||||
* Allow topologySpreadConstraints configuration by @justusbunsi in #14684
|
||||
* Fix failure in createUser used by make-user-job helm chart by @lamida in #15293
|
||||
* add annotations to ServiceMonitor by @sathieu in #15020
|
||||
* Fix data race, which caused tests execution to fail by @shichanglin5 in #15313
|
||||
* Exclude upload-ids with incomplete part upload in multipart listing by @vadmeste in #15318
|
||||
* support encrypted/compressed objects properly during decommission by @harshavardhana in #15320
|
||||
* Add decommission compression+encryption enabled tests by @harshavardhana in #15322
|
||||
* Move mc admin top scanner -> mc admin scanner info (#4151)
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Distributed object storage",
|
||||
"version": "2.8.3",
|
||||
"upstreamVersion": "2022-07-15T03-44-22Z",
|
||||
"version": "2.8.4",
|
||||
"upstreamVersion": "2022-07-17T15-43-14Z",
|
||||
"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-15T03-44-22Z
|
||||
ARG MC_VERSION=RELEASE.2022-07-11T16-16-12Z
|
||||
ARG VERSION=RELEASE.2022-07-17T15-43-14Z
|
||||
ARG MC_VERSION=RELEASE.2022-07-15T09-20-55Z
|
||||
|
||||
# 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