-
Notifications
You must be signed in to change notification settings - Fork 8
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 #322 from nautobot/release-2.3.0
Release 2.3.0
- Loading branch information
Showing
49 changed files
with
785 additions
and
775 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,8 +18,7 @@ docs/_build | |
FAQ.md | ||
.git/ | ||
.gitignore | ||
.github/ | ||
tasks.py | ||
.github | ||
LICENSE | ||
**/*.log | ||
**/.vscode/ | ||
|
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# v2.3 Release Notes | ||
|
||
<!-- towncrier release notes start --> | ||
|
||
## [v2.3.0 (2024-09-12)](https://github.com/nautobot/nautobot-app-circuit-maintenance/releases/tag/v2.3.0) | ||
|
||
### Added | ||
|
||
- [#319](https://github.com/nautobot/nautobot-app-circuit-maintenance/issues/319) - Added Python 3.12 support. | ||
|
||
### Housekeeping | ||
|
||
- [#317](https://github.com/nautobot/nautobot-app-circuit-maintenance/issues/317) - Rebake with 2.3 Cookiecutter. | ||
- [#319](https://github.com/nautobot/nautobot-app-circuit-maintenance/issues/319) - Rebake with nautobot-app-v2.3.2 Cookiecutter. |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
mkdocs==1.5.2 | ||
mkdocs-material==9.1.15 | ||
mkdocs-version-annotations==1.0.0 | ||
mkdocstrings-python==1.5.2 | ||
mkdocstrings==0.22.0 | ||
mkdocs==1.6.0 | ||
mkdocs-material==9.5.32 | ||
markdown-version-annotations==1.0.1 | ||
griffe==1.1.1 | ||
mkdocstrings-python==1.10.8 | ||
mkdocstrings==0.25.2 |
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 |
---|---|---|
@@ -1,12 +1,15 @@ | ||
--- | ||
nautobot_circuit_maintenance: | ||
project_name: "nautobot-circuit-maintenance" | ||
nautobot_ver: "2.0.0" | ||
local: false | ||
python_ver: "3.11" | ||
compose_dir: "development" | ||
compose_files: | ||
- "docker-compose.base.yml" | ||
- "docker-compose.redis.yml" | ||
- "docker-compose.postgres.yml" | ||
- "docker-compose.dev.yml" | ||
# local: false | ||
# compose_dir: "/full/path/to/nautobot-app-circuit-maintenance/development" | ||
|
||
# The following is an example of using MySQL as the database backend | ||
# --- | ||
# nautobot_circuit_maintenance: | ||
# compose_files: | ||
# - "docker-compose.base.yml" | ||
# - "docker-compose.redis.yml" | ||
# - "docker-compose.mysql.yml" | ||
# - "docker-compose.dev.yml" |
Oops, something went wrong.