File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ 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
9+
10+ [ Full Changelog] ( https://github.com/TraGicCode/tragiccode-azure_key_vault/compare/v3.6.0...v3.7.0 )
11+
12+ ### Added
13+
14+ - (GH-123 ) Introduced 'strip_from_keys' option [ #143 ] ( https://github.com/TraGicCode/tragiccode-azure_key_vault/pull/143 ) ([ TraGicCode] ( https://github.com/TraGicCode ) )
15+
816## [ v3.6.0] ( https://github.com/TraGicCode/tragiccode-azure_key_vault/tree/v3.6.0 ) - 2025-02-10
917
1018[ Full Changelog] ( https://github.com/TraGicCode/tragiccode-azure_key_vault/compare/v3.5.0...v3.6.0 )
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ The azure_key_vault::lookup function.
2222 vault_api_version => String,
2323 Optional[metadata_api_version] => String,
2424 confine_to_keys => Array[String],
25+ Optional[strip_from_keys] => Array[String],
2526 Optional[key_replacement_token] => String,
2627 Optional[service_principal_credentials] => String,
2728 Optional[use_azure_arc_authentication] => Boolean
@@ -47,6 +48,7 @@ Struct[{
4748 vault_api_version => String,
4849 Optional[metadata_api_version] => String,
4950 confine_to_keys => Array[String],
51+ Optional[strip_from_keys] => Array[String],
5052 Optional[key_replacement_token] => String,
5153 Optional[service_principal_credentials] => String,
5254 Optional[use_azure_arc_authentication] => Boolean
Original file line number Diff line number Diff line change 11{
22 "name" : " tragiccode-azure_key_vault" ,
3- "version" : " 3.6 .0" ,
3+ "version" : " 3.7 .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