File tree 6 files changed +8
-8
lines changed
6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ This plugin provide following Models:
17
17
| NetBox 3.6.x | >= 0.11.0 |
18
18
| NetBox 3.7.x | >= 0.12.0 |
19
19
| NetBox 4.0.x | >= 0.13.3 |
20
+ | NetBox 4.1.x | >= 0.14.0 |
20
21
21
22
## Installation
22
23
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.0.11
4
+ ARG netbox_ver=v4.1.3
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
---
2
- version : ' 3'
3
2
services :
4
3
netbox :
5
4
build :
@@ -33,7 +32,7 @@ services:
33
32
- ../netbox_bgp:/source/netbox_bgp
34
33
tty : true
35
34
postgres :
36
- image : postgres:12
35
+ image : postgres:16
37
36
env_file : dev.env
38
37
volumes :
39
38
- pgdata_netbox_bgp:/var/lib/postgresql/data
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.0 .0'
15
- max_version = '4.0 .99'
14
+ min_version = '4.1 .0'
15
+ max_version = '4.1 .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.13.3 "
1
+ __version__ = "0.14.0 "
Original file line number Diff line number Diff line change @@ -29,14 +29,14 @@ def get_version(rel_path):
29
29
description = 'BGP related stuff' ,
30
30
long_description = long_description ,
31
31
long_description_content_type = "text/markdown" ,
32
- url = 'https://github.com/k01ek /netbox-bgp' ,
32
+ url = 'https://github.com/netbox-community /netbox-bgp' ,
33
33
author = 'Nikolay Yuzefovich' ,
34
34
35
35
install_requires = [],
36
36
packages = find_packages (),
37
37
include_package_data = True ,
38
38
classifiers = [
39
- 'Development Status :: 2 - Pre-Alpha ' ,
39
+ 'Development Status :: 5 - Production/Stable ' ,
40
40
'License :: OSI Approved :: Apache Software License' ,
41
41
'Framework :: Django' ,
42
42
'Programming Language :: Python :: 3' ,
You can’t perform that action at this time.
0 commit comments