Skip to content

Commit

Permalink
Merge pull request #283 from nautobot/release-v2.2.0-to-develop
Browse files Browse the repository at this point in the history
Release v2.2.0 to develop
  • Loading branch information
jdrew82 authored Nov 5, 2024
2 parents 0c87b94 + cfc7297 commit 9004fe6
Show file tree
Hide file tree
Showing 15 changed files with 32 additions and 15 deletions.
1 change: 0 additions & 1 deletion changes/+nautobot-app-v2.4.0.housekeeping

This file was deleted.

1 change: 0 additions & 1 deletion changes/222.fixed

This file was deleted.

2 changes: 0 additions & 2 deletions changes/233.fixed

This file was deleted.

2 changes: 0 additions & 2 deletions changes/245.fixed

This file was deleted.

1 change: 0 additions & 1 deletion changes/264.housekeeping

This file was deleted.

1 change: 0 additions & 1 deletion changes/266.added

This file was deleted.

1 change: 0 additions & 1 deletion changes/266.housekeeping

This file was deleted.

1 change: 0 additions & 1 deletion changes/272.fixed

This file was deleted.

1 change: 0 additions & 1 deletion changes/275.fixed

This file was deleted.

1 change: 0 additions & 1 deletion changes/280.fixed

This file was deleted.

1 change: 0 additions & 1 deletion changes/281.housekeeping

This file was deleted.

1 change: 1 addition & 0 deletions docs/admin/compatibility_matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
28 changes: 28 additions & 0 deletions docs/admin/release_notes/version_2.2.md
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.
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ nav:
- Compatibility Matrix: "admin/compatibility_matrix.md"
- Release Notes:
- "admin/release_notes/index.md"
- v2.2: "admin/release_notes/version_2.2.md"
- v2.1: "admin/release_notes/version_2.1.md"
- v2.0: "admin/release_notes/version_2.0.md"
- v1.2: "admin/release_notes/version_1.2.md"
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nautobot-firewall-models"
version = "2.1.1b1"
version = "2.2.1a0"
description = "Nautobot app to model firewall objects."
authors = ["Network to Code, LLC <opensource@networktocode.com>"]
license = "Apache-2.0"
Expand Down Expand Up @@ -142,7 +142,7 @@ build-backend = "poetry.core.masonry.api"
[tool.towncrier]
package = "nautobot_firewall_models"
directory = "changes"
filename = "docs/admin/release_notes/version_2.1.md"
filename = "docs/admin/release_notes/version_X.Y.md"
template = "development/towncrier_template.j2"
start_string = "<!-- towncrier release notes start -->"
issue_format = "[#{issue}](https://github.com/nautobot/nautobot-app-firewall-models/issues/{issue})"
Expand Down

0 comments on commit 9004fe6

Please sign in to comment.