Skip to content
This repository has been archived by the owner on Jul 24, 2018. It is now read-only.

Commit

Permalink
Release v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
antoineco committed Dec 5, 2016
1 parent a442442 commit 0f3aaa1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
###1.6.0

* Configurable `web.xml` files
- **Warning** replaces `default_servlet` instance parameter
- New `tomcat::web` defined type to manage `web.xml` files
- See `default_servlet*`, `jsp_servlet*`, `sessionconfig_sessiontimeout` and `welcome_file_list` parameters
* Update systemd unit, expect tomcat script path as set in latest available packages
- **Warning** check the current location of your tomcat startup script, especially if using an old OS package version
* Replace or remove calls to deprecated `validate_*` stdlib functions
* Add support for Fedora 25 and Amazon Linux 2016.09
* Drop support for Fedora 22

###1.5.0

**Warning:** the `host_deployOnStartup` parameter was renamed to `host_deployonstartup` (lowercase) in this release. Backward compatibility will be maintained until the next minor release only.
Expand Down Expand Up @@ -70,7 +82,7 @@ Enforce tomcat package version. `version` now takes a full package version when

###1.1.0

New `tomcat::context` defined type to manage additional contexts
New `tomcat::context` defined type to manage `context.xml` files

###1.0.3

Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "aco-tomcat",
"summary": "Puppet module for Tomcat",
"author": "Antoine Cotten",
"version": "1.5.0",
"version": "1.6.0",
"license": "Apache-2.0",
"project_page": "https://github.com/antoineco/aco-tomcat",
"source": "git://github.com/antoineco/aco-tomcat.git",
Expand Down

0 comments on commit 0f3aaa1

Please sign in to comment.