Skip to content

Commit e511274

Browse files
authored
Prep for v2.0.1 release (#78)
1 parent 8a754ed commit e511274

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+
## [v2.0.1](https://github.com/tragiccode/tragiccode-azure_key_vault/tree/v2.0.1) (2021-07-15)
6+
7+
[Full Changelog](https://github.com/tragiccode/tragiccode-azure_key_vault/compare/v2.0.0...v2.0.1)
8+
9+
### Fixed
10+
11+
- Fix issue in which confine\_to\_keys must be an array of strings instead of regexp's [\#77](https://github.com/TraGicCode/tragiccode-azure_key_vault/pull/77) ([TraGicCode](https://github.com/TraGicCode))
12+
513
## [v2.0.0](https://github.com/tragiccode/tragiccode-azure_key_vault/tree/v2.0.0) (2021-07-14)
614

715
[Full Changelog](https://github.com/tragiccode/tragiccode-azure_key_vault/compare/v1.1.2...v2.0.0)

REFERENCE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Type: Ruby 4.x API
1717

1818
The azure_key_vault::lookup function.
1919

20-
#### `azure_key_vault::lookup(Variant[String, Numeric] $secret_name, Struct[{vault_name => String, vault_api_version => String, metadata_api_version => String, confine_to_keys => Array[Regexp], Optional[key_replacement_token] => String}] $options, Puppet::LookupContext $context)`
20+
#### `azure_key_vault::lookup(Variant[String, Numeric] $secret_name, Struct[{vault_name => String, vault_api_version => String, metadata_api_version => String, confine_to_keys => Array[String], Optional[key_replacement_token] => String}] $options, Puppet::LookupContext $context)`
2121

2222
The azure_key_vault::lookup function.
2323

@@ -31,7 +31,7 @@ Data type: `Variant[String, Numeric]`
3131

3232
##### `options`
3333

34-
Data type: `Struct[{vault_name => String, vault_api_version => String, metadata_api_version => String, confine_to_keys => Array[Regexp], Optional[key_replacement_token] => String}]`
34+
Data type: `Struct[{vault_name => String, vault_api_version => String, metadata_api_version => String, confine_to_keys => Array[String], Optional[key_replacement_token] => String}]`
3535

3636

3737

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