Skip to content

Commit 7faec30

Browse files
authored
1.1.2 update (#82)
* 1.1.2 release prep * readme updates
1 parent e519fb8 commit 7faec30

File tree

4 files changed

+19
-6
lines changed

4 files changed

+19
-6
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ jobs:
3333
-
3434
env: CHECK="check:symlinks check:git_ignore check:dot_underscore check:test_file rubocop syntax lint metadata_lint"
3535
stage: static
36-
-
37-
env: PUPPET_GEM_VERSION="~> 6.0" CHECK=parallel_spec
38-
rvm: 2.5.7
39-
stage: spec
4036
-
4137
env: CHECK="shellcheck tasknames"
4238
stage: static

CHANGELOG.md

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

4+
## [1.1.2] - 2020-03-26
5+
6+
### Added
7+
8+
- st1105_master_port_check - Task to test TCP port connectivity of the Puppet Master
9+
10+
### Changed
11+
12+
- PDK updated to 1.17
13+
14+
### Fixed
15+
16+
- Removed "DOCS" reference to now removed cert regen tasks
17+
418

519
## [1.1.1] - 2020-01-17
620

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The knowledge base, available to our support customers, offers a range of self s
2121

2222
### Beginning with support_tasks
2323

24-
Tasks in this module should only be executed by PE support customers in accompaniment with the corresponding knowledge base article. The task name corresponds to the KB article number, for instance, article KB#9999 corresponds to task kb9999.
24+
Tasks in this module should only be executed by PE support customers, and Opensource Knowledge base users, in accompaniment with the corresponding knowledge base article.
2525

2626
## Usage
2727

@@ -74,6 +74,9 @@ To view the available actions and parameters for each task, on the command line,
7474

7575
* [`st0373_api_calls`](https://support.puppet.com/hc/en-us/articles/360040234893)
7676

77+
* [`st1105_master_port_check`](https://support.puppet.com/hc/en-us/articles/360045363493)
78+
79+
7780
## Getting Help
7881

7982
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

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.1",
3+
"version": "1.1.2",
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)