From 5fa135181a951a204491e887c6df4a2cdd5c5122 Mon Sep 17 00:00:00 2001 From: Charlie Sharpsteen Date: Wed, 10 Oct 2018 17:45:00 -0700 Subject: [PATCH] Update CHANGELOG and version.rb for 0.18.0 --- CHANGELOG | 19 +++++++++++++++++++ lib/pe_build/version.rb | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 9a0e385..a7058b2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,25 @@ vagrant-pe_build ================ +0.18.0 +------ + +2018-10-10 + +This is a backwards compatible feature release. + + * Add support for signing and purging agent certificates with Puppet 6 + CA commands. + + * Add support for two new agent types, "replica" and "compile", which can + be used to provision PE HA replicas and compilers. + + * Add support for 2019.0.0 + +Huge thanks to Jarret Lavallee for contributing Puppet 6 CA support along +with the replica and compile agent roles. + + 0.17.14 ------- diff --git a/lib/pe_build/version.rb b/lib/pe_build/version.rb index 5ddb0f6..5b0d2bd 100644 --- a/lib/pe_build/version.rb +++ b/lib/pe_build/version.rb @@ -1,3 +1,3 @@ module PEBuild - VERSION = '0.17.14'.freeze + VERSION = '0.18.0'.freeze end