From de65b1ad8a8f3562fe5badd2d50c211ec98a2ca0 Mon Sep 17 00:00:00 2001 From: MartyEwings Date: Fri, 20 Dec 2019 14:34:28 +0000 Subject: [PATCH] 1.1 release prep (#69) * 1.1 release prep --- CHANGELOG.md | 20 ++++++++++++++++++-- README.md | 7 +++++++ metadata.json | 4 +++- 3 files changed, 28 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ee9f77..acc6ed0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,24 @@ # Change Log All notable changes to this project will be documented in this file. -The format is based on [Keep a Changelog](http://keepachangelog.com/) -and this project adheres to [Semantic Versioning](http://semver.org/). + +## [1.1] - 2019-12-20 + +### Added + + - kb0370_generate_token + - kb0371_puppet_commands + - kb0372_os_commands + - kb0373_api_calls + + +### Changed + +- Updated kb0285 for Windows support +- Added Puppet OpenSource Support to compatible tasks +- PDK 1.14 Update + +### Fixed ## [1.0.9] - 2019-10-10 diff --git a/README.md b/README.md index 59cae24..0489e31 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,13 @@ To view the available actions and parameters for each task, on the command line, * [`KB#0362 Check for and download the latest patch for your current major release for Puppet Enterprise `](https://support.puppet.com/hc/en-us/articles/360036141593 ) +* [`kb0370_generate_token`](https://support.puppet.com/hc/en-us) + +* [`kb0371_puppet_commands`](https://support.puppet.com/hc/en-us) + +* [`kb0372_os_commands`](https://support.puppet.com/hc/en-us) + +* [`kb0373_api_calls`](https://support.puppet.com/hc/en-us) ## Getting Help diff --git a/metadata.json b/metadata.json index 21fd950..397fd53 100644 --- a/metadata.json +++ b/metadata.json @@ -1,10 +1,12 @@ { "name": "puppetlabs-support_tasks", - "version": "1.0.9", + "version": "1.1.0", "author": "Puppet Support Team", "summary": "A module used to deliver Tasks for the solutions & configurations described in the PE Support Knowledgebase https://support.puppet.com/hc/en-us", "license": "Apache-2.0", "source": "https://github.com/puppetlabs/support-tasks", + "project_page": "https://support.puppet.com/hc/en-us", + "issues_url": "https://github.com/puppetlabs/support-tasks/issues", "dependencies": [ ],