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 @@ ...@@ -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.8-bb.0] - 2021-08-16
### Added
- Upgrade twistlock console to version 21.04.439
## [0.0.7-bb.0] - 2021-08-09 ## [0.0.7-bb.0] - 2021-08-09
### Added ### Added
......
apiVersion: v2 apiVersion: v2
name: twistlock name: twistlock
version: 0.0.7-bb.0 version: 0.0.8-bb.0
appVersion: 21.04.412 appVersion: 21.04.439
dependencies: dependencies:
- name: gluon - name: gluon
version: 0.1.1 version: 0.1.1
......
#!/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
......
...@@ -28,7 +28,7 @@ imagePullSecrets: [] ...@@ -28,7 +28,7 @@ imagePullSecrets: []
console: console:
image: image:
repository: registry1.dso.mil/ironbank/twistlock/console/console repository: registry1.dso.mil/ironbank/twistlock/console/console
tag: 21.04.412 tag: 21.04.439
persistence: persistence:
size: 100Gi 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