From 0e099ebc4b980daee1f5ca8418b32b68be2aecde Mon Sep 17 00:00:00 2001 From: Andrey Lebedev Date: Mon, 4 May 2026 11:24:27 +0200 Subject: [PATCH 1/2] Konflux: Change name label to match security labels `check-labels` task in release pipeline enforces the usage of names which correspond to product security metadata. Without this change, releasing to stage/prod is failing. --- Containerfile.externaldns | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile.externaldns b/Containerfile.externaldns index f2201e39d7..ded8c9d59d 100644 --- a/Containerfile.externaldns +++ b/Containerfile.externaldns @@ -28,7 +28,7 @@ FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:fe688da81a696387c ARG FULL_COMMIT LABEL maintainer="Red Hat, Inc." LABEL com.redhat.component="external-dns-container" -LABEL name="external-dns" +LABEL name="edo/external-dns-rhel9" LABEL version="1.3.3" LABEL commit=${FULL_COMMIT} WORKDIR / From 6de9d507fa840dba44502d75c986de4925f9a03d Mon Sep 17 00:00:00 2001 From: Andrey Lebedev Date: Mon, 4 May 2026 11:30:41 +0200 Subject: [PATCH 2/2] OCPBUGS-79591: Bump version label to 1.3.4 --- Containerfile.externaldns | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile.externaldns b/Containerfile.externaldns index ded8c9d59d..48990ca5ad 100644 --- a/Containerfile.externaldns +++ b/Containerfile.externaldns @@ -29,7 +29,7 @@ ARG FULL_COMMIT LABEL maintainer="Red Hat, Inc." LABEL com.redhat.component="external-dns-container" LABEL name="edo/external-dns-rhel9" -LABEL version="1.3.3" +LABEL version="1.3.4" LABEL commit=${FULL_COMMIT} WORKDIR / COPY --from=builder /workspace/build/external-dns /