|
1 | 1 | # CHANGE LOG |
2 | 2 |
|
3 | | -## 2.0.1 - TODO List - Levon Becker |
| 3 | +## x.x.x - TODO List - Levon Becker |
4 | 4 | * Get jUnit test results working for rubocop rake task |
| 5 | +* Add logic to packages control to test that packages aren't installed if chef attribute package install is false |
5 | 6 |
|
6 | | -## 2.0.0 - 10/11/2019 - Levon Becker |
| 7 | +## 2.1.0 - 01/06/2019 - Levon Becker |
| 8 | +* Removed string to boolean input syntax. Found it was giving odd false positive results. |
| 9 | +* Switched to ruby 2.6.5 container instead of chefdk for CircleCI |
| 10 | +* 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. |
| 11 | +* Added gem_source control |
| 12 | +* Added bash_profile control |
| 13 | +* Added chef control |
| 14 | + |
| 15 | +## 2.0.0 - 12/09/2019 - Levon Becker |
7 | 16 | * Updated CircleCI Config to v2.1 |
8 | | -* Updated Gemfile to ChefDK v4.3.13 Gems |
| 17 | +* Updated Gemfile to ChefDK v4.5.0 Gems |
| 18 | +* Switched attributes to inputs (new syntax & backwards breaking) |
| 19 | +* Added node_attributes methods (requires writing chef attributes to json done by bonusbits_base) |
9 | 20 | * Updated default to value attributes |
10 | 21 | * Remove yum_cron |
11 | 22 | * Wrapped logic with control syntax. Can now call specific controls and ignore inspec attributes. |
|
16 | 27 | * Removed Windows support |
17 | 28 | * Added Inspec Version check to inspec.yml |
18 | 29 | * Updated os method calls to work with newer version and discover Amazon Linux correctly again |
| 30 | +* Merged inspec_bootstrap inspec profile into this profile to deprecate bootstrap profile (chef control) |
| 31 | +* Added bash_profile control |
| 32 | +* Added gem_source control (not tested yet) |
19 | 33 |
|
20 | 34 | ## 1.1.0 - 10/27/2017 - Levon Becker |
21 | 35 | * Added Backups Tests |
|
0 commit comments