Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

5.0.4 #295

Merged
merged 1 commit into from
Nov 22, 2017
Merged

5.0.4 #295

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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)*
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down