Skip to content

Commit 856776f

Browse files
authored
Merge pull request #144 from puppetlabs/release-prep
Release prep v4.0.0
2 parents dd465ac + 2e26c7c commit 856776f

File tree

3 files changed

+17
-12
lines changed

3 files changed

+17
-12
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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+
## [v4.0.0](https://github.com/puppetlabs/support-tasks/tree/v4.0.0) (2022-05-17)
6+
7+
[Full Changelog](https://github.com/puppetlabs/support-tasks/compare/v3.1.0...v4.0.0)
8+
9+
### Changed
10+
11+
- \(SUP-2836\) Remove st0149\_resolve\_stack\_level\_too\_deep [\#140](https://github.com/puppetlabs/support-tasks/pull/140) ([MartyEwings](https://github.com/MartyEwings))
12+
13+
### Added
14+
15+
- \(SUP-2844\) Update upload support script task [\#142](https://github.com/puppetlabs/support-tasks/pull/142) ([elainemccloskey](https://github.com/elainemccloskey))
16+
517
## [v3.1.0](https://github.com/puppetlabs/support-tasks/tree/v3.1.0) (2022-04-29)
618

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

REFERENCE.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
### Tasks
88

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
10-
* [`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
1110
* [`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
1211
* [`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
1312
* [`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
@@ -53,12 +52,6 @@ Data type: `Enum[puppetserver, puppetdb, console-services, orchestration-service
5352

5453
PE service
5554

56-
### <a name="st0149_resolve_stack_level_too_deep"></a>`st0149_resolve_stack_level_too_deep`
57-
58-
ST0149 Resolve Stack Level Too Deep - This Task to be used in conjunction with Puppet Enterprise Knowledge Base Article KB0149 - https://support.puppet.com/hc/en-us/articles/218763948
59-
60-
**Supports noop?** false
61-
6255
### <a name="st0236_set_cache_paths_to_default"></a>`st0236_set_cache_paths_to_default`
6356

6457
ST0236 Set Cache Paths To Default - This Task to be used in conjunction with Puppet Enterprise Knowledge Base Article KB0236 - https://support.puppet.com/hc/en-us/articles/360001060434
@@ -159,7 +152,7 @@ Scope (comma-delimited) of diagnostics to collect. Defaults to 'enterprise,etc,l
159152

160153
##### `ticket`
161154

162-
Data type: `Pattern[/^[0-9]+$/]`
155+
Data type: `Integer`
163156

164157
Support ticket number. Required
165158

metadata.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-support_tasks",
3-
"version": "3.1.0",
3+
"version": "4.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",
@@ -33,7 +33,7 @@
3333
"operatingsystem": "RedHat",
3434
"operatingsystemrelease": [
3535
"9",
36-
"8",
36+
"8",
3737
"7",
3838
"6"
3939
]
@@ -49,7 +49,7 @@
4949
"operatingsystem": "Debian",
5050
"operatingsystemrelease": [
5151
"11",
52-
"10",
52+
"10",
5353
"9"
5454
]
5555
},
@@ -73,7 +73,7 @@
7373
"operatingsystem": "Fedora",
7474
"operatingsystemrelease": [
7575
"32",
76-
"34"
76+
"34"
7777
]
7878
},
7979
{

0 commit comments

Comments
 (0)