diff --git a/CHANGELOG.md b/CHANGELOG.md index 88e7396..2d79a51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,26 @@ All notable changes to this project will be documented in this file. +## Release [v0.0.5](https://github.com/pixelpark/puppet-networkmanager/tree/v0.0.5) (2022-08-15) + +[Full Changelog](https://github.com/pixelpark/puppet-networkmanager/compare/v0.0.4...v0.0.5) + +## Fixes + + * Fix wrong varibale name in common.yaml + * Fix puppet string errors + +## Release [v0.0.4](https://github.com/pixelpark/puppet-networkmanager/tree/v0.0.4) (2022-08-08) + +[Full Changelog](https://github.com/pixelpark/puppet-networkmanager/compare/v0.0.3...v0.0.4) + +## Changes + + * add github actions + * fix spec tests + * modulesync 5.3.0 + * refactor facts + ## Release [v0.0.3](https://github.com/pixelpark/puppet-networkmanager/tree/v0.0.3) (2021-08-23) [Full Changelog](https://github.com/pixelpark/puppet-networkmanager/compare/v0.0.2...v0.0.3) diff --git a/metadata.json b/metadata.json index 18a5cf5..fc50596 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "pixelpark-networkmanager", - "version": "0.0.3", + "version": "0.0.5", "author": "pixelpark", "summary": "A module to manage the networkmanager connections.", "license": "LGPL-3.0-or-later", @@ -46,8 +46,5 @@ "name": "puppet", "version_requirement": ">= 6.0.0 < 8.0.0" } - ], - "pdk-version": "1.18.1", - "template-url": "pdk-default#1.18.1", - "template-ref": "tags/1.18.1-0-g3d2e75c" + ] }