Support for Netbox 4.0.11 and 4.1.0
Both Netbox 4.0.11 and 4.1.0 have been released this week. The floorplan raises an ImproperlyConfigured exception on both because the maximum version was set to 4.0.10 in https://github.com/netbox-community/netbox-floorplan-plugin/commit/fadfe4428c95654a665f5123e4575bd9152361f6.
Hello, I got same issue, the problem is that the plugin does not support version 4.1.0 (the maximum supported version is 4.0.10), please consider fixing this
pinning on the patch-level is wrong IMO. There should not be any breakage on patch releases, so this only causes unnecessary delays until a new floorplan release is cut.
we have already version 4.1.1....
Yes because of this i can not use this plugin it throw that the maximum netbox is 4.0.10 but i have 4.1.0
Any update on this? is there any other changes that are needed to make the plugin compatible with Netbox 4.1.x aside from just updating the max version in the setup.py file?
In the meantime, you can apply the following to get this running, although I am not sure it is functioning correctly:
- Install the floorplan plugin as normal
- Modify the max_version in
/opt/netbox-X.Y.Z/venv/lib/python3.11/site-packages/netbox_floorplan/__init__.py, replacing X.Y.Z with your version. cd /opt/netboxsudo ./venv/bin/python3 netbox/manage.py makemigrations netbox_floorplan_pluginsudo ./venv/bin/python3 netbox/manage.py migratesudo ./venv/bin/python3 netbox/manage.py collectstatic --no-inputsudo systemctl restart netbox netbox-rq
this is not the "way" but seems to be working...
edit: it's working to install but the module doesnt work. you can't edit anything. set dimensions or stuff like that... so this module doesn't work.
Hello, 0.4.1 will support 4.0.11, 0.5.0 will support 4.1 - should be coming next few days
great to hear, @cruse1977! but please, please, please don't pin the netbox version on the patch level. most of us would rather risk it partially breaking at runtime, rather than refusing to start up at all.
afaik, the netbox team only introduces breaking changes at the minor level (i.e, y in x.y.z), but never the patch level (i.e, z in x.y.z).
great to hear, @cruse1977! but please, please, please don't pin the netbox version on the patch level. most of us would rather risk it partially breaking at runtime, rather than refusing to start up at all.
afaik, the netbox team only introduces breaking changes at the minor level (i.e, y in x.y.z), but never the patch level (i.e, z in x.y.z).
I agree. That NetBox team are good folks ;)
Hello, 0.4.1 will support 4.0.11, 0.5.0 will support 4.1 - should be coming next few days
Hi Chris, any news on a 0.5.0 version supporting NetBox 4.1.x ? I'm really eager to bring this back into my datacenter. Thanks for this great plugin 🥇
Any update for supporting netbox 4.1?
Hello, 0.4.1 will support 4.0.11, 0.5.0 will support 4.1 - should be coming next few days
Hello. Any news about 0.5.0 release?
Hi, is there any way we can help you to have the 0.5.0 release ?
Doing final testing now - and looking to merge in some community PR's along the way - hopefully next few days