From 7faec302684c77da36075ae0492bd9504b48fe9e Mon Sep 17 00:00:00 2001 From: MartyEwings Date: Thu, 26 Mar 2020 12:51:51 +0000 Subject: [PATCH] 1.1.2 update (#82) * 1.1.2 release prep * readme updates --- .travis.yml | 4 ---- CHANGELOG.md | 14 ++++++++++++++ README.md | 5 ++++- metadata.json | 2 +- 4 files changed, 19 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 03d8d35..c889789 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,10 +33,6 @@ jobs: - env: CHECK="check:symlinks check:git_ignore check:dot_underscore check:test_file rubocop syntax lint metadata_lint" stage: static - - - env: PUPPET_GEM_VERSION="~> 6.0" CHECK=parallel_spec - rvm: 2.5.7 - stage: spec - env: CHECK="shellcheck tasknames" stage: static diff --git a/CHANGELOG.md b/CHANGELOG.md index a10a3ae..ceae973 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,20 @@ # Change Log All notable changes to this project will be documented in this file. +## [1.1.2] - 2020-03-26 + +### Added + +- st1105_master_port_check - Task to test TCP port connectivity of the Puppet Master + +### Changed + +- PDK updated to 1.17 + +### Fixed + +- Removed "DOCS" reference to now removed cert regen tasks + ## [1.1.1] - 2020-01-17 diff --git a/README.md b/README.md index a38a353..7fd6077 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ The knowledge base, available to our support customers, offers a range of self s ### Beginning with support_tasks -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. +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. ## Usage @@ -74,6 +74,9 @@ To view the available actions and parameters for each task, on the command line, * [`st0373_api_calls`](https://support.puppet.com/hc/en-us/articles/360040234893) +* [`st1105_master_port_check`](https://support.puppet.com/hc/en-us/articles/360045363493) + + ## Getting Help Puppet Enterprise Support customers can open a ticket with us at our portal for assistance , this module is officially supported by the Puppet Enterprise Support Team diff --git a/metadata.json b/metadata.json index ff88036..afda034 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-support_tasks", - "version": "1.1.1", + "version": "1.1.2", "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",