Skip to content

Commit febb82c

Browse files
authored
1.1.1 release prep (#73)
1 parent a011a9b commit febb82c

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22
All notable changes to this project will be documented in this file.
33

44

5+
## [1.1.1] - 2020-01-17
6+
7+
### Added
8+
9+
10+
### Changed
11+
12+
- To support Upcoming Changes to the Support Knowledge base, number referencing from all tasks has been uncoupled from the Article Number, References going forward will be prefix "ST" followed by a 4 digit number etx "st9999"
13+
14+
### Fixed
15+
16+
- https://github.com/puppetlabs/support-tasks/issues/71
17+
18+
519
## [1.1] - 2019-12-20
620

721
### Added

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,9 @@ To view the available actions and parameters for each task, on the command line,
7878

7979
Puppet Enterprise Support customers can open a ticket with us at our portal for assistance <https://support.puppet.com/hc/en-us>, this module is officially supported by the Puppet Enterprise Support Team
8080

81-
To display help for the support\_tasks task, run `puppet task show support_tasks`
81+
To display help for the support\_tasks task, run `puppet task show support_tasks::<task_name>`
82+
83+
To display a list of all tasks provided by this module run `puppet task show --all | grep support_tasks`
8284

8385
## Copyright and License
8486

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-support_tasks",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
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",

0 commit comments

Comments
 (0)