From 00bc79ab6dd963845362f5f5cd0377cf23cc26b4 Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Fri, 7 Aug 2026 13:36:21 -0500 Subject: [PATCH] chore(ironic): rebase to latest stable/2026.1 and cherry-pick fixes Rebased the ironic container to the latest upstream stable/2026.1 and cherry-picked the following changes into our understack/2026.1: - https://review.opendev.org/c/openstack/ironic/+/997366 - https://review.opendev.org/c/openstack/ironic/+/1000050 - https://review.opendev.org/c/openstack/ironic/+/999910 - https://review.opendev.org/c/openstack/ironic/+/1000059 --- containers/ironic/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/ironic/Dockerfile b/containers/ironic/Dockerfile index 5654b5fd8..dfdcf5636 100644 --- a/containers/ironic/Dockerfile +++ b/containers/ironic/Dockerfile @@ -12,7 +12,7 @@ RUN apt-get update && \ && apt-get clean && rm -rf /var/lib/apt/lists/* # renovate: name=openstack/ironic repo=https://github.com/rackerlabs/ironic.git branch=understack/2026.1 -ARG IRONIC_GIT_REF=403d18a0d6fbe7110f47d390fbaeb77bb678e6f3 +ARG IRONIC_GIT_REF=4ee113c63d0c92bd3f61c31c313016c594438ef6 ADD --keep-git-dir=true https://github.com/rackerlabs/ironic.git#${IRONIC_GIT_REF} /src/ironic RUN git -C /src/ironic fetch --unshallow --tags