Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update Tools to 1.13.4 #1665

Merged
merged 1 commit into from
Jun 29, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions infra/build/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@

SHELL := /usr/bin/env bash # Make will use bash instead of sh
# Updated by Update Tooling Workflow
TERRAFORM_VERSION := 1.5.0
TERRAFORM_VERSION := 1.5.2
TERRAFORM_VALIDATOR_VERSION := 0.13.0
# Updated by Update Tooling Workflow
CLOUD_SDK_VERSION := 434.0.0
CLOUD_SDK_VERSION := 437.0.0
GSUITE_PROVIDER_VERSION := 0.1.22
TERRAFORM_DOCS_VERSION := 0.10.1
RUBY_VERSION := 2.7.8
Expand All @@ -32,9 +32,9 @@ KUSTOMIZE_VERSION := 3.6.1
# Updated by Update Tooling Workflow
KPT_VERSION := 1.0.0-beta.35
# Updated by Update Tooling Workflow
CFT_CLI_VERSION := 1.1.8
CFT_CLI_VERSION := 1.1.9
# Updated by Update Tooling Workflow
KUBECTL_VERSION := 1.25.10
KUBECTL_VERSION := 1.25.11
TFLINT_VERSION := 0.41.0
TINKEY_VERSION := 1.7.0
ALPINE_VERSION := 3.16
Expand All @@ -49,7 +49,7 @@ OPA_VERSION := 0.52.0
# Updated by Update Tooling Workflow
GCRANE_VERSION := 0.15.2

DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.13.3
DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.13.4
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
Loading