Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix runtime issue with NetBox 3.3.10 #106

Merged
merged 1 commit into from
Dec 30, 2022

Conversation

knobix
Copy link
Contributor

@knobix knobix commented Dec 18, 2022

The plugin has a version check that limits the maximum version of NetBox to 3.3.9. Adjust this check to allow version 3.3.10 as well.

For newer release, e.g. NetBox 3.4.x this check needs to be adjusted accordingly.

This should fix #105.

The plugin has a version check that limits the maximum version of NetBox to 3.3.9. Adjust this check to allow version 3.3.10 as well.

For newer release, e.g. NetBox 3.4.x this check needs to be adjusted accordingly.
@1358
Copy link

1358 commented Dec 28, 2022

netbox 3.4 includes breaking changes. Only adjusting the version number will not be enough:
https://github.com/netbox-community/netbox/releases/tag/v3.4.0

@DanSheps DanSheps merged commit 62b1ed4 into DanSheps:develop Dec 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants