Releases: nautobot/nautobot-app-bgp-models
v2.3.0 - 2024-12-02
What's Changed
Added Python 3.12 Support
- Sync main to develop post 2.2.0 by @gsnider2195 in #218
- Update configuration in docs by @snaselj in #199
- Cookie updated by NetworkToCode Cookie Drift Manager Tool by @nautobot-bot in #219
- Cookie updated by NetworkToCode Cookie Drift Manager Tool by @nautobot-bot in #221
- Cookie updated by NetworkToCode Cookie Drift Manager Tool by @nautobot-bot in #223
- Change cookiecutter model_class_name by @smk4664 in #225
- Release v2.3.0 by @smk4664 in #230
New Contributors
- @nautobot-bot made their first contribution in #219
Full Changelog: v2.2.0...v2.3.0
v2.2.0 - 2024-08-07
v2.1.0
What's Changed
- Cookie initialy baked by NetworkToCode Cookie Drift Manager Tool by @snaselj in #184
- adds 'tags' to the fields on PeerGroupTemplateForm by @Kircheneer in #148
- ASN Range models by @mzbroch in #183
- Add device filters by @glennmatthews in #146
- Fix mysql CI by @mzbroch in #203
New Contributors
- @snaselj made their first contribution in #184
- @Kircheneer made their first contribution in #148
Full Changelog: v2.0.0...v2.1.0
v2.0.0
What's Changed
- Fix #144: Leftover PeeringRole ObjectChange by @mzbroch in #158
- Renaming work by @whitej6 in #161
- Implement ordering of PeerEndpoints in Peering (temporary version) by @mzbroch in #169
- Syncing develop into main by @mzbroch in #170
- Merging main into next 2.0 by @mzbroch in #171
- Merging next-2.0 into develop by @mzbroch in #172
- fix: 🐛 missing tags in serializers (Nautobot 2.x) by @mzbroch in #177
- Release notes for v1.0 for Nautobot v1. by @mzbroch in #180
- Release 2.0 by @mzbroch in #178
- Fixing mkdocs by @mzbroch in #182
Full Changelog: v0.20.1...v2.0.0
v1.0.0
What's Changed
- Main to develop post 0.9.1 by @glennmatthews in #152
- Renaming work by @whitej6 in #161
- Syncing develop into main by @mzbroch in #170
- fix: 🐛 missing tags by @gertzakis in #165
- Release 1.0 by @mzbroch in #179
New Contributors
- @gertzakis made their first contribution in #165
Full Changelog: v0.9.1...v1.0.0
v0.20.1
v0.9.1
v0.20.0
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
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
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
andPeerEndpointAddressFamily
data models. - #132 - Adds
extra_attributes
support to theAddressFamily
model.
Removed
- #132 - Removes
import_policy
,export_policy
, andmultipath
attributes fromPeerGroupTemplate
,PeerGroup
, andPeerEndpoint
models. Use the equivalent fields onPeerGroupAddressFamily
andPeerEndpointAddressFamily
instead.