UNCLASSIFIED

Commit 7ca717ff authored by Kavitha Thulasiraman's avatar Kavitha Thulasiraman
Browse files

Merge branch 'upgrade-twistlock' into 'main'

bump version to 21.04.439

See merge request !29
parents da3a3823 9e140fae
Pipeline #428244 passed with stages
in 5 minutes and 53 seconds
......@@ -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.8-bb.0] - 2021-08-16
### Added
- Upgrade twistlock console to version 21.04.439
## [0.0.7-bb.0] - 2021-08-09
### Added
......
apiVersion: v2
name: twistlock
version: 0.0.7-bb.0
appVersion: 21.04.412
version: 0.0.8-bb.0
appVersion: 21.04.439
dependencies:
- name: gluon
version: 0.1.1
......
#!/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
......
......@@ -28,7 +28,7 @@ imagePullSecrets: []
console:
image:
repository: registry1.dso.mil/ironbank/twistlock/console/console
tag: 21.04.412
tag: 21.04.439
persistence:
size: 100Gi
......
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