Skip to content

Commit 7faefb8

Browse files
Merge pull request #449 from puppetlabs/release-prep
Release prep v5.1.0
2 parents 402876e + cffd7b6 commit 7faefb8

File tree

3 files changed

+22
-1
lines changed

3 files changed

+22
-1
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+
## [v5.1.0](https://github.com/puppetlabs/puppetlabs-tomcat/tree/v5.1.0) (2021-05-24)
6+
7+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-tomcat/compare/v5.0.0...v5.1.0)
8+
9+
### Added
10+
11+
- Add service\_name parameter to tomcat::instance [\#446](https://github.com/puppetlabs/puppetlabs-tomcat/pull/446) ([treydock](https://github.com/treydock))
12+
13+
### Fixed
14+
15+
- \(MODULES-10644\) Document source upgrade process [\#443](https://github.com/puppetlabs/puppetlabs-tomcat/pull/443) ([binford2k](https://github.com/binford2k))
16+
517
## [v5.0.0](https://github.com/puppetlabs/puppetlabs-tomcat/tree/v5.0.0) (2021-02-27)
618

719
[Full Changelog](https://github.com/puppetlabs/puppetlabs-tomcat/compare/v4.3.0...v5.0.0)

REFERENCE.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2074,6 +2074,7 @@ The following parameters are available in the `tomcat::instance` defined type:
20742074
* [`manage_copy_from_home`](#manage_copy_from_home)
20752075
* [`copy_from_home_list`](#copy_from_home_list)
20762076
* [`copy_from_home_mode`](#copy_from_home_mode)
2077+
* [`service_name`](#service_name)
20772078
* [`install_from_source`](#install_from_source)
20782079
* [`source_url`](#source_url)
20792080
* [`source_strip_first_dir`](#source_strip_first_dir)
@@ -2232,6 +2233,14 @@ Specifies the file mode when copying the initial config files from `catalina_hom
22322233

22332234
Default value: `'0660'`
22342235

2236+
##### <a name="service_name"></a>`service_name`
2237+
2238+
Data type: `Any`
2239+
2240+
Name of the service when managing the service
2241+
2242+
Default value: ``undef``
2243+
22352244
##### <a name="install_from_source"></a>`install_from_source`
22362245

22372246
Data type: `Any`

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-tomcat",
3-
"version": "5.0.0",
3+
"version": "5.1.0",
44
"author": "puppetlabs",
55
"summary": "Installs, deploys, and configures Apache Tomcat web services.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)