Skip to content

Releases: chef-boneyard/audit

v9.5.0

30 Jul 15:47
b64f454
Compare
Choose a tag to compare
Release v9.5.0

Audit Cookbook 4.1.0

05 Jul 12:24
Compare
Choose a tag to compare

v4.1.0 (2017-07-05)

Full Changelog

Implemented enhancements:

  • Raise exception if no token is set when using the chef-automate fetcher #249 (adamleff)
  • Fail Chef run if Audit Mode is enabled #238 (adamleff)

Fixed bugs:

Closed issues:

  • Ensure support for InSpec 1.25.1+ #252
  • json-file reporter saves ruby hash instead of JSON #244
  • reporter: chef-server-compliance generates error: NameError: uninitialized constant Reporter::ChefServer #234
  • reporter: chef-compliance fails with error "ArgumentError: wrong number of arguments (given 2, expected 1)>" #232

Merged pull requests:

Audit Cookbook 4.0.0

30 May 23:06
Compare
Choose a tag to compare

v4.0.0 (2017-05-22)

Full Changelog

Closed issues:

  • Implement Chef-solo Chef Automate fetcher #226

Merged pull requests:

Audit Cookbook 3.1.0

04 May 09:31
Compare
Choose a tag to compare

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:

Audit Cookbook 3.0.0

03 Apr 21:02
Compare
Choose a tag to compare

v3.0.0 (2017-04-03)

Full Changelog

Implemented enhancements:

  • Automate profile fetcher #193

Closed issues:

  • upload failed for cookbooks/audit because missing "compat_resource" #204
  • Missing data in Automate UI #199

Merged pull requests:

Audit Cookbook 2.3.0

28 Nov 10:55
Compare
Choose a tag to compare

v2.3.0 (2016-11-23)

Full Changelog

Closed issues:

  • Update chef web docs #159
  • Improve cookbook usability(fetcher, reporter) renaming #158

Merged pull requests:

  • Install inspec from source #168 (stephenlauck)
  • Update fetcher for chef-server-visibility and add chef-server-compliance collector #163 (alexpop)
  • Mention the integration guide between Chef Server and Automate #160 (alexpop)

Audit Cookbook 2.1.0

11 Nov 18:06
Compare
Choose a tag to compare

v2.1.0 (2016-11-11)

Full Changelog

Closed issues:

  • Modify wording of ERROR: Please take a look at your interval settings #149

Merged pull requests:

Audit Cookbook 2.0.0

04 Nov 16:39
Compare
Choose a tag to compare

v2.0.0 (2016-11-04)

Full Changelog

Closed issues:

  • Cannot run profiles from Supermarket #139
  • version 2.0.0 reporting resources updated #138
  • inspec_version attribute specified twice #137
  • README.md "Upload cookbook to Chef Server" #136
  • Remove temporary report file #132
  • Add Chef Server authentication support #129
  • Add unit tests #128
  • JSON file reporter #126
  • Implement RFC: Harmonize profile location targets #118
  • Features missing from 2.0.0 #116
  • Implement reporting as InSpec plugin #111
  • Harmonize audit cookbook profile fetcher with InSpec fetchers #110
  • profile scan is reported every chef-client run even if compliance_profile resource wasn't executed #102
  • Timing issues during report aggregation #81
  • audit cookbook compliance run and report should not report converge #70
  • quiet should control whether converge is reported by Chef #65
  • Node information sent to Compliance after first audit run are not accurate #40
  • 403 Forbidden #21

Merged pull requests:

Audit Cookbook 0.14.3

26 Aug 07:42
Compare
Choose a tag to compare

v0.14.3 (2016-08-26)

Full Changelog

Merged pull requests: