Skip to content

Commit b5a157e

Browse files
Release prep v2.1.0 (#92)
Co-authored-by: GitHub Action <[email protected]>
1 parent 4a4eeb7 commit b5a157e

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-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.1.0](https://github.com/tragiccode/tragiccode-azure_key_vault/tree/v2.1.0) (2022-08-08)
6+
7+
[Full Changelog](https://github.com/tragiccode/tragiccode-azure_key_vault/compare/v2.0.2...v2.1.0)
8+
9+
### Added
10+
11+
- \(GH-90\) Add windows server 2022 support [\#91](https://github.com/TraGicCode/tragiccode-azure_key_vault/pull/91) ([TraGicCode](https://github.com/TraGicCode))
12+
513
## [v2.0.2](https://github.com/tragiccode/tragiccode-azure_key_vault/tree/v2.0.2) (2022-08-04)
614

715
[Full Changelog](https://github.com/tragiccode/tragiccode-azure_key_vault/compare/v2.0.1...v2.0.2)

metadata.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
{
22
"name": "tragiccode-azure_key_vault",
3-
"version": "2.0.2",
3+
"version": "2.1.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",
77
"source": "https://github.com/TraGicCode/tragiccode-azure_key_vault",
88
"project_page": "https://github.com/TraGicCode/tragiccode-azure_key_vault",
99
"issues_url": "https://github.com/TraGicCode/tragiccode-azure_key_vault/issues",
10-
"dependencies": [],
10+
"dependencies": [
11+
12+
],
1113
"operatingsystem_support": [
1214
{
1315
"operatingsystem": "CentOS",
@@ -71,4 +73,4 @@
7173
"pdk-version": "2.3.0",
7274
"template-url": "https://github.com/puppetlabs/pdk-templates.git#main",
7375
"template-ref": "heads/main-0-gfa6b6d2"
74-
}
76+
}

0 commit comments

Comments
 (0)