v2.3 Release Notes¶
This document describes all new features and changes in the release 2.3. The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
[v2.3.2] - 2024-08-27¶
Fixed¶
- #155 - Fixed typo in ci.yml.
[v2.3.1] - 2024-08-26¶
Added¶
- #129 - Added support for Python 3.12.
Fixed¶
- #148 - Fixed dependency resolution in development environment docker container builds.
Dependencies¶
- #147 - Pinned
griffeto1.1.1to resolve failures in readthedocs builds. - #147 - Updated
mkdocsto1.6.0. - #147 - Updated
mkdocs-materialto9.5.32. - #147 - Updated
mkdocstringsto0.25.2. - #147 - Updated
mkdocstrings-pythonto1.10.8.
[v2.3.0] - 2024-08-06¶
Changed¶
- #112 - Replaced
mkdocs-version-annotationsmkdocs plugin with newmarkdown-version-annotationsmarkdown extension. No change in functionality, it's the same package. - #106 - Replaced
blackandflake8withrufffor formatting and linting.
Fixed¶
- #101 - Fixed link in README.md.
- #107 - Fixed SSoT jobs to work with Nautobot v2.0 conventions.
- #110 - Fixed typo in import statement for SSoT jobs.py.
- #111 - Fixed command argument causing newer MySQL 8 containers to fail.
- #132 - Fixed various test failures on newly baked cookies.
Removed¶
- #108 - Removed deprecated
versionin docker compose files. - #130 - Removed duplicate
tasks.pyfrom.dockerignore.
Documentation¶
- #116 - Updated contributing.md to remove reference to Golden Config and general cleanup.