From 1b383e0e2081446337adc5e594ce4f8de55ed2d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niccol=C3=B2=20Fei?= Date: Tue, 23 Jun 2026 18:38:10 +0200 Subject: [PATCH] chore: bump aws-cli to 2.35.11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Niccolò Fei --- test/e2e/internal/tests/walrestore/fixtures.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/internal/tests/walrestore/fixtures.go b/test/e2e/internal/tests/walrestore/fixtures.go index 0d92230..ebab8ab 100644 --- a/test/e2e/internal/tests/walrestore/fixtures.go +++ b/test/e2e/internal/tests/walrestore/fixtures.go @@ -121,7 +121,7 @@ func newS3ClientDeployment(namespace string) *appsv1.Deployment { { Name: s3ClientName, // renovate: datasource=docker depName=amazon/aws-cli versioning=docker - Image: "docker.io/amazon/aws-cli:2.35.4", + Image: "docker.io/amazon/aws-cli:2.35.11", Command: []string{"sleep", "infinity"}, Env: []corev1.EnvVar{ {