Skip to content

Commit e4c9d37

Browse files
Release prep v3.7.0 (#145)
Co-authored-by: GitHub Actions <[email protected]>
1 parent e6c27dd commit e4c9d37

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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
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)

REFERENCE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

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.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",

0 commit comments

Comments
 (0)