mirror of
https://github.com/inspec/inspec
synced 2024-11-27 07:00:39 +00:00
02a023b2ff
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>
4 KiB
4 KiB
Change Log
v1.23.0 (2017-05-04)
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:
- rake: lint before test #1755 (arlimus)
- rename old deprecations that were meant for 1.0 #1737 (arlimus)
- add
inspec.profile.file\(...\)
for profile files #1720 (arlimus)
v1.22.0 (2017-04-27)
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:
- pretty-print multiline control descriptions #1711 (arlimus)
- bugfix: unindent description misbehaviors #1707 (arlimus)
- handle json parse errors in docker resource #1706 (chris-rock)
v1.21.0 (2017-04-24)
Implemented enhancements:
- fetch user groups while building user object #1681 (Happycoil)
- update sslshake to v1.2 #1680 (arlimus)
- ER-508 Extended http resource to support no ssl verification #1663 (ElizabethU)
Fixed bugs:
- Web references in inspec shell help are wrong #1667
- bugfix: solve warn on uninitialized #1694 (arlimus)
- fix web reference url #1669 (chris-rock)
- Move Habitat sleep time to config file #1662 (adamleff)
* This Change Log was automatically generated by github_changelog_generator