UNCLASSIFIED

Commit 6b3087e1 authored by Kavitha Thulasiraman's avatar Kavitha Thulasiraman
Browse files

bump version to 21.04.439

parent 6a55c4b2
Pipeline #417325 passed with stages
in 3 minutes and 37 seconds
...@@ -3,6 +3,12 @@ ...@@ -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). 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 ## [0.0.7-bb.0] - 2021-08-09
### Added ### Added
......
#!/bin/bash #!/bin/bash
set -ex set -ex
sleep 1m
echo "Hitting Twistlock API endpoint..." echo "Hitting Twistlock API endpoint..."
curl -sISk -H 'Authorization: Basic "${api_auth}"' "${twistlock_host}/" &>/dev/null || export TW_DOWN="true" curl -sISk -H 'Authorization: Basic "${api_auth}"' "${twistlock_host}/" &>/dev/null || export TW_DOWN="true"
if [[ ${TW_DOWN} == "true" ]]; then if [[ ${TW_DOWN} == "true" ]]; then
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment