diff --git a/plugins/ci/CHANGELOG.md b/plugins/ci/CHANGELOG.md index 4b1d3cfb8..8aab647ef 100644 --- a/plugins/ci/CHANGELOG.md +++ b/plugins/ci/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 5.7.2 +- fixed helm vulnerability + ## 5.7.1 - fixed docker vulnerability diff --git a/plugins/ci/Dockerfile b/plugins/ci/Dockerfile index d54d1d6f5..79d29f1af 100644 --- a/plugins/ci/Dockerfile +++ b/plugins/ci/Dockerfile @@ -5,7 +5,7 @@ ENV tfsecVersion=1.28.9 ENV trivyVersion=0.54.1 ENV polarisVersion=9.0.0 ENV plutoVersion=5.20.0 -ENV helmVersion=3.15.3 +ENV helmVersion=3.15.4 # Bash and openssl are required by the Helm script. RUN apk update && apk --no-cache add curl bash openssl ca-certificates diff --git a/plugins/ci/version.txt b/plugins/ci/version.txt index 64ff7ded7..b64ab7048 100644 --- a/plugins/ci/version.txt +++ b/plugins/ci/version.txt @@ -1 +1 @@ -5.7.1 +5.7.2