From 395aca780e177058089c7857c6ad9d62e353d646 Mon Sep 17 00:00:00 2001 From: Antoine Cotten Date: Mon, 6 Nov 2017 13:45:31 +0100 Subject: [PATCH] Release 1.8.4 --- CHANGELOG.md | 5 +++++ README.md | 3 ++- manifests/params.pp | 5 ++--- metadata.json | 2 +- 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2aaffe6..1a5393f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +### 1.8.4 + +* Fix admin contexts resources ordering ([alvagante](https://github.com/alvagante)) +* Update default package versions + ### 1.8.3 * Add configuration of diff --git a/README.md b/README.md index 531e10f..bf3c8ab 100644 --- a/README.md +++ b/README.md @@ -909,6 +909,7 @@ Check the [puppetlabs_spec_helper](https://github.com/puppetlabs/puppetlabs_spec * [Martin Zehetmayer](https://github.com/angrox) * [Rurik Ylä-Onnenvuori](https://github.com/ruriky) * [Hal Deadman](https://github.com/hdeadman) -* [HerveMARTIN](https://github.com/HerveMARTIN) +* [Hervé Martin](https://github.com/HerveMARTIN) +* [Alessandro Franceschi](https://github.com/alvagante) Features request and contributions are always welcome! diff --git a/manifests/params.pp b/manifests/params.pp index 980a522..86f9612 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -24,9 +24,9 @@ } 'Amazon' : { # https://alas.aws.amazon.com - $version = '8.0.46' # ALAS-2017-903 + $version = '8.5.23' # ALAS-2017-913 $package_name = 'tomcat8' - # $version = '7.0.81' # ALAS-2017-903 + # $version = '7.0.82' # ALAS-2017-913 # $package_name = 'tomcat7' # $version = '6.0.53' # ALAS-2017-821 # $package_name = 'tomcat6' @@ -212,7 +212,6 @@ $package_name = 'tomcat8' } # yakkety - # https://packages.ubuntu.com/yakkety-updates/tomcat8 '16.10' : { $version = '8.0.37-1ubuntu0.1' $package_name = 'tomcat8' diff --git a/metadata.json b/metadata.json index 5d0d153..970e68f 100644 --- a/metadata.json +++ b/metadata.json @@ -2,7 +2,7 @@ "name": "aco-tomcat", "summary": "Puppet module for Tomcat", "author": "Antoine Cotten", - "version": "1.8.3", + "version": "1.8.4", "license": "Apache-2.0", "project_page": "https://github.com/antoineco/aco-tomcat", "source": "git://github.com/antoineco/aco-tomcat.git",