From 6b3087e14f28f5c50d89ef76d0b5773ae53451e4 Mon Sep 17 00:00:00 2001 From: Kavitha Thulasiraman Date: Tue, 10 Aug 2021 17:16:50 -0400 Subject: [PATCH] bump version to 21.04.439 --- CHANGELOG.md | 6 ++++++ chart/tests/scripts/check-api.sh | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d72781..0c1c6a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). --- +## [0.0.7-bb.0] - 2021-08-10 + +### Added + +- Upgrade to twistlock console 21.04.439 + ## [0.0.7-bb.0] - 2021-08-09 ### Added diff --git a/chart/tests/scripts/check-api.sh b/chart/tests/scripts/check-api.sh index c49f607..c7787a6 100644 --- a/chart/tests/scripts/check-api.sh +++ b/chart/tests/scripts/check-api.sh @@ -1,6 +1,6 @@ #!/bin/bash set -ex - +sleep 1m echo "Hitting Twistlock API endpoint..." curl -sISk -H 'Authorization: Basic "${api_auth}"' "${twistlock_host}/" &>/dev/null || export TW_DOWN="true" if [[ ${TW_DOWN} == "true" ]]; then -- GitLab