File tree Expand file tree Collapse file tree 6 files changed +9
-5
lines changed Expand file tree Collapse file tree 6 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 11PYTHON_VER? =3.10
2- NETBOX_VER? =v4.3.3
2+ NETBOX_VER? =v4.4.0
33
44NAME =netbox-bgp
55
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ This plugin provide following Models:
2222| NetBox 4.1.x | >= 0.14.0 |
2323| NetBox 4.2.x | 0.15.x |
2424| NetBox 4.3.x | 0.16.x |
25+ | NetBox 4.4.x | 0.17.x |
2526
2627## Installation
2728
Original file line number Diff line number Diff line change 11ARG python_ver=3.12
22FROM python:${python_ver}
33
4- ARG netbox_ver=v4.3.2
4+ ARG netbox_ver=v4.4.0
55ENV PYTHONUNBUFFERED 1
66
77RUN mkdir -p /opt
Original file line number Diff line number Diff line change 11version : 0.1
22package_name : netbox-bgp
33compatibility :
4+ - release : 0.17.0
5+ netbox_min : 4.4.0
6+ netbox_max : 4.4.99
47 - release : 0.16.0
58 netbox_min : 4.3.0
69 netbox_max : 4.3.3
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ class BGPConfig(PluginConfig):
1111 author_email = '[email protected] ' 1212 base_url = 'bgp'
1313 required_settings = []
14- min_version = '4.3 .0'
15- max_version = '4.3 .99'
14+ min_version = '4.4 .0'
15+ max_version = '4.4 .99'
1616 default_settings = {
1717 'device_ext_page' : 'right' ,
1818 'top_level_menu' : False ,
Original file line number Diff line number Diff line change 1- __version__ = "0.16 .0"
1+ __version__ = "0.17 .0"
You can’t perform that action at this time.
0 commit comments