CHANGELOG.md in inspec_tools-1.8.3 vs CHANGELOG.md in inspec_tools-2.0.0
- old
+ new
@@ -1,7 +1,89 @@
# Changelog
+## [Unreleased](https://github.com/mitre/inspec_tools/tree/HEAD)
+
+[Full Changelog](https://github.com/mitre/inspec_tools/compare/v1.8.10...HEAD)
+
+**Fixed bugs:**
+
+- xlsx2inspec failing to parse controls over two digits [\#117](https://github.com/mitre/inspec_tools/issues/117)
+
+**Merged pull requests:**
+
+- Update parse XLSXTool\#parse\_cis\_control to handle the case when thereā¦ [\#123](https://github.com/mitre/inspec_tools/pull/123) ([Bialogs](https://github.com/Bialogs))
+- Track Inspec versions \>= 4.18.100 [\#122](https://github.com/mitre/inspec_tools/pull/122) ([Bialogs](https://github.com/Bialogs))
+- Restructure workflow for publishing gem [\#121](https://github.com/mitre/inspec_tools/pull/121) ([rbclark](https://github.com/rbclark))
+
+## [v1.8.10](https://github.com/mitre/inspec_tools/tree/v1.8.10) (2020-03-30)
+
+[Full Changelog](https://github.com/mitre/inspec_tools/compare/v1.8.9...v1.8.10)
+
+**Merged pull requests:**
+
+- added two digit contol parsing fixes \#117 [\#120](https://github.com/mitre/inspec_tools/pull/120) ([yarick](https://github.com/yarick))
+
+## [v1.8.9](https://github.com/mitre/inspec_tools/tree/v1.8.9) (2020-03-30)
+
+[Full Changelog](https://github.com/mitre/inspec_tools/compare/v1.8.8...v1.8.9)
+
+**Merged pull requests:**
+
+- Fix bug in creating severity override guidance tags [\#118](https://github.com/mitre/inspec_tools/pull/118) ([Bialogs](https://github.com/Bialogs))
+
+## [v1.8.8](https://github.com/mitre/inspec_tools/tree/v1.8.8) (2020-03-30)
+
+[Full Changelog](https://github.com/mitre/inspec_tools/compare/v1.8.7...v1.8.8)
+
+**Implemented enhancements:**
+
+- add a `--json-full` and `--json-counts` option to the summary command - like the cli so I can pipe to jq [\#78](https://github.com/mitre/inspec_tools/issues/78)
+
+**Merged pull requests:**
+
+- Add --json-full and --json-summary options to summary subcommand [\#116](https://github.com/mitre/inspec_tools/pull/116) ([Bialogs](https://github.com/Bialogs))
+
+## [v1.8.7](https://github.com/mitre/inspec_tools/tree/v1.8.7) (2020-03-29)
+
+[Full Changelog](https://github.com/mitre/inspec_tools/compare/v1.8.6...v1.8.7)
+
+## [v1.8.6](https://github.com/mitre/inspec_tools/tree/v1.8.6) (2020-03-27)
+
+[Full Changelog](https://github.com/mitre/inspec_tools/compare/v1.8.5...v1.8.6)
+
+**Closed issues:**
+
+- GitHub Actions Build Matrix [\#112](https://github.com/mitre/inspec_tools/issues/112)
+
+**Merged pull requests:**
+
+- Update build/test process to only use GitHub actions [\#115](https://github.com/mitre/inspec_tools/pull/115) ([Bialogs](https://github.com/Bialogs))
+
+## [v1.8.5](https://github.com/mitre/inspec_tools/tree/v1.8.5) (2020-03-27)
+
+[Full Changelog](https://github.com/mitre/inspec_tools/compare/v1.8.4...v1.8.5)
+
+**Implemented enhancements:**
+
+- add "\# encoding: utf-8" to controls [\#54](https://github.com/mitre/inspec_tools/issues/54)
+
+**Merged pull requests:**
+
+- Add '\# encoding: UTF-8' to the top of all generated controls/\*.rb [\#114](https://github.com/mitre/inspec_tools/pull/114) ([Bialogs](https://github.com/Bialogs))
+
+## [v1.8.4](https://github.com/mitre/inspec_tools/tree/v1.8.4) (2020-03-27)
+
+[Full Changelog](https://github.com/mitre/inspec_tools/compare/v1.8.3...v1.8.4)
+
+**Fixed bugs:**
+
+- \[BUG\] inspec\_tools \> 1.7.1 getting unknown encoding name - UTF-8 \(RuntimeError\) [\#110](https://github.com/mitre/inspec_tools/issues/110)
+
+**Merged pull requests:**
+
+- Reorganize overrides [\#113](https://github.com/mitre/inspec_tools/pull/113) ([Bialogs](https://github.com/Bialogs))
+
## [v1.8.3](https://github.com/mitre/inspec_tools/tree/v1.8.3) (2020-03-27)
[Full Changelog](https://github.com/mitre/inspec_tools/compare/v1.8.2...v1.8.3)
**Merged pull requests:**
@@ -10,10 +92,14 @@
## [v1.8.2](https://github.com/mitre/inspec_tools/tree/v1.8.2) (2020-03-25)
[Full Changelog](https://github.com/mitre/inspec_tools/compare/v1.8.1...v1.8.2)
+**Merged pull requests:**
+
+- Gemspec Dependency Updates [\#109](https://github.com/mitre/inspec_tools/pull/109) ([Bialogs](https://github.com/Bialogs))
+
## [v1.8.1](https://github.com/mitre/inspec_tools/tree/v1.8.1) (2020-03-24)
[Full Changelog](https://github.com/mitre/inspec_tools/compare/v1.8.0...v1.8.1)
**Closed issues:**
@@ -32,12 +118,12 @@
- csv2inspec impact doesn't correct format "CAT I II III" severities [\#88](https://github.com/mitre/inspec_tools/issues/88)
**Merged pull requests:**
-- Gemspec Dependency Updates [\#109](https://github.com/mitre/inspec_tools/pull/109) ([Bialogs](https://github.com/Bialogs))
- Support conversion from CAT/Category style severities when generating an impact number. [\#106](https://github.com/mitre/inspec_tools/pull/106) ([Bialogs](https://github.com/Bialogs))
+- Remove warnings \(\#minor\) [\#101](https://github.com/mitre/inspec_tools/pull/101) ([Bialogs](https://github.com/Bialogs))
## [v1.7.3](https://github.com/mitre/inspec_tools/tree/v1.7.3) (2020-03-23)
[Full Changelog](https://github.com/mitre/inspec_tools/compare/v1.7.2...v1.7.3)
@@ -71,14 +157,10 @@
**Implemented enhancements:**
- Migrate to depend on the new inspect objects library [\#86](https://github.com/mitre/inspec_tools/issues/86)
-**Merged pull requests:**
-
-- Remove warnings \(\#minor\) [\#101](https://github.com/mitre/inspec_tools/pull/101) ([Bialogs](https://github.com/Bialogs))
-
## [v1.6.21](https://github.com/mitre/inspec_tools/tree/v1.6.21) (2020-03-20)
[Full Changelog](https://github.com/mitre/inspec_tools/compare/v1.6.20...v1.6.21)
**Implemented enhancements:**
@@ -370,17 +452,47 @@
- Updated remove dir statement [\#41](https://github.com/mitre/inspec_tools/pull/41) ([robthew](https://github.com/robthew))
- Added appveyor config [\#40](https://github.com/mitre/inspec_tools/pull/40) ([robthew](https://github.com/robthew))
- Travis test [\#39](https://github.com/mitre/inspec_tools/pull/39) ([robthew](https://github.com/robthew))
- Add rubocop to the process [\#35](https://github.com/mitre/inspec_tools/pull/35) ([aaronlippold](https://github.com/aaronlippold))
- \* added refernces to external data sources [\#30](https://github.com/mitre/inspec_tools/pull/30) ([aaronlippold](https://github.com/aaronlippold))
+- Cleanup Debug Statetements [\#12](https://github.com/mitre/inspec_tools/pull/12) ([yarick](https://github.com/yarick))
## [v1.1.2](https://github.com/mitre/inspec_tools/tree/v1.1.2) (2018-11-08)
[Full Changelog](https://github.com/mitre/inspec_tools/compare/v1.1.1...v1.1.2)
## [v1.1.1](https://github.com/mitre/inspec_tools/tree/v1.1.1) (2018-11-08)
[Full Changelog](https://github.com/mitre/inspec_tools/compare/v1.1.0...v1.1.1)
+
+## [v1.1.0](https://github.com/mitre/inspec_tools/tree/v1.1.0) (2018-11-08)
+
+[Full Changelog](https://github.com/mitre/inspec_tools/compare/85b69b32277ea43f95b09eee00e9f7b84c62dfff...v1.1.0)
+
+**Fixed bugs:**
+
+- Remove unneeded `exe` dir if we are going to standardize on `bin`and update the `.gemspec` file [\#25](https://github.com/mitre/inspec_tools/issues/25)
+
+**Closed issues:**
+
+- when you When build the gem and install it - the command `inspec\_tools` does not seem to install into the path [\#26](https://github.com/mitre/inspec_tools/issues/26)
+- Add MITRE Copyright to the end of the README.md [\#23](https://github.com/mitre/inspec_tools/issues/23)
+- Update email addresses to MITRE addresses [\#18](https://github.com/mitre/inspec_tools/issues/18)
+- update readme.md [\#17](https://github.com/mitre/inspec_tools/issues/17)
+- update inspec\_tools.gemspec [\#16](https://github.com/mitre/inspec_tools/issues/16)
+- update license to apache 2.0 [\#13](https://github.com/mitre/inspec_tools/issues/13)
+- Separate Files defaults to \[False\] [\#10](https://github.com/mitre/inspec_tools/issues/10)
+- Rename repository to 'inspec\_tools' [\#9](https://github.com/mitre/inspec_tools/issues/9)
+
+**Merged pull requests:**
+
+- Change default separated\_files setting to default to true [\#11](https://github.com/mitre/inspec_tools/pull/11) ([yarick](https://github.com/yarick))
+- Cleanup [\#8](https://github.com/mitre/inspec_tools/pull/8) ([robthew](https://github.com/robthew))
+- Unification [\#5](https://github.com/mitre/inspec_tools/pull/5) ([dromazmj](https://github.com/dromazmj))
+- \* Adds functionality for inspec2csv [\#4](https://github.com/mitre/inspec_tools/pull/4) ([dromazmj](https://github.com/dromazmj))
+- Md/pdf [\#3](https://github.com/mitre/inspec_tools/pull/3) ([dromazmj](https://github.com/dromazmj))
+- Md/csv2inspec [\#2](https://github.com/mitre/inspec_tools/pull/2) ([dromazmj](https://github.com/dromazmj))
+- Writes code in the inspec util to output an inspec json to a directory [\#1](https://github.com/mitre/inspec_tools/pull/1) ([dromazmj](https://github.com/dromazmj))
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*