File tree Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,15 @@ All notable changes to this project will be documented in this file.
55
66The 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
Original file line number Diff line number Diff 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
3132The 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments