v2.0.9¶
Release Date¶
2026-05-01
Summary¶
v2.0.9 is a bug-fix release that resolves a compatibility issue with Nautobot 3.1.1. The VNI Pools list view crashed with an AttributeError when DynamicFilterForm was instantiated without a filterset attribute — a validation that was tightened in Nautobot 3.1.1.
Fixed¶
- VNI Pools list view crash on Nautobot 3.1.1 — browsing to
/plugins/intent-networking/vni-pools/raisedAttributeError: 'DynamicFilterForm' object requires 'filterset' attribute. TheVxlanVniPoolUIViewSetwas missingfilterset_classandfilterset_form_classattributes, whichNautobotUIViewSetrequires to construct the dynamic filter panel in list views. Fixed by addingVxlanVniPoolFilterSet(infilters.py) andVxlanVniPoolFilterForm(informs.py) and wiring them into the viewset.
Upgrade¶
No database migrations are included in this release.
pip install --upgrade nautobot-app-intent-networking==2.0.9
sudo systemctl restart nautobot nautobot-worker nautobot-scheduler
Full changelog: v2.0.8...v2.0.9