From fb4db828f1b7d2701aaaf3a0fe3fd63c91c725a4 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Sun, 7 Apr 2019 17:04:24 -0700 Subject: [PATCH] Version 1.56.0 --- CHANGELOG | 6 ++++++ CloudronManifest.json | 2 +- DESCRIPTION.md | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 8d69240..c332ce6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -303,3 +303,9 @@ [1.55.0] * Update minio to 2019-03-27T22-35-21Z +[1.56.0] +* Update miniot to 2019-04-04T18-31-46Z +* (security) fix privilege escalation against inter-node communication +* (security) Validate if bucket names are internal +* canonicalize ETag correctly + diff --git a/CloudronManifest.json b/CloudronManifest.json index 92b5c14..929d0a2 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Distributed object storage", - "version": "1.55.0", + "version": "1.56.0", "healthCheckPath": "/minio/login", "httpPort": 8000, "addons": { diff --git a/DESCRIPTION.md b/DESCRIPTION.md index 01e2776..fac8346 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages Minio 2019-03-27T22-35-21Z. +This app packages Minio 2019-04-04T18-31-46Z. Minio is a distributed object storage server built for cloud applications and devops.