Version 1.145.0
This commit is contained in:
parent
a82850a2c2
commit
1bd9cea00b
12
CHANGELOG
12
CHANGELOG
|
@ -703,3 +703,15 @@
|
||||||
* Improvements to connecting to disks during startup. See (#10685, #10669) for more details.
|
* Improvements to connecting to disks during startup. See (#10685, #10669) for more details.
|
||||||
* fix: Send delete marker creation event when appropriate. See (#10696) for more details.
|
* fix: Send delete marker creation event when appropriate. See (#10696) for more details.
|
||||||
|
|
||||||
|
[1.145.0]
|
||||||
|
* Update minio to 2020-10-27T04-03-55Z
|
||||||
|
* [Full changelog](https://github.com/minio/minio/releases/tag/RELEASE.2020-10-27T04-03-55Z)
|
||||||
|
* Critical fixes related to replaced drives. See (#10748, #10759, #10764, #10766) for more details. Affects all releases since
|
||||||
|
RELEASE.2020-09-05T07-14-49Z, if you are running any releases since RELEASE.2020-09-05T07-14-49Z it is recommended
|
||||||
|
that you should schedule for an upgrade.
|
||||||
|
* Rolling upgrade is not supported (Internode API upgrade) (k8s/container deployments must upgrade all containers at once).
|
||||||
|
* Improvements to caching. See (#10762, #10763) for more details.
|
||||||
|
* Fix in Get/HeadObject to return 404 on dangling objects. See (#10753) for more details.
|
||||||
|
* IAM related improvements. See (#10719, #10700) for more details.
|
||||||
|
* Expire offline lockers. See (#10749) for more details.
|
||||||
|
* Aggressively slow down auto-healing. See (#10730) for more details.
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"changelog": "file://CHANGELOG",
|
"changelog": "file://CHANGELOG",
|
||||||
"tagline": "Distributed object storage",
|
"tagline": "Distributed object storage",
|
||||||
"version": "1.144.0",
|
"version": "1.145.0",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
"addons": {
|
"addons": {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
This app packages Minio <upstream>2020-10-18T21-54-12Z</upstream>.
|
This app packages Minio <upstream>2020-10-27T04-03-55Z</upstream>.
|
||||||
|
|
||||||
Minio is a distributed object storage server built for cloud applications and devops.
|
Minio is a distributed object storage server built for cloud applications and devops.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue