Showing with 20 additions and 6 deletions.
  1. +9 −1 CHANGELOG.md
  2. +11 −5 metadata.json
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@

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).

## [v3.2.0](https://github.com/tragiccode/tragiccode-azure_key_vault/tree/v3.2.0) (2023-09-07)
## [v3.3.0](https://github.com/tragiccode/tragiccode-azure_key_vault/tree/v3.3.0) (2023-09-08)

[Full Changelog](https://github.com/tragiccode/tragiccode-azure_key_vault/compare/v3.2.0...v3.3.0)

### Added

- \(GH-114\) Update supported os [\#117](https://github.com/TraGicCode/tragiccode-azure_key_vault/pull/117) ([TraGicCode](https://github.com/TraGicCode))

## [v3.2.0](https://github.com/tragiccode/tragiccode-azure_key_vault/tree/v3.2.0) (2023-09-08)

[Full Changelog](https://github.com/tragiccode/tragiccode-azure_key_vault/compare/v3.1.1...v3.2.0)

Expand Down
16 changes: 11 additions & 5 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tragiccode-azure_key_vault",
"version": "3.2.0",
"version": "3.3.0",
"author": "tragiccode",
"summary": "The azure_key_vault module allows you to easily fetch secrets securely within your puppet manifests.",
"license": "Apache-2.0",
Expand All @@ -14,7 +14,8 @@
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"7"
"7",
"8"
]
},
{
Expand All @@ -26,7 +27,9 @@
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"7"
"7",
"8",
"9"
]
},
{
Expand All @@ -38,13 +41,16 @@
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"8"
"10",
"11"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"16.04"
"18.04",
"20.04",
"22.04"
]
},
{
Expand Down