Promote agnhost image to 2.63.0

Signed-off-by: Omer Aplatony <omerap12@gmail.com>
This commit is contained in:
Omer Aplatony 2026-02-05 15:48:46 +00:00
parent 27dad90a0c
commit 201fe11b03
21 changed files with 56 additions and 56 deletions

View file

@ -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

View file

@ -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"]

View file

@ -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

View file

@ -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

View file

@ -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:

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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:

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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"

View file

@ -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

View file

@ -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:

View file

@ -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:

View file

@ -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

View file

@ -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

View file

@ -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"}