Skip to content

Releases: nautobot/nautobot-app-bgp-models

v2.2.0 - 2024-08-07

07 Aug 22:22
5579035
Compare
Choose a tag to compare

What's Changed

Added

  • #29 - Added support for ASNs ASDOT notation (RFC 5396).
  • #215 - Added Django 4 support.

Contributors

Full Changelog: v2.1.0...v2.2.0

v2.1.0

10 May 18:53
cf8158d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.0...v2.1.0

v2.0.0

28 Feb 17:41
eada30b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.20.1...v2.0.0

v1.0.0

28 Feb 15:08
52b2104
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.1...v1.0.0

v0.20.1

09 Nov 17:26
ab8418e
Compare
Choose a tag to compare

Version 0.20.1

Changed

  • #150 - Relaxed model validation of PeerEndpoint and PeerGroup to allow simultaneously setting source_ip and source_interface attributes.

Fixed

  • #156 - Fixes a migration error when upgrading from Nautobot 1.x

v0.9.1

25 Oct 12:54
01b78d1
Compare
Choose a tag to compare

Changed

  • #150 - Relaxed model validation of PeerEndpoint and PeerGroup to allow simultaneously setting source_ip and source_interface attributes.

v0.20.0

29 Sep 17:53
ba1c3f5
Compare
Choose a tag to compare

v0.20 Release Notes

Release Overview

This version introduces support for Nautobot 2.0

⚠️ This version contains breaking changes implemented in the Release 0.9 dedicated for Nautobot 1.x. Follow Release 0.9 docs for details.

Added

  • #109 - Adds Nautobot 2.0 support

Full Changelog: v0.8.0...v0.20.0

0.20.0-rc1

29 Sep 14:06
bca7ce6
Compare
Choose a tag to compare
0.20.0-rc1 Pre-release
Pre-release

v0.20 Release Notes

Release Overview

This version introduces support for Nautobot 2.0

!!! warning
This version contains breaking changes implemented in the Release 0.9 dedicated for Nautobot 1.x. Follow Release 0.9 docs for details.

Added

  • #109 - Adds Nautobot 2.0 support

v0.9.0

27 Sep 19:34
52d8986
Compare
Choose a tag to compare

Release Overview

This version introduces PeerGroupAddressFamily and PeerEndpointAddressFamily data models to provide for more granular configuration modeling.

!!! warning
This version removes the import_policy, export_policy, and multipath attributes from the PeerGroupTemplate, PeerGroup, and PeerEndpoint models, as these are generally address-family-specific configuration attributes and are modeled as such now. No data migration is provided at this time (as there is no way to identify which AFI-SAFI any existing policy/multipath configs should be migrated to), and upgrading to this version will therefore necessarily result in data loss if you had previously populated these model fields. Back up your configuration or record this data in some other format before upgrading if appropriate.

Added

  • #26 - Adds PeerGroupAddressFamily and PeerEndpointAddressFamily data models.
  • #132 - Adds extra_attributes support to the AddressFamily model.

Removed

  • #132 - Removes import_policy, export_policy, and multipath attributes from PeerGroupTemplate, PeerGroup, and PeerEndpoint models. Use the equivalent fields on PeerGroupAddressFamily and PeerEndpointAddressFamily instead.

v0.8.0

24 Aug 20:17
fcdedf7
Compare
Choose a tag to compare

What's Changed

  • [Housekeeping] Viewsets migration by @mzbroch in #96
  • Disable endpoint ordering in Peering table until fixed by @mzbroch in #116
  • Fix missing status field in BGP Routing Instance form by @mzbroch in #120
  • Device Role and Peer Endpoint Role filters for Peering models by @mzbroch in #114
  • Remove enforcement for ASN's provider by @mzbroch in #123
  • Dropping Python 3.7 by @mzbroch in #124
  • Release 0.8.0 by @mzbroch in #125
  • Pin mkdocstrings-python to 1.4.0 to have compatibility with griffe by @mzbroch in #126

Full Changelog: v0.7.1...v0.8.0