Skip to content

Commit 9f6583d

Browse files
author
GitHub Action
committed
Release prep v3.0.0
1 parent 457bbc3 commit 9f6583d

File tree

3 files changed

+19
-23
lines changed

3 files changed

+19
-23
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
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).
44

5+
## [v3.0.0](https://github.com/puppetlabs/support-tasks/tree/v3.0.0) (2022-02-03)
6+
7+
[Full Changelog](https://github.com/puppetlabs/support-tasks/compare/v2.0.0...v3.0.0)
8+
9+
### Changed
10+
11+
- \(SUP-2838\) Remove rename pe primary server task [\#132](https://github.com/puppetlabs/support-tasks/pull/132) ([MartyEwings](https://github.com/MartyEwings))
12+
- \(SUP-2856\) Bash Task helper module added to dependancies [\#124](https://github.com/puppetlabs/support-tasks/pull/124) ([MartyEwings](https://github.com/MartyEwings))
13+
- \(SUP-2739\) Remove Support Task kb0299\_regen\_master\_cert [\#123](https://github.com/puppetlabs/support-tasks/pull/123) ([henrywangpuppet](https://github.com/henrywangpuppet))
14+
15+
### Added
16+
17+
- \(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))
18+
- \(SUP-2847\) Structured Returns for Herd resolver [\#129](https://github.com/puppetlabs/support-tasks/pull/129) ([MartyEwings](https://github.com/MartyEwings))
19+
- \(SUP-2848\) st0361a\_uploading\_facts convert to ruby [\#127](https://github.com/puppetlabs/support-tasks/pull/127) ([MartyEwings](https://github.com/MartyEwings))
20+
- \(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))
21+
522
## [v2.0.0](https://github.com/puppetlabs/support-tasks/tree/v2.0.0) (2021-08-20)
623

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

REFERENCE.md

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
* [`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
1010
* [`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
1111
* [`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
12-
* [`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.
1312
* [`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
1413
* [`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
1514
* [`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
@@ -24,8 +23,6 @@
2423
* [`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
2524
* [`st0346b_powershell_herd_resolver`](#st0346b_powershell_herd_resolver): powershell thundering herd script
2625
* [`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
27-
* [`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
28-
* [`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
2926
* [`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
3027
* [`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
3128
* [`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
@@ -68,12 +65,6 @@ ST0236 Set Cache Paths To Default - This Task to be used in conjunction with Pup
6865

6966
**Supports noop?** false
7067

71-
### <a name="st0263_rename_pe_primary_server"></a>`st0263_rename_pe_primary_server`
72-
73-
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
74-
75-
**Supports noop?** false
76-
7768
### <a name="st0267_clear_file_sync_locks"></a>`st0267_clear_file_sync_locks`
7869

7970
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
@@ -220,19 +211,7 @@ powershell thundering herd script
220211

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

223-
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
224-
225-
**Supports noop?** false
226-
227-
### <a name="st0361a_uploading_facts"></a>`st0361a_uploading_facts`
228-
229-
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
230-
231-
**Supports noop?** false
232-
233-
### <a name="st0361b_uploading_facts"></a>`st0361b_uploading_facts`
234-
235-
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
214+
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
236215

237216
**Supports noop?** false
238217

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": "2.0.0",
3+
"version": "3.0.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",

0 commit comments

Comments
 (0)