Skip to content

Commit

Permalink
Merge pull request #189 from chef-cookbooks/2.3.3
Browse files Browse the repository at this point in the history
Releasing audit 2.3.3 defaulting to inspec 1.8.0
  • Loading branch information
chris-rock authored Jan 4, 2017
2 parents ab29962 + 8495974 commit d94f824
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## [v2.3.3](https://github.com/chef-cookbooks/audit/tree/v2.3.3) (2017-01-04)
[Full Changelog](https://github.com/chef-cookbooks/audit/compare/v2.3.2...v2.3.3)

**Closed issues:**

- Run Chef Automate integration tests in travis [\#178](https://github.com/chef-cookbooks/audit/issues/178)
- Unable to use GIT as a profile source [\#172](https://github.com/chef-cookbooks/audit/issues/172)

**Merged pull requests:**

- fixing \#184 [\#186](https://github.com/chef-cookbooks/audit/pull/186) ([jeremymv2](https://github.com/jeremymv2))
- Mention uploading profiles to Automate [\#183](https://github.com/chef-cookbooks/audit/pull/183) ([alexpop](https://github.com/alexpop))
- Travis and kitchen-ec2 testing [\#181](https://github.com/chef-cookbooks/audit/pull/181) ([alexpop](https://github.com/alexpop))

## [v2.3.2](https://github.com/chef-cookbooks/audit/tree/v2.3.2) (2016-12-08)
[Full Changelog](https://github.com/chef-cookbooks/audit/compare/v2.3.1...v2.3.2)

Expand Down
2 changes: 1 addition & 1 deletion attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

# controls inspec gem version to install
# example values: '1.1.0', 'latest'
default['audit']['inspec_version'] = '1.7.1'
default['audit']['inspec_version'] = '1.8.0'

# sets URI to alternate gem source
# example values: nil, 'https://mygem.server.com'
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 '2.3.2'
version '2.3.3'

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

0 comments on commit d94f824

Please sign in to comment.