File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ This plugin provide following Models:
18
18
| NetBox 3.7.x | >= 0.12.0 |
19
19
| NetBox 4.0.x | >= 0.13.3 |
20
20
| NetBox 4.1.x | >= 0.14.0 |
21
+ | NetBox 4.2.x | 0.15.x |
21
22
22
23
## Installation
23
24
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.15.0
5
+ netbox_min : 4.2.0
6
+ netbox_max : 4.2.1
4
7
- release : 0.14.0
5
8
netbox_min : 4.1.0
6
- netbox_max : 4.1.3
9
+ netbox_max : 4.1.11
7
10
- release : 0.13.3
8
11
netbox_min : 4.0.9
9
12
netbox_max : 4.0.11
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.1 .0'
15
- max_version = '4.1 .99'
14
+ min_version = '4.2 .0'
15
+ max_version = '4.2 .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.14 .0"
1
+ __version__ = "0.15 .0"
You can’t perform that action at this time.
0 commit comments