Skip to content

Commit

Permalink
Merge pull request #120 from networktocode/dga-release-2.1.0
Browse files Browse the repository at this point in the history
Upgrade version to 2.1.0
  • Loading branch information
dgarros authored Dec 29, 2020
2 parents 0adca9b + 5f19157 commit 8679b66
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,13 @@ pip install ntc-netbox-plugin-onboarding
systemctl restart netbox netbox-rq
```

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

> The ntc-netbox-plugin-onboarding v2 is compatible with NetBox 2.8 and NetBox 2.9
| | Netbox 2.8 | Netbox 2.9 | Netbox 2.10 |
|-----------------------|------------|------------|-------------|
| Onboarding Plugin 1.3 | X | | |
| Onboarding Plugin 2.0 | X | X | |
| Onboarding Plugin 2.1 | X | X | X |

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:

Expand Down
2 changes: 1 addition & 1 deletion netbox_onboarding/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
limitations under the License.
"""

__version__ = "2.0.0"
__version__ = "2.1.0"

from extras.plugins import PluginConfig

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ntc-netbox-plugin-onboarding"
version = "2.0.0"
version = "2.1.0"
description = "A plugin for NetBox to easily onboard new devices."
authors = ["Network to Code, LLC <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 8679b66

Please sign in to comment.