Skip to content

Commit

Permalink
Update tools to 1.4.8 (#1123)
Browse files Browse the repository at this point in the history
  • Loading branch information
cloud-foundation-bot authored Apr 26, 2022
1 parent 2b888ce commit 28bc533
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions infra/build/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
# limitations under the License.

SHELL := /usr/bin/env bash # Make will use bash instead of sh
TERRAFORM_VERSION := 1.1.8
TERRAFORM_VERSION := 1.1.9
TERRAFORM_VALIDATOR_VERSION := 0.9.1
CLOUD_SDK_VERSION := 381.0.0
CLOUD_SDK_VERSION := 382.0.0
GSUITE_PROVIDER_VERSION := 0.1.22
TERRAFORM_DOCS_VERSION := 0.10.1
RUBY_VERSION := 2.6.9
Expand All @@ -32,7 +32,7 @@ CFT_CLI_VERSION := 0.4.4
ASMCLI_VERSION := 1.12
KUBECTL_VERSION := 1.23.4

DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.4.7
DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.4.8
DOCKER_TAG_MAJOR_VERSION_DEVELOPER_TOOLS := $(firstword $(subst ., , $(DOCKER_TAG_VERSION_DEVELOPER_TOOLS)))
DOCKER_TAG_MINOR_VERSION_DEVELOPER_TOOLS := $(shell echo "${DOCKER_TAG_VERSION_DEVELOPER_TOOLS}" | awk -F. '{print $$1"."$$2}')

Expand Down

0 comments on commit 28bc533

Please sign in to comment.