Skip to content

Commit ac1ac82

Browse files
authored
Merge pull request #139 from puppetlabs/release-prep
Release prep v3.1.0
2 parents c24c3f7 + b8d2126 commit ac1ac82

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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.1.0](https://github.com/puppetlabs/support-tasks/tree/v3.1.0) (2022-04-29)
6+
7+
[Full Changelog](https://github.com/puppetlabs/support-tasks/compare/v3.0.0...v3.1.0)
8+
9+
### Added
10+
11+
- \(SUP-2843\) Update code deploy task to use bash helper [\#136](https://github.com/puppetlabs/support-tasks/pull/136) ([MartyEwings](https://github.com/MartyEwings))
12+
513
## [v3.0.0](https://github.com/puppetlabs/support-tasks/tree/v3.0.0) (2022-02-03)
614

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

REFERENCE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* [`st0285b_powershell_find_disabled_agents`](#st0285b_powershell_find_disabled_agents): ST0285 Find Disabled Agents - This Task to be used in conjunction with Puppet Enterprise Knowledge Base Article KB0285 - https://support.pupp
1616
* [`st0286_change_puppet_daemon_runmode`](#st0286_change_puppet_daemon_runmode): ST0286 Change Puppet Daemon Runmode - This Task to be used in conjunction with Puppet Enterprise Knowledge Base Article KB0286 - https://supp
1717
* [`st0287_check_db_table_sizes`](#st0287_check_db_table_sizes): ST0287 Check DB Table Sizes - This task is to be used in conjunction with Puppet Enterprise Knowledge Base Article KB0287 - https://support.p
18-
* [`st0298_run_code_deploy`](#st0298_run_code_deploy): ST0298 Run Code Deploy - This Task to be used in conjunction with Puppet Enterprise Knowledge Base Article KB0298 - https://support.puppet.co
18+
* [`st0298_run_code_deploy`](#st0298_run_code_deploy): ST0298 Run Code Deploy - This Task to be used in conjunction with Puppet Enterprise Knowledge Base Article https://support.puppet.com/hc/en-u
1919
* [`st0305_support_script_and_upload`](#st0305_support_script_and_upload): Execute the PE Support Script and upload it via SFTP
2020
* [`st0317a_clean_cert`](#st0317a_clean_cert): Clean (remove) a Puppet agent's certificate from your Primary Server
2121
* [`st0317b_purge_node`](#st0317b_purge_node): Purge Puppet agent nodes
@@ -125,7 +125,7 @@ The name of the db to connect to
125125

126126
### <a name="st0298_run_code_deploy"></a>`st0298_run_code_deploy`
127127

128-
ST0298 Run Code Deploy - This Task to be used in conjunction with Puppet Enterprise Knowledge Base Article KB0298 - https://support.puppet.com/hc/en-us/articles/360008192734
128+
ST0298 Run Code Deploy - This Task to be used in conjunction with Puppet Enterprise Knowledge Base Article https://support.puppet.com/hc/en-us/articles/360008192734
129129

130130
**Supports noop?** false
131131

@@ -135,7 +135,7 @@ ST0298 Run Code Deploy - This Task to be used in conjunction with Puppet Enterpr
135135

136136
Data type: `String[1]`
137137

138-
The name of the environment to deploy
138+
The name of the environment to deploy, use all to deploy every environment
139139

140140
### <a name="st0305_support_script_and_upload"></a>`st0305_support_script_and_upload`
141141

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