Skip to content

Commit

Permalink
Merge pull request #2972 from cyberark/update-google-cloud-sdk
Browse files Browse the repository at this point in the history
Bump google/cloud-sdk to 448.0.0 in tests
  • Loading branch information
andytinkham authored Oct 2, 2023
2 parents 7044dbc + 2a30161 commit 33c8cde
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ci/test_suites/authenticators_k8s/dev/Dockerfile.test
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM google/cloud-sdk:424.0.0
FROM google/cloud-sdk:448.0.0

RUN mkdir -p /src
WORKDIR /src
Expand Down

0 comments on commit 33c8cde

Please sign in to comment.