Skip to content

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_underlay and evpn_vxlan_fabric emitted the loopback primitive's ip_address already suffixed with /32, but every loopback.j2 template also appends the mask — so fabric loopbacks came out as ip address 192.168.0.1/32/32 (and IOS-XE as ip 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 correct 192.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