From c95a383125cb972d594805f3ecc7e351ea00f391 Mon Sep 17 00:00:00 2001 From: beechtom Date: Thu, 23 Jan 2020 22:52:57 -0800 Subject: [PATCH] (maint) Prepare 3.0.0 release --- CHANGELOG.md | 6 ++++++ metadata.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f443d3a6..f4d7fe5fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Change Log All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). + +## [3.0.0] - 2020-01-24 + +### Summary +Assume latest version of the puppet-agent package only when no version is specified and the puppet-agent package is not installed (`puppet_agent::install` task). + ## [2.2.3] - 2019-12-10 ### Summary diff --git a/metadata.json b/metadata.json index 3399607eb..39da6cd94 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-puppet_agent", - "version": "2.2.3", + "version": "3.0.0", "author": "puppetlabs", "summary": "Upgrades All-In-One Puppet Agents", "license": "Apache-2.0",