From e9283b353cb0f6e96674baf556148f6a5b0424bf Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Mon, 6 Jul 2026 15:55:01 -0500 Subject: [PATCH] chore(neutron): bump up to latest understack/2026.1 change This commit is a rebase of the current stable/2026.1 upstream with our backports included. https://github.com/openstack/neutron/compare/1321ccbc5cd56d5502e2335c8a5a374801d88fb9...2bc474a7db20f837cabfd60de1ebd3fa0c51f736 --- containers/neutron/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/neutron/Dockerfile b/containers/neutron/Dockerfile index da7fd1a0c..303437d99 100644 --- a/containers/neutron/Dockerfile +++ b/containers/neutron/Dockerfile @@ -6,7 +6,7 @@ FROM quay.io/airshipit/neutron:${OPENSTACK_VERSION}-ubuntu_noble AS build COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ # renovate: name=openstack/neutron repo=https://github.com/rackerlabs/neutron.git branch=understack/2026.1 -ARG NEUTRON_GIT_REF=f02658b3721de198f2dac04e7eb64ef9eb320732 +ARG NEUTRON_GIT_REF=51f968afde5eb80c04e0bd01391e9e3344812c9a ADD --keep-git-dir=true https://github.com/rackerlabs/neutron.git#${NEUTRON_GIT_REF} /src/neutron RUN git -C /src/neutron fetch --unshallow --tags