Skip to content

Commit

Permalink
feat: (IAC-1329) Update Google Cloud CLI version to be in sync with v…
Browse files Browse the repository at this point in the history
…iya4-iac-gcp (#520)
  • Loading branch information
jarpat authored Jan 25, 2024
1 parent 4ef9108 commit e884c4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN curl -sLO https://storage.googleapis.com/kubernetes-release/release/v$kubect
FROM baseline
ARG helm_version=3.13.2
ARG aws_cli_version=2.13.33
ARG gcp_cli_version=440.0.0-0
ARG gcp_cli_version=460.0.0-0

# Add extra packages
RUN apt-get update && apt-get install --no-install-recommends -y gzip wget git jq ssh sshpass skopeo rsync \
Expand Down
2 changes: 1 addition & 1 deletion docs/user/Dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The following list details our dependencies and versions (~ indicates multiple p
If you are using a provider based kubeconfig file created by viya4-iac-gcp:4.5.0 or newer, install these dependencies:
| SOURCE | NAME | VERSION |
|----------------|-------------------------|-------------|
| ~ | gcloud | 440.0.0 |
| ~ | gcloud | 460.0.0 |
| ~ | gcloud-gke-auth-plugin | >= 0.5.2 |

Required project dependencies are generally pinned to known working or stable versions to ensure users have a smooth initial experience. In some cases it may be required to change the default version of a dependency. In such cases users are welcome to experiment with alternate versions, however compatibility may not be guaranteed.
Expand Down

0 comments on commit e884c4a

Please sign in to comment.