Skip to content

Commit 3d4a06c

Browse files
Release prep v3.0.0 (#97)
Co-authored-by: GitHub Action <[email protected]>
1 parent ee2fe03 commit 3d4a06c

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [v3.0.0](https://github.com/tragiccode/tragiccode-azure_key_vault/tree/v3.0.0) (2022-08-14)
6+
7+
[Full Changelog](https://github.com/tragiccode/tragiccode-azure_key_vault/compare/v2.1.0...v3.0.0)
8+
9+
### Changed
10+
11+
- \(GH-95\) Wrap hiera return in puppet sensitive data type [\#96](https://github.com/TraGicCode/tragiccode-azure_key_vault/pull/96) ([TraGicCode](https://github.com/TraGicCode))
12+
513
## [v2.1.0](https://github.com/tragiccode/tragiccode-azure_key_vault/tree/v2.1.0) (2022-08-08)
614

715
[Full Changelog](https://github.com/tragiccode/tragiccode-azure_key_vault/compare/v2.0.2...v2.1.0)

REFERENCE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The azure_key_vault::lookup function.
2121

2222
The azure_key_vault::lookup function.
2323

24-
Returns: `Any`
24+
Returns: `Variant[Sensitive, Undef]`
2525

2626
##### `secret_name`
2727

@@ -57,7 +57,7 @@ Returns: `Sensitive[String]` Returns the secret as a String wrapped with the Sen
5757

5858
Data type: `String`
5959

60-
Name of the vault in your Azure subcription.
60+
Name of the vault in your Azure subscription.
6161

6262
##### `secret_name`
6363

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tragiccode-azure_key_vault",
3-
"version": "2.1.0",
3+
"version": "3.0.0",
44
"author": "tragiccode",
55
"summary": "The azure_key_vault module allows you to easily fetch secrets securely within your puppet manifests.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)