netbox-community / netbox-acls

A NetBox plugin for Access Lists based off of the NetBox Plugin Demo
https://pypi.org/project/netbox-acls/
Apache License 2.0
86 stars 26 forks source link

[Feature]: Add support for NetBox v3.6 #159

Closed abhi1693 closed 6 months ago

abhi1693 commented 1 year ago

NetBox version

v3.6

Feature type

Add a function

Proposed functionality

Update the plugin as per the NetBox v3.6 release

https://github.com/netbox-community/netbox/pull/13614

Use case

To support on newer version

External dependencies

No response

stuntguy3000 commented 1 year ago

@abhi1693 I hate to bump like this, just wondering if you had any updates or ETAs?

I haven't tried compiling this plugin with v3.6 support either - is anything actually broken? I'm happy to give it a shot myself, although I couldn't get the docker instance playing nice.

garnser commented 10 months ago

Compile works fine but upon launching netbox it fails on:

ImportError: cannot import name 'ChoiceField' from 'utilities.forms.fields' (/opt/netbox/netbox/utilities/forms/fields/__init__.py)
[ Use DB_WAIT_DEBUG=1 in netbox.env to print full traceback for errors here ]
⏳ Waiting on DB... (0s / 30s)
kamlesh0606 commented 9 months ago

Any update on it?

garnser commented 7 months ago

Gave this a spin and it worked for Netbox 3.7 https://github.com/netbox-community/netbox-acls/pull/175