UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Platform One
Big Bang
P
Packages
Security Tools
Twistlock
Commits
6b3087e1
Commit
6b3087e1
authored
Aug 10, 2021
by
Kavitha Thulasiraman
Browse files
bump version to 21.04.439
parent
6a55c4b2
Pipeline
#417325
passed with stages
in 3 minutes and 37 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
CHANGELOG.md
CHANGELOG.md
+6
-0
chart/tests/scripts/check-api.sh
chart/tests/scripts/check-api.sh
+1
-1
No files found.
CHANGELOG.md
View file @
6b3087e1
...
...
@@ -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
...
...
chart/tests/scripts/check-api.sh
View file @
6b3087e1
#!/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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment