diff --git a/build/dependencies.yaml b/build/dependencies.yaml index 1824693772d..268e3e9ee9e 100644 --- a/build/dependencies.yaml +++ b/build/dependencies.yaml @@ -83,48 +83,48 @@ dependencies: # agnhost - E2E test image - name: "agnhost" - version: 2.61 + version: 2.63.0 refPaths: - path: test/utils/image/manifest.go - match: configs\[Agnhost\] = Config{list\.PromoterE2eRegistry, "agnhost", "\d+\.\d+"} + match: configs\[Agnhost\] = Config{list\.PromoterE2eRegistry, "agnhost", "\d+\.\d+\.\d+"} - path: test/images/kitten/BASEIMAGE - match: agnhost:\d+\.\d+- + match: agnhost:\d+\.\d+\.\d+- - path: test/images/nautilus/BASEIMAGE - match: agnhost:\d+\.\d+- + match: agnhost:\d+\.\d+\.\d+- - path: test/e2e/testing-manifests/kubectl/agnhost-primary-pod.yaml - match: registry.k8s.io/e2e-test-images/agnhost:\d+\.\d+ + match: registry.k8s.io/e2e-test-images/agnhost:\d+\.\d+\.\d+ - path: test/e2e/testing-manifests/serviceloadbalancer/netexecrc.yaml - match: registry.k8s.io/e2e-test-images/agnhost:\d+\.\d+ + match: registry.k8s.io/e2e-test-images/agnhost:\d+\.\d+\.\d+ - path: test/e2e/testing-manifests/ingress/multiple-certs/rc.yaml - match: registry.k8s.io/e2e-test-images/agnhost:\d+\.\d+ + match: registry.k8s.io/e2e-test-images/agnhost:\d+\.\d+\.\d+ - path: test/e2e/testing-manifests/ingress/http/rc.yaml - match: registry.k8s.io/e2e-test-images/agnhost:\d+\.\d+ + match: registry.k8s.io/e2e-test-images/agnhost:\d+\.\d+\.\d+ - path: test/e2e/testing-manifests/ingress/http2/rc.yaml - match: registry.k8s.io/e2e-test-images/agnhost:\d+\.\d+ + match: registry.k8s.io/e2e-test-images/agnhost:\d+\.\d+\.\d+ - path: test/e2e/testing-manifests/ingress/pre-shared-cert/rc.yaml - match: registry.k8s.io/e2e-test-images/agnhost:\d+\.\d+ + match: registry.k8s.io/e2e-test-images/agnhost:\d+\.\d+\.\d+ - path: test/e2e/testing-manifests/ingress/gce/static-ip-2/rc.yaml - match: registry.k8s.io/e2e-test-images/agnhost:\d+\.\d+ + match: registry.k8s.io/e2e-test-images/agnhost:\d+\.\d+\.\d+ - path: test/e2e/testing-manifests/ingress/neg/rc.yaml - match: registry.k8s.io/e2e-test-images/agnhost:\d+\.\d+ + match: registry.k8s.io/e2e-test-images/agnhost:\d+\.\d+\.\d+ - path: test/e2e/testing-manifests/ingress/static-ip/rc.yaml - match: registry.k8s.io/e2e-test-images/agnhost:\d+\.\d+ + match: registry.k8s.io/e2e-test-images/agnhost:\d+\.\d+\.\d+ - path: test/e2e/testing-manifests/ingress/neg-exposed/rc.yaml - match: registry.k8s.io/e2e-test-images/agnhost:\d+\.\d+ + match: registry.k8s.io/e2e-test-images/agnhost:\d+\.\d+\.\d+ - path: test/e2e/testing-manifests/ingress/neg-clusterip/rc.yaml - match: registry.k8s.io/e2e-test-images/agnhost:\d+\.\d+ + match: registry.k8s.io/e2e-test-images/agnhost:\d+\.\d+\.\d+ - path: test/e2e/dra/test-driver/deploy/example/pod-inline.yaml - match: registry.k8s.io/e2e-test-images/agnhost:\d+\.\d+ + match: registry.k8s.io/e2e-test-images/agnhost:\d+\.\d+\.\d+ - path: test/e2e/dra/test-driver/deploy/example/pod-external.yaml - match: registry.k8s.io/e2e-test-images/agnhost:\d+\.\d+ + match: registry.k8s.io/e2e-test-images/agnhost:\d+\.\d+\.\d+ - path: test/e2e/dra/test-driver/deploy/example/pod-external-toleration.yaml - match: registry.k8s.io/e2e-test-images/agnhost:\d+\.\d+ + match: registry.k8s.io/e2e-test-images/agnhost:\d+\.\d+\.\d+ - path: test/fixtures/pkg/kubectl/cmd/auth/rbac-resource-plus.yaml - match: registry.k8s.io/e2e-test-images/agnhost:\d+\.\d+ + match: registry.k8s.io/e2e-test-images/agnhost:\d+\.\d+\.\d+ - path: test/fixtures/doc-yaml/user-guide/multi-pod.yaml - match: registry.k8s.io/e2e-test-images/agnhost:\d+\.\d+ + match: registry.k8s.io/e2e-test-images/agnhost:\d+\.\d+\.\d+ - path: hack/testdata/pod-with-large-name.yaml - match: registry.k8s.io/e2e-test-images/agnhost:\d+\.\d+ + match: registry.k8s.io/e2e-test-images/agnhost:\d+\.\d+\.\d+ - name: "node-problem-detector" version: 1.34.0 diff --git a/hack/testdata/pod-with-large-name.yaml b/hack/testdata/pod-with-large-name.yaml index 279722a4b8f..bf79d916fd0 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.61 + image: registry.k8s.io/e2e-test-images/agnhost:2.63.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 4a6c5870eba..d8733087a2b 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.61 + image: registry.k8s.io/e2e-test-images/agnhost:2.63.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.61 + image: registry.k8s.io/e2e-test-images/agnhost:2.63.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 4feb8be488c..6a32c829e0c 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.61 + image: registry.k8s.io/e2e-test-images/agnhost:2.63.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.61 + image: registry.k8s.io/e2e-test-images/agnhost:2.63.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 600149a284d..68f66fc03e7 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.61 + image: registry.k8s.io/e2e-test-images/agnhost:2.63.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.61 + image: registry.k8s.io/e2e-test-images/agnhost:2.63.0 command: ["sh", "-c", "set && mount && ls -la /dev/ && /agnhost pause"] terminationGracePeriodSeconds: 0 # Shut down immediately. resourceClaims: diff --git a/test/e2e/testing-manifests/ingress/gce/static-ip-2/rc.yaml b/test/e2e/testing-manifests/ingress/gce/static-ip-2/rc.yaml index 86be7e3eb5a..2ac673c059d 100644 --- a/test/e2e/testing-manifests/ingress/gce/static-ip-2/rc.yaml +++ b/test/e2e/testing-manifests/ingress/gce/static-ip-2/rc.yaml @@ -11,7 +11,7 @@ spec: spec: containers: - name: echoheaders-https - image: registry.k8s.io/e2e-test-images/agnhost:2.61 + image: registry.k8s.io/e2e-test-images/agnhost:2.63.0 command: - /agnhost - netexec diff --git a/test/e2e/testing-manifests/ingress/http/rc.yaml b/test/e2e/testing-manifests/ingress/http/rc.yaml index 134d8060027..3889642d41b 100644 --- a/test/e2e/testing-manifests/ingress/http/rc.yaml +++ b/test/e2e/testing-manifests/ingress/http/rc.yaml @@ -11,7 +11,7 @@ spec: spec: containers: - name: echoheaders - image: registry.k8s.io/e2e-test-images/agnhost:2.61 + image: registry.k8s.io/e2e-test-images/agnhost:2.63.0 command: - /agnhost - netexec diff --git a/test/e2e/testing-manifests/ingress/http2/rc.yaml b/test/e2e/testing-manifests/ingress/http2/rc.yaml index a10de6758bd..7f28443f867 100644 --- a/test/e2e/testing-manifests/ingress/http2/rc.yaml +++ b/test/e2e/testing-manifests/ingress/http2/rc.yaml @@ -14,7 +14,7 @@ spec: spec: containers: - name: echoheaders - image: registry.k8s.io/e2e-test-images/agnhost:2.61 + image: registry.k8s.io/e2e-test-images/agnhost:2.63.0 command: - /agnhost - netexec diff --git a/test/e2e/testing-manifests/ingress/multiple-certs/rc.yaml b/test/e2e/testing-manifests/ingress/multiple-certs/rc.yaml index 86be7e3eb5a..2ac673c059d 100644 --- a/test/e2e/testing-manifests/ingress/multiple-certs/rc.yaml +++ b/test/e2e/testing-manifests/ingress/multiple-certs/rc.yaml @@ -11,7 +11,7 @@ spec: spec: containers: - name: echoheaders-https - image: registry.k8s.io/e2e-test-images/agnhost:2.61 + image: registry.k8s.io/e2e-test-images/agnhost:2.63.0 command: - /agnhost - netexec diff --git a/test/e2e/testing-manifests/ingress/neg-clusterip/rc.yaml b/test/e2e/testing-manifests/ingress/neg-clusterip/rc.yaml index 94a00a5bbeb..c873d60031b 100644 --- a/test/e2e/testing-manifests/ingress/neg-clusterip/rc.yaml +++ b/test/e2e/testing-manifests/ingress/neg-clusterip/rc.yaml @@ -15,7 +15,7 @@ spec: run: hostname spec: containers: - - image: registry.k8s.io/e2e-test-images/agnhost:2.61 + - image: registry.k8s.io/e2e-test-images/agnhost:2.63.0 command: ["/agnhost", "serve-hostname"] imagePullPolicy: IfNotPresent name: hostname diff --git a/test/e2e/testing-manifests/ingress/neg-exposed/rc.yaml b/test/e2e/testing-manifests/ingress/neg-exposed/rc.yaml index 0fad7cfb110..7e3dc2697a0 100644 --- a/test/e2e/testing-manifests/ingress/neg-exposed/rc.yaml +++ b/test/e2e/testing-manifests/ingress/neg-exposed/rc.yaml @@ -14,13 +14,13 @@ spec: run: hostname spec: containers: - - image: registry.k8s.io/e2e-test-images/agnhost:2.61 + - image: registry.k8s.io/e2e-test-images/agnhost:2.63.0 name: host1 args: ["serve-hostname", "--http=true", "--udp=false", "--port=8000"] ports: - protocol: TCP containerPort: 8000 - - image: registry.k8s.io/e2e-test-images/agnhost:2.61 + - image: registry.k8s.io/e2e-test-images/agnhost:2.63.0 name: host2 args: ["serve-hostname", "--http=true", "--udp=false", "--port=8080"] ports: diff --git a/test/e2e/testing-manifests/ingress/neg/rc.yaml b/test/e2e/testing-manifests/ingress/neg/rc.yaml index 94a00a5bbeb..c873d60031b 100644 --- a/test/e2e/testing-manifests/ingress/neg/rc.yaml +++ b/test/e2e/testing-manifests/ingress/neg/rc.yaml @@ -15,7 +15,7 @@ spec: run: hostname spec: containers: - - image: registry.k8s.io/e2e-test-images/agnhost:2.61 + - image: registry.k8s.io/e2e-test-images/agnhost:2.63.0 command: ["/agnhost", "serve-hostname"] imagePullPolicy: IfNotPresent name: hostname diff --git a/test/e2e/testing-manifests/ingress/pre-shared-cert/rc.yaml b/test/e2e/testing-manifests/ingress/pre-shared-cert/rc.yaml index 86be7e3eb5a..2ac673c059d 100644 --- a/test/e2e/testing-manifests/ingress/pre-shared-cert/rc.yaml +++ b/test/e2e/testing-manifests/ingress/pre-shared-cert/rc.yaml @@ -11,7 +11,7 @@ spec: spec: containers: - name: echoheaders-https - image: registry.k8s.io/e2e-test-images/agnhost:2.61 + image: registry.k8s.io/e2e-test-images/agnhost:2.63.0 command: - /agnhost - netexec diff --git a/test/e2e/testing-manifests/ingress/static-ip/rc.yaml b/test/e2e/testing-manifests/ingress/static-ip/rc.yaml index 86be7e3eb5a..2ac673c059d 100644 --- a/test/e2e/testing-manifests/ingress/static-ip/rc.yaml +++ b/test/e2e/testing-manifests/ingress/static-ip/rc.yaml @@ -11,7 +11,7 @@ spec: spec: containers: - name: echoheaders-https - image: registry.k8s.io/e2e-test-images/agnhost:2.61 + image: registry.k8s.io/e2e-test-images/agnhost:2.63.0 command: - /agnhost - netexec diff --git a/test/e2e/testing-manifests/kubectl/agnhost-primary-pod.yaml b/test/e2e/testing-manifests/kubectl/agnhost-primary-pod.yaml index f0bd521f08d..2adb015a99f 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.61 + image: registry.k8s.io/e2e-test-images/agnhost:2.63.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.61 + image: registry.k8s.io/e2e-test-images/agnhost:2.63.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 10d6677b3ea..8d06f9f0e8a 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.61 + image: registry.k8s.io/e2e-test-images/agnhost:2.63.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 7b6acb082d1..a2479d25b48 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.61 + image: registry.k8s.io/e2e-test-images/agnhost:2.63.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 04b4aeacdb6..95f3ef53f87 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.61 + image: registry.k8s.io/e2e-test-images/agnhost:2.63.0 command: ["/agnhost", "serve-hostname"] resources: limits: diff --git a/test/images/kitten/BASEIMAGE b/test/images/kitten/BASEIMAGE index 9a86975886e..e86cc6b566c 100644 --- a/test/images/kitten/BASEIMAGE +++ b/test/images/kitten/BASEIMAGE @@ -1,6 +1,6 @@ -linux/amd64=REGISTRY/agnhost:2.61-linux-amd64 -linux/arm64=REGISTRY/agnhost:2.61-linux-arm64 -linux/ppc64le=REGISTRY/agnhost:2.61-linux-ppc64le -linux/s390x=REGISTRY/agnhost:2.61-linux-s390x -windows/amd64/1809=REGISTRY/agnhost:2.61-windows-amd64-1809 -windows/amd64/ltsc2022=REGISTRY/agnhost:2.61-windows-amd64-ltsc2022 +linux/amd64=REGISTRY/agnhost:2.63.0-linux-amd64 +linux/arm64=REGISTRY/agnhost:2.63.0-linux-arm64 +linux/ppc64le=REGISTRY/agnhost:2.63.0-linux-ppc64le +linux/s390x=REGISTRY/agnhost:2.63.0-linux-s390x +windows/amd64/1809=REGISTRY/agnhost:2.63.0-windows-amd64-1809 +windows/amd64/ltsc2022=REGISTRY/agnhost:2.63.0-windows-amd64-ltsc2022 diff --git a/test/images/nautilus/BASEIMAGE b/test/images/nautilus/BASEIMAGE index 9a86975886e..e86cc6b566c 100644 --- a/test/images/nautilus/BASEIMAGE +++ b/test/images/nautilus/BASEIMAGE @@ -1,6 +1,6 @@ -linux/amd64=REGISTRY/agnhost:2.61-linux-amd64 -linux/arm64=REGISTRY/agnhost:2.61-linux-arm64 -linux/ppc64le=REGISTRY/agnhost:2.61-linux-ppc64le -linux/s390x=REGISTRY/agnhost:2.61-linux-s390x -windows/amd64/1809=REGISTRY/agnhost:2.61-windows-amd64-1809 -windows/amd64/ltsc2022=REGISTRY/agnhost:2.61-windows-amd64-ltsc2022 +linux/amd64=REGISTRY/agnhost:2.63.0-linux-amd64 +linux/arm64=REGISTRY/agnhost:2.63.0-linux-arm64 +linux/ppc64le=REGISTRY/agnhost:2.63.0-linux-ppc64le +linux/s390x=REGISTRY/agnhost:2.63.0-linux-s390x +windows/amd64/1809=REGISTRY/agnhost:2.63.0-windows-amd64-1809 +windows/amd64/ltsc2022=REGISTRY/agnhost:2.63.0-windows-amd64-ltsc2022 diff --git a/test/utils/image/manifest.go b/test/utils/image/manifest.go index 1128963b189..45bc51aa478 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.61"} + configs[Agnhost] = Config{list.PromoterE2eRegistry, "agnhost", "2.63.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"}