From 3a32fccd8242afa810d6ca827ac97cbc25c385de Mon Sep 17 00:00:00 2001 From: Josh Cooper Date: Tue, 17 Jul 2018 19:37:38 -0700 Subject: Include puppet 6 and remove default role * bump max version to 7 * install module on all hosts, not just those with the default role * point project URL to module's README --- metadata.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'metadata.json') diff --git a/metadata.json b/metadata.json index 5d7853d..8599c0f 100644 --- a/metadata.json +++ b/metadata.json @@ -5,7 +5,7 @@ "summary": "Manage files using Augeas", "license": "Apache-2.0", "source": "https://github.com/puppetlabs/puppetlabs-augeas_core", - "project_page": "https://puppet.com/docs/puppet/latest/types/augeas.html", + "project_page": "https://github.com/puppetlabs/puppetlabs-augeas_core/blob/master/README.md", "issues_url": "https://tickets.puppetlabs.com/projects/MODULES", "dependencies": [ @@ -57,7 +57,7 @@ "requirements": [ { "name": "puppet", - "version_requirement": ">= 4.7.0 < 6.0.0" + "version_requirement": ">= 4.7.0 < 7.0.0" } ], "pdk-version": "1.6.0", -- cgit v1.2.3 From 392a49d4656f436e00c602e52a9ffde31d6f43d4 Mon Sep 17 00:00:00 2001 From: Melissa Stone Date: Wed, 15 Aug 2018 14:18:18 -0700 Subject: (PUP-9052) Bump puppet req to at least puppet 6 --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'metadata.json') diff --git a/metadata.json b/metadata.json index 8599c0f..dee00ad 100644 --- a/metadata.json +++ b/metadata.json @@ -57,7 +57,7 @@ "requirements": [ { "name": "puppet", - "version_requirement": ">= 4.7.0 < 7.0.0" + "version_requirement": ">= 6.0.0 < 7.0.0" } ], "pdk-version": "1.6.0", -- cgit v1.2.3 From 5fdf3e2567bab490e42bfe8d16b875c1af8359ee Mon Sep 17 00:00:00 2001 From: Melissa Stone Date: Wed, 15 Aug 2018 14:40:27 -0700 Subject: Prep for the 1.0.1 release --- CHANGELOG.md | 18 ++++++++++++++---- metadata.json | 2 +- 2 files changed, 15 insertions(+), 5 deletions(-) (limited to 'metadata.json') diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c954cd..7b2d9c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,20 @@ All notable changes to this project will be documented in this file. -## Release 0.1.0 +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). -**Features** +## [1.0.1] - 2018-08-15 +### Added +- (MODULE-7443) Safely deserialize stringified array +### Changed +- (maint) Move array parser logic into a util module +- (maint) Update beaker-puppet version to 0.16 +- Include puppet 6 and remove default role +- (PUP-9052) Bump puppet req to at least puppet 6 -**Bugfixes** +## [1.0.0] - 2018-06-07 +### Summary +This is the initial release of the extracted augeas module -**Known Issues** +[1.0.1]: https://github.com/puppetlabs/puppetlabs-augeas_core/compare/1.0.0...1.0.1 +[1.0.0]: https://github.com/puppetlabs/puppetlabs-augeas_core/releases/tag/1.0.0 diff --git a/metadata.json b/metadata.json index dee00ad..255205b 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-augeas_core", - "version": "1.0.0", + "version": "1.0.1", "author": "Puppet Labs", "summary": "Manage files using Augeas", "license": "Apache-2.0", -- cgit v1.2.3