mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
7498a74a82
Signed-off-by: Christoph Hartmann <chris@lollyrock.com>
6.6 KiB
6.6 KiB
Change Log
v1.26.0 (2017-05-30)
Implemented enhancements:
Fixed bugs:
- bugfix: adjust localhost+sudo test output to train update #1873 (arlimus)
- bugfix: do not send nil to command on unsupported OS #1865 (arlimus)
- bugfix: non-url servers with compliance login #1861 (arlimus)
- Habitat Profiles: redirect stderr to stdout #1826 (adamleff)
Closed issues:
- Using Automate -
compliance\_profile\_name': undefined method
[]' for nil:NilClassNoMethodError
seeing 1.25.1 Inspec #1848 - Missing filesystem size check for InSpec #1843
v1.25.1 (2017-05-20)
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)
Fixed bugs:
- pretty-print multiline control descriptions #1711 (arlimus)
- bugfix: unindent description misbehaviors #1707 (arlimus)
v1.21.0 (2017-04-24)
* This Change Log was automatically generated by github_changelog_generator