From 495726be62de50dc9b110b9560f95cc5eb6e1ee4 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Sat, 13 Oct 2018 11:24:26 +0200 Subject: [PATCH] release 6.7.0 --- CHANGELOG.md | 17 +++++++++++++++++ metadata.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62d72e54..a6904d42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,23 @@ 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.7.0](https://github.com/voxpupuli/puppet-r10k/tree/v6.7.0) (2018-10-13) + +[Full Changelog](https://github.com/voxpupuli/puppet-r10k/compare/v6.6.1...v6.7.0) + +**Implemented enhancements:** + +- Allow usage of OS r10k packages [\#453](https://github.com/voxpupuli/puppet-r10k/pull/453) ([tuxmea](https://github.com/tuxmea)) + +**Fixed bugs:** + +- Handle environment name normalized by r10k [\#452](https://github.com/voxpupuli/puppet-r10k/pull/452) ([sapakt](https://github.com/sapakt)) + +**Merged pull requests:** + +- allow puppet 6.x [\#454](https://github.com/voxpupuli/puppet-r10k/pull/454) ([bastelfreak](https://github.com/bastelfreak)) +- allow puppetlabs/stdlib 5.x [\#450](https://github.com/voxpupuli/puppet-r10k/pull/450) ([bastelfreak](https://github.com/bastelfreak)) + ## [v6.6.1](https://github.com/voxpupuli/puppet-r10k/tree/v6.6.1) (2018-07-29) [Full Changelog](https://github.com/voxpupuli/puppet-r10k/compare/v6.6.0...v6.6.1) diff --git a/metadata.json b/metadata.json index d3d58d6c..eaa16328 100644 --- a/metadata.json +++ b/metadata.json @@ -2,7 +2,7 @@ "author": "Vox Pupuli", "license": "Apache-2.0", "name": "puppet-r10k", - "version": "6.6.2-rc0", + "version": "6.7.0", "operatingsystem_support": [ { "operatingsystem": "RedHat",