From 2a301616d1b9f50088e9366ae7ee97866840175e Mon Sep 17 00:00:00 2001 From: Andy Tinkham Date: Thu, 28 Sep 2023 15:12:54 -0500 Subject: [PATCH] Bump google/cloud-sdk to 448.0.0 in tests Signed-off-by: Andy Tinkham --- CHANGELOG.md | 3 +++ ci/test_suites/authenticators_k8s/dev/Dockerfile.test | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb813ae080..dfa6a3d32d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -49,6 +49,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. [cyberark/conjur#2827](https://github.com/cyberark/conjur/pull/2827) ### Security +- Upgrade google/cloud-sdk in ci/test_suites/authenticators_k8s/dev/Dockerfile/test + to use latest version (448.0.0) + [cyberark/conjur#2972](https://github.com/cyberark/conjur/pull/2972) - Support plural syntax for revoke and deny [cyberark/conjur#2901](https://github.com/cyberark/conjur/pull/2901) - Previously, attempting to add and remove a privilege in the same policy load diff --git a/ci/test_suites/authenticators_k8s/dev/Dockerfile.test b/ci/test_suites/authenticators_k8s/dev/Dockerfile.test index 0faf393d7b..6c638278af 100644 --- a/ci/test_suites/authenticators_k8s/dev/Dockerfile.test +++ b/ci/test_suites/authenticators_k8s/dev/Dockerfile.test @@ -1,4 +1,4 @@ -FROM google/cloud-sdk:424.0.0 +FROM google/cloud-sdk:448.0.0 RUN mkdir -p /src WORKDIR /src