Skip to content

Commit 8679b66

Browse files
authored
Merge pull request #120 from networktocode/dga-release-2.1.0
Upgrade version to 2.1.0
2 parents 0adca9b + 5f19157 commit 8679b66

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,13 @@ pip install ntc-netbox-plugin-onboarding
2626
systemctl restart netbox netbox-rq
2727
```
2828

29-
> The ntc-netbox-plugin-onboarding v1.3 is compatible with NetBox 2.8
29+
### Compatibility Matrix
3030

31-
> The ntc-netbox-plugin-onboarding v2 is compatible with NetBox 2.8 and NetBox 2.9
31+
| | Netbox 2.8 | Netbox 2.9 | Netbox 2.10 |
32+
|-----------------------|------------|------------|-------------|
33+
| Onboarding Plugin 1.3 | X | | |
34+
| Onboarding Plugin 2.0 | X | X | |
35+
| Onboarding Plugin 2.1 | X | X | X |
3236

3337
To ensure NetBox Onboarding plugin is automatically re-installed during future upgrades, create a file named `local_requirements.txt` (if not already existing) in the NetBox root directory (alongside `requirements.txt`) and list the `ntc-netbox-plugin-onboarding` package:
3438

netbox_onboarding/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
limitations under the License.
1313
"""
1414

15-
__version__ = "2.0.0"
15+
__version__ = "2.1.0"
1616

1717
from extras.plugins import PluginConfig
1818

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ntc-netbox-plugin-onboarding"
3-
version = "2.0.0"
3+
version = "2.1.0"
44
description = "A plugin for NetBox to easily onboard new devices."
55
authors = ["Network to Code, LLC <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)