]> gitweb.fluxo.info Git - puppet-ferm.git/commitdiff
release 6.0.0
authorTim Meusel <tim@bastelfreak.de>
Mon, 28 Jun 2021 15:24:19 +0000 (17:24 +0200)
committerTim Meusel <tim@bastelfreak.de>
Mon, 28 Jun 2021 15:24:19 +0000 (17:24 +0200)
CHANGELOG.md
REFERENCE.md
metadata.json

index ec974b15973b8bd480d035aa1545001211503e60..5d147ffe1f75bcf2d39a03ba2b8229f649fce7e9 100644 (file)
@@ -4,6 +4,28 @@ 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 affect the functionality of the module.
 
+## [v6.0.0](https://github.com/voxpupuli/puppet-ferm/tree/v6.0.0) (2021-06-28)
+
+[Full Changelog](https://github.com/voxpupuli/puppet-ferm/compare/v5.0.0...v6.0.0)
+
+**Breaking changes:**
+
+- Drop EoL CentOS 6 support [\#124](https://github.com/voxpupuli/puppet-ferm/pull/124) ([bastelfreak](https://github.com/bastelfreak))
+- Drop Puppet 5; enable Puppet 7 support [\#123](https://github.com/voxpupuli/puppet-ferm/pull/123) ([bastelfreak](https://github.com/bastelfreak))
+- Drop Fedora support \(they dont support ferm anymore\) [\#122](https://github.com/voxpupuli/puppet-ferm/pull/122) ([bastelfreak](https://github.com/bastelfreak))
+
+**Implemented enhancements:**
+
+- Enable users to the package ensure [\#132](https://github.com/voxpupuli/puppet-ferm/pull/132) ([bastelfreak](https://github.com/bastelfreak))
+- Add support for opensuse [\#127](https://github.com/voxpupuli/puppet-ferm/pull/127) ([rehanone](https://github.com/rehanone))
+
+**Merged pull requests:**
+
+- puppetlabs\_spec\_helper: Allow 3.x [\#130](https://github.com/voxpupuli/puppet-ferm/pull/130) ([bastelfreak](https://github.com/bastelfreak))
+- enhance spec coverage [\#129](https://github.com/voxpupuli/puppet-ferm/pull/129) ([bastelfreak](https://github.com/bastelfreak))
+- Allow numeric values as protocol references [\#121](https://github.com/voxpupuli/puppet-ferm/pull/121) ([kBite](https://github.com/kBite))
+- Add puppet-lint-param-docs linter / fix typos in puppet-strings documentation [\#117](https://github.com/voxpupuli/puppet-ferm/pull/117) ([bastelfreak](https://github.com/bastelfreak))
+
 ## [v5.0.0](https://github.com/voxpupuli/puppet-ferm/tree/v5.0.0) (2020-07-02)
 
 [Full Changelog](https://github.com/voxpupuli/puppet-ferm/compare/v4.0.0...v5.0.0)
index 11c343abdba0e368850b9b699f53bed0231b1af8..bc2fe1d36ce350b72145497ca94c7b90822ba21e 100644 (file)
@@ -252,11 +252,11 @@ Default value: `'package'`
 
 ##### <a name="package_ensure"></a>`package_ensure`
 
-Data type: `Enum['installed', 'latest', 'absent']`
+Data type: `String[1]`
 
 sets the ensure parameter for the package resource
 
-Default value: `'latest'`
+Default value: `'installed'`
 
 ##### <a name="vcsrepo"></a>`vcsrepo`
 
index 4a2db350b408124c846d503ad914a5adfc949791..228b7af35b69cff3d70c81e1398e3f06ce985db8 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "puppet-ferm",
-  "version": "5.0.1-rc0",
+  "version": "6.0.0",
   "author": "Vox Pupuli",
   "summary": "deploy and manage ferm",
   "license": "AGPL-3.0",