Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org).

## [v3.0.0](https://github.com/puppetlabs/support-tasks/tree/v3.0.0) (2022-02-03)

[Full Changelog](https://github.com/puppetlabs/support-tasks/compare/v2.0.0...v3.0.0)

### Changed

- \(SUP-2838\) Remove rename pe primary server task [\#132](https://github.com/puppetlabs/support-tasks/pull/132) ([MartyEwings](https://github.com/MartyEwings))
- \(SUP-2856\) Bash Task helper module added to dependancies [\#124](https://github.com/puppetlabs/support-tasks/pull/124) ([MartyEwings](https://github.com/MartyEwings))
- \(SUP-2739\) Remove Support Task kb0299\_regen\_master\_cert [\#123](https://github.com/puppetlabs/support-tasks/pull/123) ([henrywangpuppet](https://github.com/henrywangpuppet))

### Added

- \(SUP-2839\) Acceptance tests and structured task returns for st0267\_clear\_file\_sync\_locks [\#130](https://github.com/puppetlabs/support-tasks/pull/130) ([MartyEwings](https://github.com/MartyEwings))
- \(SUP-2847\) Structured Returns for Herd resolver [\#129](https://github.com/puppetlabs/support-tasks/pull/129) ([MartyEwings](https://github.com/MartyEwings))
- \(SUP-2848\) st0361a\_uploading\_facts convert to ruby [\#127](https://github.com/puppetlabs/support-tasks/pull/127) ([MartyEwings](https://github.com/MartyEwings))
- \(Sup-2837\) st0236\_set\_cache\_paths\_to\_default Audit and Update [\#125](https://github.com/puppetlabs/support-tasks/pull/125) ([MartyEwings](https://github.com/MartyEwings))

## [v2.0.0](https://github.com/puppetlabs/support-tasks/tree/v2.0.0) (2021-08-20)

[Full Changelog](https://github.com/puppetlabs/support-tasks/compare/v1.1.3...v2.0.0)
Expand Down
23 changes: 1 addition & 22 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* [`st0009_change_pe_service_loglevel`](#st0009_change_pe_service_loglevel): ST0009 Change PE Service Loglevel - This Task to be used in conjunction with Puppet Enterprise Knowledge Base Article KB0009 - https://suppor
* [`st0149_resolve_stack_level_too_deep`](#st0149_resolve_stack_level_too_deep): ST0149 Resolve Stack Level Too Deep - This Task to be used in conjunction with Puppet Enterprise Knowledge Base Article KB0149 - https://supp
* [`st0236_set_cache_paths_to_default`](#st0236_set_cache_paths_to_default): ST0236 Set Cache Paths To Default - This Task to be used in conjunction with Puppet Enterprise Knowledge Base Article KB0236 - https://suppor
* [`st0263_rename_pe_primary_server`](#st0263_rename_pe_primary_server): ST0263 Rename PE Primary Server - This task to be used in conjunction with Puppet Enterprise Knowledge Base Article KB0263 - https://support.
* [`st0267_clear_file_sync_locks`](#st0267_clear_file_sync_locks): ST0267 Clear File Sync Locks - This Task to be used in conjunction with Puppet Enterprise Knowledge Base Article KB0267 - https://support.pup
* [`st0285_find_disabled_agents`](#st0285_find_disabled_agents): ST0285 Find Disabled Agents - This Task to be used in conjunction with Puppet Enterprise Knowledge Base Article KB0285 - https://support.pupp
* [`st0285a_bash_find_disabled_agents`](#st0285a_bash_find_disabled_agents): ST0285 Find Disabled Agents - This Task to be used in conjunction with Puppet Enterprise Knowledge Base Article KB0285 - https://support.pupp
Expand All @@ -24,8 +23,6 @@
* [`st0346a_bash_herd_resolver`](#st0346a_bash_herd_resolver): This Task will restart the puppet agent process in a randomised period between 0 and the currently set runinterval
* [`st0346b_powershell_herd_resolver`](#st0346b_powershell_herd_resolver): powershell thundering herd script
* [`st0361_uploading_facts`](#st0361_uploading_facts): ST0361 Uploading Facts To the Puppet Primary Server Outside of a Puppet Run - This Task to be used in conjunction with Puppet Enterprise Know
* [`st0361a_uploading_facts`](#st0361a_uploading_facts): ST0361 Uploading Facts To the Puppet Primary Server Outside of a Puppet Run - This Task to be used in conjunction with Puppet Enterprise Know
* [`st0361b_uploading_facts`](#st0361b_uploading_facts): ST0361 Uploading Facts To the Puppet Primary Server Outside of a Puppet Run - This Task to be used in conjunction with Puppet Enterprise Know
* [`st0362_download_latest_pe_in_stream`](#st0362_download_latest_pe_in_stream): ST0362 Download Latest PE Z release in the currently installed stream - This task to be used in conjunction with Puppet Enterprise Knowledge
* [`st0370_generate_token`](#st0370_generate_token): ST0370_Generate_Token This task to be used in conjunction with Puppet Enterprise Knowledge Base Article KB0370 - https://support.puppet.com/h
* [`st0371_puppet_commands`](#st0371_puppet_commands): ST0371 Puppet Commands - This Task to be used in conjunction with Puppet Enterprise Knowledge Base Article KB0371 - https://support.puppet.co
Expand Down Expand Up @@ -68,12 +65,6 @@ ST0236 Set Cache Paths To Default - This Task to be used in conjunction with Pup

**Supports noop?** false

### <a name="st0263_rename_pe_primary_server"></a>`st0263_rename_pe_primary_server`

ST0263 Rename PE Primary Server - This task to be used in conjunction with Puppet Enterprise Knowledge Base Article KB0263 - https://support.puppet.com/hc/en-us/articles/360003489634

**Supports noop?** false

### <a name="st0267_clear_file_sync_locks"></a>`st0267_clear_file_sync_locks`

ST0267 Clear File Sync Locks - This Task to be used in conjunction with Puppet Enterprise Knowledge Base Article KB0267 - https://support.puppet.com/hc/en-us/articles/360003883933
Expand Down Expand Up @@ -220,19 +211,7 @@ powershell thundering herd script

### <a name="st0361_uploading_facts"></a>`st0361_uploading_facts`

ST0361 Uploading Facts To the Puppet Primary Server Outside of a Puppet Run - This Task to be used in conjunction with Puppet Enterprise Knowledge Base Article KB0361 - https://support.puppet.com/hc/en-us/articles/360036136533

**Supports noop?** false

### <a name="st0361a_uploading_facts"></a>`st0361a_uploading_facts`

ST0361 Uploading Facts To the Puppet Primary Server Outside of a Puppet Run - This Task to be used in conjunction with Puppet Enterprise Knowledge Base Article KB0361 - https://support.puppet.com/hc/en-us/articles/360036136533

**Supports noop?** false

### <a name="st0361b_uploading_facts"></a>`st0361b_uploading_facts`

ST0361 Uploading Facts To the Puppet Primary Server Outside of a Puppet Run - This Task to be used in conjunction with Puppet Enterprise Knowledge Base Article KB0361 - https://support.puppet.com/hc/en-us/articles/360036136533
ST0361 Uploading Facts To the Puppet Primary Server Outside of a Puppet Run - This Task to be used in conjunction with Puppet Enterprise Knowledge Base Article - https://support.puppet.com/hc/en-us/articles/360036136533

**Supports noop?** false

Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppetlabs-support_tasks",
"version": "2.0.0",
"version": "3.0.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",
Expand Down