Skip to content

Commit

Permalink
Adds to matrix next NetBox versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jvanderaa committed Dec 7, 2021
1 parent 349d976 commit 62520fc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ env:
- NETBOX_VER=v2.9.11
- NETBOX_VER=v2.10.10
- NETBOX_VER=v2.11.10
- NETBOX_VER=v3.0.12
- NETBOX_VER=v3.1.0
# Encrypted value for PYPI_TOKEN, this secret has been generated with the following command
# travis encrypt PYPI_TOKEN=<value> --add env.global --com
# Might need to update it once the repo is publish (travis-ci.org vs travis-ci.com)
Expand Down
4 changes: 2 additions & 2 deletions 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.2.0"
__version__ = "2.3.0"

from extras.plugins import PluginConfig

Expand All @@ -28,7 +28,7 @@ class OnboardingConfig(PluginConfig):
base_url = "onboarding"
required_settings = []
min_version = "2.8.1"
max_version = "2.11.99"
max_version = "3.1.99"
default_settings = {
"create_platform_if_missing": True,
"create_manufacturer_if_missing": True,
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.2.0"
version = "2.3.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 62520fc

Please sign in to comment.