We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4f94e1 commit 872643bCopy full SHA for 872643b
.github/workflows/test.yml
@@ -64,7 +64,7 @@ jobs:
64
matrix:
65
# renovate: datasource=github-releases depName=netbox-community/netbox
66
netbox_version:
67
- - "4.4.7"
+ - "4.5.0"
68
# renovate: datasource=github-releases depName=netbox-community/netbox-bgp
69
netbox_bgp_version:
70
- "0.17.0"
docker-compose.yaml
@@ -16,7 +16,7 @@ services:
16
context: integration
17
args:
18
19
- NETBOX_VERSION: ${NETBOX_VERSION:-4.4.7}
+ NETBOX_VERSION: ${NETBOX_VERSION:-4.5.0}
20
21
NETBOX_BGP_VERSION: ${NETBOX_BGP_VERSION:-0.17.0}
22
depends_on:
0 commit comments