1919# Build Tools
2020build_tools :
2121 # renovate: datasource=github-releases depName=goreleaser/goreleaser depType=build_tools
22- goreleaser : ' v2.17.1 '
22+ goreleaser : ' v2.18.0 '
2323 # renovate: datasource=github-releases depName=ko-build/ko depType=build_tools
2424 ko : ' v0.19.1'
2525 # renovate: datasource=github-releases depName=google/go-containerregistry depType=build_tools
@@ -30,9 +30,9 @@ build_tools:
3030# Linting
3131linting :
3232 # renovate: datasource=go depName=golang.org/x/exp depType=linting
33- apidiff : ' v0.0.0-20260813180055-c1d0aacb2297 '
33+ apidiff : ' v0.0.0-20260820142414-ca536658362e '
3434 # renovate: datasource=github-releases depName=golangci/golangci-lint depType=linting
35- golangci_lint : ' v2.12.2 '
35+ golangci_lint : ' v2.13.1 '
3636 # renovate: datasource=pypi depName=yamllint depType=linting
3737 yamllint : ' 1.38.0'
3838 # renovate: datasource=github-releases depName=google/addlicense depType=linting
@@ -61,13 +61,13 @@ security_tools:
6161 #
6262 # Stored WITHOUT the leading 'v', unlike cosign/syft/grype above:
6363 # oras-project/setup-oras looks the version up against bare release keys and
64- # throws on 'v1.3.0 '. tools/setup-tools re-adds the prefix for the download URL.
65- oras : ' 1.3.0 '
64+ # throws on 'v1.3.3 '. tools/setup-tools re-adds the prefix for the download URL.
65+ oras : ' 1.3.3 '
6666
6767# E2E Testing Tools
6868testing_tools :
6969 # renovate: datasource=github-releases depName=kubernetes/kubernetes depType=testing_tools
70- kubectl : ' v1.36.3 '
70+ kubectl : ' v1.36.4 '
7171 # kubelogin: Entra exec-plugin for AKS kubeconfigs, installed by uat-azure.yaml
7272 # via `az aks install-cli` (which defaults to latest without an explicit pin).
7373 # renovate: datasource=github-releases depName=Azure/kubelogin depType=testing_tools
@@ -124,14 +124,14 @@ testing_tools:
124124 # Run with USE_SSL=1: sigstore's awskms signer hardcodes https://, so the e2e
125125 # serves TLS with a mkcert cert (see mkcert below).
126126 # renovate: datasource=docker depName=ministackorg/ministack depType=testing_tools
127- ministack_image : ' ministackorg/ministack:1.4.19 '
127+ ministack_image : ' ministackorg/ministack:1.4.21 '
128128 # OpenBAO: the Linux Foundation Apache-2.0 fork of HashiCorp Vault, used by the
129129 # Vault KMS e2e to exercise the hashivault:// signing/verification path against
130130 # a real Transit secrets engine. API-identical to Vault; the sigstore hashivault
131131 # provider drives it over plain HTTP in dev mode (no TLS needed). Pinned (never
132132 # :latest) for reproducibility.
133133 # renovate: datasource=docker depName=openbao/openbao depType=testing_tools
134- openbao_image : ' openbao/openbao:2.6.1 '
134+ openbao_image : ' openbao/openbao:2.6.2 '
135135 # mkcert issues a trusted localhost cert for MiniStack's TLS and installs its CA
136136 # into the system trust store, so the Go AWS SDK accepts the awskms:// endpoint.
137137 # renovate: datasource=github-releases depName=FiloSottile/mkcert depType=testing_tools
@@ -176,7 +176,7 @@ testing_tools:
176176 # renovate: datasource=github-releases depName=hauler-dev/hauler depType=testing_tools
177177 hauler : ' v2.0.3'
178178 # renovate: datasource=github-releases depName=zarf-dev/zarf depType=testing_tools
179- zarf : ' v0.83 .0'
179+ zarf : ' v0.84 .0'
180180# Quality Thresholds
181181quality :
182182 coverage_threshold : ' 80'
0 commit comments