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

Bump Audit cookbook to 6.0.2 #314

Merged
merged 1 commit into from
Apr 18, 2018
Merged
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
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