Skip to content

Commit

Permalink
Merge pull request #138 from nautobot/main
Browse files Browse the repository at this point in the history
Sync main to develop post v2.3.0
  • Loading branch information
gsnider2195 authored Aug 22, 2024
2 parents f411623 + d9a02cc commit 3dbb57e
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 18 deletions.
34 changes: 17 additions & 17 deletions docs/admin/release_notes/version_2.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

This document describes all new features and changes in the release `2.2`. 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).

## [v2.2.1] - 2024-03-15

**Full Changelog**: https://github.com/nautobot/cookiecutter-nautobot-app/compare/nautobot-app-v2.2.0...nautobot-app-v2.2.1

### Added

- Manage BGP Models.
- Manage Version Control.

### Changed

- Updated the release policy documentation.

### Fixed

- Fixed leaking of cookiecutter template snippet to the Towncrier template.

## [v2.2.0] - 2024-03-06

**Full Changelog**: https://github.com/nautobot/cookiecutter-nautobot-app/compare/nautobot-app-v2.1.0...nautobot-app-v2.2.0
Expand All @@ -28,20 +45,3 @@ This document describes all new features and changes in the release `2.2`. The f
### Removed

- Removed `nautobot-app-nornir` from managed apps. #84

## [v2.2.1] - 2024-03-15

**Full Changelog**: https://github.com/nautobot/cookiecutter-nautobot-app/compare/nautobot-app-v2.2.0...nautobot-app-v2.2.1

### Added

- Manage BGP Models.
- Manage Version Control.

### Changed

- Updated the release policy documentation.

### Fixed

- Fixed leaking of cookiecutter template snippet to the Towncrier template.
27 changes: 27 additions & 0 deletions docs/admin/release_notes/version_2.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# 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](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v2.3.0] - 2024-08-06

### Changed

- [#112](https://github.com/nautobot/cookiecutter-nautobot-app/pull/112) - Replaced `mkdocs-version-annotations` mkdocs plugin with new `markdown-version-annotations` markdown extension. No change in functionality, it's the same package.
- [#106](https://github.com/nautobot/cookiecutter-nautobot-app/pull/106) - Replaced `black` and `flake8` with `ruff` for formatting and linting.

### Fixed

- [#101](https://github.com/nautobot/cookiecutter-nautobot-app/pull/101) - Fixed link in README.md.
- [#107](https://github.com/nautobot/cookiecutter-nautobot-app/pull/107) - Fixed SSoT jobs to work with Nautobot v2.0 conventions.
- [#110](https://github.com/nautobot/cookiecutter-nautobot-app/pull/110) - Fixed typo in import statement for SSoT jobs.py.
- [#111](https://github.com/nautobot/cookiecutter-nautobot-app/pull/111) - Fixed command argument causing newer MySQL 8 containers to fail.
- [#132](https://github.com/nautobot/cookiecutter-nautobot-app/pull/132) - Fixed various test failures on newly baked cookies.

### Removed

- [#108](https://github.com/nautobot/cookiecutter-nautobot-app/pull/108) - Removed deprecated `version` in docker compose files.
- [#130](https://github.com/nautobot/cookiecutter-nautobot-app/pull/130) - Removed duplicate `tasks.py` from `.dockerignore`.

### Documentation

- [#116](https://github.com/nautobot/cookiecutter-nautobot-app/pull/116) - Updated contributing.md to remove reference to Golden Config and general cleanup.
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,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"
- Drift Management: "admin/drift_management.md"
- Developer Guide:
- Contributing: "dev/contributing.md"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cookiecutter-nautobot-app"
version = "1.0.0"
package-mode = false
description = "Cookiecutter template for baking Nautobot App cookies."
authors = ["Network to Code, LLC <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 3dbb57e

Please sign in to comment.