-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #283 from nautobot/release-v2.2.0-to-develop
Release v2.2.0 to develop
- Loading branch information
Showing
15 changed files
with
32 additions
and
15 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,4 @@ | |
| 1.2.X | 1.4.0 | 1.5.99 | | ||
| 2.0.X | 2.0.0 | 2.2.99 | | ||
| 2.1.X | 2.0.0 | 2.99.99 | | ||
| 2.2.X | 2.0.0 | 2.99.99 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# v2.2 Release Notes | ||
|
||
This document describes all new features and changes in the release. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## Release Overview | ||
|
||
This release adds support for Python 3.12. | ||
|
||
## [v2.2.0 (2024-11-05)](https://github.com/nautobot/nautobot-app-firewall-models/releases/tag/v2.2.0) | ||
|
||
### Added | ||
|
||
- [#266](https://github.com/nautobot/nautobot-app-firewall-models/issues/266) - Added Python 3.12 support. | ||
|
||
### Fixed | ||
|
||
- [#222](https://github.com/nautobot/nautobot-app-firewall-models/issues/222) - Fixed server error when navigating to Policy detail view. | ||
- [#233](https://github.com/nautobot/nautobot-app-firewall-models/issues/233) - Fixed name fields being optional on multiple forms. | ||
- [#233](https://github.com/nautobot/nautobot-app-firewall-models/issues/233) - Fixed assigned devices and assigned dynamic groups fields not marked as optional on NATPolicy and Policy. | ||
- [#245](https://github.com/nautobot/nautobot-app-firewall-models/issues/245) - Fixed server error when navigating to NATPolicy detail view. | ||
- [#245](https://github.com/nautobot/nautobot-app-firewall-models/issues/245) - Fixed server error when updating device/dynamic group weights on NATPolicy. | ||
- [#272](https://github.com/nautobot/nautobot-app-firewall-models/issues/272) - Fixed migrations failing when no statuses exist in the database and various other migration issues. | ||
- [#275](https://github.com/nautobot/nautobot-app-firewall-models/issues/275) - Fixed capirca failures with Nautobot v2.3.3 or higher. | ||
- [#280](https://github.com/nautobot/nautobot-app-firewall-models/issues/280) - Fixed Capirca policy html templates. | ||
|
||
### Housekeeping | ||
|
||
- [#281](https://github.com/nautobot/nautobot-app-firewall-models/issues/281) - Changed model_class_name in .cookiecutter.json to a valid model to help with drift management. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters