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

Update misc tools #2637

Merged
merged 4 commits into from
Aug 25, 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 docker/build-tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ ENV BOM_VERSION=v0.5.1
ENV BUF_VERSION=v1.26.1
ENV COSIGN_VERSION=v2.1.1
ENV CRANE_VERSION=v0.16.1
ENV GCLOUD_VERSION=443.0.0
ENV GCLOUD_VERSION=444.0.0
ENV GCR_AUTH_VERSION=2.1.6
ENV GH_VERSION=2.32.1
ENV GH_VERSION=2.33.0
ENV GOCOVMERGE_VERSION=b5bfa59ec0adc420475f97f89b58045c721d761c
ENV GOIMPORTS_VERSION=v0.9.1
# When updating the golangci version, you may want to update the common-files config/.golangci* files as well.
Expand All @@ -62,14 +62,14 @@ ENV K8S_CODE_GENERATOR_VERSION=1.28.0
ENV K8S_TEST_INFRA_VERSION=91ecbd6a270f879e309760d65eccc60f466e726b
ENV KIND_VERSION=v0.20.0
ENV KPT_VERSION=v1.0.0-beta.35
ENV KUBECTL_VERSION=1.28.0
ENV KUBECTL_VERSION=1.28.1
ENV KUBECTX_VERSION=0.9.4
ENV KUBETEST2_VERSION=b019714a389563c9a788f119f801520d059b6533
# TODO: switch to v0.4.0 when its out; we depend on some bug fixes since v0.3.0
ENV OTEL_CLI_VERSION=159cd1ec2e3f992e5f963dc70269b068c1038738
ENV PROTOC_GEN_GRPC_GATEWAY_VERSION=v1.16.0
ENV PROTOC_GEN_VALIDATE_VERSION=1.0.1
ENV PROTOC_VERSION=24.0
ENV PROTOC_VERSION=24.1
ENV PROTOLOCK_VERSION=v0.16.0
ENV SHELLCHECK_VERSION=v0.9.0
ENV SU_EXEC_VERSION=0.3.1
Expand Down Expand Up @@ -489,7 +489,7 @@ ENV DEBIAN_FRONTEND=noninteractive
ENV CONTAINERD_VERSION=1.6.22-1
ENV DOCKER_VERSION=5:24.0.5-1~ubuntu.22.04~jammy
ENV DOCKER_BUILDX_VERSION=0.11.2-1~ubuntu.22.04~jammy
ENV RUST_VERSION=1.71.1
ENV RUST_VERSION=1.72.0

ENV OUTDIR=/out

Expand Down
Loading