Skip to content
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
8 changes: 4 additions & 4 deletions .settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ security_tools:
# E2E Testing Tools
testing_tools:
# renovate: datasource=github-releases depName=kubernetes/kubernetes depType=testing_tools
kubectl: 'v1.36.3'
kubectl: 'v1.36.4'
# kubelogin: Entra exec-plugin for AKS kubeconfigs, installed by uat-azure.yaml
# via `az aks install-cli` (which defaults to latest without an explicit pin).
# renovate: datasource=github-releases depName=Azure/kubelogin depType=testing_tools
Expand Down Expand Up @@ -124,14 +124,14 @@ testing_tools:
# Run with USE_SSL=1: sigstore's awskms signer hardcodes https://, so the e2e
# serves TLS with a mkcert cert (see mkcert below).
# renovate: datasource=docker depName=ministackorg/ministack depType=testing_tools
ministack_image: 'ministackorg/ministack:1.4.19'
ministack_image: 'ministackorg/ministack:1.4.21'
# OpenBAO: the Linux Foundation Apache-2.0 fork of HashiCorp Vault, used by the
# Vault KMS e2e to exercise the hashivault:// signing/verification path against
# a real Transit secrets engine. API-identical to Vault; the sigstore hashivault
# provider drives it over plain HTTP in dev mode (no TLS needed). Pinned (never
# :latest) for reproducibility.
# renovate: datasource=docker depName=openbao/openbao depType=testing_tools
openbao_image: 'openbao/openbao:2.6.1'
openbao_image: 'openbao/openbao:2.6.2'
# mkcert issues a trusted localhost cert for MiniStack's TLS and installs its CA
# into the system trust store, so the Go AWS SDK accepts the awskms:// endpoint.
# renovate: datasource=github-releases depName=FiloSottile/mkcert depType=testing_tools
Expand Down Expand Up @@ -176,7 +176,7 @@ testing_tools:
# renovate: datasource=github-releases depName=hauler-dev/hauler depType=testing_tools
hauler: 'v2.0.3'
# renovate: datasource=github-releases depName=zarf-dev/zarf depType=testing_tools
zarf: 'v0.83.0'
zarf: 'v0.84.0'
# Quality Thresholds
quality:
coverage_threshold: '80'
Expand Down
Loading