mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
e06359fc40
Signed-off-by: Adam Leff <adam@leff.co>
6.4 KiB
6.4 KiB
Change Log
v1.25.1 (2017-05-19)
Implemented enhancements:
- throw an error during inspec check if the version is not correct #1832 (chris-rock)
Fixed bugs:
- Fixing typo on method name #1841 (cheeseplus)
v1.25.0 (2017-05-17)
Implemented enhancements:
- return version as json #1822 (chris-rock)
- support new automate compliance backend #1819 (chris-rock)
Fixed bugs:
- read source code if profile is in tgz/zip #1816 (arlimus)
- Update postgresql conf resource to accept include_dir as a string as well as an array #1727 (elliott-davis)
v1.24.0 (2017-05-11)
Implemented enhancements:
- minor ui fix #1807 (echohack)
- Add busybox-static to habitat plan so netstat works for port resource on linux #1805 (elliott-davis)
- add sha256 checksum to json #1796 (arlimus)
- add platform info to json formatter #1792 (arlimus)
- Update hab exporter to use inspec in path over calling to hab sup #1791 (elliott-davis)
- Add support for Windows auth in mssql_resourcet #1786 (arlimus)
- Allow mysql_session to test databases on different hosts #1779 (aaronlippold)
- Handle parse errors for attrs/secrets #1775 (adamleff)
- Add an oracledb_session resource #1751 (nsdavidson)
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)
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)
* This Change Log was automatically generated by github_changelog_generator