diff --git a/.pdkignore b/.pdkignore new file mode 100644 index 0000000..c444699 --- /dev/null +++ b/.pdkignore @@ -0,0 +1,48 @@ +# Defaults +.git/ +.*.sw[op] +.metadata +.yardoc +.yardwarns +*.iml +/.bundle/ +/.idea/ +/.vagrant/ +/coverage/ +/bin/ +/doc/ +/Gemfile.local +/Gemfile.lock +/junit/ +/log/ +/pkg/ +/spec/fixtures/manifests/ +/spec/fixtures/modules/ +/tmp/ +/vendor/ +/convert_report.txt +/update_report.txt +.DS_Store +.project +.envrc +/inventory.yaml +/appveyor.yml +/.fixtures.yml +/Gemfile +/.gitattributes +/.gitignore +/.gitlab-ci.yml +/.pdkignore +/Rakefile +/rakelib/ +/.rspec +/.rubocop.yml +/.travis.yml +/.yardopts +/spec/ +/.vscode/ + +# Custom +.pmtignore +Vagrantfile +Vagrantfile.d diff --git a/CHANGELOG.md b/CHANGELOG.md index 466f3da..a3a6a79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,48 +1,51 @@ -## Release 6.3.0 +## 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 18e2bfa..b5c14a3 100644 --- a/metadata.json +++ b/metadata.json @@ -1,74 +1,74 @@ { "name": "elastic-elastic_stack", - "version": "6.3.0", + "version": "6.3.1", "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 < 6.0.0" }, { "name": "puppetlabs/apt", "version_requirement": ">= 2.0.0 < 7.0.0" }, { "name": "puppet/yum", "version_requirement": ">= 0.9.6 < 4.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" }