From 5ff0525cae1fdb29c5c34b3afc808645b733308c Mon Sep 17 00:00:00 2001 From: suii2210 Date: Tue, 16 Jun 2026 15:13:12 +0000 Subject: [PATCH 1/3] test/images/agnhost: bump to 2.66.0 --- test/utils/image/manifest.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/utils/image/manifest.go b/test/utils/image/manifest.go index 64afe7e7688..658bf7acec1 100644 --- a/test/utils/image/manifest.go +++ b/test/utils/image/manifest.go @@ -209,7 +209,7 @@ const ( func initImageConfigs(list RegistryList) (map[ImageID]Config, map[ImageID]Config) { configs := map[ImageID]Config{} configs[AgnhostPrev] = Config{list.PromoterE2eRegistry, "agnhost", "2.55"} - configs[Agnhost] = Config{list.PromoterE2eRegistry, "agnhost", "2.65.0"} + configs[Agnhost] = Config{list.PromoterE2eRegistry, "agnhost", "2.66.0"} configs[AgnhostPrivate] = Config{list.PrivateRegistry, "agnhost", "2.6"} configs[APIServer] = Config{list.PromoterE2eRegistry, "sample-apiserver", "1.29.2"} configs[AppArmorLoader] = Config{list.PromoterE2eRegistry, "apparmor-loader", "1.4"} From 195da67f64f67ac8195939aed519e19c6882f490 Mon Sep 17 00:00:00 2001 From: suii2210 Date: Sat, 4 Jul 2026 13:24:22 +0000 Subject: [PATCH 2/3] test/images/agnhost: bump to 2.66.0 --- build/dependencies.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/dependencies.yaml b/build/dependencies.yaml index adcd23f337c..1b96cf00719 100644 --- a/build/dependencies.yaml +++ b/build/dependencies.yaml @@ -83,7 +83,7 @@ dependencies: # agnhost - E2E test image - name: "agnhost" - version: 2.65.0 + version: 2.66.0 refPaths: - path: test/utils/image/manifest.go match: configs\[Agnhost\] = Config{list\.PromoterE2eRegistry, "agnhost", "\d+\.\d+\.\d+"} From 5e8541f44561f533c70fd8204d33705568690767 Mon Sep 17 00:00:00 2001 From: suii2210 Date: Sun, 5 Jul 2026 07:21:22 +0000 Subject: [PATCH 3/3] test/images/agnhost: update image references --- hack/testdata/pod-with-large-name.yaml | 2 +- .../deploy/example/pod-external-toleration.yaml | 4 ++-- .../test-driver/deploy/example/pod-external.yaml | 4 ++-- .../dra/test-driver/deploy/example/pod-inline.yaml | 4 ++-- .../kubectl/agnhost-primary-pod.yaml | 4 ++-- .../serviceloadbalancer/netexecrc.yaml | 2 +- test/fixtures/doc-yaml/user-guide/multi-pod.yaml | 2 +- .../pkg/kubectl/cmd/auth/rbac-resource-plus.yaml | 2 +- test/images/kitten/BASEIMAGE | 14 +++++++------- test/images/nautilus/BASEIMAGE | 14 +++++++------- 10 files changed, 26 insertions(+), 26 deletions(-) diff --git a/hack/testdata/pod-with-large-name.yaml b/hack/testdata/pod-with-large-name.yaml index aaefc47dfa3..f3f9e60d825 100644 --- a/hack/testdata/pod-with-large-name.yaml +++ b/hack/testdata/pod-with-large-name.yaml @@ -8,5 +8,5 @@ metadata: spec: containers: - name: kubernetes-serve-hostname - image: registry.k8s.io/e2e-test-images/agnhost:2.65.0 + image: registry.k8s.io/e2e-test-images/agnhost:2.66.0 command: ["/agnhost", "serve-hostname"] diff --git a/test/e2e/dra/test-driver/deploy/example/pod-external-toleration.yaml b/test/e2e/dra/test-driver/deploy/example/pod-external-toleration.yaml index f1e301915aa..3578d06acfa 100644 --- a/test/e2e/dra/test-driver/deploy/example/pod-external-toleration.yaml +++ b/test/e2e/dra/test-driver/deploy/example/pod-external-toleration.yaml @@ -28,13 +28,13 @@ spec: restartPolicy: Never containers: - name: with-resource - image: registry.k8s.io/e2e-test-images/agnhost:2.65.0 + image: registry.k8s.io/e2e-test-images/agnhost:2.66.0 command: ["sh", "-c", "set && mount && ls -la /dev/ && /agnhost pause"] resources: claims: - name: resource - name: without-resource - image: registry.k8s.io/e2e-test-images/agnhost:2.65.0 + image: registry.k8s.io/e2e-test-images/agnhost:2.66.0 command: ["sh", "-c", "set && mount && ls -la /dev/ && /agnhost pause"] resourceClaims: - name: resource diff --git a/test/e2e/dra/test-driver/deploy/example/pod-external.yaml b/test/e2e/dra/test-driver/deploy/example/pod-external.yaml index b794bacd6e2..24387dc6f86 100644 --- a/test/e2e/dra/test-driver/deploy/example/pod-external.yaml +++ b/test/e2e/dra/test-driver/deploy/example/pod-external.yaml @@ -24,13 +24,13 @@ spec: restartPolicy: Never containers: - name: with-resource - image: registry.k8s.io/e2e-test-images/agnhost:2.65.0 + image: registry.k8s.io/e2e-test-images/agnhost:2.66.0 command: ["sh", "-c", "set && mount && ls -la /dev/ && /agnhost pause"] resources: claims: - name: resource - name: without-resource - image: registry.k8s.io/e2e-test-images/agnhost:2.65.0 + image: registry.k8s.io/e2e-test-images/agnhost:2.66.0 command: ["sh", "-c", "set && mount && ls -la /dev/ && /agnhost pause"] resourceClaims: - name: resource diff --git a/test/e2e/dra/test-driver/deploy/example/pod-inline.yaml b/test/e2e/dra/test-driver/deploy/example/pod-inline.yaml index 88a0e0ef743..4d6b7434c92 100644 --- a/test/e2e/dra/test-driver/deploy/example/pod-inline.yaml +++ b/test/e2e/dra/test-driver/deploy/example/pod-inline.yaml @@ -29,13 +29,13 @@ spec: restartPolicy: Never containers: - name: with-resource - image: registry.k8s.io/e2e-test-images/agnhost:2.65.0 + image: registry.k8s.io/e2e-test-images/agnhost:2.66.0 command: ["sh", "-c", "set && mount && ls -la /dev/ && /agnhost pause"] resources: claims: - name: resource - name: without-resource - image: registry.k8s.io/e2e-test-images/agnhost:2.65.0 + image: registry.k8s.io/e2e-test-images/agnhost:2.66.0 command: ["sh", "-c", "set && mount && ls -la /dev/ && /agnhost pause"] terminationGracePeriodSeconds: 0 # Shut down immediately. resourceClaims: diff --git a/test/e2e/testing-manifests/kubectl/agnhost-primary-pod.yaml b/test/e2e/testing-manifests/kubectl/agnhost-primary-pod.yaml index b8ffa837f34..0f3c88e746a 100644 --- a/test/e2e/testing-manifests/kubectl/agnhost-primary-pod.yaml +++ b/test/e2e/testing-manifests/kubectl/agnhost-primary-pod.yaml @@ -8,7 +8,7 @@ metadata: spec: containers: - name: primary - image: registry.k8s.io/e2e-test-images/agnhost:2.65.0 + image: registry.k8s.io/e2e-test-images/agnhost:2.66.0 env: - name: PRIMARY value: "true" @@ -21,7 +21,7 @@ spec: - mountPath: /agnhost-primary-data name: data - name: sentinel - image: registry.k8s.io/e2e-test-images/agnhost:2.65.0 + image: registry.k8s.io/e2e-test-images/agnhost:2.66.0 env: - name: SENTINEL value: "true" diff --git a/test/e2e/testing-manifests/serviceloadbalancer/netexecrc.yaml b/test/e2e/testing-manifests/serviceloadbalancer/netexecrc.yaml index 4a81d4d224b..ef513741ece 100644 --- a/test/e2e/testing-manifests/serviceloadbalancer/netexecrc.yaml +++ b/test/e2e/testing-manifests/serviceloadbalancer/netexecrc.yaml @@ -12,7 +12,7 @@ spec: spec: containers: - name: netexec - image: registry.k8s.io/e2e-test-images/agnhost:2.65.0 + image: registry.k8s.io/e2e-test-images/agnhost:2.66.0 command: ["/agnhost", "netexec"] ports: - containerPort: 8080 diff --git a/test/fixtures/doc-yaml/user-guide/multi-pod.yaml b/test/fixtures/doc-yaml/user-guide/multi-pod.yaml index 554aa637537..1bc0068ee61 100644 --- a/test/fixtures/doc-yaml/user-guide/multi-pod.yaml +++ b/test/fixtures/doc-yaml/user-guide/multi-pod.yaml @@ -42,7 +42,7 @@ metadata: spec: containers: - name: kubernetes-serve-hostname - image: registry.k8s.io/e2e-test-images/agnhost:2.65.0 + image: registry.k8s.io/e2e-test-images/agnhost:2.66.0 command: ["/agnhost", "serve-hostname"] resources: limits: diff --git a/test/fixtures/pkg/kubectl/cmd/auth/rbac-resource-plus.yaml b/test/fixtures/pkg/kubectl/cmd/auth/rbac-resource-plus.yaml index 0f044e6fb62..044ab64f2a0 100644 --- a/test/fixtures/pkg/kubectl/cmd/auth/rbac-resource-plus.yaml +++ b/test/fixtures/pkg/kubectl/cmd/auth/rbac-resource-plus.yaml @@ -30,7 +30,7 @@ items: spec: containers: - name: kubernetes-serve-hostname - image: registry.k8s.io/e2e-test-images/agnhost:2.65.0 + image: registry.k8s.io/e2e-test-images/agnhost:2.66.0 command: ["/agnhost", "serve-hostname"] resources: limits: diff --git a/test/images/kitten/BASEIMAGE b/test/images/kitten/BASEIMAGE index 992f83c202d..402c85d1d7a 100644 --- a/test/images/kitten/BASEIMAGE +++ b/test/images/kitten/BASEIMAGE @@ -1,7 +1,7 @@ -linux/amd64=REGISTRY/agnhost:2.65.0-linux-amd64 -linux/arm64=REGISTRY/agnhost:2.65.0-linux-arm64 -linux/ppc64le=REGISTRY/agnhost:2.65.0-linux-ppc64le -linux/s390x=REGISTRY/agnhost:2.65.0-linux-s390x -windows/amd64/1809=REGISTRY/agnhost:2.65.0-windows-amd64-1809 -windows/amd64/ltsc2022=REGISTRY/agnhost:2.65.0-windows-amd64-ltsc2022 -windows/amd64/ltsc2025=REGISTRY/agnhost:2.65.0-windows-amd64-ltsc2025 +linux/amd64=REGISTRY/agnhost:2.66.0-linux-amd64 +linux/arm64=REGISTRY/agnhost:2.66.0-linux-arm64 +linux/ppc64le=REGISTRY/agnhost:2.66.0-linux-ppc64le +linux/s390x=REGISTRY/agnhost:2.66.0-linux-s390x +windows/amd64/1809=REGISTRY/agnhost:2.66.0-windows-amd64-1809 +windows/amd64/ltsc2022=REGISTRY/agnhost:2.66.0-windows-amd64-ltsc2022 +windows/amd64/ltsc2025=REGISTRY/agnhost:2.66.0-windows-amd64-ltsc2025 diff --git a/test/images/nautilus/BASEIMAGE b/test/images/nautilus/BASEIMAGE index 992f83c202d..402c85d1d7a 100644 --- a/test/images/nautilus/BASEIMAGE +++ b/test/images/nautilus/BASEIMAGE @@ -1,7 +1,7 @@ -linux/amd64=REGISTRY/agnhost:2.65.0-linux-amd64 -linux/arm64=REGISTRY/agnhost:2.65.0-linux-arm64 -linux/ppc64le=REGISTRY/agnhost:2.65.0-linux-ppc64le -linux/s390x=REGISTRY/agnhost:2.65.0-linux-s390x -windows/amd64/1809=REGISTRY/agnhost:2.65.0-windows-amd64-1809 -windows/amd64/ltsc2022=REGISTRY/agnhost:2.65.0-windows-amd64-ltsc2022 -windows/amd64/ltsc2025=REGISTRY/agnhost:2.65.0-windows-amd64-ltsc2025 +linux/amd64=REGISTRY/agnhost:2.66.0-linux-amd64 +linux/arm64=REGISTRY/agnhost:2.66.0-linux-arm64 +linux/ppc64le=REGISTRY/agnhost:2.66.0-linux-ppc64le +linux/s390x=REGISTRY/agnhost:2.66.0-linux-s390x +windows/amd64/1809=REGISTRY/agnhost:2.66.0-windows-amd64-1809 +windows/amd64/ltsc2022=REGISTRY/agnhost:2.66.0-windows-amd64-ltsc2022 +windows/amd64/ltsc2025=REGISTRY/agnhost:2.66.0-windows-amd64-ltsc2025