Skip to content

Audit Cookbook 3.1.0

Compare
Choose a tag to compare
@chris-rock chris-rock released this 04 May 09:31
· 184 commits to main since this release

Deprecation Note:

Please use reporter instead of collector attribute

With version 3.1.0 the use of the collector attribute is deprecated. Please use reporter instead. The collector attribute will be removed in the next major version.

"audit": {
  "collector": "chef-server-compliance",

becomes:

"audit": {
  "reporter": "chef-server-compliance",

Use chef-server-automate and chef-automate instead of chef-server-visibility and chef-visibility

With version 3.1.0 the reporter attribute deprecates the values chef-server-visibility and chef-visibility. They have been renamed:

  • chef-server-visibility => chef-server-automate
  • chef-visibility => chef-automate

The support for values chef-server-visibility and chef-visibility will be removed in the next major version.

Change Log

v3.1.0 (2017-05-04)

Full Changelog

Closed issues:

  • Inspec gem is constantly reinstalled if version is specified #215
  • JSON output contains "You have X number of issues or packages out of date" #207
  • Audit coobook via Chef Automate fails to inherit profiles #206
  • Rename collector to reporter #205
  • Audit cookbook failing to install from internal Ruby gem mirror #200
  • Document new chef-server-compliance collector in Readme #190
  • Missing default attribute fail\_if\_any\_audits\_failed #182
  • ability to install inspec as a package #164
  • Warning from wrong attribute syntax #161
  • Cannot report meta-profiles to Chef Compliance #155
  • Support certificates (insecure) for reporting to chef-visibility #150
  • Missing profile results in misleading error message in chef_gate log #144
  • Vendor InSpec gem #112
  • Compliance Profile inheritence does not work with audit cookbook #38
  • Provide gem_source attribute for fetching any required gems #26

Merged pull requests: