diff --git a/.pdkignore b/.pdkignore index 0179439..7eacaac 100644 --- a/.pdkignore +++ b/.pdkignore @@ -47,3 +47,5 @@ /.devcontainer/ /[Bb]ackup*/ /provision.yaml +/.github +/pdk.yaml diff --git a/.sync.yml b/.sync.yml index 4eb319f..3a82394 100644 --- a/.sync.yml +++ b/.sync.yml @@ -21,6 +21,8 @@ appveyor.yml: paths: - /[Bb]ackup*/ - /provision.yaml + - /.github + - /pdk.yaml Gemfile: unmanaged: false optional: diff --git a/CHANGELOG.md b/CHANGELOG.md index 6361e43..d6e2f42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ -# Changelog +# Change log -All notable changes to this project will be documented in this file. +All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org). + +## [v1.0.0](https://github.com/gibbs/puppet-osquery/tree/v1.0.0) (2022-07-13) + +[Full Changelog](https://github.com/gibbs/puppet-osquery/compare/0.1.0...v1.0.0) + +### Fixed + +- Explicitly set lint checks [\#3](https://github.com/gibbs/puppet-osquery/pull/3) ([gibbs](https://github.com/gibbs)) + +## [0.1.0](https://github.com/gibbs/puppet-osquery/tree/0.1.0) (2022-03-17) + +[Full Changelog](https://github.com/gibbs/puppet-osquery/compare/c82a71504ef639a3ce9f8c8ce0b2915a6700cc56...0.1.0) + +### Added + +- Add Scientific Linux support [\#2](https://github.com/gibbs/puppet-osquery/pull/2) ([gibbs](https://github.com/gibbs)) +- Add redhat family support [\#1](https://github.com/gibbs/puppet-osquery/pull/1) ([gibbs](https://github.com/gibbs)) + + + +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* diff --git a/Gemfile b/Gemfile index cd97158..b79956a 100644 --- a/Gemfile +++ b/Gemfile @@ -28,6 +28,7 @@ group :development do gem "puppet-lint-file_ensure-check", require: false gem "puppet-lint-manifest_whitespace-check", require: false gem "puppet-lint-trailing_comma-check", require: false + gem "puppet-lint-optional_default-check", require: false end group :system_tests do gem "puppet-module-posix-system-r#{minor_version}", '~> 1.0', require: false, platforms: [:ruby] diff --git a/metadata.json b/metadata.json index 8a650e9..1c6919e 100644 --- a/metadata.json +++ b/metadata.json @@ -1,10 +1,12 @@ { "name": "genv-osquery", - "version": "0.1.0", - "author": "Dan Gibbs ", + "version": "1.0.0", + "author": "gibbs", "summary": "Install, configure and manage osquery", "license": "Apache-2.0", "source": "https://github.com/gibbs/puppet-osquery", + "project_page": "https://github.com/gibbs/puppet-osquery", + "issues_url": "https://github.com/gibbs/puppet-osquery/issues", "dependencies": [ { "name": "puppetlabs/stdlib",