Skip to content

Commit

Permalink
v1.0.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gibbs committed Oct 2, 2023
1 parent ef685db commit 02b59be
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 1 deletion.
1 change: 1 addition & 0 deletions .sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Gemfile:
':test':
- gem: 'puppet_metadata'
version: '~> 1.9.0'
- gem: 'puppet-blacksmith'
spec/spec_helper.rb:
coverage_report: true
spec_overrides:
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.4](https://github.com/gibbs/puppet-auditd/tree/v1.0.4) (2023-10-02)

[Full Changelog](https://github.com/gibbs/puppet-auditd/compare/v1.0.3...v1.0.4)

### Added

- chore: update pdk version 3.0.0 [\#19](https://github.com/gibbs/puppet-auditd/pull/19) ([TheMeier](https://github.com/TheMeier))
- Extend range of order parameter to 1000 [\#16](https://github.com/gibbs/puppet-auditd/pull/16) ([imp-](https://github.com/imp-))

### Fixed

- Update to PDK 2.6.1 [\#15](https://github.com/gibbs/puppet-auditd/pull/15) ([Phil-Friderici](https://github.com/Phil-Friderici))

## [v1.0.3](https://github.com/gibbs/puppet-auditd/tree/v1.0.3) (2023-01-19)

[Full Changelog](https://github.com/gibbs/puppet-auditd/compare/v1.0.2...v1.0.3)
Expand Down
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ group :system_tests do
end
group :test do
gem "puppet_metadata", '~> 1.9.0', require: false
gem "puppet-blacksmith", require: false
end

puppet_version = ENV['PUPPET_GEM_VERSION']
Expand Down
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ require 'puppetlabs_spec_helper/rake_tasks'
require 'puppet-syntax/tasks/puppet-syntax'
require 'github_changelog_generator/task' if Gem.loaded_specs.key? 'github_changelog_generator'
require 'puppet-strings/tasks' if Gem.loaded_specs.key? 'puppet-strings'
require 'puppet_blacksmith/rake_tasks' if Gem.loaded_specs.key? 'puppet-blacksmith'

def changelog_user
return unless Rake.application.top_level_tasks.include? "changelog"
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "genv-auditd",
"version": "1.0.3",
"version": "1.0.4",
"author": "gibbs",
"summary": "Install, configure, and manage the audit daemon",
"license": "Apache-2.0",
Expand Down

0 comments on commit 02b59be

Please sign in to comment.