Skip to content

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 griffe to 1.1.1 to resolve failures in readthedocs builds.
  • #147 - Updated mkdocs to 1.6.0.
  • #147 - Updated mkdocs-material to 9.5.32.
  • #147 - Updated mkdocstrings to 0.25.2.
  • #147 - Updated mkdocstrings-python to 1.10.8.

[v2.3.0] - 2024-08-06

Changed

  • #112 - Replaced mkdocs-version-annotations mkdocs plugin with new markdown-version-annotations markdown extension. No change in functionality, it's the same package.
  • #106 - Replaced black and flake8 with ruff for 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 version in docker compose files.
  • #130 - Removed duplicate tasks.py from .dockerignore.

Documentation

  • #116 - Updated contributing.md to remove reference to Golden Config and general cleanup.