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 1
1
PYTHON_VER? =3.10
2
- NETBOX_VER? =v4.3.3
2
+ NETBOX_VER? =v4.4.0
3
3
4
4
NAME =netbox-bgp
5
5
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ This plugin provide following Models:
22
22
| NetBox 4.1.x | >= 0.14.0 |
23
23
| NetBox 4.2.x | 0.15.x |
24
24
| NetBox 4.3.x | 0.16.x |
25
+ | NetBox 4.4.x | 0.17.x |
25
26
26
27
## Installation
27
28
Original file line number Diff line number Diff line change 1
1
ARG python_ver=3.12
2
2
FROM python:${python_ver}
3
3
4
- ARG netbox_ver=v4.3.2
4
+ ARG netbox_ver=v4.4.0
5
5
ENV PYTHONUNBUFFERED 1
6
6
7
7
RUN mkdir -p /opt
Original file line number Diff line number Diff line change 1
1
version : 0.1
2
2
package_name : netbox-bgp
3
3
compatibility :
4
+ - release : 0.17.0
5
+ netbox_min : 4.4.0
6
+ netbox_max : 4.4.99
4
7
- release : 0.16.0
5
8
netbox_min : 4.3.0
6
9
netbox_max : 4.3.3
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ class BGPConfig(PluginConfig):
11
11
author_email = '[email protected] '
12
12
base_url = 'bgp'
13
13
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'
16
16
default_settings = {
17
17
'device_ext_page' : 'right' ,
18
18
'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