From 10856f32c7ad6e67186836a3edaa051311483102 Mon Sep 17 00:00:00 2001 From: David Hollinger Date: Mon, 10 Apr 2017 09:12:48 -0500 Subject: [PATCH] Release 3.0.1 --- CHANGELOG.md | 15 ++++++++++++++- metadata.json | 2 +- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8eae19..f1b9f31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file. Each new release typically also includes the latest modulesync defaults. These should not impact the functionality of the module. +## [v3.0.1](https://github.com/voxpupuli/puppet-autofs/tree/v3.0.1) (2017-04-10) +[Full Changelog](https://github.com/voxpupuli/puppet-autofs/compare/v3.0.0...v3.0.1) + +**Fixed bugs:** + +- With new Stdlib type Asolutepath empty string is not valid. [\#40](https://github.com/voxpupuli/puppet-autofs/pull/40) ([mterzo](https://github.com/mterzo)) + +**Closed issues:** + +- puppet-autofs [\#39](https://github.com/voxpupuli/puppet-autofs/issues/39) + ## [v3.0.0](https://github.com/voxpupuli/puppet-autofs/tree/v3.0.0) (2017-04-06) [Full Changelog](https://github.com/voxpupuli/puppet-autofs/compare/v2.1.1...v3.0.0) @@ -21,11 +32,13 @@ These should not impact the functionality of the module. **Merged pull requests:** +- Add with\_all\_deps method to compile test [\#32](https://github.com/voxpupuli/puppet-autofs/pull/32) ([dhollinger](https://github.com/dhollinger)) +- \[blacksmith\] Bump version to 2.1.2-rc0 [\#29](https://github.com/voxpupuli/puppet-autofs/pull/29) ([dhollinger](https://github.com/dhollinger)) +- Prepare for 3.0.0 release [\#38](https://github.com/voxpupuli/puppet-autofs/pull/38) ([dhollinger](https://github.com/dhollinger)) - BREAKING Update data types and docs [\#37](https://github.com/voxpupuli/puppet-autofs/pull/37) ([dhollinger](https://github.com/dhollinger)) - BREAKING Remove unused mounts class [\#35](https://github.com/voxpupuli/puppet-autofs/pull/35) ([dhollinger](https://github.com/dhollinger)) - BREAKING Make package and service private [\#34](https://github.com/voxpupuli/puppet-autofs/pull/34) ([dhollinger](https://github.com/dhollinger)) - Add new fact for tracking autofs version [\#33](https://github.com/voxpupuli/puppet-autofs/pull/33) ([dhollinger](https://github.com/dhollinger)) -- Add with\_all\_deps method to compile test [\#32](https://github.com/voxpupuli/puppet-autofs/pull/32) ([dhollinger](https://github.com/dhollinger)) - Add parameters for configuring package and service [\#31](https://github.com/voxpupuli/puppet-autofs/pull/31) ([dhollinger](https://github.com/dhollinger)) ## [v2.1.1](https://github.com/voxpupuli/puppet-autofs/tree/v2.1.1) (2017-03-10) diff --git a/metadata.json b/metadata.json index a2e8568..29942a8 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-autofs", - "version": "3.0.1-rc0", + "version": "3.0.1", "author": "Vox Pupuli", "summary": "Module for installing and managing autofs", "license": "Apache-2.0",