From 77026cbfec09b57f0d433fdfecd217cd1b0abe32 Mon Sep 17 00:00:00 2001 From: Alex Pop Date: Wed, 22 Nov 2017 14:08:07 +0000 Subject: [PATCH] 5.0.4 Signed-off-by: Alex Pop --- CHANGELOG.md | 16 +++++++++++++++- metadata.rb | 2 +- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac181c81..7d730856 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,24 @@ # Change Log +## [v5.0.4](https://github.com/chef-cookbooks/audit/tree/v5.0.4) (2017-11-22) +[Full Changelog](https://github.com/chef-cookbooks/audit/compare/v5.0.3...v5.0.4) + +**Closed issues:** + +- attributes not being pulled into control [\#293](https://github.com/chef-cookbooks/audit/issues/293) +- ERROR: Audit report was not generated properly, skipped reporting [\#291](https://github.com/chef-cookbooks/audit/issues/291) + +**Merged pull requests:** + +- Add CODEOWNERS for audit cookbook [\#294](https://github.com/chef-cookbooks/audit/pull/294) ([adamleff](https://github.com/adamleff)) +- Send end\_time as utc RFC3339 [\#292](https://github.com/chef-cookbooks/audit/pull/292) ([alexpop](https://github.com/alexpop)) + ## [v5.0.3](https://github.com/chef-cookbooks/audit/tree/v5.0.3) (2017-10-02) [Full Changelog](https://github.com/chef-cookbooks/audit/compare/v5.0.2...v5.0.3) **Merged pull requests:** +- Release v5.0.3 [\#288](https://github.com/chef-cookbooks/audit/pull/288) ([arlimus](https://github.com/arlimus)) - Enrich report with roles and recipes [\#287](https://github.com/chef-cookbooks/audit/pull/287) ([alexpop](https://github.com/alexpop)) ## [v5.0.2](https://github.com/chef-cookbooks/audit/tree/v5.0.2) (2017-09-27) @@ -669,4 +683,4 @@ -\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file diff --git a/metadata.rb b/metadata.rb index bd3b2074..8f054bf3 100644 --- a/metadata.rb +++ b/metadata.rb @@ -5,7 +5,7 @@ license 'Apache-2.0' description 'Allows for fetching and executing compliance profiles, and reporting its results' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '5.0.3' +version '5.0.4' source_url 'https://github.com/chef-cookbooks/audit' issues_url 'https://github.com/chef-cookbooks/audit/issues'