Skip to content

Commit

Permalink
Bump audit to 6.0.2 (#314)
Browse files Browse the repository at this point in the history
Signed-off-by: Jared Quick <jquick@chef.io>
  • Loading branch information
jquick authored Apr 18, 2018
1 parent 334fb9d commit 07a4b13
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,23 @@
# Change Log

## [v6.0.1](https://github.com/chef-cookbooks/audit/tree/v6.0.1) (2018-01-13)
[Full Changelog](https://github.com/chef-cookbooks/audit/compare/v6.0.1...v6.0.1)
## [v6.0.2](https://github.com/chef-cookbooks/audit/tree/v6.0.2) (2018-04-18)
[Full Changelog](https://github.com/chef-cookbooks/audit/compare/v6.0.1...v6.0.2)

**Closed issues:**

- Failing to add nodes: Error:Response from server was : status code 403 [\#307](https://github.com/chef-cookbooks/audit/issues/307)
- Changelog updates [\#302](https://github.com/chef-cookbooks/audit/issues/302)
- Chef inspec giving error during client run [\#300](https://github.com/chef-cookbooks/audit/issues/300)

**Merged pull requests:**

- pin to chef 13 [\#311](https://github.com/chef-cookbooks/audit/pull/311) ([chris-rock](https://github.com/chris-rock))
- AIX support notes [\#309](https://github.com/chef-cookbooks/audit/pull/309) ([jeremymv2](https://github.com/jeremymv2))
- Add optional version parameter when using Compliance store [\#308](https://github.com/chef-cookbooks/audit/pull/308) ([kevinreedy](https://github.com/kevinreedy))
- Fix bundler on Travis [\#305](https://github.com/chef-cookbooks/audit/pull/305) ([adamleff](https://github.com/adamleff))
- Update the readme regarding audit mode [\#304](https://github.com/chef-cookbooks/audit/pull/304) ([btm](https://github.com/btm))
- Update changelog [\#303](https://github.com/chef-cookbooks/audit/pull/303) ([adamleff](https://github.com/adamleff))

## [v6.0.1](https://github.com/chef-cookbooks/audit/tree/v6.0.1) (2017-12-21)
[Full Changelog](https://github.com/chef-cookbooks/audit/compare/v6.0.0...v6.0.1)

Expand Down
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 '6.0.1'
version '6.0.2'

source_url 'https://github.com/chef-cookbooks/audit'
issues_url 'https://github.com/chef-cookbooks/audit/issues'
Expand Down

0 comments on commit 07a4b13

Please sign in to comment.