Skip to content

Commit 5b06d9a

Browse files
authored
Merge pull request #215 from sassoftware/staging
6.2.0 - May 17, 2024
2 parents c3d38fe + 8cdf3db commit 5b06d9a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
ARG TERRAFORM_VERSION=1.7.3
5-
ARG GCP_CLI_VERSION=471.0.0
5+
ARG GCP_CLI_VERSION=472.0.0
66

77
FROM hashicorp/terraform:$TERRAFORM_VERSION as terraform
88
FROM google/cloud-sdk:$GCP_CLI_VERSION-alpine
@@ -24,7 +24,7 @@ RUN apk update \
2424
&& chmod g=u -R /etc/passwd /etc/group /viya4-iac-gcp \
2525
&& git config --system --add safe.directory /viya4-iac-gcp \
2626
&& terraform init \
27-
&& gcloud components install gke-gcloud-auth-plugin alpha beta cloud_sql_proxy $INSTALL_COMPONENTS \
27+
&& gcloud components install gke-gcloud-auth-plugin alpha beta cloud-sql-proxy $INSTALL_COMPONENTS \
2828
&& rm -rf /google-cloud-sdk/.install/.backup
2929

3030
ENV TF_VAR_iac_tooling=docker

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Operational knowledge of
3434
- [Terraform](https://www.terraform.io/downloads.html) - v1.7.3
3535
- [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl) - v1.28.7
3636
- [jq](https://stedolan.github.io/jq/) - v1.6
37-
- [gcloud CLI](https://cloud.google.com/sdk/gcloud) - (optional - useful as an alternative to the Google Cloud Platform Portal) - v471.0.0
37+
- [gcloud CLI](https://cloud.google.com/sdk/gcloud) - (optional - useful as an alternative to the Google Cloud Platform Portal) - v472.0.0
3838
- [gke-gcloud-auth-plugin](https://cloud.google.com/kubernetes-engine/docs/how-to/cluster-access-for-kubectl#install_plugin) - (optional - only for provider based Kubernetes configuration files) - >= v1.26
3939
- #### Docker
4040
- [Docker](https://docs.docker.com/get-docker/)

0 commit comments

Comments
 (0)