Skip to content

Releases: bonusbits/bonusbits_base_inspec

2.1.1

19 Mar 18:24
bf3aa47
Compare
Choose a tag to compare

2.1.1 - 03/19/2020 - Levon Becker

  • Renamed repo from inspec_bonusbits_base to bonusbits_base_inspec
  • Updated min inspec version to 4.18.85
  • Moved ToDo list to TODO.md
  • Cleaned up Gemfile
    • Updated to rubocop 0.75.1
    • Removed unused gems
    • Added Ruby version 2.6.5
  • Cleaned up rubocop config and eliminated warnings by adding department to each rule that was missing it
  • Updated Readme with renamed repo name

2.1.0

07 Jan 01:43
acf3c91
Compare
Choose a tag to compare

2.1.0 - 01/06/2020 - Levon Becker

  • Removed string to boolean input syntax. Found it was giving odd false-positive results.
  • Switched to ruby 2.6.5 container instead of chefdk for CircleCI
  • I tried combining all the logic to one call for the json node attributes, but the converge order is screwy and couldn't get it to work reliably.
  • Added gem_source control
  • Added bash_profile control
  • Added chef control

2.0.0

11 Oct 18:10
8636fdb
Compare
Choose a tag to compare

2.0.0 - 10/11/2019 - Levon Becker

  • Updated CircleCI Config to v2.1
  • Updated Gemfile to ChefDK v4.3.13 Gems
  • Updated default to value attributes
  • Remove yum_cron
  • Wrapped logic with control syntax. Can now call specific controls and ignore inspec attributes.
  • Removed inspec from Gemfile
  • Removed EPEL test controls
  • Renamed some attributes so it's not backwards compatible hence the major version rev
  • Added stub attrs.yml
  • Removed Windows support
  • Added Inspec Version check to inspec.yml
  • Updated os method calls to work with newer version and discover Amazon Linux correctly again

1.1.0

28 Oct 00:02
7c90873
Compare
Choose a tag to compare

1.1.0 - 10/27/2017 - Levon Becker

  • Added Backups Tests
  • Added CloudWatch Tests
  • Simplified configure args local variable to be named the same
  • Added Gemfile.lock to keep CircleCI in-line for testing
  • Added Java Install Tests