Skip to content

Commit

Permalink
Plugin version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mzbroch committed Aug 9, 2021
1 parent ed5aad6 commit 1b59bd4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,12 @@ systemctl restart netbox netbox-rq

### Compatibility Matrix

| | 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 |
| | Netbox 2.8 | Netbox 2.9 | Netbox 2.10 | Netbox 2.11 |
|-----------------------|------------|------------|-------------|-------------|
| Onboarding Plugin 1.3 | X | | | |
| Onboarding Plugin 2.0 | X | X | | |
| Onboarding Plugin 2.1 | X | X | X | |
| Onboarding Plugin 2.2 | X | 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.1.0"
__version__ = "2.2.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.1.0"
version = "2.2.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 1b59bd4

Please sign in to comment.