Skip to content

Commit

Permalink
Sync main to develop post 3.1.0 (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsnider2195 authored Aug 2, 2024
1 parent eea7d2c commit 2aad14e
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 4 deletions.
1 change: 0 additions & 1 deletion changes/137.documentation

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changes/67.added

This file was deleted.

1 change: 1 addition & 0 deletions docs/admin/compatibility_matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
| 1.4.X | 1.4.0 | 1.99.99 |
| 2.0.X | 2.0.0 | 2.99.99 |
| 3.0.X | 2.0.0 | 2.99.99 |
| 3.1.X | 2.0.0 | 2.99.99 |
21 changes: 21 additions & 0 deletions docs/admin/release_notes/version_3.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# v3.1 Release Notes

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

This release adds support for multiple HashiCorp Vault secrets providers.

## [v3.1.0 (2024-08-01)](https://github.com/nautobot/nautobot-app-secrets-providers/releases/tag/v3.1.0)

### Added

- [#67](https://github.com/nautobot/nautobot-app-secrets-providers/issues/67) - Added the ability to choose between multiple vaults (configurations) for HashiCorp.

### Documentation

- [#137](https://github.com/nautobot/nautobot-app-secrets-providers/issues/137) - Updated documentation links for installed apps page.

### Housekeeping

- [#140](https://github.com/nautobot/nautobot-app-secrets-providers/issues/140) - Updated development environment to use `certifi` `2024.7.4`.
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-secrets-providers"
version = "3.1.0-beta.1"
version = "3.2.0-beta.1"
description = "Nautobot Secrets Providers App"
authors = ["Network to Code, LLC <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 2aad14e

Please sign in to comment.