inspec/CHANGELOG.md
Adam Leff 02a023b2ff Update changelog generator to work from PRs only
To clean up our Changelog, this change modifies the use of
github-changelog-generator to only use PRs. This ensures
that our Changelog only reflects actual changes and makes
it easier for our users to see the actual changes made to
the codebase.

docs and www changes will be excluded from the Changelog as well.

The CHANGELOG.md will start from v1.21.0. All release prior to
v1.21.0 have been moved to HISTORICAL_CHANGELOG.md which will
remain static. Should we be able to bend github-changelog-generator
to our ways, I'll merge them back together at a future date.

Signed-off-by: Adam Leff <adam@leff.co>
2017-05-09 12:41:27 +02:00

4 KiB

Change Log

v1.23.0 (2017-05-04)

Full Changelog

Implemented enhancements:

  • Add command-line completions for fish shell #1760 (smith)
  • Error and exit when using --sudo locally #1741 (adamleff)

Fixed bugs:

  • Make the --no-color flag work for inspec exec #1749 (adamleff)
  • Fix xinetd resource failing when file cannot be read #1746 (adamleff)
  • Habitat profile bug fixes and improvements #1735 (rhass)

Merged pull requests:

v1.22.0 (2017-04-27)

Full Changelog

Implemented enhancements:

  • rename parse\_config options for clarity #1709
  • rename SimpleConfig / parse_config / parse_config_file options #1723 (arlimus)
  • Add matchers help to shell, clean up help output #1722 (adamleff)
  • provide inspec.version information #1719 (arlimus)
  • provide the inspec keyword #1718 (arlimus)
  • print and prettyprint the inspec backend class #1717 (arlimus)
  • inspec control.to_ruby to use newlines instead of \n #1705 (arlimus)

Fixed bugs:

v1.21.0 (2017-04-24)

Full Changelog

Implemented enhancements:

Fixed bugs:

* This Change Log was automatically generated by github_changelog_generator