Skip to content

Commit 95c611c

Browse files
authored
Prep for v2.0.0 release (#76)
1 parent abbf629 commit 95c611c

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.0](https://github.com/tragiccode/tragiccode-azure_key_vault/tree/v2.0.0) (2021-07-14)
6+
7+
[Full Changelog](https://github.com/tragiccode/tragiccode-azure_key_vault/compare/v1.1.2...v2.0.0)
8+
9+
### Changed
10+
11+
- \(GH-69\) Add code and tests for new requires confine\_to\_keys options [\#75](https://github.com/TraGicCode/tragiccode-azure_key_vault/pull/75) ([TraGicCode](https://github.com/TraGicCode))
12+
513
## [v1.1.2](https://github.com/tragiccode/tragiccode-azure_key_vault/tree/v1.1.2) (2021-04-29)
614

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

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, 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[Regexp], 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, Optional[key_replacement_token] => String}]`
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}]`
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": "1.1.2",
3+
"version": "2.0.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)