From 342ed530b230305cf162f9f3dc2f3c8da918bf8b Mon Sep 17 00:00:00 2001 From: Jared Quick Date: Wed, 18 Apr 2018 15:08:59 -0400 Subject: [PATCH] Bump audit to 6.0.2 Signed-off-by: Jared Quick --- CHANGELOG.md | 15 +++++++++++++-- metadata.rb | 2 +- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62bd217a..e4c11f80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/metadata.rb b/metadata.rb index 93d29590..30ef9be5 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 '6.0.1' +version '6.0.2' source_url 'https://github.com/chef-cookbooks/audit' issues_url 'https://github.com/chef-cookbooks/audit/issues'