|
12 | 12 | **Fixed bugs:**
|
13 | 13 |
|
14 | 14 | - Summary always returns 0 for profile errors [\#164](https://github.com/mitre/inspec_tools/issues/164)
|
| 15 | +- Multiple fields missing from CKL generated with inspec2ckl [\#150](https://github.com/mitre/inspec_tools/issues/150) |
| 16 | +- update inspec2ckl to support both tag and sub-descriptions in output [\#148](https://github.com/mitre/inspec_tools/issues/148) |
15 | 17 |
|
16 | 18 | **Merged pull requests:**
|
17 | 19 |
|
| 20 | +- Apply fixes from CodeFactor [\#172](https://github.com/mitre/inspec_tools/pull/172) ([aaronlippold](https://github.com/aaronlippold)) |
18 | 21 | - Add parameter to InspecUtils\#control\_status to specify when used for summary. [\#170](https://github.com/mitre/inspec_tools/pull/170) ([Bialogs](https://github.com/Bialogs))
|
19 | 22 | - Generate Ruby with Single Quoted Strings [\#169](https://github.com/mitre/inspec_tools/pull/169) ([Bialogs](https://github.com/Bialogs))
|
| 23 | +- Update CKL parse method to dig into sub descriptions [\#168](https://github.com/mitre/inspec_tools/pull/168) ([Bialogs](https://github.com/Bialogs)) |
20 | 24 |
|
21 | 25 | ## [v2.0.2.pre8](https://github.com/mitre/inspec_tools/tree/v2.0.2.pre8) (2020-04-30)
|
22 | 26 |
|
|
293 | 297 | **Merged pull requests:**
|
294 | 298 |
|
295 | 299 | - Remove warnings \(\#minor\) [\#101](https://github.com/mitre/inspec_tools/pull/101) ([Bialogs](https://github.com/Bialogs))
|
| 300 | +- Update github workflows [\#99](https://github.com/mitre/inspec_tools/pull/99) ([Bialogs](https://github.com/Bialogs)) |
296 | 301 |
|
297 | 302 | ## [v1.6.21](https://github.com/mitre/inspec_tools/tree/v1.6.21) (2020-03-20)
|
298 | 303 |
|
|
302 | 307 |
|
303 | 308 | - Parse cis XSLX [\#90](https://github.com/mitre/inspec_tools/pull/90) ([lukemalinowski](https://github.com/lukemalinowski))
|
304 | 309 |
|
305 |
| -**Fixed bugs:** |
306 |
| - |
307 |
| -- Fixes \#77 by shifting help commands around [\#87](https://github.com/mitre/inspec_tools/pull/87) ([lukemalinowski](https://github.com/lukemalinowski)) |
308 |
| - |
309 | 310 | **Closed issues:**
|
310 | 311 |
|
311 | 312 | - figure out rubygems.org [\#31](https://github.com/mitre/inspec_tools/issues/31)
|
|
322 | 323 |
|
323 | 324 | [Full Changelog](https://github.com/mitre/inspec_tools/compare/v1.6.18...v1.6.19)
|
324 | 325 |
|
325 |
| -**Merged pull requests:** |
326 |
| - |
327 |
| -- Update github workflows [\#99](https://github.com/mitre/inspec_tools/pull/99) ([Bialogs](https://github.com/Bialogs)) |
328 |
| - |
329 | 326 | ## [v1.6.18](https://github.com/mitre/inspec_tools/tree/v1.6.18) (2020-03-16)
|
330 | 327 |
|
331 | 328 | [Full Changelog](https://github.com/mitre/inspec_tools/compare/v1.6.17...v1.6.18)
|
|
345 | 342 | **Fixed bugs:**
|
346 | 343 |
|
347 | 344 | - The `changelog.md` versions seem to be broken [\#80](https://github.com/mitre/inspec_tools/issues/80)
|
| 345 | +- Update version.yml regex to match multidigit version numbers and use … [\#98](https://github.com/mitre/inspec_tools/pull/98) ([Bialogs](https://github.com/Bialogs)) |
348 | 346 |
|
349 | 347 | ## [v1.6.15](https://github.com/mitre/inspec_tools/tree/v1.6.15) (2020-03-13)
|
350 | 348 |
|
|
370 | 368 |
|
371 | 369 | [Full Changelog](https://github.com/mitre/inspec_tools/compare/v1.6.12...v1.6.13)
|
372 | 370 |
|
373 |
| -**Fixed bugs:** |
374 |
| - |
375 |
| -- Update version.yml regex to match multidigit version numbers and use … [\#98](https://github.com/mitre/inspec_tools/pull/98) ([Bialogs](https://github.com/Bialogs)) |
376 |
| - |
377 | 371 | **Closed issues:**
|
378 | 372 |
|
379 | 373 | - use github\_changelog\_generator in our release process [\#33](https://github.com/mitre/inspec_tools/issues/33)
|
|
434 | 428 | **Fixed bugs:**
|
435 | 429 |
|
436 | 430 | - --help option is broken but inspec\_tools help \<command\> works [\#77](https://github.com/mitre/inspec_tools/issues/77)
|
| 431 | +- Fixes \#77 by shifting help commands around [\#87](https://github.com/mitre/inspec_tools/pull/87) ([lukemalinowski](https://github.com/lukemalinowski)) |
437 | 432 |
|
438 | 433 | **Merged pull requests:**
|
439 | 434 |
|
440 | 435 | - Apply fixes from CodeFactor [\#82](https://github.com/mitre/inspec_tools/pull/82) ([aaronlippold](https://github.com/aaronlippold))
|
441 |
| -- Kevin j smith adding inspec command plugin logic [\#72](https://github.com/mitre/inspec_tools/pull/72) ([lukemalinowski](https://github.com/lukemalinowski)) |
442 | 436 |
|
443 | 437 | ## [53bdcb3](https://github.com/mitre/inspec_tools/tree/53bdcb3) (2019-11-06)
|
444 | 438 |
|
|
500 | 494 |
|
501 | 495 | **Merged pull requests:**
|
502 | 496 |
|
| 497 | +- Kevin j smith adding inspec command plugin logic [\#72](https://github.com/mitre/inspec_tools/pull/72) ([lukemalinowski](https://github.com/lukemalinowski)) |
503 | 498 | - Added logic so that inspec\_tools can be a plugin to Inspec as a comma… [\#68](https://github.com/mitre/inspec_tools/pull/68) ([kevin-j-smith](https://github.com/kevin-j-smith))
|
504 | 499 |
|
505 | 500 | ## [v1.4.2](https://github.com/mitre/inspec_tools/tree/v1.4.2) (2019-07-30)
|
|
0 commit comments