From 02258f8aa95d16505e412127c97c0ce3e779314e Mon Sep 17 00:00:00 2001 From: "R.I.Pienaar" Date: Wed, 13 Jan 2021 01:46:47 +0100 Subject: [PATCH] (misc) Release 0.13.0 Signed-off-by: R.I.Pienaar --- CHANGELOG.md | 7 +++++++ metadata.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b860d9..4018e50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ |Date |Issue|Description | |----------|-----|---------------------------------------------------------------------------------------------------------| +|2021/01/13| |Release 0.13.0 | +|2021/01/07| |Correctly configure file modes on windows | +|2020/12/30|282 |Remove `mcollective::package` class | +|2020/12/28|278 |Relocate configuration to `/etc/choria` | +|2020/12/15|638 |Check choria related paths for configuration | +|2020/12/15|638 |Revert the mcollective server facts | +|2020/12/05| |Remove mcollective::service | |2020/11/25| |Release 0.12.0 | |2020/11/23|273 |Initial Puppet 7 support | |2020/11/05|269 |Improve network utilization by using file() and not source | diff --git a/metadata.json b/metadata.json index 1ba8476..b049f77 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "choria-mcollective", - "version": "0.12.0", + "version": "0.13.0", "author": "R.I.Pienaar ", "license": "Apache-2.0", "summary": "Configure MCollective as found in the Puppet Agent",