Skip to content

Commit

Permalink
Merge pull request #171 from chef-cookbooks/chris-rock/changelog
Browse files Browse the repository at this point in the history
Fix #170, update changelog, add release instructions
  • Loading branch information
alexpop authored Nov 28, 2016
2 parents ee20c93 + 03fb766 commit 0efdb4f
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Change Log

## [v2.3.0](https://github.com/chef-cookbooks/audit/tree/v2.3.0) (2016-11-23)
[Full Changelog](https://github.com/chef-cookbooks/audit/compare/v2.2.0...v2.3.0)

**Closed issues:**

- Update chef web docs [\#159](https://github.com/chef-cookbooks/audit/issues/159)
- Improve cookbook usability\(fetcher, reporter\) renaming [\#158](https://github.com/chef-cookbooks/audit/issues/158)

**Merged pull requests:**

- Install inspec from source [\#168](https://github.com/chef-cookbooks/audit/pull/168) ([stephenlauck](https://github.com/stephenlauck))
- Update fetcher for chef-server-visibility and add chef-server-compliance collector [\#163](https://github.com/chef-cookbooks/audit/pull/163) ([alexpop](https://github.com/alexpop))
- Mention the integration guide between Chef Server and Automate [\#160](https://github.com/chef-cookbooks/audit/pull/160) ([alexpop](https://github.com/alexpop))

## [v2.2.0](https://github.com/chef-cookbooks/audit/tree/v2.2.0) (2016-11-16)
[Full Changelog](https://github.com/chef-cookbooks/audit/compare/v2.1.0...v2.2.0)

**Closed issues:**

- Add chef-server-visibility collector and automate fetcher [\#156](https://github.com/chef-cookbooks/audit/issues/156)

**Merged pull requests:**

- Add chef-server-visibility collector [\#157](https://github.com/chef-cookbooks/audit/pull/157) ([alexpop](https://github.com/alexpop))

## [v2.1.0](https://github.com/chef-cookbooks/audit/tree/v2.1.0) (2016-11-11)
[Full Changelog](https://github.com/chef-cookbooks/audit/compare/v2.0.0...v2.1.0)

Expand Down
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ default["audit"] = {
}
```

#### Reporting to Chef Visibility via Chef Server
#### Reporting to Chef Automate (Chef Visibility via Chef Server)

If you want the audit cookbook to retrieve compliance profiles and report to Chef Automate(Visibility) through Chef Server, set the `collector` and `profiles` attributes.

Expand Down Expand Up @@ -442,6 +442,23 @@ Please refer to TROUBLESHOOTING.md.

Please let us know if you have any [issues](https://github.com/chef-cookbooks/audit/issues), we are happy to help.

## How to release the `audit` cookbook

* Cookbook source located here: (https://github.com/chef-cookbooks/audit)
* Hosted Chef users("collaborators") that can publish it to supermarket.chef.io: `apop`, `arlimus`, `chris-rock`, `sr`. Add more collaborators from `Supermarket>Manage Cookbook>Add Collaborator`

Releasing a new cookbook version:

1. version bump the metadata.rb and updated changelog (`bundle exec rake changelog`)
2. Get your changes merged into master
3. Go to the `audit` cookbook directory and pull from master
4. Run `bundle install`
5. Use stove to publish the cookbook(including git version tag). You must point to the private key of your hosted chef user. For example:

```
bundle exec stove --username apop --key ~/git/chef-repo/.chef/apop.pem
```

## License

| | |
Expand Down

0 comments on commit 0efdb4f

Please sign in to comment.