Skip to content

Commit

Permalink
Merge pull request #192 from nautobot/main-to-develop-post-2-1-0
Browse files Browse the repository at this point in the history
Main to develop post 2.1.0
  • Loading branch information
smk4664 authored Feb 18, 2025
2 parents 3a4a05d + d35029a commit 4291831
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 7 deletions.
1 change: 0 additions & 1 deletion changes/168.documentation

This file was deleted.

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

This file was deleted.

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

This file was deleted.

3 changes: 2 additions & 1 deletion docs/admin/compatibility_matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ While that last supported version will not be strictly enforced--via the max_ver
| ------------------------------ | ------------------------------ | ----------------------------- |
| 0.9.X | 1.0.0 | 1.2.99 |
| 1.0.X | 1.2.0 | 1.3.99 |
| 2.0.X | 2.0.0 | 2.9999 |
| 2.0.X | 2.0.0 | 2.99.99 |
| 2.1.X | 2.0.0 | 2.99.99 |
22 changes: 22 additions & 0 deletions docs/admin/release_notes/version_2.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# v2.1 Release Notes

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

- Added Python3.12 support.

## [v2.1.0 (2024-09-09)](https://github.com/nautobot/nautobot-app-nornir/releases/tag/v2.1.0)

### Added

- [#175](https://github.com/nautobot/nautobot-app-nornir/issues/175) - Added Python3.12 support.

### Documentation

- [#168](https://github.com/nautobot/nautobot-app-nornir/issues/168) - Documentation for the Connectivity Check in the FAQ.

### Housekeeping

- [#169](https://github.com/nautobot/nautobot-app-nornir/issues/169) - Rebaked from the cookie `nautobot-app-v2.3.0`.
- [#175](https://github.com/nautobot/nautobot-app-nornir/issues/175) - Rebaked from the cookie `nautobot-app-v2.3.2`.
4 changes: 2 additions & 2 deletions docs/dev/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ The branching policy includes the following tenets:
- PRs intended to add new features should be sourced from the `develop` branch.
- PRs intended to fix issues in the Nautobot LTM compatible release should be sourced from the latest `ltm-<major.minor>` branch instead of `develop`.

Nautobot Nornir Plugin will observe semantic versioning, as of 1.0. This may result in a quick turnaround in minor versions to keep pace with an ever-growing feature set.
Nautobot Plugin Nornir will observe semantic versioning, as of 1.0. This may result in a quick turnaround in minor versions to keep pace with an ever-growing feature set.

### Backporting to Older Releases

Expand All @@ -57,6 +57,6 @@ We will create a `release-X.Y` branch for you to open your PR against and cut a

## Release Policy

Nautobot Nornir Plugin has currently no intended scheduled release schedule, and will release new features in minor versions.
Nautobot Plugin Nornir has currently no intended scheduled release schedule, and will release new features in minor versions.

The steps taken by maintainers when creating a new release are documented in the [release checklist](./release_checklist.md).
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:
- Migrating To v2: "admin/migrating_to_v2.md"
- Release Notes:
- "admin/release_notes/index.md"
- v2.1: "admin/release_notes/version_2.1.md"
- v2.0: "admin/release_notes/version_2.0.md"
- v1.0: "admin/release_notes/version_1.0.md"
- v0.9: "admin/release_notes/version_0.9.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 = "nautobot-plugin-nornir"
version = "2.0.1"
version = "2.1.0"
description = "Nautobot App that provides a shim layer to simplify using Nornir within other Nautobot Apps and Nautobot Jobs"
authors = ["Network to Code, LLC <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 4291831

Please sign in to comment.