Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion containers/ironic/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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=e07d9818e08c634f1341cb31f109d986932dd301
ARG IRONIC_GIT_REF=da6a25808d3d1d1c6c16178b21b885982e9b483f
ADD --keep-git-dir=true https://github.com/rackerlabs/ironic.git#${IRONIC_GIT_REF} /src/ironic
RUN git -C /src/ironic fetch --unshallow --tags

Expand Down
2 changes: 1 addition & 1 deletion python/ironic-understack/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ requires-python = "~=3.12.0"
readme = "README.md"
license = "MIT"
dependencies = [
"ironic>=35.0,<36",
"ironic>=35.1.0,<36",
"pyyaml~=6.0",
]

Expand Down
8 changes: 4 additions & 4 deletions python/ironic-understack/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading