Skip to content

Commit 6892b0a

Browse files
Release prep v3.8.0 (#148)
Co-authored-by: GitHub Actions <[email protected]>
1 parent a72c807 commit 6892b0a

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,15 @@ All notable changes to this project will be documented in this file.
55

66
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).
77

8-
## [v3.7.0](https://github.com/TraGicCode/tragiccode-azure_key_vault/tree/v3.7.0) - 2025-03-15
8+
## [v3.8.0](https://github.com/TraGicCode/tragiccode-azure_key_vault/tree/v3.8.0) - 2025-04-01
9+
10+
[Full Changelog](https://github.com/TraGicCode/tragiccode-azure_key_vault/compare/v3.7.0...v3.8.0)
11+
12+
### Added
13+
14+
- (GH-146) Add ability to configure prefix hierarchy [#147](https://github.com/TraGicCode/tragiccode-azure_key_vault/pull/147) ([TraGicCode](https://github.com/TraGicCode))
15+
16+
## [v3.7.0](https://github.com/TraGicCode/tragiccode-azure_key_vault/tree/v3.7.0) - 2025-03-14
917

1018
[Full Changelog](https://github.com/TraGicCode/tragiccode-azure_key_vault/compare/v3.6.0...v3.7.0)
1119

REFERENCE.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ The azure_key_vault::lookup function.
2525
Optional[strip_from_keys] => Array[String],
2626
Optional[key_replacement_token] => String,
2727
Optional[service_principal_credentials] => String,
28-
Optional[use_azure_arc_authentication] => Boolean
28+
Optional[use_azure_arc_authentication] => Boolean,
29+
Optional[prefixes] => Array[String],
2930
}] $options, Puppet::LookupContext $context)`
3031

3132
The azure_key_vault::lookup function.
@@ -51,7 +52,8 @@ Struct[{
5152
Optional[strip_from_keys] => Array[String],
5253
Optional[key_replacement_token] => String,
5354
Optional[service_principal_credentials] => String,
54-
Optional[use_azure_arc_authentication] => Boolean
55+
Optional[use_azure_arc_authentication] => Boolean,
56+
Optional[prefixes] => Array[String],
5557
}]
5658
```
5759

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": "3.7.0",
3+
"version": "3.8.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)