Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.2.0PreRelease #269

Merged
merged 1 commit into from
Dec 20, 2017
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
2.2.0PreRelease
  • Loading branch information
David Swan committed Dec 20, 2017
commit e76a28657fe6cc366d7b6f21cbc58440ded79334
25 changes: 23 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
## Supported Release [2.2.0]
### Summary
A clean release made in order to allow the Rubocopification of the module.

### Changed
- Gemfile updates.
- Module sync updates.

### Added
- Flexibility added to directory management in tomcat::instance.
- flexibility added to copy_from_home.
- Can now set status_command.

### Fixed
- Spaces now accounted for in context elements.
- tomcat::war now copies the war as root user and not as tomcat.
- Syntax error in $addto parameter in tomcat::setenv::entry fixed.
- Test fix for Tomcat 8.

### Removed
- Unsupported Debian 6.

## Supported Release [2.1.0]
### Summary
Addition of user and group to tomcat war file, along with a couple of docs updates and some old Ubuntu support dropped.
Expand All @@ -13,7 +35,6 @@ Addition of user and group to tomcat war file, along with a couple of docs updat
### Removed
- Unsupported versions of Ubuntu 10.04, 12.04.


## Supported Release [2.0.0]
### Summary
This major release drops puppet 3, changes dependencies from staging to archive, and adds various "real world" configuration abilities.
Expand Down Expand Up @@ -278,6 +299,6 @@ This is a bugfix release.

Initial release of the tomcat module.


[2.3.0]: https://github.com/puppetlabs/puppetlabs-tomcat/compare/2.1.0...2.2.0
[2.0.0]: https://github.com/puppetlabs/puppetlabs-tomcat/compare/1.7.0...2.0.0
[1.7.0]: https://github.com/puppetlabs/puppetlabs-tomcat/compare/1.6.1...1.7.0
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppetlabs-tomcat",
"version": "2.1.0",
"version": "2.2.0",
"author": "puppetlabs",
"summary": "Installs, deploys, and configures Apache Tomcat web services.",
"license": "Apache-2.0",
Expand Down