Skip to content

Commit de65b1a

Browse files
authored
1.1 release prep (#69)
* 1.1 release prep
1 parent 44957de commit de65b1a

File tree

3 files changed

+28
-3
lines changed

3 files changed

+28
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,24 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4-
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5-
and this project adheres to [Semantic Versioning](http://semver.org/).
4+
5+
## [1.1] - 2019-12-20
6+
7+
### Added
8+
9+
- kb0370_generate_token
10+
- kb0371_puppet_commands
11+
- kb0372_os_commands
12+
- kb0373_api_calls
13+
14+
15+
### Changed
16+
17+
- Updated kb0285 for Windows support
18+
- Added Puppet OpenSource Support to compatible tasks
19+
- PDK 1.14 Update
20+
21+
### Fixed
622

723
## [1.0.9] - 2019-10-10
824

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,13 @@ To view the available actions and parameters for each task, on the command line,
6666

6767
* [`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 )
6868

69+
* [`kb0370_generate_token`](https://support.puppet.com/hc/en-us)
70+
71+
* [`kb0371_puppet_commands`](https://support.puppet.com/hc/en-us)
72+
73+
* [`kb0372_os_commands`](https://support.puppet.com/hc/en-us)
74+
75+
* [`kb0373_api_calls`](https://support.puppet.com/hc/en-us)
6976

7077
## Getting Help
7178

metadata.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
{
22
"name": "puppetlabs-support_tasks",
3-
"version": "1.0.9",
3+
"version": "1.1.0",
44
"author": "Puppet Support Team",
55
"summary": "A module used to deliver Tasks for the solutions & configurations described in the PE Support Knowledgebase https://support.puppet.com/hc/en-us",
66
"license": "Apache-2.0",
77
"source": "https://github.com/puppetlabs/support-tasks",
8+
"project_page": "https://support.puppet.com/hc/en-us",
9+
"issues_url": "https://github.com/puppetlabs/support-tasks/issues",
810
"dependencies": [
911

1012
],

0 commit comments

Comments
 (0)