From 371db41bacc9add764893932b4567bf37e58f87e Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Sun, 1 Sep 2019 08:45:49 -0700 Subject: [PATCH] Version 1.77.0 --- CHANGELOG | 3 +++ CloudronManifest.json | 2 +- DESCRIPTION.md | 2 +- test/test.js | 4 ++-- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 9e464b8..018d737 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -369,3 +369,6 @@ [1.76.0] * Update minio to 2019-08-21T19-40-07Z +[1.77.0] +* Update minio to 2019-08-29T00-25-01Z + diff --git a/CloudronManifest.json b/CloudronManifest.json index 47f1904..245c48e 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Distributed object storage", - "version": "1.76.0", + "version": "1.77.0", "healthCheckPath": "/minio/login", "httpPort": 8000, "addons": { diff --git a/DESCRIPTION.md b/DESCRIPTION.md index 33119e0..ef106ca 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages Minio 2019-08-21T19-40-07Z. +This app packages Minio 2019-08-29T00-25-01Z. Minio is a distributed object storage server built for cloud applications and devops. diff --git a/test/test.js b/test/test.js index 615ffb4..5480e77 100644 --- a/test/test.js +++ b/test/test.js @@ -100,10 +100,10 @@ describe('Application life cycle test', function () { }).then(function () { return browser.findElement(by.className('fa-plus')).click(); }).then(function () { - const c = app.manifest.version === '1.75.0' ? 'fa-hdd' : 'fa-hdd-o'; + const c = 'fa-hdd'; return visible(by.className(c)); }).then(function () { - const c = app.manifest.version === '1.75.0' ? 'fa-hdd' : 'fa-hdd-o'; + const c = 'fa-hdd'; return browser.findElement(by.className(c)).click(); }).then(function () { return visible(by.xpath('//*[@class="modal-body"]/form/div/input'));