diff --git a/CHANGELOG.md b/CHANGELOG.md index a3a6a79..372afa1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,51 +1,57 @@ +## Release 6.3.2 + - Allow puppetlabs-apt version 7.x + - Allow puppetlabs-stdlib version 6.x + - Allow puppet-yum version 4.x + - Constrain puppetlabs-yumrepo_core to puppet 6+ + ## Release 6.3.1 - Remove extraneous files from module package ## Release 6.3.0 [Deleted from Forge] - Support Puppet 6 ## Release 6.2.4 - Allow puppetlabs-apt version 6.x ## Release 6.2.3 - Allow puppetlabs-yum version 3.x ## Release 6.2.2 - Allow puppetlabs-stdlib version 5.x ## Release 6.2.1 - Allow puppetlabs-apt version 5.x ## Release 6.2.0 - Add base_repo_url param ## Release 6.1.0 - Support OSS-only package repositories ## Release 6.0.1 - Remove aggressive ordering causing all packages to come after apt::update ## Release 6.0.0 Version number increase to indicate that this module is considered of reasonable quality and is used by version 6.0.0 of elastic/logstash. - Changed default repository to version to 6 ## Release 0.2.1 - Remove some resource defaults that were causing problems on Puppet 5 ## Release 0.2.0 - Expand declared OS support - Relax minimum Puppet version to 4.6.1 - Support pre-release artifacts diff --git a/metadata.json b/metadata.json index de36839..de1aebf 100644 --- a/metadata.json +++ b/metadata.json @@ -1,74 +1,74 @@ { "name": "elastic-elastic_stack", - "version": "6.3.1", + "version": "6.3.2", "author": "toby@jarpy.net", "summary": "Helpers for installing and configuring components of the Elastic Stack.", "license": "Apache-2.0", "source": "https://github.com/elastic/puppet-elastic-stack", "project_page": "https://github.com/elastic/puppet-elastic-stack", "issues_url": "https://github.com/elastic/puppet-elastic-stack/issues", "dependencies": [ { "name": "puppetlabs-stdlib", "version_requirement": ">= 4.13.1 < 7.0.0" }, { "name": "puppetlabs/apt", "version_requirement": ">= 2.0.0 < 8.0.0" }, { "name": "puppet/yum", "version_requirement": ">= 0.9.6 < 5.0.0" }, { "name": "puppetlabs/yumrepo_core", "version_requirement": ">= 1.0.0 < 2.0.0" } ], "operatingsystem_support": [ { "operatingsystem": "Debian", "operatingsystemrelease": [ "7", "8", "9" ] }, { "operatingsystem": "OpenSuSE", "operatingsystemrelease": [ "42.2" ] }, { "operatingsystem": "RedHat", "operatingsystemrelease": [ "6.0", "7.0" ] }, { "operatingsystem": "SLES", "operatingsystemrelease": [ "12.1", "12.2" ] }, { "operatingsystem": "Ubuntu", "operatingsystemrelease": [ "14.04", "16.04" ] } ], "requirements": [ { "name": "puppet", "version_requirement": ">= 4.6.1 < 7.0.0" } ], "pdk-version": "1.0.1", "template-url": "file:///opt/puppetlabs/pdk/share/cache/pdk-module-template.git", "template-ref": "heads/master-0-g5db7961" }