Releases: nautobot/nautobot-app-firewall-models
Releases · nautobot/nautobot-app-firewall-models
v2.2.0 - 2024-11-05
Release Overview
This release adds support for Python 3.12.
v2.2.0 (2024-11-05)
Added
- #266 - Added Python 3.12 support.
Fixed
- #222 - Fixed server error when navigating to Policy detail view.
- #233 - Fixed name fields being optional on multiple forms.
- #233 - Fixed assigned devices and assigned dynamic groups fields not marked as optional on NATPolicy and Policy.
- #245 - Fixed server error when navigating to NATPolicy detail view.
- #245 - Fixed server error when updating device/dynamic group weights on NATPolicy.
- #272 - Fixed migrations failing when no statuses exist in the database and various other migration issues.
- #275 - Fixed capirca failures with Nautobot v2.3.3 or higher.
- #280 - Fixed Capirca policy html templates.
Housekeeping
- #281 - Changed model_class_name in .cookiecutter.json to a valid model to help with drift management.
v2.1.0 - 2024-08-07
What's Changed
Added
- #213 - Added
invoke generate-app-config-schema
command to generate a JSON schema for the App config. - #213 - Added
invoke validate-app-config
command to validate the App config against the schema. - #213 - Added App config JSON schema.
- #258 - Added migration to support Django 4.
Fixed
- #258 - Fixed IPRangeSerializer requiring vrf field.
Housekeeping
- #8, #229 - Re-baked from the latest template.
- #212 - Fixed ruff excludes to use per-file excludes instead of global excludes.
- #218 - Rebaked using
nautobot-app-v2.1.0
cookiecutter template tag.
Contributors
Full Changelog: v2.0.3...v2.1.0
v2.0.3 - 2024-01-08
What's Changed
Full Changelog: v2.0.2...v2.0.3
v2.0.2 - 2024-01-04
What's Changed
- Main to develop by @whitej6 in #175
- Documentation Update by Drift Manager by @snaselj in #178
- Cookie initialy baked by NetworkToCode Cookie Drift Manager Tool by @snaselj in #177
- Add CI checks by @snaselj in #182
- Update mkdocs.yml by @whitej6 in #190
- Fix 188 - Update docs with v2 changes by @matt852 in #189
- initial renaming work by @whitej6 in #195
- Cookie updated by NetworkToCode Cookie Drift Manager Tool by @snaselj in #198
- Closes: #199 - incorrect reverse in template by @whitej6 in #200
New Contributors
Full Changelog: v2.0.1...v2.0.2
v2.0.2-a.0 - 2023-12-18
This is a canary release to validate rebranding existing published Nautobot Apps from using plugins
to apps
. This should be completely transparent as GitHub handles redirects & this app does not use the word plugin
in the python package name.
v2.0.1 - 2023-10-04
v2.0.0 - 2023-09-29
v2.0.0-rc.2 - 2023-09-29
Full Changelog: v2.0.0-rc.1...v2.0.0-rc.2
v2.0.0-rc.1 - 2023-09-28
What's Changed
- Update init.py to better describe the app in the UI by @jedelman8 in #124
- Upstream testing by @whitej6 in #126
- v1.2.0 release by @whitej6 in #133
- Update forms.py to address to be optional. by @whitej6 in #135
- update docs by @whitej6 in #140
- Allow reversibility for capirca policy by @whitej6 in #143
- Documentation Update by @cmsirbu in #123
- Release v1.2.1 by @whitej6 in #146
- skip incompatible tests by @whitej6 in #148
- feedback from Ken by @whitej6 in #149
- feedback from Ken by @whitej6 in #150
New Contributors
- @jedelman8 made their first contribution in #124
- @cmsirbu made their first contribution in #123
Full Changelog: v1.2.0-alpha.2...v2.0.0-rc.1
v2.0.0-alpha.0 - 2023-09-12
What's Changed
- Update init.py to better describe the app in the UI by @jedelman8 in #124
- Upstream testing by @whitej6 in #126
- v1.2.0 release by @whitej6 in #133
- Update forms.py to address to be optional. by @whitej6 in #135
- update docs by @whitej6 in #140
- Allow reversibility for capirca policy by @whitej6 in #143
- Documentation Update by @cmsirbu in #123
- Release v1.2.1 by @whitej6 in #146
- skip incompatible tests by @whitej6 in #148
- feedback from Ken by @whitej6 in #149
- feedback from Ken by @whitej6 in #150
New Contributors
- @jedelman8 made their first contribution in #124
- @cmsirbu made their first contribution in #123
Full Changelog: v1.2.0-alpha.2...v2.0.0-alpha.0