Skip to content

Commit

Permalink
Version 1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gibbs committed Jul 13, 2022
1 parent d68d1d8 commit 91b3e9c
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .pdkignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,5 @@
/.devcontainer/
/[Bb]ackup*/
/provision.yaml
/.github
/pdk.yaml
2 changes: 2 additions & 0 deletions .sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ appveyor.yml:
paths:
- /[Bb]ackup*/
- /provision.yaml
- /.github
- /pdk.yaml
Gemfile:
unmanaged: false
optional:
Expand Down
25 changes: 23 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)*
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
6 changes: 4 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"name": "genv-osquery",
"version": "0.1.0",
"author": "Dan Gibbs <[email protected]>",
"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",
Expand Down

0 comments on commit 91b3e9c

Please sign in to comment.