mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
14 KiB
14 KiB
Change Log
v1.31.2 (2017-07-24)
Merged Pull Requests
Changes since 1.31.1 release
Merged Pull Requests
v1.31.1 (2017-07-06)
Fixed bugs:
v1.31.0 (2017-07-06)
Implemented enhancements:
- Add support for ncat in host resource for CoreOS #1993 (adamleff)
- New postgres_hba_conf resource #1964 (aaronlippold)
- New postgres_ident_conf resource #1963 (aaronlippold)
Fixed bugs:
- Fix formatter when two profiles have the same name #1991 (adamleff)
- Fix host resolution on Darwin, use dig wherever possible #1986 (adamleff)
- updated postgres_session resource properly escape queries #1939 (aaronlippold)
v1.30.0 (2017-06-29)
Implemented enhancements:
- Ensure docker resource works with docker 1.13+ #1966 (chris-rock)
- Add
rpm\_dbpath
support to the package resource #1960 (jerryaldrichiii) - Allow mysql resource to accept socket path #1933 (rshade)
- add nginx_conf resource #1889 (arlimus)
- oracle_session and mssql_session improvement #1857 (chris-rock)
Fixed bugs:
- Fix socket handling in mysql resource #1971 (chris-rock)
- Fix typo in the version_from_dir method in postgres_session resource #1962 (aaronlippold)
- make postgres resource working in mock runner
for inspec check
#1961 (chris-rock) - Fix directory resource output and exists check #1950 (adamleff)
- Fix postgres_conf ability to test parameters that have a dot in them #1938 (aaronlippold)
v1.29.0 (2017-06-22)
Fixed bugs:
- Don't send HTTP headers that have nil values #1948 (adamleff)
- small typo in the postgres resource with exist? function and assignment of data_dir_loc. #1937 (aaronlippold)
- reject
nil
as a command input #1863 (arlimus)
v1.28.1 (2017-06-16)
Implemented enhancements:
- Adding toml resource #1924 (nsdavidson)
Fixed bugs:
- Update zlib to 1.2.11 to address known CVEs #1934
v1.28.0 (2017-06-15)
Implemented enhancements:
- Add support for CoreOS to the service resource #1928 (rarenerd)
- Host resource ping method should return stdout #1927 (justincmoy)
- Add TCP reachability support on Linux for host resource #1915 (adamleff)
- Adds support for iis_app InSpec testing #1905 (EasyAsABC123)
- Add support for virtualization resource #1803 (tkak)
Fixed bugs:
- Error when listing compliance profiles against Automate pre 0.8 #1921
- Unexpected
nil
authentication withinspec exec -t
and WinRM #1901 - inspec exec with --json-config option having multiple node information #1897
- describe package failing in newer version #1797
- Fix detection of Automate pre-0.8.x in Compliance::API #1922 (adamleff)
- bugfix: reading tgz files with binread #1920 (arlimus)
- fix intermitten functional vendor test failures #1919 (arlimus)
- enforce option values where needed #1918 (arlimus)
- inspec archive for tgz files on windows #1907 (arlimus)
- reading binary profile data on windows #1906 (arlimus)
- remove duplicate message in describe.one blocks #1896 (arlimus)
v1.27.0 (2017-06-06)
Implemented enhancements:
- Support special cases for crontab resource #1893 (arlimus)
- add the Nginx parser #1888 (arlimus)
- support FIPS 140-2 compliant digest calls #1887 (arlimus)
- Add windows support to the
processes
resource #1878 (username-is-already-taken2) - add bitbucket repo url handling #1866 (stubblyhead)
- Commenting the
contain\_duplicates
deprecation until we have a good alternative #1860 (alexpop) - verifies that inspec.yml uses licenses in SPDX format #1858 (chris-rock)
- funtion to get pgsql version, exposed version, cluster and fixed session #1758 (aaronlippold)
Fixed bugs:
- Use RubyGems version for habitat plan #1883 (smith)
- Fix version method call for refresh token #1875 (ndobson)
- Add warningaction to test-netconnection #1869 (seththoenen)
- Fix parameters to
find
commands #1856 (chris-rock) - Fix command exists check on Windows with full paths #1850 (username-is-already-taken2)
- Fix compliance uploads when version is not present #1849 (adamleff)
v1.26.0 (2017-05-31)
Implemented enhancements:
Fixed bugs:
- adjust localhost+sudo test output to train update #1873 (arlimus)
- sudo-detection for target execution #1870 (arlimus)
- bugfix: do not send nil to command on unsupported OS #1865 (arlimus)
- bugfix: non-url servers with compliance login #1861 (arlimus)
- Raise exception if profile target URL cannot be parsed #1853 (adamleff)
- postgres relative path includes #1852 (aaronlippold)
- Amended the processes resource to skip on windows #1851 (username-is-already-taken2)
- Fix assert that a gem is not installed #1844 (cattywampus)
- Habitat Profiles: redirect stderr to stdout #1826 (adamleff)
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:
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)
v1.23.0 (2017-05-04)
Implemented enhancements:
Merged pull requests: