Skip to content

Commit db6353e

Browse files
committed
Release v3.2.0
1 parent dd2551c commit db6353e

File tree

8 files changed

+26
-5
lines changed

8 files changed

+26
-5
lines changed

changes/+nautobot-app-v2.4.0.housekeeping

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/150.added

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/150.housekeeping

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/88.added

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/admin/compatibility_matrix.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
| 2.0.X | 2.0.0 | 2.99.99 |
88
| 3.0.X | 2.0.0 | 2.99.99 |
99
| 3.1.X | 2.0.0 | 2.99.99 |
10+
| 3.2.X | 2.0.0 | 2.99.99 |
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
2+
# v3.2 Release Notes
3+
4+
This document describes all new features and changes in the release. The format is based on [Keep a
5+
Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic
6+
Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## Release Overview
9+
10+
- Added Python 3.12 support
11+
- Added 1Password secrets provider (Python 3.9 and later only)
12+
13+
## [v3.2.0 (2024-11-07)](https://github.com/nautobot/nautobot-app-secrets-providers/releases/tag/v3.2.0)
14+
15+
### Added
16+
17+
- [#88](https://github.com/nautobot/nautobot-app-secrets-providers/issues/88) - Added 1Password as a Secrets Provider.
18+
- [#150](https://github.com/nautobot/nautobot-app-secrets-providers/issues/150) - Added support for Python 3.12.
19+
20+
### Housekeeping
21+
22+
- Rebaked from the cookie `nautobot-app-v2.4.0`.
23+
- [#150](https://github.com/nautobot/nautobot-app-secrets-providers/issues/150) - Rebaked from the cookie `nautobot-app-v2.3.2`.

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ nav:
122122
- Compatibility Matrix: "admin/compatibility_matrix.md"
123123
- Release Notes:
124124
- "admin/release_notes/index.md"
125+
- v3.2: "admin/release_notes/version_3.2.md"
125126
- v3.1: "admin/release_notes/version_3.1.md"
126127
- v3.0: "admin/release_notes/version_3.0.md"
127128
- v2.0: "admin/release_notes/version_2.0.md"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "nautobot-secrets-providers"
3-
version = "3.1.2b1"
3+
version = "3.2.0"
44
description = "Nautobot Secrets Providers App"
55
authors = ["Network to Code, LLC <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)