v2.0.17 Release Notes¶
Release Date¶
2026-07-24
Summary¶
v2.0.17 is a bug-fix release: fabric loopback interfaces rendered with a doubled subnet mask. No database migrations, no behaviour changes.
Bug Fixes¶
- Loopback interfaces rendered a doubled prefix.
dc_underlayandevpn_vxlan_fabricemitted the loopback primitive'sip_addressalready suffixed with/32, but everyloopback.j2template also appends the mask — so fabric loopbacks came out asip address 192.168.0.1/32/32(and IOS-XE asip address 192.168.0.1/32 255.255.255.255). The templates own the mask; the resolvers now pass the bare address, producing a single correct192.168.0.1/32.
Quality¶
invoke unittest: passing (11 browser-only skips).invoke pylint: 10.00/10; ruff, yamllint, markdownlint clean.- Render smoke test: green across all six platform template sets.
Upgrade¶
No database migrations.
pip install --upgrade nautobot-app-intent-networking==2.0.17
sudo systemctl restart nautobot nautobot-worker nautobot-scheduler
Full changelog: v2.0.16...v2.0.17