8000 update various tools by jacob-delgado · Pull Request #3210 · istio/tools · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

update various tools #3210

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

Merged
merged 2 commits into from
May 22, 2025
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
14 changes: 7 additions & 7 deletions docker/build-tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ ENV BENCHSTAT_VERSION=9c9101da8316
ENV BOM_VERSION=v0.6.0
ENV BUF_VERSION=v1.54.0
ENV COSIGN_VERSION=v2.5.0
ENV CRANE_VERSION=v0.20.3
ENV CRANE_VERSION=v0.20.4
ENV GCLOUD_VERSION=496.0.0
ENV GCR_AUTH_VERSION=2.1.21
ENV GH_VERSION=2.72.0
ENV GH_VERSION=2.73.0
ENV GOCOVMERGE_VERSION=b5bfa59ec0adc420475f97f89b58045c721d761c
ENV GOIMPORTS_VERSION=v0.24.0
# When updating the golangci version, you may want to update the common-files config/.golangci* files as well.
Expand All @@ -58,7 +58,7 @@ ENV VT_PROTOBUF_VERSION=ba97887b0a2597d20399eb70221c99c95520e8c1
ENV GO_BINDATA_VERSION=v3.1.2
ENV GO_JUNIT_REPORT_VERSION=df0ed838addb0fa189c4d76ad4657f6007a5811c
ENV HADOLINT_VERSION=v2.12.0
ENV HELM3_VERSION=v3.17.2
ENV HELM3_VERSION=v3.18.0
# Please consult the docs team before bumping Hugo.
ENV HUGO_VERSION=0.145.0
ENV JB_VERSION=v0.3.1
Expand All @@ -69,12 +69,12 @@ ENV K8S_CODE_GENERATOR_VERSION=1.29.4
ENV K8S_TEST_INFRA_VERSION=1f0e63447a32a07c0a6cc1ae3b95172438b373c8
# From March 3, 2025
ENV K8S_PROW_VERSION=35574334443a5b3dd9f63a71644e6288d9722981
ENV KIND_VERSION=v0.27.0
ENV KIND_VERSION=v0.29.0
ENV KPT_VERSION=v1.0.0-beta.54
ENV KUBECTL_VERSION=1.33.0
ENV KUBECTL_VERSION=1.33.1
ENV KUBECTX_VERSION=0.9.5
ENV KUBETEST2_VERSION=b019714a389563c9a788f119f801520d059b6533
ENV OC_VERSION=4.18.11
ENV OC_VERSION=4.18.13
ENV ORAS_VERSION=1.2.2
ENV OTEL_CLI_VERSION=v0.4.1
ENV PROTOC_GEN_GRPC_GATEWAY_VERSION=v1.16.0
Expand Down Expand Up @@ -574,7 +574,7 @@ ENV DEBIAN_FRONTEND=noninteractive
ENV CONTAINERD_VERSION=1.7.26-1
ENV DOCKER_VERSION=5:28.1.1-1~ubuntu.24.04~noble
ENV DOCKER_BUILDX_VERSION=0.23.0-1~ubuntu.24.04~noble
ENV RUST_VERSION=1.86.0
ENV RUST_VERSION=1.87.0

ENV OUTDIR=/out

Expand Down
0