File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed
Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
22FROM quay.io/netboxcommunity/netbox:${VERSION}
33
44COPY requirements.txt /requirements.txt
55COPY --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
88RUN /usr/local/bin/uv pip install --no-cache -r /requirements.txt \
99 && chown -R unit: /opt/netbox/netbox/static \
Original file line number Diff line number Diff line change 11# Misc
22netmiko == 4.6.0
3- PyYAML == 6.0.2
3+ PyYAML == 6.0.3
44Jinja2 == 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
You can’t perform that action at this time.
0 commit comments