Skip to content

Commit 13ff1c1

Browse files
chore(deps): update netbox
Signed-off-by: Renovate Bot <bot@renovateapp.com>
1 parent 5f138a8 commit 13ff1c1

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.github/workflows/build-netbox-container-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ jobs:
2323
strategy:
2424
matrix:
2525
version:
26-
- v4.3.5 # renovate: datasource=docker depName=quay.io/netboxcommunity/netbox
26+
- v4.4.4 # renovate: datasource=docker depName=quay.io/netboxcommunity/netbox
2727
steps:
2828
- name: Checkout code
2929
uses: actions/checkout@v5
3030

3131
- name: Install cosign
32-
uses: sigstore/cosign-installer@v3.9.2
32+
uses: sigstore/cosign-installer@v3.10.1
3333

3434
- name: Setup docker
3535
uses: docker/setup-buildx-action@v3

netbox/Containerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
ARG VERSION=v4.3.5 # renovate: datasource=docker depName=quay.io/netboxcommunity/netbox
1+
ARG VERSION=v4.4.4 # renovate: datasource=docker depName=quay.io/netboxcommunity/netbox
22
FROM quay.io/netboxcommunity/netbox:${VERSION}
33

44
COPY requirements.txt /requirements.txt
55
COPY --chmod=0755 files/launch.sh /opt/netbox/launch.sh
6-
COPY --from=ghcr.io/astral-sh/uv:0.8.3 /uv /usr/local/bin/uv
6+
COPY --from=ghcr.io/astral-sh/uv:0.9.5 /uv /usr/local/bin/uv
77

88
RUN /usr/local/bin/uv pip install --no-cache -r /requirements.txt \
99
&& chown -R unit: /opt/netbox/netbox/static \

netbox/requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Misc
22
netmiko==4.6.0
3-
PyYAML==6.0.2
3+
PyYAML==6.0.3
44
Jinja2==3.1.6
55

66
# Netbox plugins
7-
netbox-bgp==0.16.0
8-
netbox-data-flows==1.1.1
9-
netbox-initializers==4.3.0
10-
netbox-plugin-dns==1.3.5
11-
netbox-secrets==2.3.0
12-
netbox-topology-views==4.3.0
7+
netbox-bgp==0.17.0
8+
netbox-data-flows==1.3.0
9+
netbox-initializers==4.4.0
10+
netbox-plugin-dns==1.4.2
11+
netbox-secrets==2.3.4
12+
netbox-topology-views==4.4.0

0 commit comments

Comments
 (0)