Skip to content

Commit 18531b5

Browse files
chore: Update Tools to 1.25.1 (#3023)
Co-authored-by: Andrew Peabody <andrewpeabody@google.com>
1 parent cae11f1 commit 18531b5

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

infra/build/Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ SHELL := /usr/bin/env bash # Make will use bash instead of sh
1616
# Updated by Update Tooling Workflow
1717
TERRAFORM_VERSION := 1.12.1
1818
# Updated by Update Tooling Workflow
19-
CLOUD_SDK_VERSION := 524.0.0
19+
CLOUD_SDK_VERSION := 525.0.0
2020
GSUITE_PROVIDER_VERSION := 0.1.22
2121
TERRAFORM_DOCS_VERSION := 0.16.0
2222
BATS_VERSION := 0.4.0
@@ -25,7 +25,7 @@ BATS_ASSERT_VERSION := 2.0.0
2525
BATS_MOCK_VERSION := 1.0.1
2626
PACKER_VERSION := 1.4.4
2727
# Updated by Update Tooling Workflow
28-
TERRAGRUNT_VERSION := 0.80.4
28+
TERRAGRUNT_VERSION := 0.81.0
2929
# Updated by Update Tooling Workflow
3030
KUSTOMIZE_VERSION := 5.6.0
3131
# Updated by Update Tooling Workflow
@@ -54,9 +54,9 @@ KIND_VERSION := 0.18.0
5454
GATOR_VERSION := 3.17.2
5555
OPA_VERSION := 0.52.0
5656
# Updated by Update Tooling Workflow
57-
GCRANE_VERSION := 0.20.3
57+
GCRANE_VERSION := 0.20.5
5858

59-
DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.25.0
59+
DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.25.1
6060
DOCKER_TAG_MAJOR_VERSION_DEVELOPER_TOOLS := $(firstword $(subst ., , $(DOCKER_TAG_VERSION_DEVELOPER_TOOLS)))
6161
DOCKER_TAG_MINOR_VERSION_DEVELOPER_TOOLS := $(shell echo "${DOCKER_TAG_VERSION_DEVELOPER_TOOLS}" | awk -F. '{print $$1"."$$2}')
6262

infra/build/developer-tools/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ WORKDIR /opt/kitchen
120120
ADD ./build/data/Gemfile .
121121
ADD ./build/data/Gemfile.lock .
122122
RUN gem install bundler:2.5.10 && bundle install --retry=10
123+
RUN rm /usr/lib/ruby/gems/3.4.0/specifications/default/delegate-0.4.0.gemspec
123124

124125
COPY ./build/verify_boilerplate/ /build/verify_boilerplate/
125126
RUN /build/install_verify_boilerplate.sh
@@ -171,7 +172,8 @@ RUN terraform --version && \
171172
addlicense -help && \
172173
cft version && \
173174
protoc --version && \
174-
go version
175+
go version && \
176+
kitchen version
175177

176178
# Cleanup intermediate build artifacts
177179
RUN rm -rf /build

infra/build/developer-tools/build/data/Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2018-2023 Google LLC
1+
# Copyright 2018-2025 Google LLC
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -17,4 +17,5 @@ gem "kitchen-terraform", "~> 7.0"
1717
gem "kubeclient", "~> 4.11"
1818
gem "rest-client", "~> 2.1"
1919
gem 'nokogiri', '~> 1.18'
20+
gem 'csv'
2021
ruby '~> 3.4.4'

0 commit comments

Comments
 (0)