Skip to content

Commit

Permalink
Merge pull request #231 from nautobot/main-to-develop-2.3.0
Browse files Browse the repository at this point in the history
Sync main to develop post 2.3.0 release
  • Loading branch information
smk4664 authored Dec 2, 2024
2 parents c691bc6 + d419a43 commit e452a40
Show file tree
Hide file tree
Showing 11 changed files with 556 additions and 502 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/199.housekeeping

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changes/225.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 @@ -13,3 +13,4 @@
| 2.0.0 | 2.0.3 | 2.2.99 |
| 2.1.0 | 2.0.3 | 2.2.99 |
| 2.2.0 | 2.0.3 | 2.99.99 |
| 2.3.0 | 2.0.3 | 2.99.99 |
24 changes: 24 additions & 0 deletions docs/admin/release_notes/version_2.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@

# v2.3 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

- Python 3.12 Support

## [v2.3.0 (2024-12-02)](https://github.com/nautobot/nautobot-app-bgp-models/releases/tag/v2.3.0)

### Added

- [#221](https://github.com/nautobot/nautobot-app-bgp-models/issues/221) - Added support for Python 3.12.

### Housekeeping

- Rebaked from the cookie `nautobot-app-v2.4.0`.
- [#199](https://github.com/nautobot/nautobot-app-bgp-models/issues/199) - Updated the documentation to be in sync with the latest default configuration.
- [#219](https://github.com/nautobot/nautobot-app-bgp-models/issues/219) - Rebaked from the cookie `nautobot-app-v2.3.0`.
- [#221](https://github.com/nautobot/nautobot-app-bgp-models/issues/221) - Rebaked from the cookie `nautobot-app-v2.3.2`.
- [#225](https://github.com/nautobot/nautobot-app-bgp-models/issues/225) - 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 @@ -125,6 +125,7 @@ nav:
- v2.0: "admin/release_notes/version_2.0.md"
- v2.1: "admin/release_notes/version_2.1.md"
- v2.2: "admin/release_notes/version_2.2.md"
- v2.3: "admin/release_notes/version_2.3.md"
- Developer Guide:
- BGP Data Models: "dev/models.md"
- Extending the App: "dev/extending.md"
Expand Down
1,022 changes: 528 additions & 494 deletions poetry.lock

Large diffs are not rendered by default.

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-bgp-models"
version = "2.2.1b1"
version = "2.3.1a0"
description = "Nautobot BGP Models App"
authors = ["Network to Code, LLC <opensource@networktocode.com>"]
license = "Apache-2.0"
Expand Down Expand Up @@ -149,7 +149,7 @@ build-backend = "poetry.core.masonry.api"
[tool.towncrier]
package = "nautobot_bgp_models"
directory = "changes"
filename = "docs/admin/release_notes/version_2.2.md"
filename = "docs/admin/release_notes/version_2.3.md"
template = "development/towncrier_template.j2"
start_string = "<!-- towncrier release notes start -->"
issue_format = "[#{issue}](https://github.com/nautobot/nautobot-app-bgp-models/issues/{issue})"
Expand Down

0 comments on commit e452a40

Please sign in to comment.