inspec-core 2.1.67

Sign up to get free protection for your applications and to get access to all the features.
Files changed (412) hide show
  1. checksums.yaml +7 -0
  2. data/CHANGELOG.md +3136 -0
  3. data/Gemfile +56 -0
  4. data/LICENSE +14 -0
  5. data/MAINTAINERS.md +33 -0
  6. data/MAINTAINERS.toml +52 -0
  7. data/README.md +453 -0
  8. data/bin/inspec +12 -0
  9. data/docs/.gitignore +2 -0
  10. data/docs/README.md +40 -0
  11. data/docs/dev/control-eval.md +62 -0
  12. data/docs/dsl_inspec.md +258 -0
  13. data/docs/dsl_resource.md +100 -0
  14. data/docs/glossary.md +99 -0
  15. data/docs/habitat.md +192 -0
  16. data/docs/inspec_and_friends.md +114 -0
  17. data/docs/matchers.md +169 -0
  18. data/docs/migration.md +293 -0
  19. data/docs/platforms.md +119 -0
  20. data/docs/plugin_kitchen_inspec.md +50 -0
  21. data/docs/profiles.md +378 -0
  22. data/docs/reporters.md +105 -0
  23. data/docs/resources/aide_conf.md.erb +76 -0
  24. data/docs/resources/apache.md.erb +67 -0
  25. data/docs/resources/apache_conf.md.erb +68 -0
  26. data/docs/resources/apt.md.erb +71 -0
  27. data/docs/resources/audit_policy.md.erb +47 -0
  28. data/docs/resources/auditd.md.erb +79 -0
  29. data/docs/resources/auditd_conf.md.erb +68 -0
  30. data/docs/resources/bash.md.erb +75 -0
  31. data/docs/resources/bond.md.erb +90 -0
  32. data/docs/resources/bridge.md.erb +57 -0
  33. data/docs/resources/bsd_service.md.erb +67 -0
  34. data/docs/resources/chocolatey_package.md.erb +58 -0
  35. data/docs/resources/command.md.erb +138 -0
  36. data/docs/resources/cpan.md.erb +79 -0
  37. data/docs/resources/cran.md.erb +64 -0
  38. data/docs/resources/crontab.md.erb +89 -0
  39. data/docs/resources/csv.md.erb +54 -0
  40. data/docs/resources/dh_params.md.erb +205 -0
  41. data/docs/resources/directory.md.erb +30 -0
  42. data/docs/resources/docker.md.erb +219 -0
  43. data/docs/resources/docker_container.md.erb +103 -0
  44. data/docs/resources/docker_image.md.erb +94 -0
  45. data/docs/resources/docker_service.md.erb +114 -0
  46. data/docs/resources/elasticsearch.md.erb +242 -0
  47. data/docs/resources/etc_fstab.md.erb +125 -0
  48. data/docs/resources/etc_group.md.erb +75 -0
  49. data/docs/resources/etc_hosts.md.erb +78 -0
  50. data/docs/resources/etc_hosts_allow.md.erb +74 -0
  51. data/docs/resources/etc_hosts_deny.md.erb +74 -0
  52. data/docs/resources/file.md.erb +526 -0
  53. data/docs/resources/filesystem.md.erb +41 -0
  54. data/docs/resources/firewalld.md.erb +107 -0
  55. data/docs/resources/gem.md.erb +79 -0
  56. data/docs/resources/group.md.erb +61 -0
  57. data/docs/resources/grub_conf.md.erb +101 -0
  58. data/docs/resources/host.md.erb +86 -0
  59. data/docs/resources/http.md.erb +197 -0
  60. data/docs/resources/iis_app.md.erb +122 -0
  61. data/docs/resources/iis_site.md.erb +135 -0
  62. data/docs/resources/inetd_conf.md.erb +94 -0
  63. data/docs/resources/ini.md.erb +76 -0
  64. data/docs/resources/interface.md.erb +58 -0
  65. data/docs/resources/iptables.md.erb +64 -0
  66. data/docs/resources/json.md.erb +63 -0
  67. data/docs/resources/kernel_module.md.erb +120 -0
  68. data/docs/resources/kernel_parameter.md.erb +53 -0
  69. data/docs/resources/key_rsa.md.erb +85 -0
  70. data/docs/resources/launchd_service.md.erb +57 -0
  71. data/docs/resources/limits_conf.md.erb +75 -0
  72. data/docs/resources/login_defs.md.erb +71 -0
  73. data/docs/resources/mount.md.erb +69 -0
  74. data/docs/resources/mssql_session.md.erb +60 -0
  75. data/docs/resources/mysql_conf.md.erb +99 -0
  76. data/docs/resources/mysql_session.md.erb +74 -0
  77. data/docs/resources/nginx.md.erb +79 -0
  78. data/docs/resources/nginx_conf.md.erb +138 -0
  79. data/docs/resources/npm.md.erb +60 -0
  80. data/docs/resources/ntp_conf.md.erb +60 -0
  81. data/docs/resources/oneget.md.erb +53 -0
  82. data/docs/resources/oracledb_session.md.erb +52 -0
  83. data/docs/resources/os.md.erb +141 -0
  84. data/docs/resources/os_env.md.erb +91 -0
  85. data/docs/resources/package.md.erb +120 -0
  86. data/docs/resources/packages.md.erb +67 -0
  87. data/docs/resources/parse_config.md.erb +103 -0
  88. data/docs/resources/parse_config_file.md.erb +138 -0
  89. data/docs/resources/passwd.md.erb +141 -0
  90. data/docs/resources/pip.md.erb +67 -0
  91. data/docs/resources/port.md.erb +137 -0
  92. data/docs/resources/postgres_conf.md.erb +79 -0
  93. data/docs/resources/postgres_hba_conf.md.erb +93 -0
  94. data/docs/resources/postgres_ident_conf.md.erb +76 -0
  95. data/docs/resources/postgres_session.md.erb +69 -0
  96. data/docs/resources/powershell.md.erb +102 -0
  97. data/docs/resources/processes.md.erb +109 -0
  98. data/docs/resources/rabbitmq_config.md.erb +41 -0
  99. data/docs/resources/registry_key.md.erb +158 -0
  100. data/docs/resources/runit_service.md.erb +57 -0
  101. data/docs/resources/security_policy.md.erb +47 -0
  102. data/docs/resources/service.md.erb +121 -0
  103. data/docs/resources/shadow.md.erb +146 -0
  104. data/docs/resources/ssh_config.md.erb +73 -0
  105. data/docs/resources/sshd_config.md.erb +83 -0
  106. data/docs/resources/ssl.md.erb +119 -0
  107. data/docs/resources/sys_info.md.erb +42 -0
  108. data/docs/resources/systemd_service.md.erb +57 -0
  109. data/docs/resources/sysv_service.md.erb +57 -0
  110. data/docs/resources/upstart_service.md.erb +57 -0
  111. data/docs/resources/user.md.erb +140 -0
  112. data/docs/resources/users.md.erb +127 -0
  113. data/docs/resources/vbscript.md.erb +55 -0
  114. data/docs/resources/virtualization.md.erb +57 -0
  115. data/docs/resources/windows_feature.md.erb +47 -0
  116. data/docs/resources/windows_hotfix.md.erb +53 -0
  117. data/docs/resources/windows_task.md.erb +95 -0
  118. data/docs/resources/wmi.md.erb +81 -0
  119. data/docs/resources/x509_certificate.md.erb +151 -0
  120. data/docs/resources/xinetd_conf.md.erb +156 -0
  121. data/docs/resources/xml.md.erb +85 -0
  122. data/docs/resources/yaml.md.erb +69 -0
  123. data/docs/resources/yum.md.erb +98 -0
  124. data/docs/resources/zfs_dataset.md.erb +53 -0
  125. data/docs/resources/zfs_pool.md.erb +47 -0
  126. data/docs/ruby_usage.md +203 -0
  127. data/docs/shared/matcher_be.md.erb +1 -0
  128. data/docs/shared/matcher_cmp.md.erb +43 -0
  129. data/docs/shared/matcher_eq.md.erb +3 -0
  130. data/docs/shared/matcher_include.md.erb +1 -0
  131. data/docs/shared/matcher_match.md.erb +1 -0
  132. data/docs/shell.md +217 -0
  133. data/examples/README.md +8 -0
  134. data/examples/inheritance/README.md +65 -0
  135. data/examples/inheritance/controls/example.rb +14 -0
  136. data/examples/inheritance/inspec.yml +15 -0
  137. data/examples/kitchen-ansible/.kitchen.yml +25 -0
  138. data/examples/kitchen-ansible/Gemfile +19 -0
  139. data/examples/kitchen-ansible/README.md +53 -0
  140. data/examples/kitchen-ansible/files/nginx.repo +6 -0
  141. data/examples/kitchen-ansible/tasks/main.yml +16 -0
  142. data/examples/kitchen-ansible/test/integration/default/default.yml +5 -0
  143. data/examples/kitchen-ansible/test/integration/default/web_spec.rb +28 -0
  144. data/examples/kitchen-chef/.kitchen.yml +20 -0
  145. data/examples/kitchen-chef/Berksfile +3 -0
  146. data/examples/kitchen-chef/Gemfile +19 -0
  147. data/examples/kitchen-chef/README.md +27 -0
  148. data/examples/kitchen-chef/metadata.rb +7 -0
  149. data/examples/kitchen-chef/recipes/default.rb +6 -0
  150. data/examples/kitchen-chef/recipes/nginx.rb +30 -0
  151. data/examples/kitchen-chef/test/integration/default/web_spec.rb +28 -0
  152. data/examples/kitchen-puppet/.kitchen.yml +23 -0
  153. data/examples/kitchen-puppet/Gemfile +20 -0
  154. data/examples/kitchen-puppet/Puppetfile +25 -0
  155. data/examples/kitchen-puppet/README.md +53 -0
  156. data/examples/kitchen-puppet/manifests/site.pp +33 -0
  157. data/examples/kitchen-puppet/metadata.json +11 -0
  158. data/examples/kitchen-puppet/modules/.gitkeep +0 -0
  159. data/examples/kitchen-puppet/test/integration/default/web_spec.rb +28 -0
  160. data/examples/meta-profile/README.md +37 -0
  161. data/examples/meta-profile/controls/example.rb +13 -0
  162. data/examples/meta-profile/inspec.yml +13 -0
  163. data/examples/profile-attribute.yml +2 -0
  164. data/examples/profile-attribute/README.md +14 -0
  165. data/examples/profile-attribute/controls/example.rb +11 -0
  166. data/examples/profile-attribute/inspec.yml +8 -0
  167. data/examples/profile-sensitive/README.md +29 -0
  168. data/examples/profile-sensitive/controls/sensitive-failures.rb +9 -0
  169. data/examples/profile-sensitive/controls/sensitive.rb +9 -0
  170. data/examples/profile-sensitive/inspec.yml +8 -0
  171. data/examples/profile/README.md +48 -0
  172. data/examples/profile/controls/example.rb +23 -0
  173. data/examples/profile/controls/gordon.rb +36 -0
  174. data/examples/profile/controls/meta.rb +34 -0
  175. data/examples/profile/inspec.yml +10 -0
  176. data/examples/profile/libraries/gordon_config.rb +59 -0
  177. data/inspec-core.gemspec +43 -0
  178. data/lib/bundles/README.md +3 -0
  179. data/lib/bundles/inspec-artifact.rb +7 -0
  180. data/lib/bundles/inspec-artifact/README.md +1 -0
  181. data/lib/bundles/inspec-artifact/cli.rb +277 -0
  182. data/lib/bundles/inspec-compliance.rb +16 -0
  183. data/lib/bundles/inspec-compliance/.kitchen.yml +20 -0
  184. data/lib/bundles/inspec-compliance/README.md +193 -0
  185. data/lib/bundles/inspec-compliance/api.rb +360 -0
  186. data/lib/bundles/inspec-compliance/api/login.rb +193 -0
  187. data/lib/bundles/inspec-compliance/bootstrap.sh +41 -0
  188. data/lib/bundles/inspec-compliance/cli.rb +260 -0
  189. data/lib/bundles/inspec-compliance/configuration.rb +103 -0
  190. data/lib/bundles/inspec-compliance/http.rb +125 -0
  191. data/lib/bundles/inspec-compliance/images/cc-token.png +0 -0
  192. data/lib/bundles/inspec-compliance/support.rb +36 -0
  193. data/lib/bundles/inspec-compliance/target.rb +106 -0
  194. data/lib/bundles/inspec-compliance/test/integration/default/cli.rb +93 -0
  195. data/lib/bundles/inspec-habitat.rb +12 -0
  196. data/lib/bundles/inspec-habitat/cli.rb +36 -0
  197. data/lib/bundles/inspec-habitat/log.rb +10 -0
  198. data/lib/bundles/inspec-habitat/profile.rb +391 -0
  199. data/lib/bundles/inspec-init.rb +8 -0
  200. data/lib/bundles/inspec-init/README.md +31 -0
  201. data/lib/bundles/inspec-init/cli.rb +97 -0
  202. data/lib/bundles/inspec-init/templates/profile/README.md +3 -0
  203. data/lib/bundles/inspec-init/templates/profile/controls/example.rb +19 -0
  204. data/lib/bundles/inspec-init/templates/profile/inspec.yml +8 -0
  205. data/lib/bundles/inspec-init/templates/profile/libraries/.gitkeep +0 -0
  206. data/lib/bundles/inspec-supermarket.rb +13 -0
  207. data/lib/bundles/inspec-supermarket/README.md +45 -0
  208. data/lib/bundles/inspec-supermarket/api.rb +84 -0
  209. data/lib/bundles/inspec-supermarket/cli.rb +73 -0
  210. data/lib/bundles/inspec-supermarket/target.rb +34 -0
  211. data/lib/fetchers/git.rb +163 -0
  212. data/lib/fetchers/local.rb +74 -0
  213. data/lib/fetchers/mock.rb +35 -0
  214. data/lib/fetchers/url.rb +247 -0
  215. data/lib/inspec.rb +24 -0
  216. data/lib/inspec/archive/tar.rb +29 -0
  217. data/lib/inspec/archive/zip.rb +19 -0
  218. data/lib/inspec/backend.rb +93 -0
  219. data/lib/inspec/base_cli.rb +368 -0
  220. data/lib/inspec/cached_fetcher.rb +66 -0
  221. data/lib/inspec/cli.rb +292 -0
  222. data/lib/inspec/completions/bash.sh.erb +45 -0
  223. data/lib/inspec/completions/fish.sh.erb +34 -0
  224. data/lib/inspec/completions/zsh.sh.erb +61 -0
  225. data/lib/inspec/control_eval_context.rb +179 -0
  226. data/lib/inspec/dependencies/cache.rb +72 -0
  227. data/lib/inspec/dependencies/dependency_set.rb +92 -0
  228. data/lib/inspec/dependencies/lockfile.rb +115 -0
  229. data/lib/inspec/dependencies/requirement.rb +123 -0
  230. data/lib/inspec/dependencies/resolver.rb +86 -0
  231. data/lib/inspec/describe.rb +27 -0
  232. data/lib/inspec/dsl.rb +66 -0
  233. data/lib/inspec/dsl_shared.rb +33 -0
  234. data/lib/inspec/env_printer.rb +157 -0
  235. data/lib/inspec/errors.rb +14 -0
  236. data/lib/inspec/exceptions.rb +12 -0
  237. data/lib/inspec/expect.rb +45 -0
  238. data/lib/inspec/fetcher.rb +45 -0
  239. data/lib/inspec/file_provider.rb +275 -0
  240. data/lib/inspec/formatters.rb +3 -0
  241. data/lib/inspec/formatters/base.rb +259 -0
  242. data/lib/inspec/formatters/json_rspec.rb +20 -0
  243. data/lib/inspec/formatters/show_progress.rb +12 -0
  244. data/lib/inspec/library_eval_context.rb +58 -0
  245. data/lib/inspec/log.rb +11 -0
  246. data/lib/inspec/metadata.rb +247 -0
  247. data/lib/inspec/method_source.rb +24 -0
  248. data/lib/inspec/objects.rb +14 -0
  249. data/lib/inspec/objects/attribute.rb +75 -0
  250. data/lib/inspec/objects/control.rb +61 -0
  251. data/lib/inspec/objects/describe.rb +92 -0
  252. data/lib/inspec/objects/each_loop.rb +36 -0
  253. data/lib/inspec/objects/list.rb +15 -0
  254. data/lib/inspec/objects/or_test.rb +40 -0
  255. data/lib/inspec/objects/ruby_helper.rb +15 -0
  256. data/lib/inspec/objects/tag.rb +27 -0
  257. data/lib/inspec/objects/test.rb +87 -0
  258. data/lib/inspec/objects/value.rb +27 -0
  259. data/lib/inspec/plugins.rb +60 -0
  260. data/lib/inspec/plugins/cli.rb +24 -0
  261. data/lib/inspec/plugins/fetcher.rb +86 -0
  262. data/lib/inspec/plugins/resource.rb +135 -0
  263. data/lib/inspec/plugins/secret.rb +15 -0
  264. data/lib/inspec/plugins/source_reader.rb +40 -0
  265. data/lib/inspec/polyfill.rb +12 -0
  266. data/lib/inspec/profile.rb +513 -0
  267. data/lib/inspec/profile_context.rb +208 -0
  268. data/lib/inspec/profile_vendor.rb +66 -0
  269. data/lib/inspec/reporters.rb +60 -0
  270. data/lib/inspec/reporters/automate.rb +76 -0
  271. data/lib/inspec/reporters/base.rb +25 -0
  272. data/lib/inspec/reporters/cli.rb +356 -0
  273. data/lib/inspec/reporters/json.rb +116 -0
  274. data/lib/inspec/reporters/json_min.rb +48 -0
  275. data/lib/inspec/reporters/junit.rb +78 -0
  276. data/lib/inspec/require_loader.rb +33 -0
  277. data/lib/inspec/resource.rb +190 -0
  278. data/lib/inspec/rule.rb +280 -0
  279. data/lib/inspec/runner.rb +345 -0
  280. data/lib/inspec/runner_mock.rb +41 -0
  281. data/lib/inspec/runner_rspec.rb +175 -0
  282. data/lib/inspec/runtime_profile.rb +26 -0
  283. data/lib/inspec/schema.rb +213 -0
  284. data/lib/inspec/secrets.rb +19 -0
  285. data/lib/inspec/secrets/yaml.rb +30 -0
  286. data/lib/inspec/shell.rb +220 -0
  287. data/lib/inspec/shell_detector.rb +90 -0
  288. data/lib/inspec/source_reader.rb +29 -0
  289. data/lib/inspec/version.rb +8 -0
  290. data/lib/matchers/matchers.rb +339 -0
  291. data/lib/resources/aide_conf.rb +151 -0
  292. data/lib/resources/apache.rb +48 -0
  293. data/lib/resources/apache_conf.rb +149 -0
  294. data/lib/resources/apt.rb +149 -0
  295. data/lib/resources/audit_policy.rb +63 -0
  296. data/lib/resources/auditd.rb +231 -0
  297. data/lib/resources/auditd_conf.rb +46 -0
  298. data/lib/resources/bash.rb +35 -0
  299. data/lib/resources/bond.rb +69 -0
  300. data/lib/resources/bridge.rb +122 -0
  301. data/lib/resources/chocolatey_package.rb +78 -0
  302. data/lib/resources/command.rb +73 -0
  303. data/lib/resources/cpan.rb +58 -0
  304. data/lib/resources/cran.rb +64 -0
  305. data/lib/resources/crontab.rb +169 -0
  306. data/lib/resources/csv.rb +56 -0
  307. data/lib/resources/dh_params.rb +77 -0
  308. data/lib/resources/directory.rb +25 -0
  309. data/lib/resources/docker.rb +236 -0
  310. data/lib/resources/docker_container.rb +89 -0
  311. data/lib/resources/docker_image.rb +83 -0
  312. data/lib/resources/docker_object.rb +57 -0
  313. data/lib/resources/docker_service.rb +90 -0
  314. data/lib/resources/elasticsearch.rb +169 -0
  315. data/lib/resources/etc_fstab.rb +94 -0
  316. data/lib/resources/etc_group.rb +154 -0
  317. data/lib/resources/etc_hosts.rb +66 -0
  318. data/lib/resources/etc_hosts_allow_deny.rb +112 -0
  319. data/lib/resources/file.rb +298 -0
  320. data/lib/resources/filesystem.rb +31 -0
  321. data/lib/resources/firewalld.rb +143 -0
  322. data/lib/resources/gem.rb +70 -0
  323. data/lib/resources/groups.rb +215 -0
  324. data/lib/resources/grub_conf.rb +227 -0
  325. data/lib/resources/host.rb +306 -0
  326. data/lib/resources/http.rb +253 -0
  327. data/lib/resources/iis_app.rb +101 -0
  328. data/lib/resources/iis_site.rb +148 -0
  329. data/lib/resources/inetd_conf.rb +54 -0
  330. data/lib/resources/ini.rb +29 -0
  331. data/lib/resources/interface.rb +129 -0
  332. data/lib/resources/iptables.rb +80 -0
  333. data/lib/resources/json.rb +111 -0
  334. data/lib/resources/kernel_module.rb +107 -0
  335. data/lib/resources/kernel_parameter.rb +58 -0
  336. data/lib/resources/key_rsa.rb +63 -0
  337. data/lib/resources/limits_conf.rb +46 -0
  338. data/lib/resources/login_def.rb +57 -0
  339. data/lib/resources/mount.rb +88 -0
  340. data/lib/resources/mssql_session.rb +101 -0
  341. data/lib/resources/mysql.rb +82 -0
  342. data/lib/resources/mysql_conf.rb +127 -0
  343. data/lib/resources/mysql_session.rb +85 -0
  344. data/lib/resources/nginx.rb +96 -0
  345. data/lib/resources/nginx_conf.rb +226 -0
  346. data/lib/resources/npm.rb +48 -0
  347. data/lib/resources/ntp_conf.rb +51 -0
  348. data/lib/resources/oneget.rb +71 -0
  349. data/lib/resources/oracledb_session.rb +139 -0
  350. data/lib/resources/os.rb +36 -0
  351. data/lib/resources/os_env.rb +86 -0
  352. data/lib/resources/package.rb +370 -0
  353. data/lib/resources/packages.rb +111 -0
  354. data/lib/resources/parse_config.rb +112 -0
  355. data/lib/resources/passwd.rb +76 -0
  356. data/lib/resources/pip.rb +130 -0
  357. data/lib/resources/platform.rb +109 -0
  358. data/lib/resources/port.rb +771 -0
  359. data/lib/resources/postgres.rb +131 -0
  360. data/lib/resources/postgres_conf.rb +114 -0
  361. data/lib/resources/postgres_hba_conf.rb +90 -0
  362. data/lib/resources/postgres_ident_conf.rb +79 -0
  363. data/lib/resources/postgres_session.rb +71 -0
  364. data/lib/resources/powershell.rb +67 -0
  365. data/lib/resources/processes.rb +204 -0
  366. data/lib/resources/rabbitmq_conf.rb +51 -0
  367. data/lib/resources/registry_key.rb +297 -0
  368. data/lib/resources/security_policy.rb +180 -0
  369. data/lib/resources/service.rb +794 -0
  370. data/lib/resources/shadow.rb +159 -0
  371. data/lib/resources/ssh_conf.rb +97 -0
  372. data/lib/resources/ssl.rb +99 -0
  373. data/lib/resources/sys_info.rb +28 -0
  374. data/lib/resources/toml.rb +32 -0
  375. data/lib/resources/users.rb +654 -0
  376. data/lib/resources/vbscript.rb +68 -0
  377. data/lib/resources/virtualization.rb +247 -0
  378. data/lib/resources/windows_feature.rb +84 -0
  379. data/lib/resources/windows_hotfix.rb +35 -0
  380. data/lib/resources/windows_task.rb +102 -0
  381. data/lib/resources/wmi.rb +110 -0
  382. data/lib/resources/x509_certificate.rb +137 -0
  383. data/lib/resources/xinetd.rb +106 -0
  384. data/lib/resources/xml.rb +46 -0
  385. data/lib/resources/yaml.rb +43 -0
  386. data/lib/resources/yum.rb +180 -0
  387. data/lib/resources/zfs_dataset.rb +60 -0
  388. data/lib/resources/zfs_pool.rb +49 -0
  389. data/lib/source_readers/flat.rb +39 -0
  390. data/lib/source_readers/inspec.rb +75 -0
  391. data/lib/utils/command_wrapper.rb +27 -0
  392. data/lib/utils/convert.rb +12 -0
  393. data/lib/utils/database_helpers.rb +77 -0
  394. data/lib/utils/enumerable_delegation.rb +9 -0
  395. data/lib/utils/erlang_parser.rb +192 -0
  396. data/lib/utils/file_reader.rb +25 -0
  397. data/lib/utils/filter.rb +273 -0
  398. data/lib/utils/filter_array.rb +27 -0
  399. data/lib/utils/find_files.rb +47 -0
  400. data/lib/utils/hash.rb +41 -0
  401. data/lib/utils/json_log.rb +18 -0
  402. data/lib/utils/latest_version.rb +22 -0
  403. data/lib/utils/modulator.rb +12 -0
  404. data/lib/utils/nginx_parser.rb +105 -0
  405. data/lib/utils/object_traversal.rb +49 -0
  406. data/lib/utils/parser.rb +274 -0
  407. data/lib/utils/pkey_reader.rb +15 -0
  408. data/lib/utils/plugin_registry.rb +93 -0
  409. data/lib/utils/simpleconfig.rb +120 -0
  410. data/lib/utils/spdx.rb +13 -0
  411. data/lib/utils/spdx.txt +344 -0
  412. metadata +713 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 16e38659f62c071a242589bc3cf542fa2d8e8566572cbd9ec04ad46d12ae71ce
4
+ data.tar.gz: 4faeb68aee1ee8c85c2ff5d7beb88a402caa234fd0b4000e385ac893193380f1
5
+ SHA512:
6
+ metadata.gz: 4699c26690926278b01bf03152d2169cfc741d22ffb1ab967626ff5743f2ff93451116eb751b1172a8a32469a378646c6e06fb78d4784723f8ea87d57cb23453
7
+ data.tar.gz: 43bac119d887e378efd7a43e1a907a9e54731deb0fc1bc929c11e1f7fdae7af65bce963f775d876b1fad7687f6c65bc65fc103743ef5e8d2d7b757ab3efe1c51
@@ -0,0 +1,3136 @@
1
+ # Change Log
2
+ <!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
3
+ <!-- latest_release 2.1.67 -->
4
+ ## [v2.1.67](https://github.com/chef/inspec/tree/v2.1.67) (2018-05-03)
5
+
6
+ #### Bug Fixes
7
+ - Add A2 support for profile compliance depends [#3014](https://github.com/chef/inspec/pull/3014) ([jquick](https://github.com/jquick))
8
+ <!-- latest_release -->
9
+
10
+ <!-- release_rollup since=2.1.59 -->
11
+ ### Changes since 2.1.59 release
12
+
13
+ #### New Features
14
+ - #2810 - Add check if aws s3 bucket is encrypted. [#2937](https://github.com/chef/inspec/pull/2937) ([UranusBytes](https://github.com/UranusBytes)) <!-- 2.1.64 -->
15
+
16
+ #### Bug Fixes
17
+ - Add A2 support for profile compliance depends [#3014](https://github.com/chef/inspec/pull/3014) ([jquick](https://github.com/jquick)) <!-- 2.1.67 -->
18
+ - nginx_conf resource: Fix include paths with quotes [#2726](https://github.com/chef/inspec/pull/2726) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) <!-- 2.1.63 -->
19
+
20
+ #### Enhancements
21
+ - Split inspec into a core gem. [#3008](https://github.com/chef/inspec/pull/3008) ([miah](https://github.com/miah)) <!-- 2.1.65 -->
22
+ - Refactors Terraform plan to break out steps [#2996](https://github.com/chef/inspec/pull/2996) ([dmccown](https://github.com/dmccown)) <!-- 2.1.61 -->
23
+
24
+ #### Merged Pull Requests
25
+ - Add inspec-core gem to expeditor release [#3018](https://github.com/chef/inspec/pull/3018) ([jquick](https://github.com/jquick)) <!-- 2.1.66 -->
26
+ - cmp should recognise a string being a negative int [#3007](https://github.com/chef/inspec/pull/3007) ([james-stocks](https://github.com/james-stocks)) <!-- 2.1.62 -->
27
+ - Update Habitat plan [#3000](https://github.com/chef/inspec/pull/3000) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) <!-- 2.1.60 -->
28
+ <!-- release_rollup -->
29
+
30
+ <!-- latest_stable_release -->
31
+ ## [v2.1.59](https://github.com/chef/inspec/tree/v2.1.59) (2018-04-26)
32
+
33
+ #### Enhancements
34
+ - Update shadow#to_s to return @path instead of hardcoded `/etc/shadow` [#2978](https://github.com/chef/inspec/pull/2978) ([miah](https://github.com/miah))
35
+
36
+ #### Bug Fixes
37
+ - Catch exceptions in control blocks and fail the control [#2987](https://github.com/chef/inspec/pull/2987) ([clintoncwolfe](https://github.com/clintoncwolfe))
38
+
39
+ #### Merged Pull Requests
40
+ - Makes JSON resource enumerable, despite method_missing magic [#2910](https://github.com/chef/inspec/pull/2910) ([TheLonelyGhost](https://github.com/TheLonelyGhost))
41
+ - Fix case where res is nil in etc_group [#2984](https://github.com/chef/inspec/pull/2984) ([chris-rock](https://github.com/chris-rock))
42
+ - os_env resource returns only user&#39;s environment variable on Windows [#2945](https://github.com/chef/inspec/pull/2945) ([omar-irizarry](https://github.com/omar-irizarry))
43
+ <!-- latest_stable_release -->
44
+
45
+ ## [v2.1.54](https://github.com/chef/inspec/tree/v2.1.54) (2018-04-19)
46
+
47
+ #### New Features
48
+ - Inline and attached policies for aws_iam_user and aws_iam_users [#2947](https://github.com/chef/inspec/pull/2947) ([clintoncwolfe](https://github.com/clintoncwolfe))
49
+
50
+ #### Enhancements
51
+ - updating output for aws_iam_role to match other AWS resources [#2960](https://github.com/chef/inspec/pull/2960) ([tmonk42](https://github.com/tmonk42))
52
+ - Amazon linux service mgmt detection [#2970](https://github.com/chef/inspec/pull/2970) ([meringu](https://github.com/meringu))
53
+ - Upgrade Terraform version pins for integration testing [#2968](https://github.com/chef/inspec/pull/2968) ([clintoncwolfe](https://github.com/clintoncwolfe))
54
+ - Make names for AWS Config service objects optional [#2928](https://github.com/chef/inspec/pull/2928) ([clintoncwolfe](https://github.com/clintoncwolfe))
55
+
56
+ #### Bug Fixes
57
+ - aws_iam_policy statement search fix for degenerate policies [#2958](https://github.com/chef/inspec/pull/2958) ([clintoncwolfe](https://github.com/clintoncwolfe))
58
+ - Fixed numerous naming errors in aws_iam_vpcs integration tests [#2961](https://github.com/chef/inspec/pull/2961) ([clintoncwolfe](https://github.com/clintoncwolfe))
59
+ - Policy statement search: don&#39;t stacktrace on missing field [#2962](https://github.com/chef/inspec/pull/2962) ([clintoncwolfe](https://github.com/clintoncwolfe))
60
+ - updating kitchen-puppet example for the `puppet_apply` provisioner [#2972](https://github.com/chef/inspec/pull/2972) ([moutons](https://github.com/moutons))
61
+ - Add missing `git` to Dockerfile. [#2969](https://github.com/chef/inspec/pull/2969) ([miah](https://github.com/miah))
62
+
63
+ #### Merged Pull Requests
64
+ - Add A2 support to the inspec-compliance toolset [#2963](https://github.com/chef/inspec/pull/2963) ([jquick](https://github.com/jquick))
65
+
66
+ ## [v2.1.43](https://github.com/chef/inspec/tree/v2.1.43) (2018-04-12)
67
+
68
+ #### New Features
69
+ - aws_iam_group feature: test users in an iam group [#2888](https://github.com/chef/inspec/pull/2888) ([dromazmj](https://github.com/dromazmj))
70
+ - aws_cloudtrail_trail feature: test how many days ago logs were delivered [#2887](https://github.com/chef/inspec/pull/2887) ([dromazmj](https://github.com/dromazmj))
71
+ - AWS Security Group Rules properties and matchers [#2876](https://github.com/chef/inspec/pull/2876) ([clintoncwolfe](https://github.com/clintoncwolfe))
72
+ - New attribute JUnit reporter - target [#2839](https://github.com/chef/inspec/pull/2839) ([piotrgo](https://github.com/piotrgo))
73
+ - Policy Statement Search capability for aws_iam_policy [#2918](https://github.com/chef/inspec/pull/2918) ([clintoncwolfe](https://github.com/clintoncwolfe))
74
+ - Basic fields for aws_vpcs [#2930](https://github.com/chef/inspec/pull/2930) ([clintoncwolfe](https://github.com/clintoncwolfe))
75
+
76
+ #### Enhancements
77
+ - Add warning when returning DEFAULT_ATTRIBUTE [#2934](https://github.com/chef/inspec/pull/2934) ([TrevorBramble](https://github.com/TrevorBramble))
78
+ - Ensure @params in shadow resource always has a valid value. [#2939](https://github.com/chef/inspec/pull/2939) ([miah](https://github.com/miah))
79
+ - Require a key attribute for the key_rsa resource [#2891](https://github.com/chef/inspec/pull/2891) ([omar-irizarry](https://github.com/omar-irizarry))
80
+ - Add Cisco IOS `enable_password` support [#2905](https://github.com/chef/inspec/pull/2905) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
81
+
82
+ #### Merged Pull Requests
83
+ - Update filesystem.md.erb [#2909](https://github.com/chef/inspec/pull/2909) ([tlmikulski](https://github.com/tlmikulski))
84
+ - Fixes configuration for Azure integrationt tests [#2941](https://github.com/chef/inspec/pull/2941) ([dmccown](https://github.com/dmccown))
85
+ - powershell resource: Add support line for Unix [#2952](https://github.com/chef/inspec/pull/2952) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
86
+
87
+ ## [v2.1.30](https://github.com/chef/inspec/tree/v2.1.30) (2018-04-05)
88
+
89
+ #### New Resources
90
+ - New Resource: Chocolatey Package [#2793](https://github.com/chef/inspec/pull/2793) ([TheLonelyGhost](https://github.com/TheLonelyGhost))
91
+ - New Skeletal Resource aws_s3_buckets [#2653](https://github.com/chef/inspec/pull/2653) ([dromazmj](https://github.com/dromazmj))
92
+ - New Skeletal Resource aws_route_tables [#2643](https://github.com/chef/inspec/pull/2643) ([dromazmj](https://github.com/dromazmj))
93
+
94
+ #### Enhancements
95
+ - Add AWS hardware MFA matcher [#2892](https://github.com/chef/inspec/pull/2892) ([pwelch](https://github.com/pwelch))
96
+ - add systemd service for amazon linux 2 [#2901](https://github.com/chef/inspec/pull/2901) ([zakhark](https://github.com/zakhark))
97
+
98
+ #### Merged Pull Requests
99
+ - Wrong matcher name in example for aws_config_recorder [#2899](https://github.com/chef/inspec/pull/2899) ([clintoncwolfe](https://github.com/clintoncwolfe))
100
+ - Added a description to steer people to correct resource [#2908](https://github.com/chef/inspec/pull/2908) ([username-is-already-taken2](https://github.com/username-is-already-taken2))
101
+ - Update example resource syntax [#2904](https://github.com/chef/inspec/pull/2904) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
102
+ - Add automate reporter [#2902](https://github.com/chef/inspec/pull/2902) ([jquick](https://github.com/jquick))
103
+
104
+ ## [v2.1.21](https://github.com/chef/inspec/tree/v2.1.21) (2018-03-29)
105
+
106
+ #### New Resources
107
+ - New Skeletal Resource aws_kms_key [#2746](https://github.com/chef/inspec/pull/2746) ([dromazmj](https://github.com/dromazmj))
108
+ - New Skeletal Resource aws_config_delivery_channel [#2641](https://github.com/chef/inspec/pull/2641) ([dromazmj](https://github.com/dromazmj))
109
+ - new resource: aws rds instance (singular) [#2866](https://github.com/chef/inspec/pull/2866) ([HackerShark](https://github.com/HackerShark))
110
+
111
+ #### Enhancements
112
+ - registry_key resource was returning an incorrect value [#2871](https://github.com/chef/inspec/pull/2871) ([omar-irizarry](https://github.com/omar-irizarry))
113
+ - powershell resource: Add support other OSs [#2894](https://github.com/chef/inspec/pull/2894) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
114
+
115
+ #### Bug Fixes
116
+ - Pin concurrent-ruby to version 1.0 to fix kitchen-ansible example [#2879](https://github.com/chef/inspec/pull/2879) ([visibilityspots](https://github.com/visibilityspots))
117
+ - Change route_table_id Regular Expression for correctness [#2885](https://github.com/chef/inspec/pull/2885) ([TrevorBramble](https://github.com/TrevorBramble))
118
+ - Pw/pip windows bug [#2883](https://github.com/chef/inspec/pull/2883) ([pwelch](https://github.com/pwelch))
119
+
120
+ #### Merged Pull Requests
121
+ - Mitigate trivial warning output on test [#2872](https://github.com/chef/inspec/pull/2872) ([eramoto](https://github.com/eramoto))
122
+ - Add `pry-byebug` to our Gemfile. [#2889](https://github.com/chef/inspec/pull/2889) ([miah](https://github.com/miah))
123
+ - Pin to Train 1.3.0. [#2898](https://github.com/chef/inspec/pull/2898) ([jquick](https://github.com/jquick))
124
+
125
+ ## [v2.1.10](https://github.com/chef/inspec/tree/v2.1.10) (2018-03-22)
126
+
127
+ #### New Resources
128
+ - Skelatal resource: aws_s3_bucket_object [#2620](https://github.com/chef/inspec/pull/2620) ([dromazmj](https://github.com/dromazmj))
129
+ - New Skeletal Resource aws_sns_topics [#2696](https://github.com/chef/inspec/pull/2696) ([dromazmj](https://github.com/dromazmj))
130
+ - New Skeletal Resource aws_sns_subscription [#2697](https://github.com/chef/inspec/pull/2697) ([dromazmj](https://github.com/dromazmj))
131
+
132
+ #### Enhancements
133
+ - Upgrade Thor to version 0.20.0. [#2843](https://github.com/chef/inspec/pull/2843) ([jquick](https://github.com/jquick))
134
+ - Remove supports binding for generic resources [#2848](https://github.com/chef/inspec/pull/2848) ([jquick](https://github.com/jquick))
135
+ - Unify method in which file content is read across all resources [#2359](https://github.com/chef/inspec/pull/2359) ([eramoto](https://github.com/eramoto))
136
+ - Added support for proxy_command for remote SSH connections [#2385](https://github.com/chef/inspec/pull/2385) ([cbeckr](https://github.com/cbeckr))
137
+
138
+ #### Bug Fixes
139
+ - Correct support platform for audit_policy [#2850](https://github.com/chef/inspec/pull/2850) ([pwelch](https://github.com/pwelch))
140
+ - Revise /etc/hosts for correctness and clarity [#2863](https://github.com/chef/inspec/pull/2863) ([TrevorBramble](https://github.com/TrevorBramble))
141
+
142
+ #### Merged Pull Requests
143
+ - Remove obsolete mock [#2869](https://github.com/chef/inspec/pull/2869) ([TrevorBramble](https://github.com/TrevorBramble))
144
+
145
+ ## [v2.1.0](https://github.com/chef/inspec/tree/v2.1.0) (2018-03-15)
146
+
147
+ #### Enhancements
148
+ - quote password when generating mysql command string [#2685](https://github.com/chef/inspec/pull/2685) ([tolland](https://github.com/tolland))
149
+ - Pin to new Train version and update InSpec defaults [#2827](https://github.com/chef/inspec/pull/2827) ([jquick](https://github.com/jquick))
150
+
151
+ #### Bug Fixes
152
+ - Write version_constraints as an array for inspec.lock [#2619](https://github.com/chef/inspec/pull/2619) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
153
+
154
+ #### Merged Pull Requests
155
+ - Docs: Describe support boundary between RSpec and InSpec [#2753](https://github.com/chef/inspec/pull/2753) ([clintoncwolfe](https://github.com/clintoncwolfe))
156
+ - Sort file list for unit tests [#2812](https://github.com/chef/inspec/pull/2812) ([eramoto](https://github.com/eramoto))
157
+
158
+ ## [v2.0.45](https://github.com/chef/inspec/tree/v2.0.45) (2018-03-08)
159
+
160
+ #### Enhancements
161
+ - Fix aws-iam-users pagination [#2761](https://github.com/chef/inspec/pull/2761) ([trickyearlobe](https://github.com/trickyearlobe))
162
+ - AWS API Pagination fixes [#2762](https://github.com/chef/inspec/pull/2762) ([clintoncwolfe](https://github.com/clintoncwolfe))
163
+ - Host resource: use bash over netcat in Linux [#2607](https://github.com/chef/inspec/pull/2607) ([jvale](https://github.com/jvale))
164
+ - Update shadow resource to use FilterTable [#2642](https://github.com/chef/inspec/pull/2642) ([miah](https://github.com/miah))
165
+ - Create reporter output directory if it does not exist [#2798](https://github.com/chef/inspec/pull/2798) ([jquick](https://github.com/jquick))
166
+ - Remove os checks from initialize [#2797](https://github.com/chef/inspec/pull/2797) ([miah](https://github.com/miah))
167
+ - Refine deprecated methods to be consistent with supported fields in shadow file. [#2801](https://github.com/chef/inspec/pull/2801) ([miah](https://github.com/miah))
168
+
169
+ #### Bug Fixes
170
+ - command resource: Add `exist?` for Alpine Linux [#2768](https://github.com/chef/inspec/pull/2768) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
171
+ - return 1 as exit code for commands that are not available [#2792](https://github.com/chef/inspec/pull/2792) ([chris-rock](https://github.com/chris-rock))
172
+ - Fix http with connection error [#2770](https://github.com/chef/inspec/pull/2770) ([Wing924](https://github.com/Wing924))
173
+
174
+ #### Merged Pull Requests
175
+ - Update name of subnet fixture, fixing 3 failing integration tests [#2765](https://github.com/chef/inspec/pull/2765) ([clintoncwolfe](https://github.com/clintoncwolfe))
176
+ - iptables resource: Add support for other bin paths [#2783](https://github.com/chef/inspec/pull/2783) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
177
+ - Added the missing variable reference [#2794](https://github.com/chef/inspec/pull/2794) ([frezbo](https://github.com/frezbo))
178
+
179
+ ## [v2.0.32](https://github.com/chef/inspec/tree/v2.0.32) (2018-03-01)
180
+
181
+ #### Bug Fixes
182
+ - package resource: Fix `brew` package detection [#2730](https://github.com/chef/inspec/pull/2730) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
183
+
184
+ #### Merged Pull Requests
185
+ - InSpec SEO [#2725](https://github.com/chef/inspec/pull/2725) ([hannah-radish](https://github.com/hannah-radish))
186
+ - remove release-2.0 branch from Travis [#2718](https://github.com/chef/inspec/pull/2718) ([juliandunn](https://github.com/juliandunn))
187
+ - Update maintainers file [#2728](https://github.com/chef/inspec/pull/2728) ([jquick](https://github.com/jquick))
188
+ - Reword `it` block in `inspec check` tests to match actual test [#2721](https://github.com/chef/inspec/pull/2721) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
189
+ - Fix inspec check to work with platforms [#2737](https://github.com/chef/inspec/pull/2737) ([jquick](https://github.com/jquick))
190
+ - Move AWS/Azure tests to integration directory [#2675](https://github.com/chef/inspec/pull/2675) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
191
+ - Various small fixes/adjustments to the integration tests for AWS and Azure [#2745](https://github.com/chef/inspec/pull/2745) ([clintoncwolfe](https://github.com/clintoncwolfe))
192
+ - Ensure we have a proper exit code and report data for ad-hoc runners [#2747](https://github.com/chef/inspec/pull/2747) ([jquick](https://github.com/jquick))
193
+ - http resource: Support OPTIONS method [#2742](https://github.com/chef/inspec/pull/2742) ([cbeckr](https://github.com/cbeckr))
194
+ - New Resource aws_config_recorder [#2635](https://github.com/chef/inspec/pull/2635) ([dromazmj](https://github.com/dromazmj))
195
+ - Updated omnibus `postinst` script to symlink to appbundle created binstubs [#2732](https://github.com/chef/inspec/pull/2732) ([miah](https://github.com/miah))
196
+ - virtualization_resource: Fix `NoMethodError` on `nil:NilClass` [#2603](https://github.com/chef/inspec/pull/2603) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
197
+ - Docs: Clarify Matchers page to speak about Universal matchers [#2754](https://github.com/chef/inspec/pull/2754) ([clintoncwolfe](https://github.com/clintoncwolfe))
198
+ - mssql_session - Handling cases where the data is nil [#2752](https://github.com/chef/inspec/pull/2752) ([frezbo](https://github.com/frezbo))
199
+
200
+ ## [v2.0.17](https://github.com/chef/inspec/tree/v2.0.17) (2018-02-20)
201
+
202
+ #### Merged Pull Requests
203
+ - Update shell detect to work with platforms [#2712](https://github.com/chef/inspec/pull/2712) ([jquick](https://github.com/jquick))
204
+
205
+ ## [v2.0.16](https://github.com/chef/inspec/tree/v2.0.16) (2018-02-20)
206
+
207
+ #### Merged Pull Requests
208
+ - Fix the /private/var osx issue causing functional tests to fail [#2616](https://github.com/chef/inspec/pull/2616) ([jquick](https://github.com/jquick))
209
+ - package resource: Fix Windows package detection [#2624](https://github.com/chef/inspec/pull/2624) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
210
+ - Add in release-2.0 changes to master [#2655](https://github.com/chef/inspec/pull/2655) ([jquick](https://github.com/jquick))
211
+ - Prevent resources from loading if supports check fails [#2665](https://github.com/chef/inspec/pull/2665) ([jquick](https://github.com/jquick))
212
+ - Remove duplicated encryption key test. [#2671](https://github.com/chef/inspec/pull/2671) ([juliandunn](https://github.com/juliandunn))
213
+ - Add `Release:` to AWS `inspec detect` example [#2672](https://github.com/chef/inspec/pull/2672) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
214
+ - Fixes merge conflict messages [#2677](https://github.com/chef/inspec/pull/2677) ([kagarmoe](https://github.com/kagarmoe))
215
+ - Fix bundle exec calls [#2670](https://github.com/chef/inspec/pull/2670) ([jquick](https://github.com/jquick))
216
+ - Capture ArgumentErrors from aws. [#2673](https://github.com/chef/inspec/pull/2673) ([jquick](https://github.com/jquick))
217
+ - Hannah Review1 [#2683](https://github.com/chef/inspec/pull/2683) ([hannah-radish](https://github.com/hannah-radish))
218
+ - Revert download button [#2684](https://github.com/chef/inspec/pull/2684) ([hannah-radish](https://github.com/hannah-radish))
219
+ - Add example profiles for AWS/Azure [#2680](https://github.com/chef/inspec/pull/2680) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
220
+ - Fix legacy reporter output to file [#2667](https://github.com/chef/inspec/pull/2667) ([jquick](https://github.com/jquick))
221
+ - Add correct `supports platform` to resources. [#2674](https://github.com/chef/inspec/pull/2674) ([miah](https://github.com/miah))
222
+ - www: fix sidebar stickiness [#2698](https://github.com/chef/inspec/pull/2698) ([arlimus](https://github.com/arlimus))
223
+ - HM website optimization [#2699](https://github.com/chef/inspec/pull/2699) ([hannah-radish](https://github.com/hannah-radish))
224
+ - move /tutorial to /demo [#2700](https://github.com/chef/inspec/pull/2700) ([arlimus](https://github.com/arlimus))
225
+ - HM Mobile IE [#2705](https://github.com/chef/inspec/pull/2705) ([hannah-radish](https://github.com/hannah-radish))
226
+
227
+ ## [v1.51.18](https://github.com/chef/inspec/tree/v1.51.18) (2018-02-12)
228
+
229
+ #### Merged Pull Requests
230
+ - Force a default reporter for ad-hoc runners [#2610](https://github.com/chef/inspec/pull/2610) ([jquick](https://github.com/jquick))
231
+ - Allow ad-hoc runners to use rspec formats. [#2621](https://github.com/chef/inspec/pull/2621) ([jquick](https://github.com/jquick))
232
+ - Add json fields to schema and add tests. [#2618](https://github.com/chef/inspec/pull/2618) ([jquick](https://github.com/jquick))
233
+
234
+ ## [v1.51.15](https://github.com/chef/inspec/tree/v1.51.15) (2018-02-09)
235
+
236
+ #### Merged Pull Requests
237
+ - Refactors http doc [#2540](https://github.com/chef/inspec/pull/2540) ([kagarmoe](https://github.com/kagarmoe))
238
+ - Refactors iis_app docs [#2541](https://github.com/chef/inspec/pull/2541) ([kagarmoe](https://github.com/kagarmoe))
239
+ - Refactors iis_site doc [#2542](https://github.com/chef/inspec/pull/2542) ([kagarmoe](https://github.com/kagarmoe))
240
+ - Refactors inetd_conf doc [#2543](https://github.com/chef/inspec/pull/2543) ([kagarmoe](https://github.com/kagarmoe))
241
+ - Refactors ini docs [#2544](https://github.com/chef/inspec/pull/2544) ([kagarmoe](https://github.com/kagarmoe))
242
+ - Kg/interface [#2550](https://github.com/chef/inspec/pull/2550) ([kagarmoe](https://github.com/kagarmoe))
243
+ - Refactors grub_conf doc sligtly; adds os metadata [#2537](https://github.com/chef/inspec/pull/2537) ([kagarmoe](https://github.com/kagarmoe))
244
+ - Use the version of LicenseScout that comes with the Omnibus gem. [#2554](https://github.com/chef/inspec/pull/2554) ([tduffield](https://github.com/tduffield))
245
+ - Fix runner report and json newline [#2601](https://github.com/chef/inspec/pull/2601) ([jquick](https://github.com/jquick))
246
+
247
+ ## [v1.51.6](https://github.com/chef/inspec/tree/v1.51.6) (2018-02-08)
248
+
249
+ #### New Features
250
+ - Add new &quot;reporter&quot; system (replacement for &quot;formatters&quot;), support multiple reporters per run [#2464](https://github.com/chef/inspec/pull/2464) ([jquick](https://github.com/jquick))
251
+
252
+ #### Enhancements
253
+ - packages resource: Add `architectures` support [#2469](https://github.com/chef/inspec/pull/2469) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
254
+
255
+ #### Merged Pull Requests
256
+ - add Inspec::Describe for abstract describe state [#2010](https://github.com/chef/inspec/pull/2010) ([arlimus](https://github.com/arlimus))
257
+ - apache resource: document and deprecate [#2494](https://github.com/chef/inspec/pull/2494) ([adamleff](https://github.com/adamleff))
258
+ - Improve links to Learn Chef Rally [#2476](https://github.com/chef/inspec/pull/2476) ([tpetchel](https://github.com/tpetchel))
259
+ - Fix travis-ci bundler issue [#2533](https://github.com/chef/inspec/pull/2533) ([jquick](https://github.com/jquick))
260
+
261
+ ## [v1.51.0](https://github.com/chef/inspec/tree/v1.51.0) (2018-01-25)
262
+
263
+ #### New Resources
264
+ - new docker_service resource to inspect Docker Swarm services [#2456](https://github.com/chef/inspec/pull/2456) ([mattlqx](https://github.com/mattlqx))
265
+ - filesystem resource: inspect linux filesystems [#2441](https://github.com/chef/inspec/pull/2441) ([tarcinil](https://github.com/tarcinil))
266
+
267
+ #### Enhancements
268
+ - Update security_policy resource to return Names, not SIDs [#2462](https://github.com/chef/inspec/pull/2462) ([ViolentOr](https://github.com/ViolentOr))
269
+
270
+ #### Bug Fixes
271
+ - grub_conf resource: fix menuentry detection [#2408](https://github.com/chef/inspec/pull/2408) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
272
+ - service resource: attempt a SysV fallback if SystemD unit file is not found [#2473](https://github.com/chef/inspec/pull/2473) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
273
+
274
+ #### Merged Pull Requests
275
+ - Sort library files before loading them so load order is predictable [#2475](https://github.com/chef/inspec/pull/2475) ([clintoncwolfe](https://github.com/clintoncwolfe))
276
+
277
+ ## [v1.50.1](https://github.com/chef/inspec/tree/v1.50.1) (2018-01-17)
278
+
279
+ #### Enhancements
280
+ - mssql_session resource: add port parameter [#2429](https://github.com/chef/inspec/pull/2429) ([tarcinil](https://github.com/tarcinil))
281
+ - xml resource: support fetching attributes [#2423](https://github.com/chef/inspec/pull/2423) ([tarcinil](https://github.com/tarcinil))
282
+
283
+ #### Bug Fixes
284
+ - firewalld resource: prepend rule string only when necessary [#2430](https://github.com/chef/inspec/pull/2430) ([tarcinil](https://github.com/tarcinil))
285
+ - package resource: fix NilClass errors on arch linux [#2437](https://github.com/chef/inspec/pull/2437) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
286
+ - http resource: make header keys case insensitive [#2457](https://github.com/chef/inspec/pull/2457) ([adamleff](https://github.com/adamleff))
287
+
288
+ #### Merged Pull Requests
289
+ - Fix package manager detection on Arch Linux [#2436](https://github.com/chef/inspec/pull/2436) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
290
+ - Update the inspec support check to warn to stderr. [#2446](https://github.com/chef/inspec/pull/2446) ([jquick](https://github.com/jquick))
291
+ - Bump Omnibus Ruby (and Travis Rubies) to 2.4.3 [#2452](https://github.com/chef/inspec/pull/2452) ([adamleff](https://github.com/adamleff))
292
+ - Bump minor version [#2465](https://github.com/chef/inspec/pull/2465) ([adamleff](https://github.com/adamleff))
293
+ - Bump version manually to trigger Habitat build [#2466](https://github.com/chef/inspec/pull/2466) ([adamleff](https://github.com/adamleff))
294
+
295
+ ## [v1.49.2](https://github.com/chef/inspec/tree/v1.49.2) (2018-01-04)
296
+
297
+ #### Enhancements
298
+ - bond resource: Add bonding mode matcher [#2414](https://github.com/chef/inspec/pull/2414) ([ehanlon](https://github.com/ehanlon))
299
+ - file resource: adds `Synchronize` permission to windows ACL checks [#2399](https://github.com/chef/inspec/pull/2399) ([TheLonelyGhost](https://github.com/TheLonelyGhost))
300
+ - Add platform resource and platform supports [#2393](https://github.com/chef/inspec/pull/2393) ([jquick](https://github.com/jquick))
301
+ - Deprecate and warn when comparing against OS name with capitals/spaces [#2397](https://github.com/chef/inspec/pull/2397) ([jquick](https://github.com/jquick))
302
+ - load local dependencies in inspec shell [#2438](https://github.com/chef/inspec/pull/2438) ([arlimus](https://github.com/arlimus))
303
+
304
+ #### Bug Fixes
305
+ - package resource: Enhance resource error handling [#2388](https://github.com/chef/inspec/pull/2388) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
306
+ - default attributes for nil and false [#2410](https://github.com/chef/inspec/pull/2410) ([arlimus](https://github.com/arlimus))
307
+ - Fix OWCA detection for `compliance login` [#2401](https://github.com/chef/inspec/pull/2401) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
308
+ - Fix `x509_certificate` integration tests [#2431](https://github.com/chef/inspec/pull/2431) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
309
+ - Fix Docker build in the Expeditor pipeline [#2432](https://github.com/chef/inspec/pull/2432) ([adamleff](https://github.com/adamleff))
310
+ - Add support for Darwin Directory Service groups [#2403](https://github.com/chef/inspec/pull/2403) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
311
+ - Update apache_conf regular expression to exclude whitespace. [#2416](https://github.com/chef/inspec/pull/2416) ([miah](https://github.com/miah))
312
+ - dependency chaining in libraries [#2428](https://github.com/chef/inspec/pull/2428) ([arlimus](https://github.com/arlimus))
313
+ - Modify `inspec json` to use `check_mode` [#2435](https://github.com/chef/inspec/pull/2435) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
314
+
315
+ #### Merged Pull Requests
316
+ - Split unit tests from functional [#2391](https://github.com/chef/inspec/pull/2391) ([adamleff](https://github.com/adamleff))
317
+ - Bump minor version and cleanup changelog for release [#2440](https://github.com/chef/inspec/pull/2440) ([adamleff](https://github.com/adamleff))
318
+
319
+ ## [v1.48.0](https://github.com/chef/inspec/tree/v1.48.0) (2017-12-07)
320
+
321
+ #### Enhancements
322
+ - Update default cli options to be uniq per command type [#2378](https://github.com/chef/inspec/pull/2378) ([jquick](https://github.com/jquick))
323
+ - Allow crontab resource to read crontab at user specified paths. [#2328](https://github.com/chef/inspec/pull/2328) ([miah](https://github.com/miah))
324
+
325
+ #### Bug Fixes
326
+ - Update rspec cli control summary to not uniq fails/skips [#2362](https://github.com/chef/inspec/pull/2362) ([jquick](https://github.com/jquick))
327
+ - Resolve merge issue with json-config vs thor defaults [#2377](https://github.com/chef/inspec/pull/2377) ([jquick](https://github.com/jquick))
328
+ - Remove rainbow dependency, fix duplicate rake gem [#2374](https://github.com/chef/inspec/pull/2374) ([adamleff](https://github.com/adamleff))
329
+ - Allow `inspec check` to ignore `only_if` [#2250](https://github.com/chef/inspec/pull/2250) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
330
+
331
+ #### Merged Pull Requests
332
+ - Update command resource to check for mock backend [#2353](https://github.com/chef/inspec/pull/2353) ([jquick](https://github.com/jquick))
333
+ - Fix inspec appveyor test with the new local train transport [#2376](https://github.com/chef/inspec/pull/2376) ([jquick](https://github.com/jquick))
334
+ - Fix changelog categories, bump minor version for release [#2381](https://github.com/chef/inspec/pull/2381) ([adamleff](https://github.com/adamleff))
335
+
336
+ ## [v1.47.0](https://github.com/chef/inspec/tree/v1.47.0) (2017-12-04)
337
+
338
+ #### New Features
339
+ - Enable caching for backend calls [#2309](https://github.com/chef/inspec/pull/2309) ([jquick](https://github.com/jquick))
340
+
341
+ #### Bug Fixes
342
+ - Unique export file for security policy resource [#2350](https://github.com/chef/inspec/pull/2350) ([jquick](https://github.com/jquick))
343
+ - json resource: ensure params is not nil in event of read/parse failure [#2354](https://github.com/chef/inspec/pull/2354) ([adamleff](https://github.com/adamleff))
344
+ - key_rsa resource: fix inline shell documentation help, wrong resource name used in examples [#2364](https://github.com/chef/inspec/pull/2364) ([eramoto](https://github.com/eramoto))
345
+ - security_policy resource: use PID for filename instead of random [#2368](https://github.com/chef/inspec/pull/2368) ([jquick](https://github.com/jquick))
346
+
347
+ #### Merged Pull Requests
348
+ - docker_image resource: properly handle registries in image strings [#2356](https://github.com/chef/inspec/pull/2356) ([adamleff](https://github.com/adamleff))
349
+
350
+ ## [v1.46.2](https://github.com/chef/inspec/tree/v1.46.2) (2017-11-29)
351
+
352
+ #### Enhancements
353
+ - allow override of attribute identifier [#2347](https://github.com/chef/inspec/pull/2347) ([chris-rock](https://github.com/chris-rock))
354
+
355
+ #### Bug Fixes
356
+ - json resource (et. al.): allow inspec check to succeed when using command [#2317](https://github.com/chef/inspec/pull/2317) ([adamleff](https://github.com/adamleff))
357
+ - grub_conf resource: correct grub path for RHEL-7-based OS [#2332](https://github.com/chef/inspec/pull/2332) ([atomic111](https://github.com/atomic111))
358
+ - http resource: properly support HEAD request with remote worker [#2340](https://github.com/chef/inspec/pull/2340) ([adamleff](https://github.com/adamleff))
359
+ - file resource: fix NilClass error when using advanced windows permissions [#2344](https://github.com/chef/inspec/pull/2344) ([TheLonelyGhost](https://github.com/TheLonelyGhost))
360
+ - wmi resource: properly escape quotes in WMI query [#2342](https://github.com/chef/inspec/pull/2342) ([TheLonelyGhost](https://github.com/TheLonelyGhost))
361
+ - Allow skipping/failing resources in FilterTable [#2349](https://github.com/chef/inspec/pull/2349) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
362
+
363
+ ## [v1.45.13](https://github.com/chef/inspec/tree/v1.45.13) (2017-11-21)
364
+
365
+ #### Merged Pull Requests
366
+ - Remove debug message from unit test [#2313](https://github.com/chef/inspec/pull/2313) ([eramoto](https://github.com/eramoto))
367
+ - Remove bundler install during Appveyor tests [#2322](https://github.com/chef/inspec/pull/2322) ([adamleff](https://github.com/adamleff))
368
+ - Bump Rubocop to 0.49.1 [#2323](https://github.com/chef/inspec/pull/2323) ([adamleff](https://github.com/adamleff))
369
+ - Bump train to 0.29.2 [#2327](https://github.com/chef/inspec/pull/2327) ([adamleff](https://github.com/adamleff))
370
+
371
+ ## [v1.45.9](https://github.com/chef/inspec/tree/v1.45.9) (2017-11-16)
372
+
373
+ #### Enhancements
374
+ - Correctly format skip exceptions in formatters [#2307](https://github.com/chef/inspec/pull/2307) ([adamleff](https://github.com/adamleff))
375
+ - http resource: Add basic param handling to remote HTTP worker [#2286](https://github.com/chef/inspec/pull/2286) ([schisamo](https://github.com/schisamo))
376
+
377
+ #### Bug Fixes
378
+ - port resource: handle ss output from older iproute package [#2305](https://github.com/chef/inspec/pull/2305) ([Wing924](https://github.com/Wing924))
379
+ - Fix classname in JUnit formatter [#2283](https://github.com/chef/inspec/pull/2283) ([adamleff](https://github.com/adamleff))
380
+ - oracledb_session resource: fix credential passing to sql/sqlplus [#2308](https://github.com/chef/inspec/pull/2308) ([bratdim](https://github.com/bratdim))
381
+ - xinetd_conf resource: fix false positives when config file or directory doesn&#39;t exist [#2302](https://github.com/chef/inspec/pull/2302) ([eramoto](https://github.com/eramoto))
382
+
383
+ #### Merged Pull Requests
384
+ - Bumping train to 0.29.1 [#2306](https://github.com/chef/inspec/pull/2306) ([adamleff](https://github.com/adamleff))
385
+ - Habitat build works for all versions, eliminates rake [#2301](https://github.com/chef/inspec/pull/2301) ([adamleff](https://github.com/adamleff))
386
+ - Fix gid filtering for etc_group resource [#2297](https://github.com/chef/inspec/pull/2297) ([eramoto](https://github.com/eramoto))
387
+ - Require Ruby 2.3 and later [#2293](https://github.com/chef/inspec/pull/2293) ([adamleff](https://github.com/adamleff))
388
+ - Update Rubocop to TargetRubyVersion 2.3 [#2311](https://github.com/chef/inspec/pull/2311) ([adamleff](https://github.com/adamleff))
389
+
390
+ ## [v1.44.8](https://github.com/chef/inspec/tree/v1.44.8) (2017-11-09)
391
+
392
+ #### Enhancements
393
+ - Add non-halting exception support to resources [#2235](https://github.com/chef/inspec/pull/2235) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
394
+ - allow users to specify user/namespace when fetching profiles from Chef Automate [#2275](https://github.com/chef/inspec/pull/2275) ([arlimus](https://github.com/arlimus))
395
+ - http resource: supply max-time option using read_timeout and open_timeout [#2289](https://github.com/chef/inspec/pull/2289) ([bdellegrazie](https://github.com/bdellegrazie))
396
+ - Issue warning during check if profile name contains slash [#2231](https://github.com/chef/inspec/pull/2231) ([clintoncwolfe](https://github.com/clintoncwolfe))
397
+
398
+ #### Bug Fixes
399
+ - http resource: use proper syntax in `curl` header option [#2285](https://github.com/chef/inspec/pull/2285) ([schisamo](https://github.com/schisamo))
400
+ - nginx resource: support quoted identifiers [#2292](https://github.com/chef/inspec/pull/2292) ([adamleff](https://github.com/adamleff))
401
+ - Properly compare profile version strings as SemVer [#2280](https://github.com/chef/inspec/pull/2280) ([adamleff](https://github.com/adamleff))
402
+
403
+ #### Merged Pull Requests
404
+ - Pin RubyGems to 2.6.14 [#2287](https://github.com/chef/inspec/pull/2287) ([adamleff](https://github.com/adamleff))
405
+ - Switch to tomlrb for TOML parsing [#2295](https://github.com/chef/inspec/pull/2295) ([adamleff](https://github.com/adamleff))
406
+ - Use Ruby 2.4.2 in the Omnibus InSpec packages [#2294](https://github.com/chef/inspec/pull/2294) ([adamleff](https://github.com/adamleff))
407
+ - Eliminate deprecation warnings on resource skipped messages [#2296](https://github.com/chef/inspec/pull/2296) ([adamleff](https://github.com/adamleff))
408
+
409
+ ## [v1.43.8](https://github.com/chef/inspec/tree/v1.43.8) (2017-11-02)
410
+
411
+ #### Bug Fixes
412
+ - inspec compliance login: Ensure supplied server has a proper URI scheme [#2268](https://github.com/chef/inspec/pull/2268) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
413
+ - mount resource: fix for Device-/Sharenames and Mountpoints including … [#2257](https://github.com/chef/inspec/pull/2257) ([mgrobelin](https://github.com/mgrobelin))
414
+ - service resource: properly search for SysV Init S files [#2274](https://github.com/chef/inspec/pull/2274) ([Wing924](https://github.com/Wing924))
415
+
416
+ ## [v1.43.5](https://github.com/chef/inspec/tree/v1.43.5) (2017-10-26)
417
+
418
+ #### New Resources
419
+ - new resource: elasticsearch resource, test cluster/node state [#2261](https://github.com/chef/inspec/pull/2261) ([adamleff](https://github.com/adamleff))
420
+ - cpan resource: check for Perl module installation [#2254](https://github.com/chef/inspec/pull/2254) ([mgrobelin](https://github.com/mgrobelin))
421
+ - cran resource: check for R module installation [#2255](https://github.com/chef/inspec/pull/2255) ([mgrobelin](https://github.com/mgrobelin))
422
+
423
+ #### Enhancements
424
+ - Include ref when writing out inspec control objects [#2259](https://github.com/chef/inspec/pull/2259) ([arlimus](https://github.com/arlimus))
425
+ - Add Chef Automate support to `inspec compliance login` [#2203](https://github.com/chef/inspec/pull/2203) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
426
+
427
+ #### Bug Fixes
428
+ - Fix regression when uploading compliance profiles [#2264](https://github.com/chef/inspec/pull/2264) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
429
+
430
+ ## [v1.42.3](https://github.com/chef/inspec/tree/v1.42.3) (2017-10-19)
431
+
432
+ #### Enhancements
433
+ - etc_fstab resource: properly namespace the resource, add nfs_file_systems documentation [#2190](https://github.com/chef/inspec/pull/2190) ([jburns12](https://github.com/jburns12))
434
+ - Uses netstat to detect open ports on AIX [#2210](https://github.com/chef/inspec/pull/2210) ([cattywampus](https://github.com/cattywampus))
435
+ - Add missed &#39;html&#39; to &#39;format&#39; option explanation and arrange formatters in alphabetical order [#2244](https://github.com/chef/inspec/pull/2244) ([strangeman](https://github.com/strangeman))
436
+ - Add inspec habitat profile setup command [#2239](https://github.com/chef/inspec/pull/2239) ([adamleff](https://github.com/adamleff))
437
+ - Extend Windows ACL matchers [#1744](https://github.com/chef/inspec/pull/1744) ([TheLonelyGhost](https://github.com/TheLonelyGhost))
438
+ - windows_hotfix resource: Replace WMI query with PowerShell cmdlet &quot;get-hotfix&quot; [#2252](https://github.com/chef/inspec/pull/2252) ([mattray](https://github.com/mattray))
439
+
440
+ #### Bug Fixes
441
+ - Resolve the weird encoding issue within inspec shell [#2234](https://github.com/chef/inspec/pull/2234) ([username-is-already-taken2](https://github.com/username-is-already-taken2))
442
+ - Fix typo in error message in postgres resource [#2248](https://github.com/chef/inspec/pull/2248) ([rndmh3ro](https://github.com/rndmh3ro))
443
+ - Support PAX-formatted tar files, standardize file lists [#2225](https://github.com/chef/inspec/pull/2225) ([adamleff](https://github.com/adamleff))
444
+ - Fix port ressource ss line parsing [#2243](https://github.com/chef/inspec/pull/2243) ([narkaTee](https://github.com/narkaTee))
445
+ - Fix `only_if` behavior when used outside controls [#2216](https://github.com/chef/inspec/pull/2216) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
446
+
447
+ #### Merged Pull Requests
448
+ - Update the profile tempate [#2238](https://github.com/chef/inspec/pull/2238) ([nathenharvey](https://github.com/nathenharvey))
449
+ - Fix documentation of `split` matcher [#2240](https://github.com/chef/inspec/pull/2240) ([eramoto](https://github.com/eramoto))
450
+ - Squashed some unit test warnings [#2242](https://github.com/chef/inspec/pull/2242) ([username-is-already-taken2](https://github.com/username-is-already-taken2))
451
+
452
+ ## [v1.41.0](https://github.com/chef/inspec/tree/v1.41.0) (2017-10-09)
453
+
454
+ #### Enhancements
455
+ - Add bsd platform family to etc_hosts resource [#2192](https://github.com/chef/inspec/pull/2192) ([ctbarrett](https://github.com/ctbarrett))
456
+ - http resource: properly execute tests on remote target [#2209](https://github.com/chef/inspec/pull/2209) ([adamleff](https://github.com/adamleff))
457
+ - Add output for port/protocol for host resource. [#2202](https://github.com/chef/inspec/pull/2202) ([jquick](https://github.com/jquick))
458
+ - Update shell resource help to return what is defined [#2219](https://github.com/chef/inspec/pull/2219) ([jquick](https://github.com/jquick))
459
+ - processes resource: support busybox ps [#2222](https://github.com/chef/inspec/pull/2222) ([adamleff](https://github.com/adamleff))
460
+ - Enhance cmp matcher to work with symbols, fix file documentation [#2224](https://github.com/chef/inspec/pull/2224) ([adamleff](https://github.com/adamleff))
461
+
462
+ #### Bug Fixes
463
+ - Add nil check for sshd config file [#2217](https://github.com/chef/inspec/pull/2217) ([jquick](https://github.com/jquick))
464
+ - Support symbol keys in ObjectTraverser [#2221](https://github.com/chef/inspec/pull/2221) ([adamleff](https://github.com/adamleff))
465
+ - Fix loading profile files when executing multiple profiles [#2223](https://github.com/chef/inspec/pull/2223) ([adamleff](https://github.com/adamleff))
466
+ - ssl resource: properly raise error when unable to determine if port is enabled [#2205](https://github.com/chef/inspec/pull/2205) ([jquick](https://github.com/jquick))
467
+
468
+ ## [v1.40.0](https://github.com/chef/inspec/tree/v1.40.0) (2017-09-28)
469
+
470
+ #### New Resources
471
+ - firewalld resource: inspect the status and configuration of firewalld [#2074](https://github.com/chef/inspec/pull/2074) ([dromazmj](https://github.com/dromazmj))
472
+
473
+ ## [v1.39.0](https://github.com/chef/inspec/tree/v1.39.0) (2017-09-25)
474
+
475
+ #### New Resources
476
+ - windows_hotfix resource: test whether a Windows HotFix is installed [#2178](https://github.com/chef/inspec/pull/2178) ([mattray](https://github.com/mattray))
477
+ - etc_hosts_allow and etc_hosts_deny resources: test the content of the tcpwrappers configuration files [#2073](https://github.com/chef/inspec/pull/2073) ([dromazmj](https://github.com/dromazmj))
478
+
479
+ #### Merged Pull Requests
480
+ - Bump train to 0.28 to allow for more net-ssh versions [#2185](https://github.com/chef/inspec/pull/2185) ([adamleff](https://github.com/adamleff))
481
+
482
+ ## [v1.38.8](https://github.com/chef/inspec/tree/v1.38.8) (2017-09-23)
483
+
484
+ #### New Resources
485
+ - auditd resource: test active auditd configuration against the audit daemon [#2133](https://github.com/chef/inspec/pull/2133) ([jburns12](https://github.com/jburns12))
486
+
487
+ #### Enhancements
488
+ - Add wildcard support to `Utils::FindFiles` [#2159](https://github.com/chef/inspec/pull/2159) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
489
+ - Add wildcard/multiple server support to nginx_conf resource [#2141](https://github.com/chef/inspec/pull/2141) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
490
+ - Support array syntax for registry_key resource [#2160](https://github.com/chef/inspec/pull/2160) ([adamleff](https://github.com/adamleff))
491
+ - forgiving default attributes [#2177](https://github.com/chef/inspec/pull/2177) ([arlimus](https://github.com/arlimus))
492
+
493
+ #### Bug Fixes
494
+ - Modify `DirProvider` to allow special characters [#2174](https://github.com/chef/inspec/pull/2174) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
495
+ - Properly return postgres query errors on failure [#2179](https://github.com/chef/inspec/pull/2179) ([adamleff](https://github.com/adamleff))
496
+ - Update method in which Pry hooks are removed [#2170](https://github.com/chef/inspec/pull/2170) ([adamleff](https://github.com/adamleff))
497
+ - quote username and hostname in mssql_session.rb [#2151](https://github.com/chef/inspec/pull/2151) ([bratdim](https://github.com/bratdim))
498
+ - Support `false` for attribute value [#2168](https://github.com/chef/inspec/pull/2168) ([adamleff](https://github.com/adamleff))
499
+ - Modify Upstart enabled check to use config file [#2163](https://github.com/chef/inspec/pull/2163) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
500
+
501
+ #### Merged Pull Requests
502
+ - Add deprecation warning to auditd_rules resource [#2156](https://github.com/chef/inspec/pull/2156) ([adamleff](https://github.com/adamleff))
503
+ - Bump train to 0.27 [#2180](https://github.com/chef/inspec/pull/2180) ([adamleff](https://github.com/adamleff))
504
+
505
+ ## [v1.37.6](https://github.com/chef/inspec/tree/v1.37.6) (2017-09-14)
506
+
507
+ #### New Resources
508
+ - etc_fstab resource: test contents of the /etc/fstab file [#2064](https://github.com/chef/inspec/pull/2064) ([dromazmj](https://github.com/dromazmj))
509
+ - nginx resource: audit the nginx binary and how it was compiled [#1958](https://github.com/chef/inspec/pull/1958) ([rx294](https://github.com/rx294))
510
+
511
+ #### Enhancements
512
+ - Support profile versions for automate profiles storage [#2128](https://github.com/chef/inspec/pull/2128) ([alexpop](https://github.com/alexpop))
513
+ - Show versions for inspec compliance profiles [#2143](https://github.com/chef/inspec/pull/2143) ([alexpop](https://github.com/alexpop))
514
+
515
+ #### Bug Fixes
516
+ - Ignore linked container names when parsing docker containers [#2134](https://github.com/chef/inspec/pull/2134) ([adamleff](https://github.com/adamleff))
517
+ - package resource: assume a default Homebrew path [#2140](https://github.com/chef/inspec/pull/2140) ([adamleff](https://github.com/adamleff))
518
+
519
+ #### Merged Pull Requests
520
+ - Bump Ruby to 2.3.5 for Omnibus build [#2149](https://github.com/chef/inspec/pull/2149) ([adamleff](https://github.com/adamleff))
521
+
522
+ ## [v1.36.1](https://github.com/chef/inspec/tree/v1.36.1) (2017-09-07)
523
+
524
+ #### Enhancements
525
+ - File Resource: add be_setgid, be_setuid, be_sticky matchers [#2104](https://github.com/chef/inspec/pull/2104) ([clintoncwolfe](https://github.com/clintoncwolfe))
526
+ - add nginx_conf accessors for http, servers, and locations [#2119](https://github.com/chef/inspec/pull/2119) ([arlimus](https://github.com/arlimus))
527
+
528
+ #### Bug Fixes
529
+ - Modify linux regular expression to handle process names with spaces [#2117](https://github.com/chef/inspec/pull/2117) ([ChadScott](https://github.com/ChadScott))
530
+ - Fix alternate path profile chaining [#2121](https://github.com/chef/inspec/pull/2121) ([trevor-vaughan](https://github.com/trevor-vaughan))
531
+
532
+ ## [v1.35.1](https://github.com/chef/inspec/tree/v1.35.1) (2017-08-31)
533
+
534
+ #### New Resources
535
+ - aide_conf resource: test configuration of the AIDE file integrity tool [#2063](https://github.com/chef/inspec/pull/2063) ([jburns12](https://github.com/jburns12))
536
+ - Add support for XML files [#2107](https://github.com/chef/inspec/pull/2107) ([jonathanmorley](https://github.com/jonathanmorley))
537
+ - etc_hosts resource: test the contents of the /etc/hosts file [#2065](https://github.com/chef/inspec/pull/2065) ([dromazmj](https://github.com/dromazmj))
538
+
539
+ #### Enhancements
540
+ - pip resource: support non-default pip locations, such as virtualenvs [#2097](https://github.com/chef/inspec/pull/2097) ([tonybaloney](https://github.com/tonybaloney))
541
+ - port resource: support ss instead of netstat [#2110](https://github.com/chef/inspec/pull/2110) ([adamleff](https://github.com/adamleff))
542
+
543
+ #### Bug Fixes
544
+ - auditd_rules resource: fix get_keys error on lines that have no keys [#2103](https://github.com/chef/inspec/pull/2103) ([jburns12](https://github.com/jburns12))
545
+ - http resource: prevent repeat calls during a control with multiple tests [#2108](https://github.com/chef/inspec/pull/2108) ([mivok](https://github.com/mivok))
546
+ - Support mixed-case group entries [#2101](https://github.com/chef/inspec/pull/2101) ([adamleff](https://github.com/adamleff))
547
+
548
+ #### Merged Pull Requests
549
+ - Add sensitive flag to resources to restrict logging output [#2017](https://github.com/chef/inspec/pull/2017) ([arothian](https://github.com/arothian))
550
+
551
+ ## [v1.34.1](https://github.com/chef/inspec/tree/v1.34.1) (2017-08-24)
552
+
553
+ #### Enhancements
554
+ - Refine the profile/test summary output of the CLI formatter [#2094](https://github.com/chef/inspec/pull/2094) ([adamleff](https://github.com/adamleff))
555
+
556
+ ## [v1.33.12](https://github.com/chef/inspec/tree/v1.33.12) (2017-08-18)
557
+
558
+ #### Bug Fixes
559
+ - fix command.exists for mock environments [#2056](https://github.com/chef/inspec/pull/2056) ([chris-rock](https://github.com/chris-rock))
560
+ - Add missing command mocks to fix tests after train 0.26.1 upgrade [#2069](https://github.com/chef/inspec/pull/2069) ([adamleff](https://github.com/adamleff))
561
+ - Assume sqlplus as oracle_session as default for mock environments [#2057](https://github.com/chef/inspec/pull/2057) ([chris-rock](https://github.com/chris-rock))
562
+ - add mock support for os_env resource [#2070](https://github.com/chef/inspec/pull/2070) ([chris-rock](https://github.com/chris-rock))
563
+ - Moves logic from os_env from initialize phase to runtime phase [#2072](https://github.com/chef/inspec/pull/2072) ([chris-rock](https://github.com/chris-rock))
564
+ - fix case where skip is called for os_env [#2078](https://github.com/chef/inspec/pull/2078) ([chris-rock](https://github.com/chris-rock))
565
+ - [docker_container] fix repo property [#2083](https://github.com/chef/inspec/pull/2083) ([srenatus](https://github.com/srenatus))
566
+ - Properly handle held packages on dpkg-flavored OS [#2087](https://github.com/chef/inspec/pull/2087) ([adamleff](https://github.com/adamleff))
567
+
568
+ #### Merged Pull Requests
569
+ - add functional tests for inspec check [#2077](https://github.com/chef/inspec/pull/2077) ([chris-rock](https://github.com/chris-rock))
570
+ - Move bug fixes in CHANGELOG to correct header [#2089](https://github.com/chef/inspec/pull/2089) ([adamleff](https://github.com/adamleff))
571
+
572
+ ## [v1.33.1](https://github.com/chef/inspec/tree/v1.33.1) (2017-08-10)
573
+
574
+ #### Features & Enhancements
575
+ - New &#39;be_in&#39; matcher for matching against values in a list [#2022](https://github.com/chef/inspec/pull/2022) ([rx294](https://github.com/rx294))
576
+
577
+ #### Merged Pull Requests
578
+ - Fix docker_container.tag to use last element of image [#2052](https://github.com/chef/inspec/pull/2052) ([mattlqx](https://github.com/mattlqx))
579
+ - Bump project minor version, bump train dependency version [#2058](https://github.com/chef/inspec/pull/2058) ([adamleff](https://github.com/adamleff))
580
+
581
+ ## [v1.32.1](https://github.com/chef/inspec/tree/v1.32.1) (2017-08-03)
582
+
583
+ #### Merged Pull Requests
584
+ - bug fix: properly support profile files that are more than one directory deep
585
+ - bug fix: fix mysql_session resource to not use socket for host target [#2020](https://github.com/chef/inspec/pull/2020) ([n-rodriguez](https://github.com/n-rodriguez))
586
+ - host resource now properly handles localhost lookup
587
+ - bugfix: empty file strings from archive readers [#2027](https://github.com/chef/inspec/pull/2027) ([arlimus](https://github.com/arlimus))
588
+ - Fix issue when xinetd.conf does not end in newline [#2040](https://github.com/chef/inspec/pull/2040) ([kareiva](https://github.com/kareiva))
589
+ - catch newline issues in xinet.d [#2043](https://github.com/chef/inspec/pull/2043) ([arlimus](https://github.com/arlimus))
590
+ - Prep for 1.32.0 release [#2046](https://github.com/chef/inspec/pull/2046) ([adamleff](https://github.com/adamleff))
591
+
592
+
593
+
594
+ ## [v1.31.1](https://github.com/chef/inspec/tree/v1.31.1) (2017-07-06)
595
+ [Full Changelog](https://github.com/chef/inspec/compare/v1.31.0...v1.31.1)
596
+
597
+ **Fixed bugs:**
598
+
599
+ - host resource: fix netcat detection [\#1995](https://github.com/chef/inspec/pull/1995) ([adamleff](https://github.com/adamleff))
600
+
601
+ ## [v1.31.0](https://github.com/chef/inspec/tree/v1.31.0) (2017-07-06)
602
+ [Full Changelog](https://github.com/chef/inspec/compare/v1.30.0...v1.31.0)
603
+
604
+ **Implemented enhancements:**
605
+
606
+ - Add support for ncat in host resource for CoreOS [\#1993](https://github.com/chef/inspec/pull/1993) ([adamleff](https://github.com/adamleff))
607
+ - New postgres\_hba\_conf resource [\#1964](https://github.com/chef/inspec/pull/1964) ([aaronlippold](https://github.com/aaronlippold))
608
+ - New postgres\_ident\_conf resource [\#1963](https://github.com/chef/inspec/pull/1963) ([aaronlippold](https://github.com/aaronlippold))
609
+
610
+ **Fixed bugs:**
611
+
612
+ - Fix formatter when two profiles have the same name [\#1991](https://github.com/chef/inspec/pull/1991) ([adamleff](https://github.com/adamleff))
613
+ - Fix host resolution on Darwin, use dig wherever possible [\#1986](https://github.com/chef/inspec/pull/1986) ([adamleff](https://github.com/adamleff))
614
+ - updated postgres\_session resource properly escape queries [\#1939](https://github.com/chef/inspec/pull/1939) ([aaronlippold](https://github.com/aaronlippold))
615
+
616
+ ## [v1.30.0](https://github.com/chef/inspec/tree/v1.30.0) (2017-06-29)
617
+ [Full Changelog](https://github.com/chef/inspec/compare/v1.29.0...v1.30.0)
618
+
619
+ **Implemented enhancements:**
620
+
621
+ - Ensure docker resource works with docker 1.13+ [\#1966](https://github.com/chef/inspec/pull/1966) ([chris-rock](https://github.com/chris-rock))
622
+ - Add `rpm\_dbpath` support to the package resource [\#1960](https://github.com/chef/inspec/pull/1960) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
623
+ - Allow mysql resource to accept socket path [\#1933](https://github.com/chef/inspec/pull/1933) ([rshade](https://github.com/rshade))
624
+ - add nginx\_conf resource [\#1889](https://github.com/chef/inspec/pull/1889) ([arlimus](https://github.com/arlimus))
625
+ - oracle\_session and mssql\_session improvement [\#1857](https://github.com/chef/inspec/pull/1857) ([chris-rock](https://github.com/chris-rock))
626
+
627
+ **Fixed bugs:**
628
+
629
+ - Fix socket handling in mysql resource [\#1971](https://github.com/chef/inspec/pull/1971) ([chris-rock](https://github.com/chris-rock))
630
+ - Fix typo in the version\_from\_dir method in postgres\_session resource [\#1962](https://github.com/chef/inspec/pull/1962) ([aaronlippold](https://github.com/aaronlippold))
631
+ - make postgres resource working in mock runner \(for inspec check\) [\#1961](https://github.com/chef/inspec/pull/1961) ([chris-rock](https://github.com/chris-rock))
632
+ - Fix directory resource output and exists check [\#1950](https://github.com/chef/inspec/pull/1950) ([adamleff](https://github.com/adamleff))
633
+ - Fix postgres\_conf ability to test parameters that have a dot in them [\#1938](https://github.com/chef/inspec/pull/1938) ([aaronlippold](https://github.com/aaronlippold))
634
+
635
+ ## [v1.29.0](https://github.com/chef/inspec/tree/v1.29.0) (2017-06-22)
636
+ [Full Changelog](https://github.com/chef/inspec/compare/v1.28.1...v1.29.0)
637
+
638
+ **Fixed bugs:**
639
+
640
+ - Don't send HTTP headers that have nil values [\#1948](https://github.com/chef/inspec/pull/1948) ([adamleff](https://github.com/adamleff))
641
+ - small typo in the postgres resource with exist? function and assignment of data\_dir\_loc. [\#1937](https://github.com/chef/inspec/pull/1937) ([aaronlippold](https://github.com/aaronlippold))
642
+ - reject `nil` as a command input [\#1863](https://github.com/chef/inspec/pull/1863) ([arlimus](https://github.com/arlimus))
643
+
644
+ ## [v1.28.1](https://github.com/chef/inspec/tree/v1.28.1) (2017-06-16)
645
+ [Full Changelog](https://github.com/chef/inspec/compare/v1.28.0...v1.28.1)
646
+
647
+ **Implemented enhancements:**
648
+
649
+ - Adding toml resource [\#1924](https://github.com/chef/inspec/pull/1924) ([nsdavidson](https://github.com/nsdavidson))
650
+
651
+ **Fixed bugs:**
652
+
653
+ - Update zlib to 1.2.11 to address known CVEs [\#1934](https://github.com/chef/inspec/issues/1934)
654
+
655
+ ## [v1.28.0](https://github.com/chef/inspec/tree/v1.28.0) (2017-06-15)
656
+ [Full Changelog](https://github.com/chef/inspec/compare/v1.27.0...v1.28.0)
657
+
658
+ **Implemented enhancements:**
659
+
660
+ - Add support for CoreOS to the service resource [\#1928](https://github.com/chef/inspec/pull/1928) ([rarenerd](https://github.com/rarenerd))
661
+ - Host resource ping method should return stdout [\#1927](https://github.com/chef/inspec/pull/1927) ([justincmoy](https://github.com/justincmoy))
662
+ - Add TCP reachability support on Linux for host resource [\#1915](https://github.com/chef/inspec/pull/1915) ([adamleff](https://github.com/adamleff))
663
+ - Adds support for iis\_app InSpec testing [\#1905](https://github.com/chef/inspec/pull/1905) ([EasyAsABC123](https://github.com/EasyAsABC123))
664
+ - Add support for virtualization resource [\#1803](https://github.com/chef/inspec/pull/1803) ([tkak](https://github.com/tkak))
665
+
666
+ **Fixed bugs:**
667
+
668
+ - Error when listing compliance profiles against Automate pre 0.8 [\#1921](https://github.com/chef/inspec/issues/1921)
669
+ - Unexpected `nil` authentication with `inspec exec -t` and WinRM [\#1901](https://github.com/chef/inspec/issues/1901)
670
+ - inspec exec with --json-config option having multiple node information [\#1897](https://github.com/chef/inspec/issues/1897)
671
+ - describe package failing in newer version [\#1797](https://github.com/chef/inspec/issues/1797)
672
+ - Fix detection of Automate pre-0.8.x in Compliance::API [\#1922](https://github.com/chef/inspec/pull/1922) ([adamleff](https://github.com/adamleff))
673
+ - bugfix: reading tgz files with binread [\#1920](https://github.com/chef/inspec/pull/1920) ([arlimus](https://github.com/arlimus))
674
+ - fix intermitten functional vendor test failures [\#1919](https://github.com/chef/inspec/pull/1919) ([arlimus](https://github.com/arlimus))
675
+ - enforce option values where needed [\#1918](https://github.com/chef/inspec/pull/1918) ([arlimus](https://github.com/arlimus))
676
+ - inspec archive for tgz files on windows [\#1907](https://github.com/chef/inspec/pull/1907) ([arlimus](https://github.com/arlimus))
677
+ - reading binary profile data on windows [\#1906](https://github.com/chef/inspec/pull/1906) ([arlimus](https://github.com/arlimus))
678
+ - remove duplicate message in describe.one blocks [\#1896](https://github.com/chef/inspec/pull/1896) ([arlimus](https://github.com/arlimus))
679
+
680
+ ## [v1.27.0](https://github.com/chef/inspec/tree/v1.27.0) (2017-06-06)
681
+ [Full Changelog](https://github.com/chef/inspec/compare/v1.26.0...v1.27.0)
682
+
683
+ **Implemented enhancements:**
684
+
685
+ - Support special cases for crontab resource [\#1893](https://github.com/chef/inspec/pull/1893) ([arlimus](https://github.com/arlimus))
686
+ - add the Nginx parser [\#1888](https://github.com/chef/inspec/pull/1888) ([arlimus](https://github.com/arlimus))
687
+ - support FIPS 140-2 compliant digest calls [\#1887](https://github.com/chef/inspec/pull/1887) ([arlimus](https://github.com/arlimus))
688
+ - Add windows support to the `processes` resource [\#1878](https://github.com/chef/inspec/pull/1878) ([username-is-already-taken2](https://github.com/username-is-already-taken2))
689
+ - add bitbucket repo url handling [\#1866](https://github.com/chef/inspec/pull/1866) ([stubblyhead](https://github.com/stubblyhead))
690
+ - Commenting the `contain\_duplicates` deprecation until we have a good alternative [\#1860](https://github.com/chef/inspec/pull/1860) ([alexpop](https://github.com/alexpop))
691
+ - verifies that inspec.yml uses licenses in SPDX format [\#1858](https://github.com/chef/inspec/pull/1858) ([chris-rock](https://github.com/chris-rock))
692
+ - funtion to get pgsql version, exposed version, cluster and fixed session [\#1758](https://github.com/chef/inspec/pull/1758) ([aaronlippold](https://github.com/aaronlippold))
693
+
694
+ **Fixed bugs:**
695
+
696
+ - Use RubyGems version for habitat plan [\#1883](https://github.com/chef/inspec/pull/1883) ([smith](https://github.com/smith))
697
+ - Fix version method call for refresh token [\#1875](https://github.com/chef/inspec/pull/1875) ([ndobson](https://github.com/ndobson))
698
+ - Add warningaction to test-netconnection [\#1869](https://github.com/chef/inspec/pull/1869) ([seththoenen](https://github.com/seththoenen))
699
+ - Fix parameters to `find` commands [\#1856](https://github.com/chef/inspec/pull/1856) ([chris-rock](https://github.com/chris-rock))
700
+ - Fix command exists check on Windows with full paths [\#1850](https://github.com/chef/inspec/pull/1850) ([username-is-already-taken2](https://github.com/username-is-already-taken2))
701
+ - Fix compliance uploads when version is not present [\#1849](https://github.com/chef/inspec/pull/1849) ([adamleff](https://github.com/adamleff))
702
+
703
+ ## [v1.26.0](https://github.com/chef/inspec/tree/v1.26.0) (2017-05-31)
704
+ [Full Changelog](https://github.com/chef/inspec/compare/v1.25.1...v1.26.0)
705
+
706
+ **Implemented enhancements:**
707
+
708
+ - Bump default timeouts for `http` resource [\#1835](https://github.com/chef/inspec/pull/1835) ([schisamo](https://github.com/schisamo))
709
+ - Improvements to Habitat plan [\#1820](https://github.com/chef/inspec/pull/1820) ([smith](https://github.com/smith))
710
+
711
+ **Fixed bugs:**
712
+
713
+ - adjust localhost+sudo test output to train update [\#1873](https://github.com/chef/inspec/pull/1873) ([arlimus](https://github.com/arlimus))
714
+ - sudo-detection for target execution [\#1870](https://github.com/chef/inspec/pull/1870) ([arlimus](https://github.com/arlimus))
715
+ - bugfix: do not send nil to command on unsupported OS [\#1865](https://github.com/chef/inspec/pull/1865) ([arlimus](https://github.com/arlimus))
716
+ - bugfix: non-url servers with compliance login [\#1861](https://github.com/chef/inspec/pull/1861) ([arlimus](https://github.com/arlimus))
717
+ - Raise exception if profile target URL cannot be parsed [\#1853](https://github.com/chef/inspec/pull/1853) ([adamleff](https://github.com/adamleff))
718
+ - postgres relative path includes [\#1852](https://github.com/chef/inspec/pull/1852) ([aaronlippold](https://github.com/aaronlippold))
719
+ - Amended the processes resource to skip on windows [\#1851](https://github.com/chef/inspec/pull/1851) ([username-is-already-taken2](https://github.com/username-is-already-taken2))
720
+ - Fix assert that a gem is not installed [\#1844](https://github.com/chef/inspec/pull/1844) ([cattywampus](https://github.com/cattywampus))
721
+ - Habitat Profiles: redirect stderr to stdout [\#1826](https://github.com/chef/inspec/pull/1826) ([adamleff](https://github.com/adamleff))
722
+
723
+ ## [v1.25.1](https://github.com/chef/inspec/tree/v1.25.1) (2017-05-20)
724
+ [Full Changelog](https://github.com/chef/inspec/compare/v1.25.0...v1.25.1)
725
+
726
+ **Implemented enhancements:**
727
+
728
+ - throw an error during inspec check if the version is not correct [\#1832](https://github.com/chef/inspec/pull/1832) ([chris-rock](https://github.com/chris-rock))
729
+
730
+ **Fixed bugs:**
731
+
732
+ - Fixing typo on method name [\#1841](https://github.com/chef/inspec/pull/1841) ([cheeseplus](https://github.com/cheeseplus))
733
+
734
+ ## [v1.25.0](https://github.com/chef/inspec/tree/v1.25.0) (2017-05-17)
735
+ [Full Changelog](https://github.com/chef/inspec/compare/v1.24.0...v1.25.0)
736
+
737
+ **Implemented enhancements:**
738
+
739
+ - return version as json [\#1822](https://github.com/chef/inspec/pull/1822) ([chris-rock](https://github.com/chris-rock))
740
+ - support new automate compliance backend [\#1819](https://github.com/chef/inspec/pull/1819) ([chris-rock](https://github.com/chris-rock))
741
+
742
+ **Fixed bugs:**
743
+
744
+ - read source code if profile is in tgz/zip [\#1816](https://github.com/chef/inspec/pull/1816) ([arlimus](https://github.com/arlimus))
745
+
746
+ ## [v1.24.0](https://github.com/chef/inspec/tree/v1.24.0) (2017-05-11)
747
+ [Full Changelog](https://github.com/chef/inspec/compare/v1.23.0...v1.24.0)
748
+
749
+ **Implemented enhancements:**
750
+
751
+ - minor ui fix [\#1807](https://github.com/chef/inspec/pull/1807) ([echohack](https://github.com/echohack))
752
+ - Add busybox-static to habitat plan so netstat works for port resource on linux [\#1805](https://github.com/chef/inspec/pull/1805) ([elliott-davis](https://github.com/elliott-davis))
753
+ - add sha256 checksum to json [\#1796](https://github.com/chef/inspec/pull/1796) ([arlimus](https://github.com/arlimus))
754
+ - add platform info to json formatter [\#1792](https://github.com/chef/inspec/pull/1792) ([arlimus](https://github.com/arlimus))
755
+ - Update hab exporter to use inspec in path over calling to hab sup [\#1791](https://github.com/chef/inspec/pull/1791) ([elliott-davis](https://github.com/elliott-davis))
756
+ - Add support for Windows auth in mssql\_resourcet [\#1786](https://github.com/chef/inspec/pull/1786) ([arlimus](https://github.com/arlimus))
757
+ - Allow mysql\_session to test databases on different hosts [\#1779](https://github.com/chef/inspec/pull/1779) ([aaronlippold](https://github.com/aaronlippold))
758
+ - Handle parse errors for attrs/secrets [\#1775](https://github.com/chef/inspec/pull/1775) ([adamleff](https://github.com/adamleff))
759
+
760
+ ## [v1.23.0](https://github.com/chef/inspec/tree/v1.23.0) (2017-05-04)
761
+ [Full Changelog](https://github.com/chef/inspec/compare/v1.22.0...v1.23.0)
762
+
763
+ **Implemented enhancements:**
764
+
765
+ - Add command-line completions for fish shell [\#1760](https://github.com/chef/inspec/pull/1760) ([smith](https://github.com/smith))
766
+
767
+ **Merged pull requests:**
768
+
769
+ - rake: lint before test [\#1755](https://github.com/chef/inspec/pull/1755) ([arlimus](https://github.com/arlimus))
770
+
771
+ ## [v1.22.0](https://github.com/chef/inspec/tree/v1.22.0) (2017-04-27)
772
+ [Full Changelog](https://github.com/chef/inspec/compare/v1.21.0...v1.22.0)
773
+
774
+ ## [v1.21.0](https://github.com/chef/inspec/tree/v1.21.0) (2017-04-24)
775
+ [Full Changelog](https://github.com/chef/inspec/compare/v1.20.0...v1.21.0)
776
+
777
+ ## [v1.20.0](https://github.com/chef/inspec/tree/v1.20.0) (2017-04-13)
778
+ [Full Changelog](https://github.com/chef/inspec/compare/v1.19.2...v1.20.0)
779
+
780
+ **Fixed bugs:**
781
+
782
+ - gem resource :chef symbol isn't valid on Windows [\#1645](https://github.com/chef/inspec/issues/1645)
783
+
784
+ **Closed issues:**
785
+
786
+ - List on-tap hard to use [\#1644](https://github.com/chef/inspec/issues/1644)
787
+ - inspec vendor meta profiles fails when dependency profile is in Automate asset store [\#1632](https://github.com/chef/inspec/issues/1632)
788
+ - cannot upload meta profile to Automate [\#1631](https://github.com/chef/inspec/issues/1631)
789
+
790
+ **Merged pull requests:**
791
+
792
+ - Release 1.20.0 [\#1657](https://github.com/chef/inspec/pull/1657) ([adamleff](https://github.com/adamleff))
793
+ - Habitat packages should run as root [\#1656](https://github.com/chef/inspec/pull/1656) ([adamleff](https://github.com/adamleff))
794
+ - harmonize compliance profiles view with supermarket views [\#1654](https://github.com/chef/inspec/pull/1654) ([chris-rock](https://github.com/chris-rock))
795
+ - \[www\] Update community page [\#1651](https://github.com/chef/inspec/pull/1651) ([adamleff](https://github.com/adamleff))
796
+ - Fix gem resource on Windows [\#1650](https://github.com/chef/inspec/pull/1650) ([adamleff](https://github.com/adamleff))
797
+ - add support for hostname detection on macOS [\#1648](https://github.com/chef/inspec/pull/1648) ([chris-rock](https://github.com/chris-rock))
798
+ - allow Automate profile dependencies [\#1647](https://github.com/chef/inspec/pull/1647) ([jeremymv2](https://github.com/jeremymv2))
799
+ - pass options hash sans target key [\#1646](https://github.com/chef/inspec/pull/1646) ([jeremymv2](https://github.com/jeremymv2))
800
+ - add `rabbitmq\_config` resource [\#1639](https://github.com/chef/inspec/pull/1639) ([arlimus](https://github.com/arlimus))
801
+ - \[www\] Adding a website acceptance environment [\#1634](https://github.com/chef/inspec/pull/1634) ([adamleff](https://github.com/adamleff))
802
+ - Adding SNI utilization to ssl resource [\#1624](https://github.com/chef/inspec/pull/1624) ([supergicko](https://github.com/supergicko))
803
+ - Add OSX support for host resource [\#1608](https://github.com/chef/inspec/pull/1608) ([RyanJarv](https://github.com/RyanJarv))
804
+
805
+ ## [v1.19.2](https://github.com/chef/inspec/tree/v1.19.2) (2017-04-07)
806
+ [Full Changelog](https://github.com/chef/inspec/compare/v1.19.1...v1.19.2)
807
+
808
+ **Fixed bugs:**
809
+
810
+ - Bug or doc problem with `registry\_key` [\#1268](https://github.com/chef/inspec/issues/1268)
811
+
812
+ **Closed issues:**
813
+
814
+ - Strange `registry\_key` behavior \(Unable to get .NET Version\) [\#1131](https://github.com/chef/inspec/issues/1131)
815
+
816
+ **Merged pull requests:**
817
+
818
+ - Release 1.19.2 patch release [\#1638](https://github.com/chef/inspec/pull/1638) ([adamleff](https://github.com/adamleff))
819
+ - Fix and document registry issues [\#1635](https://github.com/chef/inspec/pull/1635) ([chris-rock](https://github.com/chris-rock))
820
+ - \[www\] Add warning to the http resource documentation [\#1623](https://github.com/chef/inspec/pull/1623) ([adamleff](https://github.com/adamleff))
821
+
822
+ ## [v1.19.1](https://github.com/chef/inspec/tree/v1.19.1) (2017-04-04)
823
+ [Full Changelog](https://github.com/chef/inspec/compare/v1.19.0...v1.19.1)
824
+
825
+ **Merged pull requests:**
826
+
827
+ - Releasing v1.19.1 [\#1628](https://github.com/chef/inspec/pull/1628) ([adamleff](https://github.com/adamleff))
828
+ - Loosen addressable version pin [\#1627](https://github.com/chef/inspec/pull/1627) ([adamleff](https://github.com/adamleff))
829
+
830
+ ## [v1.19.0](https://github.com/chef/inspec/tree/v1.19.0) (2017-04-04)
831
+ [Full Changelog](https://github.com/chef/inspec/compare/v1.18.0...v1.19.0)
832
+
833
+ **Implemented enhancements:**
834
+
835
+ - dh\_params resource \(proposed\) [\#1617](https://github.com/chef/inspec/issues/1617)
836
+ - Fix \#1617 Add dh\_params resource [\#1618](https://github.com/chef/inspec/pull/1618) ([4-20ma](https://github.com/4-20ma))
837
+ - Allow apache\_conf to include symlinked configuration files [\#1406](https://github.com/chef/inspec/pull/1406) ([carldjohnston](https://github.com/carldjohnston))
838
+
839
+ **Closed issues:**
840
+
841
+ - SSL Resource - Protocols Filter has wrong description [\#1620](https://github.com/chef/inspec/issues/1620)
842
+ - Inspec multi-server queries [\#1616](https://github.com/chef/inspec/issues/1616)
843
+
844
+ **Merged pull requests:**
845
+
846
+ - Releasing v1.19.0 [\#1626](https://github.com/chef/inspec/pull/1626) ([adamleff](https://github.com/adamleff))
847
+ - Fix protocols matcher text on ssl resource docs [\#1622](https://github.com/chef/inspec/pull/1622) ([adamleff](https://github.com/adamleff))
848
+ - Replace Nokogiri with REXML in the JUnit formatter [\#1621](https://github.com/chef/inspec/pull/1621) ([adamleff](https://github.com/adamleff))
849
+ - obvious fix in README.md [\#1619](https://github.com/chef/inspec/pull/1619) ([lucky-sideburn](https://github.com/lucky-sideburn))
850
+ - \[www\] Fixing rake www:release task [\#1611](https://github.com/chef/inspec/pull/1611) ([adamleff](https://github.com/adamleff))
851
+ - \[www\] Resurrect global message, promote ChefConf and NYC Meetup [\#1607](https://github.com/chef/inspec/pull/1607) ([adamleff](https://github.com/adamleff))
852
+
853
+ ## [v1.18.0](https://github.com/chef/inspec/tree/v1.18.0) (2017-03-30)
854
+ [Full Changelog](https://github.com/chef/inspec/compare/v1.17.0...v1.18.0)
855
+
856
+ **Implemented enhancements:**
857
+
858
+ - Requesting x509\_certificate and x509\_private\_key [\#1459](https://github.com/chef/inspec/issues/1459)
859
+ - generate profile CLI command [\#410](https://github.com/chef/inspec/issues/410)
860
+
861
+ **Fixed bugs:**
862
+
863
+ - YAML file extensions support only \(.yml\) [\#1569](https://github.com/chef/inspec/issues/1569)
864
+ - yum.repo with should\_not exist fails with NoMethodError: undefined method `\[\]' for nil:NilClass [\#1553](https://github.com/chef/inspec/issues/1553)
865
+
866
+ **Closed issues:**
867
+
868
+ - Cannot install on CentOS 7 [\#1609](https://github.com/chef/inspec/issues/1609)
869
+ - port should be\_listening busted in 1.17.0? [\#1602](https://github.com/chef/inspec/issues/1602)
870
+ - inspec fails to install on centos 7 [\#1597](https://github.com/chef/inspec/issues/1597)
871
+ - Invalid name argument error after upgrading Inspec [\#1588](https://github.com/chef/inspec/issues/1588)
872
+ - Fix-up www build processes due to Gemfile change [\#1586](https://github.com/chef/inspec/issues/1586)
873
+ - inspec outputs full hash when testing ini style file option with \[header\] [\#1541](https://github.com/chef/inspec/issues/1541)
874
+ - inspec compliance upload fails on automate server [\#1360](https://github.com/chef/inspec/issues/1360)
875
+ - Add JSON Schema validation [\#884](https://github.com/chef/inspec/issues/884)
876
+
877
+ **Merged pull requests:**
878
+
879
+ - Release v1.18.0 [\#1610](https://github.com/chef/inspec/pull/1610) ([adamleff](https://github.com/adamleff))
880
+ - Fix port resource for invalid IP address in netstat output [\#1603](https://github.com/chef/inspec/pull/1603) ([adamleff](https://github.com/adamleff))
881
+ - Remove errant puts in inspec habitat CLI command [\#1601](https://github.com/chef/inspec/pull/1601) ([adamleff](https://github.com/adamleff))
882
+ - Add docs for habitat CLI commands [\#1600](https://github.com/chef/inspec/pull/1600) ([adamleff](https://github.com/adamleff))
883
+ - Require Ruby 2.1 [\#1599](https://github.com/chef/inspec/pull/1599) ([adamleff](https://github.com/adamleff))
884
+ - Extend `gem` to take an optional `gem\_binary` [\#1596](https://github.com/chef/inspec/pull/1596) ([nvwls](https://github.com/nvwls))
885
+ - Feature/fix ability to pass in supermarket url [\#1595](https://github.com/chef/inspec/pull/1595) ([rylarson](https://github.com/rylarson))
886
+ - Support vendored profiles in Habitat-packaged profiles [\#1594](https://github.com/chef/inspec/pull/1594) ([adamleff](https://github.com/adamleff))
887
+ - Yum resource fix for non-existent repos and repo info [\#1593](https://github.com/chef/inspec/pull/1593) ([adamleff](https://github.com/adamleff))
888
+ - Fixing www/docs rake tasks [\#1591](https://github.com/chef/inspec/pull/1591) ([adamleff](https://github.com/adamleff))
889
+ - add tag object [\#1590](https://github.com/chef/inspec/pull/1590) ([chris-rock](https://github.com/chris-rock))
890
+ - Support YAML attributes files ending in .yaml [\#1589](https://github.com/chef/inspec/pull/1589) ([mr-exz](https://github.com/mr-exz))
891
+ - Fix Habitat plan for nokogiri support [\#1587](https://github.com/chef/inspec/pull/1587) ([adamleff](https://github.com/adamleff))
892
+ - x509\_certificate and key\_rsa resource [\#1567](https://github.com/chef/inspec/pull/1567) ([chris-rock](https://github.com/chris-rock))
893
+ - implement JSON schema for `inspec exec` json outputs [\#1564](https://github.com/chef/inspec/pull/1564) ([arlimus](https://github.com/arlimus))
894
+ - Provide a method-based accessor for SimpleConfig hashes [\#1544](https://github.com/chef/inspec/pull/1544) ([adamleff](https://github.com/adamleff))
895
+
896
+ ## [v1.17.0](https://github.com/chef/inspec/tree/v1.17.0) (2017-03-21)
897
+ [Full Changelog](https://github.com/chef/inspec/compare/v1.16.1...v1.17.0)
898
+
899
+ **Implemented enhancements:**
900
+
901
+ - Calendar for Line Chart [\#1558](https://github.com/chef/inspec/issues/1558)
902
+ - Need better error message for improper inspec.yml formatting [\#1549](https://github.com/chef/inspec/issues/1549)
903
+
904
+ **Fixed bugs:**
905
+
906
+ - cannot load such file -- nokogiri [\#1562](https://github.com/chef/inspec/issues/1562)
907
+ - Failure to parse tcp6 URI [\#1521](https://github.com/chef/inspec/issues/1521)
908
+
909
+ **Closed issues:**
910
+
911
+ - json resource array index access not working [\#1560](https://github.com/chef/inspec/issues/1560)
912
+ - Crontab regex matching [\#1526](https://github.com/chef/inspec/issues/1526)
913
+
914
+ **Merged pull requests:**
915
+
916
+ - Move simulator gems to www [\#1585](https://github.com/chef/inspec/pull/1585) ([adamleff](https://github.com/adamleff))
917
+ - release 1.17.0 [\#1583](https://github.com/chef/inspec/pull/1583) ([adamleff](https://github.com/adamleff))
918
+ - Fix omnibus configuration [\#1579](https://github.com/chef/inspec/pull/1579) ([adamleff](https://github.com/adamleff))
919
+ - moving the nokogiri reference into the gemspec file [\#1576](https://github.com/chef/inspec/pull/1576) ([jkerry](https://github.com/jkerry))
920
+ - Hide Event Feature on Homepage [\#1563](https://github.com/chef/inspec/pull/1563) ([hannah-radish](https://github.com/hannah-radish))
921
+ - Fix ObjectTraverser when accessing array values [\#1561](https://github.com/chef/inspec/pull/1561) ([adamleff](https://github.com/adamleff))
922
+ - Add additional example for matching crontab commands [\#1559](https://github.com/chef/inspec/pull/1559) ([adamleff](https://github.com/adamleff))
923
+ - Update file.md with example how to test symlinked files [\#1555](https://github.com/chef/inspec/pull/1555) ([nvtkaszpir](https://github.com/nvtkaszpir))
924
+ - Provide better error message when inspec.yml is invalid [\#1552](https://github.com/chef/inspec/pull/1552) ([adamleff](https://github.com/adamleff))
925
+ - try to use sysv fallback if is not producing proper output [\#1550](https://github.com/chef/inspec/pull/1550) ([chris-rock](https://github.com/chris-rock))
926
+ - update readme for install scripts [\#1548](https://github.com/chef/inspec/pull/1548) ([chris-rock](https://github.com/chris-rock))
927
+ - Fixing port check with v4 IPs in a v6 netstat line [\#1547](https://github.com/chef/inspec/pull/1547) ([adamleff](https://github.com/adamleff))
928
+ - Fixing a typo [\#1536](https://github.com/chef/inspec/pull/1536) ([tescalada](https://github.com/tescalada))
929
+ - windows\_task docs: Correct syntax error and misspelled word [\#1525](https://github.com/chef/inspec/pull/1525) ([spiffytech](https://github.com/spiffytech))
930
+
931
+ ## [v1.16.1](https://github.com/chef/inspec/tree/v1.16.1) (2017-03-06)
932
+ [Full Changelog](https://github.com/chef/inspec/compare/v1.16.0...v1.16.1)
933
+
934
+ **Fixed bugs:**
935
+
936
+ - "inspec version" waits for connection timeout inside firewall [\#1537](https://github.com/chef/inspec/issues/1537)
937
+
938
+ **Merged pull requests:**
939
+
940
+ - releasing 1.16.1 with a bug fix and omnibus fix [\#1540](https://github.com/chef/inspec/pull/1540) ([adamleff](https://github.com/adamleff))
941
+ - Fix omnibus build after new JUnit formatter [\#1539](https://github.com/chef/inspec/pull/1539) ([adamleff](https://github.com/adamleff))
942
+ - Avoid connection timeout of "inspec version" [\#1538](https://github.com/chef/inspec/pull/1538) ([makotots](https://github.com/makotots))
943
+ - Write Habitat-driven InSpec output to svc\_var directory [\#1533](https://github.com/chef/inspec/pull/1533) ([adamleff](https://github.com/adamleff))
944
+ - Updating .gitignore for Habitat and direnv [\#1531](https://github.com/chef/inspec/pull/1531) ([adamleff](https://github.com/adamleff))
945
+ - Ready for review - inspec.io bug fixes, \#1440, \#1420, \#1465, \#1421, \#1437,\#1226, \#1494, \#1495 [\#1512](https://github.com/chef/inspec/pull/1512) ([hannah-radish](https://github.com/hannah-radish))
946
+
947
+ ## [v1.16.0](https://github.com/chef/inspec/tree/v1.16.0) (2017-03-02)
948
+ [Full Changelog](https://github.com/chef/inspec/compare/v1.15.0...v1.16.0)
949
+
950
+ **Implemented enhancements:**
951
+
952
+ - jUnit reports are hard to read [\#1438](https://github.com/chef/inspec/issues/1438)
953
+ - Functional JUnit reporter [\#1454](https://github.com/chef/inspec/pull/1454) ([jkerry](https://github.com/jkerry))
954
+
955
+ **Closed issues:**
956
+
957
+ - Small bug on the registry\_key docs page [\#1523](https://github.com/chef/inspec/issues/1523)
958
+
959
+ **Merged pull requests:**
960
+
961
+ - 1.16.0 [\#1530](https://github.com/chef/inspec/pull/1530) ([adamleff](https://github.com/adamleff))
962
+ - use -- for description of inspec login\_automate [\#1527](https://github.com/chef/inspec/pull/1527) ([chris-rock](https://github.com/chris-rock))
963
+ - fix ident in cmp matcher docs [\#1524](https://github.com/chef/inspec/pull/1524) ([chris-rock](https://github.com/chris-rock))
964
+ - Add Rake to Habitat build Gemfile [\#1520](https://github.com/chef/inspec/pull/1520) ([adamleff](https://github.com/adamleff))
965
+ - Fix kernel\_module for centos/redhat [\#1513](https://github.com/chef/inspec/pull/1513) ([postgred](https://github.com/postgred))
966
+ - Added oracle linux to rhel platform section of 'service' resource. [\#1511](https://github.com/chef/inspec/pull/1511) ([carldjohnston](https://github.com/carldjohnston))
967
+ - Add FreeBSD support for ZFS datasets and pools [\#1501](https://github.com/chef/inspec/pull/1501) ([jbenden](https://github.com/jbenden))
968
+
969
+ ## [v1.15.0](https://github.com/chef/inspec/tree/v1.15.0) (2017-02-27)
970
+ [Full Changelog](https://github.com/chef/inspec/compare/v1.14.1...v1.15.0)
971
+
972
+ **Implemented enhancements:**
973
+
974
+ - Wrong rendering of InSpec.io header [\#1421](https://github.com/chef/inspec/issues/1421)
975
+
976
+ **Fixed bugs:**
977
+
978
+ - New Inspec.io is crashing on Edge if window is resized to a smaller window [\#1420](https://github.com/chef/inspec/issues/1420)
979
+
980
+ **Closed issues:**
981
+
982
+ - Colours and symbols broken on Windows [\#1508](https://github.com/chef/inspec/issues/1508)
983
+ - be\_reacheable matcher for host resource should not always use ping on linux [\#1504](https://github.com/chef/inspec/issues/1504)
984
+ - Inspec login fails [\#1503](https://github.com/chef/inspec/issues/1503)
985
+ - Develop an inspec test for selinux [\#1496](https://github.com/chef/inspec/issues/1496)
986
+ - Inspec.io: Add webinar/notifications bar in index.html [\#1495](https://github.com/chef/inspec/issues/1495)
987
+ - Inspec.io: Try Demo Button Bug [\#1494](https://github.com/chef/inspec/issues/1494)
988
+ - \[chef-compliance\] Scan Report Calculations [\#1491](https://github.com/chef/inspec/issues/1491)
989
+ - Create url for demo that can be pointed to from outbound campaigns [\#1485](https://github.com/chef/inspec/issues/1485)
990
+ - After inspec update from 1.5 to 1.10 it breaks with \[undefined method `\[\]=' for nil:NilClass\] [\#1456](https://github.com/chef/inspec/issues/1456)
991
+ - Inspec.io and IE11 [\#1437](https://github.com/chef/inspec/issues/1437)
992
+ - Link to robert\_config.rb is broken on inspec.io [\#1226](https://github.com/chef/inspec/issues/1226)
993
+
994
+ **Merged pull requests:**
995
+
996
+ - 1.15.0 [\#1519](https://github.com/chef/inspec/pull/1519) ([adamleff](https://github.com/adamleff))
997
+ - Fix formatting and colors on Windows [\#1510](https://github.com/chef/inspec/pull/1510) ([trickyearlobe](https://github.com/trickyearlobe))
998
+ - Adding a Habitat profile artifact creator [\#1505](https://github.com/chef/inspec/pull/1505) ([adamleff](https://github.com/adamleff))
999
+ - create inspec.io/tutorial.html [\#1490](https://github.com/chef/inspec/pull/1490) ([arlimus](https://github.com/arlimus))
1000
+ - Doc fix for SourceReaders::InspecReader [\#1489](https://github.com/chef/inspec/pull/1489) ([adamleff](https://github.com/adamleff))
1001
+ - Generate default profile names, fix bug when using multiple flat profiles [\#1488](https://github.com/chef/inspec/pull/1488) ([adamleff](https://github.com/adamleff))
1002
+ - Packages resource support for RedHat [\#1487](https://github.com/chef/inspec/pull/1487) ([alexpop](https://github.com/alexpop))
1003
+ - Adding new crontab resource [\#1482](https://github.com/chef/inspec/pull/1482) ([adamleff](https://github.com/adamleff))
1004
+ - Provide target info on shell invocation [\#1475](https://github.com/chef/inspec/pull/1475) ([adamleff](https://github.com/adamleff))
1005
+
1006
+ ## [v1.14.1](https://github.com/chef/inspec/tree/v1.14.1) (2017-02-10)
1007
+ [Full Changelog](https://github.com/chef/inspec/compare/v1.14.0...v1.14.1)
1008
+
1009
+ **Closed issues:**
1010
+
1011
+ - go /profiles service modifications [\#1483](https://github.com/chef/inspec/issues/1483)
1012
+ - inspec compliance login\* should support a hostname for the SERVER argument [\#1473](https://github.com/chef/inspec/issues/1473)
1013
+
1014
+ **Merged pull requests:**
1015
+
1016
+ - Skip packages resource for unsupported OS [\#1484](https://github.com/chef/inspec/pull/1484) ([alexpop](https://github.com/alexpop))
1017
+ - add Alex Pop to the list of maintainers [\#1481](https://github.com/chef/inspec/pull/1481) ([arlimus](https://github.com/arlimus))
1018
+ - remove Jason Reed from the list of maintainers [\#1480](https://github.com/chef/inspec/pull/1480) ([arlimus](https://github.com/arlimus))
1019
+ - Add Adam Leff as a maintainer [\#1479](https://github.com/chef/inspec/pull/1479) ([adamleff](https://github.com/adamleff))
1020
+
1021
+ ## [v1.14.0](https://github.com/chef/inspec/tree/v1.14.0) (2017-02-08)
1022
+ [Full Changelog](https://github.com/chef/inspec/compare/v1.13.0...v1.14.0)
1023
+
1024
+ **Fixed bugs:**
1025
+
1026
+ - map url to https for compliance plugin [\#1471](https://github.com/chef/inspec/pull/1471) ([arlimus](https://github.com/arlimus))
1027
+
1028
+ **Closed issues:**
1029
+
1030
+ - Display meaningful error message when uploading profiles to a server with self-signed certs [\#1469](https://github.com/chef/inspec/issues/1469)
1031
+
1032
+ **Merged pull requests:**
1033
+
1034
+ - Use RuboCop 0.39.0 \(same as chefstyle\) [\#1478](https://github.com/chef/inspec/pull/1478) ([tduffield](https://github.com/tduffield))
1035
+ - bugfix: warn users about insecure login requirements [\#1472](https://github.com/chef/inspec/pull/1472) ([arlimus](https://github.com/arlimus))
1036
+ - Add support for "inspec -v" showing the version [\#1470](https://github.com/chef/inspec/pull/1470) ([adamleff](https://github.com/adamleff))
1037
+ - Replace slack invite form on Community, fix surprise code example [\#1468](https://github.com/chef/inspec/pull/1468) ([adamleff](https://github.com/adamleff))
1038
+
1039
+ ## [v1.13.0](https://github.com/chef/inspec/tree/v1.13.0) (2017-02-07)
1040
+ [Full Changelog](https://github.com/chef/inspec/compare/v1.12.0...v1.13.0)
1041
+
1042
+ **Implemented enhancements:**
1043
+
1044
+ - add "packages" resource [\#1458](https://github.com/chef/inspec/pull/1458) ([jtimberman](https://github.com/jtimberman))
1045
+ - Provide a way to force it vs its for any argument [\#1457](https://github.com/chef/inspec/pull/1457) ([alexpop](https://github.com/alexpop))
1046
+
1047
+ **Closed issues:**
1048
+
1049
+ - Ignore me [\#1464](https://github.com/chef/inspec/issues/1464)
1050
+ - redirect URL downloads.inspec.io to https://downloads.chef.io/inspec [\#1462](https://github.com/chef/inspec/issues/1462)
1051
+
1052
+ ## [v1.12.0](https://github.com/chef/inspec/tree/v1.12.0) (2017-02-03)
1053
+ [Full Changelog](https://github.com/chef/inspec/compare/v1.11.0...v1.12.0)
1054
+
1055
+ **Implemented enhancements:**
1056
+
1057
+ - Allow setting of the tests array [\#1455](https://github.com/chef/inspec/pull/1455) ([alexpop](https://github.com/alexpop))
1058
+ - switch to faraday as http backend [\#1452](https://github.com/chef/inspec/pull/1452) ([chris-rock](https://github.com/chris-rock))
1059
+ - Add FilterTable support to processes resource [\#1451](https://github.com/chef/inspec/pull/1451) ([alexpop](https://github.com/alexpop))
1060
+
1061
+ **Closed issues:**
1062
+
1063
+ - `skip` parameter ignored inside `describe` block [\#1450](https://github.com/chef/inspec/issues/1450)
1064
+
1065
+ ## [v1.11.0](https://github.com/chef/inspec/tree/v1.11.0) (2017-02-01)
1066
+ [Full Changelog](https://github.com/chef/inspec/compare/v1.10.0...v1.11.0)
1067
+
1068
+ **Implemented enhancements:**
1069
+
1070
+ - HTTP request resource [\#336](https://github.com/chef/inspec/issues/336)
1071
+ - derive xinetd protocol from socket\_type when not defined in the config file [\#1448](https://github.com/chef/inspec/pull/1448) ([alexpop](https://github.com/alexpop))
1072
+ - Add negate! support for describe.one object [\#1442](https://github.com/chef/inspec/pull/1442) ([alexpop](https://github.com/alexpop))
1073
+ - Version method for kernel\_module [\#1435](https://github.com/chef/inspec/pull/1435) ([postgred](https://github.com/postgred))
1074
+
1075
+ **Fixed bugs:**
1076
+
1077
+ - Fix xinetd parsing of services from the same file. Expose resource.protocols [\#1444](https://github.com/chef/inspec/pull/1444) ([alexpop](https://github.com/alexpop))
1078
+
1079
+ **Merged pull requests:**
1080
+
1081
+ - Make minor grammar/style changes to `inspec.io` [\#1441](https://github.com/chef/inspec/pull/1441) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
1082
+
1083
+ ## [v1.10.0](https://github.com/chef/inspec/tree/v1.10.0) (2017-01-26)
1084
+ [Full Changelog](https://github.com/chef/inspec/compare/v1.9.0...v1.10.0)
1085
+
1086
+ **Closed issues:**
1087
+
1088
+ - fix functional tests [\#1429](https://github.com/chef/inspec/issues/1429)
1089
+
1090
+ **Merged pull requests:**
1091
+
1092
+ - 1.10.0 [\#1433](https://github.com/chef/inspec/pull/1433) ([chris-rock](https://github.com/chris-rock))
1093
+ - improve http header handling [\#1432](https://github.com/chef/inspec/pull/1432) ([chris-rock](https://github.com/chris-rock))
1094
+ - use new devsec baseline [\#1431](https://github.com/chef/inspec/pull/1431) ([chris-rock](https://github.com/chris-rock))
1095
+ - 'execution' is spelled correctly [\#1428](https://github.com/chef/inspec/pull/1428) ([nathenharvey](https://github.com/nathenharvey))
1096
+ - Bug fixes + New Elements [\#1426](https://github.com/chef/inspec/pull/1426) ([hannah-radish](https://github.com/hannah-radish))
1097
+ - Docs: fix resource name \('processes' instead of 'process'\) [\#1423](https://github.com/chef/inspec/pull/1423) ([techraf](https://github.com/techraf))
1098
+ - update copyright of the year [\#1422](https://github.com/chef/inspec/pull/1422) ([chris-rock](https://github.com/chris-rock))
1099
+ - Link to the 1.0 release webinar [\#1419](https://github.com/chef/inspec/pull/1419) ([nathenharvey](https://github.com/nathenharvey))
1100
+ - Updated compliance api requests to actually use refresh token correctly [\#1416](https://github.com/chef/inspec/pull/1416) ([brentm5](https://github.com/brentm5))
1101
+ - Docs examples: use double quotes to prevent escaping backslash in the expected string [\#1413](https://github.com/chef/inspec/pull/1413) ([techraf](https://github.com/techraf))
1102
+ - Fixed error in OS docs, added CentOS to redhat family docs. [\#1407](https://github.com/chef/inspec/pull/1407) ([gscho](https://github.com/gscho))
1103
+ - Solicit talks for ChefConf [\#1405](https://github.com/chef/inspec/pull/1405) ([nathenharvey](https://github.com/nathenharvey))
1104
+ - Add an http test method [\#1403](https://github.com/chef/inspec/pull/1403) ([guilhem](https://github.com/guilhem))
1105
+ - new inspec.io frontpage [\#1362](https://github.com/chef/inspec/pull/1362) ([hannah-radish](https://github.com/hannah-radish))
1106
+
1107
+ ## [v1.9.0](https://github.com/chef/inspec/tree/v1.9.0) (2017-01-06)
1108
+ [Full Changelog](https://github.com/chef/inspec/compare/v1.8.0...v1.9.0)
1109
+
1110
+ **Implemented enhancements:**
1111
+
1112
+ - Optimize regular expression for postgres config parsing [\#1395](https://github.com/chef/inspec/pull/1395) ([chris-rock](https://github.com/chris-rock))
1113
+ - print name for supermarket profiles [\#1376](https://github.com/chef/inspec/pull/1376) ([chris-rock](https://github.com/chris-rock))
1114
+ - call ssh cookbook from prepare cookbook [\#1369](https://github.com/chef/inspec/pull/1369) ([chris-rock](https://github.com/chris-rock))
1115
+ - display if inspec version is outdated [\#1365](https://github.com/chef/inspec/pull/1365) ([chris-rock](https://github.com/chris-rock))
1116
+
1117
+ **Fixed bugs:**
1118
+
1119
+ - profile upload fails to compliance server [\#1298](https://github.com/chef/inspec/issues/1298)
1120
+ - undefined method `max\_connections' for PostgreSQL [\#825](https://github.com/chef/inspec/issues/825)
1121
+ - bugfix: expose postgres\_conf parameters via `its` [\#826](https://github.com/chef/inspec/pull/826) ([arlimus](https://github.com/arlimus))
1122
+
1123
+ **Closed issues:**
1124
+
1125
+ - Yum.repo should show correct name [\#1390](https://github.com/chef/inspec/issues/1390)
1126
+ - The 'package' resource is broken in OSX \(with brew as package manager\) [\#1386](https://github.com/chef/inspec/issues/1386)
1127
+ - JUnit XML dumping fails [\#1383](https://github.com/chef/inspec/issues/1383)
1128
+ - json.rb produces stacktrace when a target file is unreadable [\#1382](https://github.com/chef/inspec/issues/1382)
1129
+ - Document Serverspec Migration [\#804](https://github.com/chef/inspec/issues/804)
1130
+
1131
+ **Merged pull requests:**
1132
+
1133
+ - Download InSpec profiles from Chef Compliance [\#1402](https://github.com/chef/inspec/pull/1402) ([chris-rock](https://github.com/chris-rock))
1134
+ - Yum.repo should show correct name [\#1391](https://github.com/chef/inspec/pull/1391) ([Wing924](https://github.com/Wing924))
1135
+ - fixes brew json parsing [\#1389](https://github.com/chef/inspec/pull/1389) ([chris-rock](https://github.com/chris-rock))
1136
+ - Fix wrong description for the Solaris cases in the unit tests of the 'package' resource [\#1388](https://github.com/chef/inspec/pull/1388) ([jvrplmlmn](https://github.com/jvrplmlmn))
1137
+ - Unit test the 'package' resource for OSX \(with brew\) [\#1387](https://github.com/chef/inspec/pull/1387) ([jvrplmlmn](https://github.com/jvrplmlmn))
1138
+ - drop ruby 1.9.3 [\#1384](https://github.com/chef/inspec/pull/1384) ([chris-rock](https://github.com/chris-rock))
1139
+ - Make "permission denied" condition match that of Train [\#1381](https://github.com/chef/inspec/pull/1381) ([makotots](https://github.com/makotots))
1140
+ - mention inspec vendor for compliance dependency [\#1380](https://github.com/chef/inspec/pull/1380) ([alexpop](https://github.com/alexpop))
1141
+ - control and lib\_eval\_context unit tests [\#1373](https://github.com/chef/inspec/pull/1373) ([jeremymv2](https://github.com/jeremymv2))
1142
+ - Fix Learn Chef tutorial link [\#1372](https://github.com/chef/inspec/pull/1372) ([tpetchel](https://github.com/tpetchel))
1143
+ - add guidance for Serverspec migration [\#1368](https://github.com/chef/inspec/pull/1368) ([chris-rock](https://github.com/chris-rock))
1144
+
1145
+ ## [v1.8.0](https://github.com/chef/inspec/tree/v1.8.0) (2016-12-16)
1146
+ [Full Changelog](https://github.com/chef/inspec/compare/v1.7.2...v1.8.0)
1147
+
1148
+ **Fixed bugs:**
1149
+
1150
+ - JSON resource's error message is missing filename when file is not found [\#1358](https://github.com/chef/inspec/issues/1358)
1151
+
1152
+ **Closed issues:**
1153
+
1154
+ - inspec exec doesn't work for SSH [\#1361](https://github.com/chef/inspec/issues/1361)
1155
+ - inspec-archive should create a zip with version string [\#1350](https://github.com/chef/inspec/issues/1350)
1156
+ - https and security conserns on inspec.io [\#1217](https://github.com/chef/inspec/issues/1217)
1157
+ - Resource for windows scheduled task [\#1214](https://github.com/chef/inspec/issues/1214)
1158
+ - Last steps for inspec.io launch [\#1114](https://github.com/chef/inspec/issues/1114)
1159
+
1160
+ **Merged pull requests:**
1161
+
1162
+ - add fallback syntax for serverspec tests [\#1367](https://github.com/chef/inspec/pull/1367) ([chris-rock](https://github.com/chris-rock))
1163
+ - JSON resource's error message is missing filename when file is not found [\#1366](https://github.com/chef/inspec/pull/1366) ([makotots](https://github.com/makotots))
1164
+ - extending cmp to support better version ops [\#1364](https://github.com/chef/inspec/pull/1364) ([jeremymv2](https://github.com/jeremymv2))
1165
+ - add windows 10 and windows 2016 as supported platform [\#1359](https://github.com/chef/inspec/pull/1359) ([chris-rock](https://github.com/chris-rock))
1166
+ - Remove trailing `\\` from iis\_site example [\#1354](https://github.com/chef/inspec/pull/1354) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
1167
+ - Adds additional tutorials created by Annie Hedgie [\#1352](https://github.com/chef/inspec/pull/1352) ([burtlo](https://github.com/burtlo))
1168
+ - Add profile version to archive [\#1351](https://github.com/chef/inspec/pull/1351) ([jaxxstorm](https://github.com/jaxxstorm))
1169
+ - burtlo/cleaner cli formatter [\#1331](https://github.com/chef/inspec/pull/1331) ([burtlo](https://github.com/burtlo))
1170
+
1171
+ ## [v1.7.2](https://github.com/chef/inspec/tree/v1.7.2) (2016-12-08)
1172
+ [Full Changelog](https://github.com/chef/inspec/compare/v1.7.1...v1.7.2)
1173
+
1174
+ **Fixed bugs:**
1175
+
1176
+ - use cached profile for compliance dependencies if vendored [\#1348](https://github.com/chef/inspec/pull/1348) ([chris-rock](https://github.com/chris-rock))
1177
+
1178
+ ## [v1.7.1](https://github.com/chef/inspec/tree/v1.7.1) (2016-12-03)
1179
+ [Full Changelog](https://github.com/chef/inspec/compare/v1.7.0...v1.7.1)
1180
+
1181
+ **Implemented enhancements:**
1182
+
1183
+ - Use train 0.22.0 for SSH agent support [\#1342](https://github.com/chef/inspec/pull/1342) ([alexpop](https://github.com/alexpop))
1184
+
1185
+ **Fixed bugs:**
1186
+
1187
+ - Remove check and json logging for now [\#1343](https://github.com/chef/inspec/pull/1343) ([alexpop](https://github.com/alexpop))
1188
+
1189
+ **Merged pull requests:**
1190
+
1191
+ - dont remove gh-pages if it doesnt exist [\#1340](https://github.com/chef/inspec/pull/1340) ([arlimus](https://github.com/arlimus))
1192
+
1193
+ ## [v1.7.0](https://github.com/chef/inspec/tree/v1.7.0) (2016-12-02)
1194
+ [Full Changelog](https://github.com/chef/inspec/compare/v1.6.0...v1.7.0)
1195
+
1196
+ **Implemented enhancements:**
1197
+
1198
+ - inspec compliance profiles should support automate as a backend [\#1295](https://github.com/chef/inspec/issues/1295)
1199
+ - this is killing my eyes!!!!!!!!! [\#951](https://github.com/chef/inspec/issues/951)
1200
+ - Show process name during inspec output [\#1329](https://github.com/chef/inspec/pull/1329) ([jcastillocano](https://github.com/jcastillocano))
1201
+
1202
+ **Fixed bugs:**
1203
+
1204
+ - inspec.lock not loaded from tarball profiles [\#1322](https://github.com/chef/inspec/issues/1322)
1205
+ - InSpec tries to re-fetch profiles even if lockfile exists [\#1316](https://github.com/chef/inspec/issues/1316)
1206
+ - fix docker release script [\#1328](https://github.com/chef/inspec/pull/1328) ([chris-rock](https://github.com/chris-rock))
1207
+ - Provide inspec.lock for archives as well [\#1323](https://github.com/chef/inspec/pull/1323) ([alexpop](https://github.com/alexpop))
1208
+ - inspec check and json to use vendored dependencies [\#1321](https://github.com/chef/inspec/pull/1321) ([alexpop](https://github.com/alexpop))
1209
+
1210
+ **Closed issues:**
1211
+
1212
+ - RegExp in processes resource can't match long-run process [\#1332](https://github.com/chef/inspec/issues/1332)
1213
+ - inspec archive vendoring [\#1325](https://github.com/chef/inspec/issues/1325)
1214
+ - inspec compliance upload of a meta-profile [\#1294](https://github.com/chef/inspec/issues/1294)
1215
+
1216
+ **Merged pull requests:**
1217
+
1218
+ - improve functional tests for vendored profiles [\#1337](https://github.com/chef/inspec/pull/1337) ([chris-rock](https://github.com/chris-rock))
1219
+ - Adds junit to the inspec help exec [\#1336](https://github.com/chef/inspec/pull/1336) ([burtlo](https://github.com/burtlo))
1220
+ - Vendor profile when uploading to chef-compliance [\#1334](https://github.com/chef/inspec/pull/1334) ([vjeffrey](https://github.com/vjeffrey))
1221
+ - fix bug: RegExp in processes resource can't match long-run process \#1332 [\#1333](https://github.com/chef/inspec/pull/1333) ([Wing924](https://github.com/Wing924))
1222
+ - clean up rspec\_json\_formatter [\#1314](https://github.com/chef/inspec/pull/1314) ([vjeffrey](https://github.com/vjeffrey))
1223
+ - enable inspec compliance cli support automate [\#1297](https://github.com/chef/inspec/pull/1297) ([vjeffrey](https://github.com/vjeffrey))
1224
+
1225
+ ## [v1.6.0](https://github.com/chef/inspec/tree/v1.6.0) (2016-11-28)
1226
+ [Full Changelog](https://github.com/chef/inspec/compare/v1.5.0...v1.6.0)
1227
+
1228
+ **Fixed bugs:**
1229
+
1230
+ - InSpec loads whichever \*.rb file it finds along the way causing itself to fail [\#1326](https://github.com/chef/inspec/issues/1326)
1231
+
1232
+ **Closed issues:**
1233
+
1234
+ - command resource check doesn't fail when it should [\#1318](https://github.com/chef/inspec/issues/1318)
1235
+ - is this a typo.... inpsec? [\#1309](https://github.com/chef/inspec/issues/1309)
1236
+ - support JUnit format [\#1301](https://github.com/chef/inspec/issues/1301)
1237
+ - apt resource fails corner cases with optional second column [\#1261](https://github.com/chef/inspec/issues/1261)
1238
+
1239
+ **Merged pull requests:**
1240
+
1241
+ - do not load controls from test directory [\#1327](https://github.com/chef/inspec/pull/1327) ([chris-rock](https://github.com/chris-rock))
1242
+ - Replaced Colors for output [\#1320](https://github.com/chef/inspec/pull/1320) ([hannah-radish](https://github.com/hannah-radish))
1243
+ - Hannah vj/fix tests formatting [\#1319](https://github.com/chef/inspec/pull/1319) ([hannah-radish](https://github.com/hannah-radish))
1244
+ - revert style changes temporarily [\#1317](https://github.com/chef/inspec/pull/1317) ([vjeffrey](https://github.com/vjeffrey))
1245
+ - Updated color palettes, label colors and icons [\#1313](https://github.com/chef/inspec/pull/1313) ([hannah-radish](https://github.com/hannah-radish))
1246
+ - Remove extra `'` in registry key examples [\#1308](https://github.com/chef/inspec/pull/1308) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
1247
+ - also push docker latest tag with each release [\#1307](https://github.com/chef/inspec/pull/1307) ([chris-rock](https://github.com/chris-rock))
1248
+ - Adding windows\_task resource [\#1306](https://github.com/chef/inspec/pull/1306) ([username-is-already-taken2](https://github.com/username-is-already-taken2))
1249
+ - Adding JUnit formatter support [\#1304](https://github.com/chef/inspec/pull/1304) ([jkerry](https://github.com/jkerry))
1250
+
1251
+ ## [v1.5.0](https://github.com/chef/inspec/tree/v1.5.0) (2016-11-21)
1252
+ [Full Changelog](https://github.com/chef/inspec/compare/v1.4.1...v1.5.0)
1253
+
1254
+ **Implemented enhancements:**
1255
+
1256
+ - inspec supermarket profiles - update for new supermarket api [\#1255](https://github.com/chef/inspec/issues/1255)
1257
+
1258
+ **Fixed bugs:**
1259
+
1260
+ - File resource permissions for windows [\#783](https://github.com/chef/inspec/issues/783)
1261
+ - docs: quoted version for package resource example [\#1296](https://github.com/chef/inspec/pull/1296) ([alexpop](https://github.com/alexpop))
1262
+
1263
+ **Merged pull requests:**
1264
+
1265
+ - ensure metadata release entry is a string [\#1305](https://github.com/chef/inspec/pull/1305) ([chris-rock](https://github.com/chris-rock))
1266
+ - Fixes resources in the docs [\#1303](https://github.com/chef/inspec/pull/1303) ([burtlo](https://github.com/burtlo))
1267
+ - copy vendored dependencies into cache [\#1291](https://github.com/chef/inspec/pull/1291) ([chris-rock](https://github.com/chris-rock))
1268
+ - fix double-log-level [\#1290](https://github.com/chef/inspec/pull/1290) ([chris-rock](https://github.com/chris-rock))
1269
+ - update supermarket profile search to use new type param [\#1289](https://github.com/chef/inspec/pull/1289) ([robbkidd](https://github.com/robbkidd))
1270
+ - Change `Inpsec` to `Inspec` [\#1286](https://github.com/chef/inspec/pull/1286) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
1271
+ - improve vendor command [\#1285](https://github.com/chef/inspec/pull/1285) ([chris-rock](https://github.com/chris-rock))
1272
+ - improved regex for matching deb sources [\#1280](https://github.com/chef/inspec/pull/1280) ([grimm26](https://github.com/grimm26))
1273
+
1274
+ ## [v1.4.1](https://github.com/chef/inspec/tree/v1.4.1) (2016-11-04)
1275
+ [Full Changelog](https://github.com/chef/inspec/compare/v1.4.0...v1.4.1)
1276
+
1277
+ **Fixed bugs:**
1278
+
1279
+ - Passing attributes to inherited profiles [\#1250](https://github.com/chef/inspec/issues/1250)
1280
+
1281
+ **Closed issues:**
1282
+
1283
+ - RFC: Harmonize profile location targets in inspec.yml/kitchen.yml/audit cookbook [\#1227](https://github.com/chef/inspec/issues/1227)
1284
+
1285
+ **Merged pull requests:**
1286
+
1287
+ - Fix attributes in profile dependencies [\#1258](https://github.com/chef/inspec/pull/1258) ([chris-rock](https://github.com/chris-rock))
1288
+
1289
+ ## [v1.4.0](https://github.com/chef/inspec/tree/v1.4.0) (2016-11-04)
1290
+ [Full Changelog](https://github.com/chef/inspec/compare/v1.3.0...v1.4.0)
1291
+
1292
+ **Fixed bugs:**
1293
+
1294
+ - Windows Service State incorrectly interpretted for use in describe service. [\#1269](https://github.com/chef/inspec/issues/1269)
1295
+ - /etc/passwd and /etc/shadow checks fail on CentOS [\#1264](https://github.com/chef/inspec/issues/1264)
1296
+ - Listing profiles on the Supermarket should return all profiles [\#1219](https://github.com/chef/inspec/issues/1219)
1297
+
1298
+ **Closed issues:**
1299
+
1300
+ - Add file integration tests for docker [\#1277](https://github.com/chef/inspec/issues/1277)
1301
+ - Solaris Sudo Not Always In /usr/bin/sudo [\#1265](https://github.com/chef/inspec/issues/1265)
1302
+
1303
+ **Merged pull requests:**
1304
+
1305
+ - activate file integration tests in docker [\#1278](https://github.com/chef/inspec/pull/1278) ([chris-rock](https://github.com/chris-rock))
1306
+ - Contain matcher maps to include matcher with warning [\#1276](https://github.com/chef/inspec/pull/1276) ([artem-sidorenko](https://github.com/artem-sidorenko))
1307
+ - Windows Service Check for service enabled state. [\#1274](https://github.com/chef/inspec/pull/1274) ([hj70ft](https://github.com/hj70ft))
1308
+ - fix file permission check by mask [\#1273](https://github.com/chef/inspec/pull/1273) ([chris-rock](https://github.com/chris-rock))
1309
+ - fix \#1226 [\#1272](https://github.com/chef/inspec/pull/1272) ([chris-rock](https://github.com/chris-rock))
1310
+ - Enable the json resource to accept command output or JSON content [\#1271](https://github.com/chef/inspec/pull/1271) ([jerearista](https://github.com/jerearista))
1311
+ - Added tutorials for Days 8 & 9 [\#1263](https://github.com/chef/inspec/pull/1263) ([anniehedgpeth](https://github.com/anniehedgpeth))
1312
+
1313
+ ## [v1.3.0](https://github.com/chef/inspec/tree/v1.3.0) (2016-10-28)
1314
+ [Full Changelog](https://github.com/chef/inspec/compare/v1.2.1...v1.3.0)
1315
+
1316
+ **Implemented enhancements:**
1317
+
1318
+ - extend the attributes object with helper methods [\#1220](https://github.com/chef/inspec/pull/1220) ([chris-rock](https://github.com/chris-rock))
1319
+
1320
+ **Fixed bugs:**
1321
+
1322
+ - inetd\_conf resource error [\#1253](https://github.com/chef/inspec/issues/1253)
1323
+ - Process user should eq \["longusername"\]: usernames get truncated with a '+' at the end [\#995](https://github.com/chef/inspec/issues/995)
1324
+ - Remove wildcard from windows package detection [\#1259](https://github.com/chef/inspec/pull/1259) ([chris-rock](https://github.com/chris-rock))
1325
+ - Fix nil timeout and retries [\#1256](https://github.com/chef/inspec/pull/1256) ([alexpop](https://github.com/alexpop))
1326
+ - Supermarket tools get and filter by tool\_type [\#1254](https://github.com/chef/inspec/pull/1254) ([alexpop](https://github.com/alexpop))
1327
+ - Fix processes resource user and command truncation [\#1225](https://github.com/chef/inspec/pull/1225) ([alexpop](https://github.com/alexpop))
1328
+
1329
+ **Closed issues:**
1330
+
1331
+ - inetd and xinetd resources inconsistencies [\#1252](https://github.com/chef/inspec/issues/1252)
1332
+ - TestKitchen - Duplicate testing when verifier specified in suite definition [\#1240](https://github.com/chef/inspec/issues/1240)
1333
+ - Document new DCO process in contributing.md [\#1223](https://github.com/chef/inspec/issues/1223)
1334
+ - Move InSpec Community to https://community-slack.chef.io/ [\#1222](https://github.com/chef/inspec/issues/1222)
1335
+ - Export Docker package for InSpec from Habitat [\#1212](https://github.com/chef/inspec/issues/1212)
1336
+ - Test verify action on Windows 2012 fails - \[no implicit conversion of nil into Array\] on default-windows-2012r2 [\#1193](https://github.com/chef/inspec/issues/1193)
1337
+ - Add InSpec habitat plan [\#843](https://github.com/chef/inspec/issues/843)
1338
+
1339
+ **Merged pull requests:**
1340
+
1341
+ - Use Slack Badge instead of Gitter badge [\#1262](https://github.com/chef/inspec/pull/1262) ([chris-rock](https://github.com/chris-rock))
1342
+ - remove accidentally added file [\#1260](https://github.com/chef/inspec/pull/1260) ([chris-rock](https://github.com/chris-rock))
1343
+ - overwrite exec for inetd because respec its is executing `exec` [\#1257](https://github.com/chef/inspec/pull/1257) ([chris-rock](https://github.com/chris-rock))
1344
+ - Use include instead of match in the error message [\#1248](https://github.com/chef/inspec/pull/1248) ([artem-sidorenko](https://github.com/artem-sidorenko))
1345
+ - Code-block directive is not needed here [\#1247](https://github.com/chef/inspec/pull/1247) ([artem-sidorenko](https://github.com/artem-sidorenko))
1346
+ - Set the global message to display again [\#1246](https://github.com/chef/inspec/pull/1246) ([ryankeairns](https://github.com/ryankeairns))
1347
+ - Ignore RVM files [\#1245](https://github.com/chef/inspec/pull/1245) ([artem-sidorenko](https://github.com/artem-sidorenko))
1348
+ - Change global message regarding 10/25 webinar [\#1244](https://github.com/chef/inspec/pull/1244) ([ryankeairns](https://github.com/ryankeairns))
1349
+ - Fix issue with registry\_key example [\#1243](https://github.com/chef/inspec/pull/1243) ([seththoenen](https://github.com/seththoenen))
1350
+ - Accessing nested mappings in a yam file [\#1242](https://github.com/chef/inspec/pull/1242) ([chriswessells](https://github.com/chriswessells))
1351
+ - Fix broken link in README.md [\#1233](https://github.com/chef/inspec/pull/1233) ([swalberg](https://github.com/swalberg))
1352
+ - DOCS: fix commit amend dash [\#1232](https://github.com/chef/inspec/pull/1232) ([alexpop](https://github.com/alexpop))
1353
+ - Headers and list elements that include more than one `\_` character we… [\#1231](https://github.com/chef/inspec/pull/1231) ([nathenharvey](https://github.com/nathenharvey))
1354
+ - Implements profile signing and verification \[Experimental\] [\#1228](https://github.com/chef/inspec/pull/1228) ([metadave](https://github.com/metadave))
1355
+ - Document new DCO process [\#1224](https://github.com/chef/inspec/pull/1224) ([chris-rock](https://github.com/chris-rock))
1356
+ - adding by\_user permissions support for windows [\#1215](https://github.com/chef/inspec/pull/1215) ([jeremymv2](https://github.com/jeremymv2))
1357
+
1358
+ ## [v1.2.1](https://github.com/chef/inspec/tree/v1.2.1) (2016-10-15)
1359
+ [Full Changelog](https://github.com/chef/inspec/compare/v1.2.0...v1.2.1)
1360
+
1361
+ **Implemented enhancements:**
1362
+
1363
+ - Show actual value for cmp octal comparisons in string to match expected [\#1211](https://github.com/chef/inspec/pull/1211) ([alexpop](https://github.com/alexpop))
1364
+
1365
+ **Fixed bugs:**
1366
+
1367
+ - Using "cmp" Against File Mode Fails [\#1188](https://github.com/chef/inspec/issues/1188)
1368
+ - Unexpected failures with kitchen-inspec and inspec 1.0.0 [\#1187](https://github.com/chef/inspec/issues/1187)
1369
+ - update train to fix empty target URIs [\#1221](https://github.com/chef/inspec/pull/1221) ([arlimus](https://github.com/arlimus))
1370
+
1371
+ **Closed issues:**
1372
+
1373
+ - www: typo on inspec.io [\#1197](https://github.com/chef/inspec/issues/1197)
1374
+
1375
+ **Merged pull requests:**
1376
+
1377
+ - move Inspec Habitat package to chef/inspec. [\#1216](https://github.com/chef/inspec/pull/1216) ([metadave](https://github.com/metadave))
1378
+ - fix kitchen-inspec integration-1187 [\#1213](https://github.com/chef/inspec/pull/1213) ([vjeffrey](https://github.com/vjeffrey))
1379
+ - Website: Fix typo in homepage code image [\#1210](https://github.com/chef/inspec/pull/1210) ([magwalk](https://github.com/magwalk))
1380
+
1381
+ ## [v1.2.0](https://github.com/chef/inspec/tree/v1.2.0) (2016-10-10)
1382
+ [Full Changelog](https://github.com/chef/inspec/compare/v1.1.0...v1.2.0)
1383
+
1384
+ **Implemented enhancements:**
1385
+
1386
+ - Support of linux mint or OS detection via distro families [\#280](https://github.com/chef/inspec/issues/280)
1387
+ - Support of Linux Mint [\#1209](https://github.com/chef/inspec/pull/1209) ([artem-sidorenko](https://github.com/artem-sidorenko))
1388
+
1389
+ **Fixed bugs:**
1390
+
1391
+ - Online tutorial: weird behavior with backspace, invalid commands [\#1184](https://github.com/chef/inspec/issues/1184)
1392
+ - parse\_config and parse\_config\_file does not show fully info when test fails \(or even if it succedes\) [\#1147](https://github.com/chef/inspec/issues/1147)
1393
+ - www: Online tutorial: safari inspec online demo bug! [\#1086](https://github.com/chef/inspec/issues/1086)
1394
+ - cmp code\_desc missing operation and expected valid [\#1204](https://github.com/chef/inspec/pull/1204) ([alexpop](https://github.com/alexpop))
1395
+
1396
+ **Closed issues:**
1397
+
1398
+ - Resources on `http://inspec.io/docs/reference/resources/` are not in alphabetical order [\#1195](https://github.com/chef/inspec/issues/1195)
1399
+ - www: Online tutorial: update inspec tutorial to 1.0.0 version [\#1169](https://github.com/chef/inspec/issues/1169)
1400
+
1401
+ **Merged pull requests:**
1402
+
1403
+ - fix backspace bug [\#1206](https://github.com/chef/inspec/pull/1206) ([vjeffrey](https://github.com/vjeffrey))
1404
+ - es5. that is a thing. [\#1191](https://github.com/chef/inspec/pull/1191) ([vjeffrey](https://github.com/vjeffrey))
1405
+ - tutorial response filename length [\#1159](https://github.com/chef/inspec/pull/1159) ([chris-rock](https://github.com/chris-rock))
1406
+
1407
+ ## [v1.1.0](https://github.com/chef/inspec/tree/v1.1.0) (2016-10-05)
1408
+ [Full Changelog](https://github.com/chef/inspec/compare/v1.0.0...v1.1.0)
1409
+
1410
+ **Fixed bugs:**
1411
+
1412
+ - InSpec in Visibility [\#1117](https://github.com/chef/inspec/issues/1117)
1413
+ - inspec exec on tar.gz with local library requirements doesn't work [\#779](https://github.com/chef/inspec/issues/779)
1414
+ - parse\_config\_file fails when it encounters a '\[' [\#687](https://github.com/chef/inspec/issues/687)
1415
+ - use mock backend for inspec vendor/check/json [\#1202](https://github.com/chef/inspec/pull/1202) ([arlimus](https://github.com/arlimus))
1416
+ - bugfix: support nil entries in filter table [\#1201](https://github.com/chef/inspec/pull/1201) ([arlimus](https://github.com/arlimus))
1417
+ - bugfix: always use the mock backend for inspec archive [\#1200](https://github.com/chef/inspec/pull/1200) ([arlimus](https://github.com/arlimus))
1418
+ - Missing registry keys should not exist [\#1199](https://github.com/chef/inspec/pull/1199) ([alexpop](https://github.com/alexpop))
1419
+ - bugfix: use correct logger in cli [\#1198](https://github.com/chef/inspec/pull/1198) ([arlimus](https://github.com/arlimus))
1420
+
1421
+ **Closed issues:**
1422
+
1423
+ - registry\_key ignores failed Get-Item, always "exists" [\#1196](https://github.com/chef/inspec/issues/1196)
1424
+ - www: Online tutorial doesn't load \(not building\) [\#1182](https://github.com/chef/inspec/issues/1182)
1425
+ - Issue locally running an inspec check on a service resource [\#1176](https://github.com/chef/inspec/issues/1176)
1426
+ - Demo at `http://inspec.io/` stuck on `Loading` [\#1165](https://github.com/chef/inspec/issues/1165)
1427
+ - Confusing reporter output with inherited profiles [\#1071](https://github.com/chef/inspec/issues/1071)
1428
+ - Provide clear error message if dependency is not available [\#1069](https://github.com/chef/inspec/issues/1069)
1429
+ - Dependencies: Design UX for scoping of attributes and resources [\#1057](https://github.com/chef/inspec/issues/1057)
1430
+ - RFC Dependencies [\#888](https://github.com/chef/inspec/issues/888)
1431
+
1432
+ **Merged pull requests:**
1433
+
1434
+ - Remove pre-1.0 warning from meta-profile [\#1194](https://github.com/chef/inspec/pull/1194) ([chris-rock](https://github.com/chris-rock))
1435
+ - Add shell options [\#1192](https://github.com/chef/inspec/pull/1192) ([jonathanmorley](https://github.com/jonathanmorley))
1436
+ - Website: Fix buggy behavior in nav and add global message [\#1190](https://github.com/chef/inspec/pull/1190) ([magwalk](https://github.com/magwalk))
1437
+ - add example for yumconf-like structured files [\#1185](https://github.com/chef/inspec/pull/1185) ([vjeffrey](https://github.com/vjeffrey))
1438
+ - add sanity checks and fail build process if requirements aren't met [\#1183](https://github.com/chef/inspec/pull/1183) ([arlimus](https://github.com/arlimus))
1439
+ - tp/learn links [\#1181](https://github.com/chef/inspec/pull/1181) ([tpetchel](https://github.com/tpetchel))
1440
+ - include control section in instructions [\#1180](https://github.com/chef/inspec/pull/1180) ([vjeffrey](https://github.com/vjeffrey))
1441
+ - Changing headings to align with SEO best practices [\#1179](https://github.com/chef/inspec/pull/1179) ([davidwrede](https://github.com/davidwrede))
1442
+ - move inquirer to deploy [\#1178](https://github.com/chef/inspec/pull/1178) ([vjeffrey](https://github.com/vjeffrey))
1443
+ - Ignore lockfiles in example profiles [\#1177](https://github.com/chef/inspec/pull/1177) ([stevendanna](https://github.com/stevendanna))
1444
+ - Remove default parameter in `updateInstructions\(\)` [\#1175](https://github.com/chef/inspec/pull/1175) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
1445
+ - Website: Fix docs nav functionality and optimize for mobile [\#1174](https://github.com/chef/inspec/pull/1174) ([magwalk](https://github.com/magwalk))
1446
+ - Adds segment [\#1172](https://github.com/chef/inspec/pull/1172) ([cwebberOps](https://github.com/cwebberOps))
1447
+ - print profile info before test results \(inherited profiles\) [\#1170](https://github.com/chef/inspec/pull/1170) ([vjeffrey](https://github.com/vjeffrey))
1448
+ - www: fix wording [\#1168](https://github.com/chef/inspec/pull/1168) ([arlimus](https://github.com/arlimus))
1449
+ - Update dependency documentation and mention the lockfile [\#1167](https://github.com/chef/inspec/pull/1167) ([alexpop](https://github.com/alexpop))
1450
+
1451
+ ## [v1.0.0](https://github.com/chef/inspec/tree/v1.0.0) (2016-09-26)
1452
+ [Full Changelog](https://github.com/chef/inspec/compare/v1.0.0.beta3...v1.0.0)
1453
+
1454
+ **Implemented enhancements:**
1455
+
1456
+ - InSpec OS package [\#646](https://github.com/chef/inspec/issues/646)
1457
+ - replace wmi win32\_useraccount with adsi users [\#1149](https://github.com/chef/inspec/pull/1149) ([chris-rock](https://github.com/chris-rock))
1458
+
1459
+ **Fixed bugs:**
1460
+
1461
+ - README.md has broken link to non-existent file [\#1136](https://github.com/chef/inspec/issues/1136)
1462
+
1463
+ **Merged pull requests:**
1464
+
1465
+ - update omnibus images [\#1164](https://github.com/chef/inspec/pull/1164) ([chris-rock](https://github.com/chris-rock))
1466
+ - website / tutorial interaction [\#1163](https://github.com/chef/inspec/pull/1163) ([chris-rock](https://github.com/chris-rock))
1467
+ - fix buttons on community page [\#1162](https://github.com/chef/inspec/pull/1162) ([arlimus](https://github.com/arlimus))
1468
+ - fix alignment of community buttons [\#1161](https://github.com/chef/inspec/pull/1161) ([arlimus](https://github.com/arlimus))
1469
+ - Fix require\_controls DSL method [\#1160](https://github.com/chef/inspec/pull/1160) ([stevendanna](https://github.com/stevendanna))
1470
+ - Document the require\_resource function [\#1158](https://github.com/chef/inspec/pull/1158) ([stevendanna](https://github.com/stevendanna))
1471
+ - fix css in docs search [\#1157](https://github.com/chef/inspec/pull/1157) ([arlimus](https://github.com/arlimus))
1472
+ - update www readme for releasing the site [\#1156](https://github.com/chef/inspec/pull/1156) ([arlimus](https://github.com/arlimus))
1473
+ - Fix minor typo in sys\_info documentation [\#1155](https://github.com/chef/inspec/pull/1155) ([stevendanna](https://github.com/stevendanna))
1474
+ - fix outdated link in readme [\#1154](https://github.com/chef/inspec/pull/1154) ([arlimus](https://github.com/arlimus))
1475
+ - fix minor website bugs [\#1153](https://github.com/chef/inspec/pull/1153) ([arlimus](https://github.com/arlimus))
1476
+ - clean www before releasing [\#1152](https://github.com/chef/inspec/pull/1152) ([arlimus](https://github.com/arlimus))
1477
+ - add docs to the website [\#1151](https://github.com/chef/inspec/pull/1151) ([arlimus](https://github.com/arlimus))
1478
+ - return empty array for known privileges [\#1150](https://github.com/chef/inspec/pull/1150) ([chris-rock](https://github.com/chris-rock))
1479
+ - Extend example for parse\_config.rb [\#1148](https://github.com/chef/inspec/pull/1148) ([nvtkaszpir](https://github.com/nvtkaszpir))
1480
+ - Bump lockfile version to 1.0 [\#1141](https://github.com/chef/inspec/pull/1141) ([stevendanna](https://github.com/stevendanna))
1481
+ - Improve error messages from compliance fetcher [\#1126](https://github.com/chef/inspec/pull/1126) ([stevendanna](https://github.com/stevendanna))
1482
+
1483
+ ## [v1.0.0.beta3](https://github.com/chef/inspec/tree/v1.0.0.beta3) (2016-09-25)
1484
+ [Full Changelog](https://github.com/chef/inspec/compare/v1.0.0.beta2...v1.0.0.beta3)
1485
+
1486
+ **Implemented enhancements:**
1487
+
1488
+ - Improve lockfile handling [\#1070](https://github.com/chef/inspec/issues/1070)
1489
+ - Show skip\_message and correct title [\#1109](https://github.com/chef/inspec/pull/1109) ([alexpop](https://github.com/alexpop))
1490
+
1491
+ **Fixed bugs:**
1492
+
1493
+ - InSpec CLI output not showing skip message when control title is defined [\#1097](https://github.com/chef/inspec/issues/1097)
1494
+ - bugfix: there is one more button to start the online demo [\#1140](https://github.com/chef/inspec/pull/1140) ([arlimus](https://github.com/arlimus))
1495
+
1496
+ **Closed issues:**
1497
+
1498
+ - add docs to inspec.io [\#1119](https://github.com/chef/inspec/issues/1119)
1499
+ - Cache key for dependencies needs to be based on content hash for urls [\#1066](https://github.com/chef/inspec/issues/1066)
1500
+
1501
+ **Merged pull requests:**
1502
+
1503
+ - Enable builds on both Windows and \*nix [\#1145](https://github.com/chef/inspec/pull/1145) ([scotthain](https://github.com/scotthain))
1504
+ - Website: Minor edits in preparation for launch [\#1144](https://github.com/chef/inspec/pull/1144) ([magwalk](https://github.com/magwalk))
1505
+ - Truncate long filename. Temporary fix [\#1143](https://github.com/chef/inspec/pull/1143) ([stevendanna](https://github.com/stevendanna))
1506
+ - add variables to each loops [\#1142](https://github.com/chef/inspec/pull/1142) ([chris-rock](https://github.com/chris-rock))
1507
+ - embed tutorial in website [\#1139](https://github.com/chef/inspec/pull/1139) ([arlimus](https://github.com/arlimus))
1508
+ - scope all tutorial assets [\#1138](https://github.com/chef/inspec/pull/1138) ([arlimus](https://github.com/arlimus))
1509
+ - add build task for online tutorial with all assets [\#1137](https://github.com/chef/inspec/pull/1137) ([arlimus](https://github.com/arlimus))
1510
+ - implement filter table for group/groups resource [\#1135](https://github.com/chef/inspec/pull/1135) ([chris-rock](https://github.com/chris-rock))
1511
+ - fix minor typos in user resource [\#1134](https://github.com/chef/inspec/pull/1134) ([chris-rock](https://github.com/chris-rock))
1512
+ - Website Copy Edits [\#1133](https://github.com/chef/inspec/pull/1133) ([magwalk](https://github.com/magwalk))
1513
+ - add build tasks for www [\#1132](https://github.com/chef/inspec/pull/1132) ([arlimus](https://github.com/arlimus))
1514
+ - add resources.md doc generation [\#1130](https://github.com/chef/inspec/pull/1130) ([arlimus](https://github.com/arlimus))
1515
+ - add all resources to docs [\#1129](https://github.com/chef/inspec/pull/1129) ([arlimus](https://github.com/arlimus))
1516
+ - reorder and fix sidebar contents for docs [\#1128](https://github.com/chef/inspec/pull/1128) ([arlimus](https://github.com/arlimus))
1517
+ - add ruby usage in inspec as markdown [\#1127](https://github.com/chef/inspec/pull/1127) ([arlimus](https://github.com/arlimus))
1518
+ - Add markdown docs [\#1125](https://github.com/chef/inspec/pull/1125) ([arlimus](https://github.com/arlimus))
1519
+ - Avoid spurious downloads during dependency management [\#1124](https://github.com/chef/inspec/pull/1124) ([stevendanna](https://github.com/stevendanna))
1520
+ - Website Design Fixes [\#1123](https://github.com/chef/inspec/pull/1123) ([magwalk](https://github.com/magwalk))
1521
+
1522
+ ## [v1.0.0.beta2](https://github.com/chef/inspec/tree/v1.0.0.beta2) (2016-09-22)
1523
+ [Full Changelog](https://github.com/chef/inspec/compare/v1.0.0.pre.beta1...v1.0.0.beta2)
1524
+
1525
+ **Implemented enhancements:**
1526
+
1527
+ - kernel\_parameter does not show fully info when test fails [\#1093](https://github.com/chef/inspec/issues/1093)
1528
+ - InSpec html demo [\#851](https://github.com/chef/inspec/issues/851)
1529
+ - Counting and status of controls without tests [\#849](https://github.com/chef/inspec/issues/849)
1530
+ - supports does not mark resources as skipped [\#354](https://github.com/chef/inspec/issues/354)
1531
+ - `include Inspec::DSL` anywhere [\#271](https://github.com/chef/inspec/issues/271)
1532
+ - Suse Support [\#113](https://github.com/chef/inspec/issues/113)
1533
+ - Update the username and password login method [\#1095](https://github.com/chef/inspec/pull/1095) ([alexpop](https://github.com/alexpop))
1534
+
1535
+ **Fixed bugs:**
1536
+
1537
+ - InSpec in Workflow [\#1115](https://github.com/chef/inspec/issues/1115)
1538
+ - uninstalled package shows as installed [\#1092](https://github.com/chef/inspec/issues/1092)
1539
+ - undefined method `send\_request' for Compliance::API:Class [\#1088](https://github.com/chef/inspec/issues/1088)
1540
+ - \[package\] Regression on Windows 2008R2 [\#998](https://github.com/chef/inspec/issues/998)
1541
+ - \[script\] Is there a limit on the number of char's within a script block [\#539](https://github.com/chef/inspec/issues/539)
1542
+ - Use parenthesis when passing regular expressions [\#1106](https://github.com/chef/inspec/pull/1106) ([alexpop](https://github.com/alexpop))
1543
+ - Include code description in the output of failed controls [\#1096](https://github.com/chef/inspec/pull/1096) ([alexpop](https://github.com/alexpop))
1544
+ - Update the username and password login method [\#1095](https://github.com/chef/inspec/pull/1095) ([alexpop](https://github.com/alexpop))
1545
+
1546
+ **Closed issues:**
1547
+
1548
+ - Package Resource isn't searching 64-bit Registry Hives [\#1100](https://github.com/chef/inspec/issues/1100)
1549
+ - demo improvements [\#1089](https://github.com/chef/inspec/issues/1089)
1550
+ - Dependencies: All resources are scoped [\#1058](https://github.com/chef/inspec/issues/1058)
1551
+ - Improve InSpec tutorial [\#1045](https://github.com/chef/inspec/issues/1045)
1552
+ - 1.10.2 has an extra space in pip package output [\#1043](https://github.com/chef/inspec/issues/1043)
1553
+ - Follow up to 1013: find\_files\(\) errors still occurring for apache\_conf resource after 0.33.0 upgrade [\#1030](https://github.com/chef/inspec/issues/1030)
1554
+ - MVP in-browser inspec demo [\#957](https://github.com/chef/inspec/issues/957)
1555
+ - Failing tests in inherited tests are not displayed [\#899](https://github.com/chef/inspec/issues/899)
1556
+
1557
+ **Merged pull requests:**
1558
+
1559
+ - Use the gem version for the omnibus package version [\#1122](https://github.com/chef/inspec/pull/1122) ([yzl](https://github.com/yzl))
1560
+ - Add legal pages [\#1121](https://github.com/chef/inspec/pull/1121) ([magwalk](https://github.com/magwalk))
1561
+ - update docs to markdown [\#1120](https://github.com/chef/inspec/pull/1120) ([arlimus](https://github.com/arlimus))
1562
+ - add readme to www-build [\#1118](https://github.com/chef/inspec/pull/1118) ([arlimus](https://github.com/arlimus))
1563
+ - Always write lockfiles for local top-level profiles [\#1116](https://github.com/chef/inspec/pull/1116) ([stevendanna](https://github.com/stevendanna))
1564
+ - Add `--cache` option to `inspec exec` [\#1113](https://github.com/chef/inspec/pull/1113) ([stevendanna](https://github.com/stevendanna))
1565
+ - fix double-space in pip to\_s resource [\#1112](https://github.com/chef/inspec/pull/1112) ([chris-rock](https://github.com/chris-rock))
1566
+ - fixes debian package manager and some of the code examples [\#1111](https://github.com/chef/inspec/pull/1111) ([Anirudh-Gupta](https://github.com/Anirudh-Gupta))
1567
+ - Add main site footer [\#1110](https://github.com/chef/inspec/pull/1110) ([magwalk](https://github.com/magwalk))
1568
+ - Add community and tutorials pages [\#1108](https://github.com/chef/inspec/pull/1108) ([magwalk](https://github.com/magwalk))
1569
+ - Add homepage content and styles [\#1107](https://github.com/chef/inspec/pull/1107) ([magwalk](https://github.com/magwalk))
1570
+ - Styling setup and main navigation [\#1105](https://github.com/chef/inspec/pull/1105) ([magwalk](https://github.com/magwalk))
1571
+ - docs task and rst/md formatter separation [\#1104](https://github.com/chef/inspec/pull/1104) ([arlimus](https://github.com/arlimus))
1572
+ - Fail if a remote source content doesn't match lockfile [\#1103](https://github.com/chef/inspec/pull/1103) ([stevendanna](https://github.com/stevendanna))
1573
+ - Optimize tutorial [\#1101](https://github.com/chef/inspec/pull/1101) ([chris-rock](https://github.com/chris-rock))
1574
+ - Build with master of omnibus [\#1099](https://github.com/chef/inspec/pull/1099) ([yzl](https://github.com/yzl))
1575
+ - use Gem::Version instead of a regular expression for a test version bump [\#1098](https://github.com/chef/inspec/pull/1098) ([chris-rock](https://github.com/chris-rock))
1576
+ - fix demo instructions [\#1094](https://github.com/chef/inspec/pull/1094) ([vjeffrey](https://github.com/vjeffrey))
1577
+ - Allow users to reference resources from dependencies [\#1080](https://github.com/chef/inspec/pull/1080) ([stevendanna](https://github.com/stevendanna))
1578
+ - In ApacheConf\#include\_files, check for abs paths [\#1042](https://github.com/chef/inspec/pull/1042) ([davidcpell](https://github.com/davidcpell))
1579
+
1580
+ ## [v1.0.0.pre.beta1](https://github.com/chef/inspec/tree/v1.0.0.pre.beta1) (2016-09-19)
1581
+ [Full Changelog](https://github.com/chef/inspec/compare/v0.35.0...v1.0.0.pre.beta1)
1582
+
1583
+ **Implemented enhancements:**
1584
+
1585
+ - InSpec output for summary needs to count controls [\#852](https://github.com/chef/inspec/issues/852)
1586
+ - ssl resource to use inspec.backend.hostname and require train 0.19.1 [\#1084](https://github.com/chef/inspec/pull/1084) ([alexpop](https://github.com/alexpop))
1587
+ - optimize command simulator auto-generation [\#1078](https://github.com/chef/inspec/pull/1078) ([chris-rock](https://github.com/chris-rock))
1588
+
1589
+ **Closed issues:**
1590
+
1591
+ - proper scrolling of terminal [\#1053](https://github.com/chef/inspec/issues/1053)
1592
+
1593
+ **Merged pull requests:**
1594
+
1595
+ - fix inspec shell handling [\#1090](https://github.com/chef/inspec/pull/1090) ([vjeffrey](https://github.com/vjeffrey))
1596
+ - update responses [\#1087](https://github.com/chef/inspec/pull/1087) ([vjeffrey](https://github.com/vjeffrey))
1597
+ - print profile summary and test summary [\#1083](https://github.com/chef/inspec/pull/1083) ([vjeffrey](https://github.com/vjeffrey))
1598
+ - Fix minor typo in documentation [\#1082](https://github.com/chef/inspec/pull/1082) ([Dispader](https://github.com/Dispader))
1599
+ - uglify wepack content, kudos @chris-rock [\#1081](https://github.com/chef/inspec/pull/1081) ([arlimus](https://github.com/arlimus))
1600
+ - Static keys in all json [\#811](https://github.com/chef/inspec/pull/811) ([arlimus](https://github.com/arlimus))
1601
+
1602
+ ## [v0.35.0](https://github.com/chef/inspec/tree/v0.35.0) (2016-09-16)
1603
+ [Full Changelog](https://github.com/chef/inspec/compare/v0.34.1...v0.35.0)
1604
+
1605
+ **Fixed bugs:**
1606
+
1607
+ - resource dsl not loded properly inside describe blocks [\#1074](https://github.com/chef/inspec/issues/1074)
1608
+
1609
+ **Closed issues:**
1610
+
1611
+ - online demo: check style of tutorial text [\#1054](https://github.com/chef/inspec/issues/1054)
1612
+ - online demo: clear \(linux\) and cls \(windows\) command to clear the terminal [\#1052](https://github.com/chef/inspec/issues/1052)
1613
+ - respect inspec.yml supports with include\_controls [\#1049](https://github.com/chef/inspec/issues/1049)
1614
+ - Simplify dependency in inspec.yml [\#1048](https://github.com/chef/inspec/issues/1048)
1615
+
1616
+ **Merged pull requests:**
1617
+
1618
+ - Process transitive dependencies from lock file [\#1079](https://github.com/chef/inspec/pull/1079) ([stevendanna](https://github.com/stevendanna))
1619
+ - Don't gpg-sign commits during tests [\#1077](https://github.com/chef/inspec/pull/1077) ([stevendanna](https://github.com/stevendanna))
1620
+ - Ensure resources are visible inside its blocks [\#1076](https://github.com/chef/inspec/pull/1076) ([stevendanna](https://github.com/stevendanna))
1621
+ - add gulp build pipeline to online demo [\#1075](https://github.com/chef/inspec/pull/1075) ([arlimus](https://github.com/arlimus))
1622
+ - inspec simulator [\#1073](https://github.com/chef/inspec/pull/1073) ([chris-rock](https://github.com/chris-rock))
1623
+ - Skip controls from profiles that don't support the current platform [\#1072](https://github.com/chef/inspec/pull/1072) ([stevendanna](https://github.com/stevendanna))
1624
+ - add tutorials \(references\) to the site skeleton [\#1068](https://github.com/chef/inspec/pull/1068) ([arlimus](https://github.com/arlimus))
1625
+ - Vj/improve demo [\#1065](https://github.com/chef/inspec/pull/1065) ([vjeffrey](https://github.com/vjeffrey))
1626
+ - Provide inspec.yml shortcut syntax [\#1064](https://github.com/chef/inspec/pull/1064) ([stevendanna](https://github.com/stevendanna))
1627
+
1628
+ ## [v0.34.1](https://github.com/chef/inspec/tree/v0.34.1) (2016-09-13)
1629
+ [Full Changelog](https://github.com/chef/inspec/compare/v0.34.0...v0.34.1)
1630
+
1631
+ **Fixed bugs:**
1632
+
1633
+ - Force encoding in bin only [\#1062](https://github.com/chef/inspec/pull/1062) ([chris-rock](https://github.com/chris-rock))
1634
+
1635
+ **Merged pull requests:**
1636
+
1637
+ - Fixup rubocop violation in www/ [\#1067](https://github.com/chef/inspec/pull/1067) ([stevendanna](https://github.com/stevendanna))
1638
+ - add homepage skeleton [\#1063](https://github.com/chef/inspec/pull/1063) ([arlimus](https://github.com/arlimus))
1639
+
1640
+ ## [v0.34.0](https://github.com/chef/inspec/tree/v0.34.0) (2016-09-12)
1641
+ [Full Changelog](https://github.com/chef/inspec/compare/v0.33.2...v0.34.0)
1642
+
1643
+ **Implemented enhancements:**
1644
+
1645
+ - Vendor Github and Supermarket dependencies [\#959](https://github.com/chef/inspec/issues/959)
1646
+ - use simple config for security policy resource [\#1044](https://github.com/chef/inspec/pull/1044) ([chris-rock](https://github.com/chris-rock))
1647
+ - identify enabled/disabled accounts for windows [\#1039](https://github.com/chef/inspec/pull/1039) ([chris-rock](https://github.com/chris-rock))
1648
+
1649
+ **Closed issues:**
1650
+
1651
+ - Compliance should allow the ability to upload the unconverted SCAP profiles from the agencies. [\#1055](https://github.com/chef/inspec/issues/1055)
1652
+ - Multiple matchers in a describe block display only a single line [\#1025](https://github.com/chef/inspec/issues/1025)
1653
+ - Create all content for inspec homepage demo [\#1021](https://github.com/chef/inspec/issues/1021)
1654
+ - User resource should use Filtertable [\#948](https://github.com/chef/inspec/issues/948)
1655
+
1656
+ **Merged pull requests:**
1657
+
1658
+ - rename example to meta-profile [\#1051](https://github.com/chef/inspec/pull/1051) ([chris-rock](https://github.com/chris-rock))
1659
+ - fix webpack start script for tutorial [\#1050](https://github.com/chef/inspec/pull/1050) ([vjeffrey](https://github.com/vjeffrey))
1660
+ - Add Inspec::Fetcher\#relative\_target for compatibility [\#1046](https://github.com/chef/inspec/pull/1046) ([stevendanna](https://github.com/stevendanna))
1661
+ - Typo supermarket -\> compliance [\#1041](https://github.com/chef/inspec/pull/1041) ([stevendanna](https://github.com/stevendanna))
1662
+ - Improve duplicate and cycle detection in resolver [\#1038](https://github.com/chef/inspec/pull/1038) ([stevendanna](https://github.com/stevendanna))
1663
+ - Add example of corporate profile [\#1037](https://github.com/chef/inspec/pull/1037) ([stevendanna](https://github.com/stevendanna))
1664
+ - Ensure simplecov starts before everything else [\#1036](https://github.com/chef/inspec/pull/1036) ([stevendanna](https://github.com/stevendanna))
1665
+ - add sys\_info resource to get information about the hostname [\#1035](https://github.com/chef/inspec/pull/1035) ([chris-rock](https://github.com/chris-rock))
1666
+ - Add GitFetcher and rework Fetchers+SourceReaders [\#1034](https://github.com/chef/inspec/pull/1034) ([stevendanna](https://github.com/stevendanna))
1667
+ - add demo content [\#1033](https://github.com/chef/inspec/pull/1033) ([vjeffrey](https://github.com/vjeffrey))
1668
+ - add health graphs [\#1032](https://github.com/chef/inspec/pull/1032) ([arlimus](https://github.com/arlimus))
1669
+ - fix table formatting in readme [\#1031](https://github.com/chef/inspec/pull/1031) ([arlimus](https://github.com/arlimus))
1670
+ - remove old delivery tests [\#1029](https://github.com/chef/inspec/pull/1029) ([arlimus](https://github.com/arlimus))
1671
+ - make demo better [\#1015](https://github.com/chef/inspec/pull/1015) ([vjeffrey](https://github.com/vjeffrey))
1672
+ - user resource should support filtertable [\#990](https://github.com/chef/inspec/pull/990) ([ksubrama](https://github.com/ksubrama))
1673
+
1674
+ ## [v0.33.2](https://github.com/chef/inspec/tree/v0.33.2) (2016-09-07)
1675
+ [Full Changelog](https://github.com/chef/inspec/compare/v0.33.1...v0.33.2)
1676
+
1677
+ **Implemented enhancements:**
1678
+
1679
+ - ssl resource fix and speed improvement [\#1027](https://github.com/chef/inspec/pull/1027) ([alexpop](https://github.com/alexpop))
1680
+ - allow direct access to iis configuration parameters [\#1020](https://github.com/chef/inspec/pull/1020) ([chris-rock](https://github.com/chris-rock))
1681
+
1682
+ **Fixed bugs:**
1683
+
1684
+ - ssl resource fix and speed improvement [\#1027](https://github.com/chef/inspec/pull/1027) ([alexpop](https://github.com/alexpop))
1685
+
1686
+ ## [v0.33.1](https://github.com/chef/inspec/tree/v0.33.1) (2016-09-07)
1687
+ [Full Changelog](https://github.com/chef/inspec/compare/v0.33.0...v0.33.1)
1688
+
1689
+ **Closed issues:**
1690
+
1691
+ - Research: determine mechanism for recording + playing back inspec [\#955](https://github.com/chef/inspec/issues/955)
1692
+ - Create content for interactive inspec online demo [\#954](https://github.com/chef/inspec/issues/954)
1693
+
1694
+ **Merged pull requests:**
1695
+
1696
+ - Pass attributes from command line into profile context [\#1026](https://github.com/chef/inspec/pull/1026) ([stevendanna](https://github.com/stevendanna))
1697
+ - Remove SourceReader::Inspec\#prepare\_load\_path [\#1023](https://github.com/chef/inspec/pull/1023) ([stevendanna](https://github.com/stevendanna))
1698
+ - add demo yml contents [\#1022](https://github.com/chef/inspec/pull/1022) ([arlimus](https://github.com/arlimus))
1699
+
1700
+ ## [v0.33.0](https://github.com/chef/inspec/tree/v0.33.0) (2016-09-05)
1701
+ [Full Changelog](https://github.com/chef/inspec/compare/v0.32.0...v0.33.0)
1702
+
1703
+ **Implemented enhancements:**
1704
+
1705
+ - Introduce scoping to the ProfileContext which has a view of all of its dependencies [\#958](https://github.com/chef/inspec/issues/958)
1706
+ - Create Help for Subcommands [\#305](https://github.com/chef/inspec/issues/305)
1707
+ - Allow service resource to accept Windows service name with spaces [\#1003](https://github.com/chef/inspec/pull/1003) ([martinheg](https://github.com/martinheg))
1708
+
1709
+ **Fixed bugs:**
1710
+
1711
+ - Error output not informative [\#1016](https://github.com/chef/inspec/issues/1016)
1712
+ - Suse Linux Enterprise Server 11 SPX is failing for describe service resource. [\#997](https://github.com/chef/inspec/issues/997)
1713
+ - Inspec Docker directory test fails [\#996](https://github.com/chef/inspec/issues/996)
1714
+ - package\(\) 'version' {should match\(pattern\)} does not return failed control, but shows as failed test [\#898](https://github.com/chef/inspec/issues/898)
1715
+ - Raise error when an invalid URI is received [\#1019](https://github.com/chef/inspec/pull/1019) ([alexpop](https://github.com/alexpop))
1716
+ - Fix os exception in mysql resource [\#1012](https://github.com/chef/inspec/pull/1012) ([alexpop](https://github.com/alexpop))
1717
+ - cmp not treating 0 as integer only as string [\#991](https://github.com/chef/inspec/pull/991) ([jeremymv2](https://github.com/jeremymv2))
1718
+
1719
+ **Closed issues:**
1720
+
1721
+ - apache\_conf resource seems to be using incorrect paths to amalgamate apache config \(only Centos/RHEL?\) [\#1013](https://github.com/chef/inspec/issues/1013)
1722
+ - More options link in Readme.md doesn't work \(404\) - need updating? [\#1001](https://github.com/chef/inspec/issues/1001)
1723
+ - Chef compliance breaks after updating inspec gem 0.32 [\#992](https://github.com/chef/inspec/issues/992)
1724
+ - Improve CLI report [\#984](https://github.com/chef/inspec/issues/984)
1725
+ - record inspec + in-browser playback for online demo [\#956](https://github.com/chef/inspec/issues/956)
1726
+ - UX & UI design for the interactive HTML demo [\#953](https://github.com/chef/inspec/issues/953)
1727
+
1728
+ **Merged pull requests:**
1729
+
1730
+ - use winrm v2 [\#1018](https://github.com/chef/inspec/pull/1018) ([chris-rock](https://github.com/chris-rock))
1731
+ - always display error message [\#1017](https://github.com/chef/inspec/pull/1017) ([chris-rock](https://github.com/chris-rock))
1732
+ - Fix apache conf [\#1014](https://github.com/chef/inspec/pull/1014) ([jeremymv2](https://github.com/jeremymv2))
1733
+ - fix cli inherited profiles [\#1008](https://github.com/chef/inspec/pull/1008) ([vjeffrey](https://github.com/vjeffrey))
1734
+ - improve suse 11 support for service resource [\#1007](https://github.com/chef/inspec/pull/1007) ([chris-rock](https://github.com/chris-rock))
1735
+ - Extend Inspec DSL docs [\#1006](https://github.com/chef/inspec/pull/1006) ([nvtkaszpir](https://github.com/nvtkaszpir))
1736
+ - vj/fix cli report [\#1004](https://github.com/chef/inspec/pull/1004) ([vjeffrey](https://github.com/vjeffrey))
1737
+ - fix cli link to docs [\#1002](https://github.com/chef/inspec/pull/1002) ([chris-rock](https://github.com/chris-rock))
1738
+ - Promote cmp usage as it provides results with octal mode [\#999](https://github.com/chef/inspec/pull/999) ([alexpop](https://github.com/alexpop))
1739
+ - Initial attempt at isolating resources between dependencies [\#994](https://github.com/chef/inspec/pull/994) ([stevendanna](https://github.com/stevendanna))
1740
+ - inspec demo [\#989](https://github.com/chef/inspec/pull/989) ([vjeffrey](https://github.com/vjeffrey))
1741
+ - Allow functional tests to pass on OSX [\#988](https://github.com/chef/inspec/pull/988) ([stevendanna](https://github.com/stevendanna))
1742
+ - Minor refactor and explanatory comments [\#987](https://github.com/chef/inspec/pull/987) ([stevendanna](https://github.com/stevendanna))
1743
+
1744
+ ## [v0.32.0](https://github.com/chef/inspec/tree/v0.32.0) (2016-08-26)
1745
+ [Full Changelog](https://github.com/chef/inspec/compare/v0.31.0...v0.32.0)
1746
+
1747
+ **Implemented enhancements:**
1748
+
1749
+ - Provide SSL InSpec with full demo [\#903](https://github.com/chef/inspec/issues/903)
1750
+ - improve package resource on windows [\#86](https://github.com/chef/inspec/issues/86)
1751
+ - can check windows service startup mode now [\#968](https://github.com/chef/inspec/pull/968) ([Anirudh-Gupta](https://github.com/Anirudh-Gupta))
1752
+ - Resolved an issue checking ports on windows [\#962](https://github.com/chef/inspec/pull/962) ([chris-rock](https://github.com/chris-rock))
1753
+
1754
+ **Fixed bugs:**
1755
+
1756
+ - Grouping multiple `it` blocks in one `describe` blocks ruins console output during test runs [\#918](https://github.com/chef/inspec/issues/918)
1757
+ - Windows default path format causes errors with inspec check [\#672](https://github.com/chef/inspec/issues/672)
1758
+ - bugfix windows forward slashes handling [\#963](https://github.com/chef/inspec/pull/963) ([chris-rock](https://github.com/chris-rock))
1759
+ - Fix command evaluation for inspec shell -c [\#943](https://github.com/chef/inspec/pull/943) ([ksubrama](https://github.com/ksubrama))
1760
+
1761
+ **Closed issues:**
1762
+
1763
+ - Support sid for user resource [\#960](https://github.com/chef/inspec/issues/960)
1764
+ - Create and load Lockfiles for dependencies [\#950](https://github.com/chef/inspec/issues/950)
1765
+ - Implement test cases for inspec shell [\#942](https://github.com/chef/inspec/issues/942)
1766
+ - Transitive dependency loading [\#915](https://github.com/chef/inspec/issues/915)
1767
+ - Document InSpec OR features [\#853](https://github.com/chef/inspec/issues/853)
1768
+ - Document ini resource [\#848](https://github.com/chef/inspec/issues/848)
1769
+ - Document special service resources [\#495](https://github.com/chef/inspec/issues/495)
1770
+
1771
+ **Merged pull requests:**
1772
+
1773
+ - Reformat service resource docs for discoverability [\#986](https://github.com/chef/inspec/pull/986) ([stevendanna](https://github.com/stevendanna))
1774
+ - Generate documentation for the `vendor` command [\#985](https://github.com/chef/inspec/pull/985) ([stevendanna](https://github.com/stevendanna))
1775
+ - suport for ruby 2.2.2 [\#983](https://github.com/chef/inspec/pull/983) ([chris-rock](https://github.com/chris-rock))
1776
+ - Add windows user SID as 'UID' in user resource. Fix \#960 [\#982](https://github.com/chef/inspec/pull/982) ([ksubrama](https://github.com/ksubrama))
1777
+ - document ini resource [\#981](https://github.com/chef/inspec/pull/981) ([vjeffrey](https://github.com/vjeffrey))
1778
+ - Upgrade FFI to Ruby 2.3 issues on windows [\#980](https://github.com/chef/inspec/pull/980) ([ksubrama](https://github.com/ksubrama))
1779
+ - move train connection out of loop for command\_simulator [\#979](https://github.com/chef/inspec/pull/979) ([vjeffrey](https://github.com/vjeffrey))
1780
+ - Update port.rb Documentation [\#978](https://github.com/chef/inspec/pull/978) ([nvtkaszpir](https://github.com/nvtkaszpir))
1781
+ - first pass at collecting command output for demo [\#977](https://github.com/chef/inspec/pull/977) ([vjeffrey](https://github.com/vjeffrey))
1782
+ - Fix `rake` to work again [\#976](https://github.com/chef/inspec/pull/976) ([jkeiser](https://github.com/jkeiser))
1783
+ - Fix `bundle install` on Ruby 2.1.9 [\#975](https://github.com/chef/inspec/pull/975) ([jkeiser](https://github.com/jkeiser))
1784
+ - Initial control isolation support [\#973](https://github.com/chef/inspec/pull/973) ([stevendanna](https://github.com/stevendanna))
1785
+ - Allow JSON 2.x [\#972](https://github.com/chef/inspec/pull/972) ([chris-rock](https://github.com/chris-rock))
1786
+ - Add Ruby 2.3 to the test matrix, make it the primary test for most suites [\#971](https://github.com/chef/inspec/pull/971) ([jkeiser](https://github.com/jkeiser))
1787
+ - Speed up windows package lookup [\#970](https://github.com/chef/inspec/pull/970) ([ksubrama](https://github.com/ksubrama))
1788
+ - Expand relative paths based on profile location [\#965](https://github.com/chef/inspec/pull/965) ([stevendanna](https://github.com/stevendanna))
1789
+ - restructure test suites in travis [\#964](https://github.com/chef/inspec/pull/964) ([chris-rock](https://github.com/chris-rock))
1790
+ - Replace Molinillo-based resolver [\#961](https://github.com/chef/inspec/pull/961) ([stevendanna](https://github.com/stevendanna))
1791
+ - Add prototype of inspec.lock [\#949](https://github.com/chef/inspec/pull/949) ([stevendanna](https://github.com/stevendanna))
1792
+ - document OR feature [\#947](https://github.com/chef/inspec/pull/947) ([vjeffrey](https://github.com/vjeffrey))
1793
+ - print controls, then tests; print header of describe, then individual test results [\#946](https://github.com/chef/inspec/pull/946) ([vjeffrey](https://github.com/vjeffrey))
1794
+ - Add darwin helper [\#945](https://github.com/chef/inspec/pull/945) ([tas50](https://github.com/tas50))
1795
+ - Update platforms in the docs to match the code [\#944](https://github.com/chef/inspec/pull/944) ([tas50](https://github.com/tas50))
1796
+ - Add integration tests for file owner on windows [\#923](https://github.com/chef/inspec/pull/923) ([chris-rock](https://github.com/chris-rock))
1797
+
1798
+ ## [v0.31.0](https://github.com/chef/inspec/tree/v0.31.0) (2016-08-19)
1799
+ [Full Changelog](https://github.com/chef/inspec/compare/v0.30.0...v0.31.0)
1800
+
1801
+ **Implemented enhancements:**
1802
+
1803
+ - Support writing full tests in inspec shell [\#240](https://github.com/chef/inspec/issues/240)
1804
+ - inspec shell documentation - Fix \#805 [\#925](https://github.com/chef/inspec/pull/925) ([ksubrama](https://github.com/ksubrama))
1805
+ - Windows ports with pid and process name [\#912](https://github.com/chef/inspec/pull/912) ([alexpop](https://github.com/alexpop))
1806
+ - Improve inspec shell by having it evaluate describe/control blocks. [\#909](https://github.com/chef/inspec/pull/909) ([ksubrama](https://github.com/ksubrama))
1807
+
1808
+ **Fixed bugs:**
1809
+
1810
+ - `inspec login help` help text inconsistent with `inspec` CLI usage [\#905](https://github.com/chef/inspec/issues/905)
1811
+ - Subcommand help outputs incorrect usage line [\#895](https://github.com/chef/inspec/issues/895)
1812
+ - `inspec compliance version` fails with stacktrace if no compliance URL is configured [\#894](https://github.com/chef/inspec/issues/894)
1813
+ - `inspec` binary occasionally exits zero on SSH failures [\#840](https://github.com/chef/inspec/issues/840)
1814
+ - inspec login fails [\#793](https://github.com/chef/inspec/issues/793)
1815
+ - ssh\_config and sshd\_config matchers should be case-insensitive [\#759](https://github.com/chef/inspec/issues/759)
1816
+ - Login succeeds but later commands fail [\#731](https://github.com/chef/inspec/issues/731)
1817
+ - passwd resource does not ignore comments [\#725](https://github.com/chef/inspec/issues/725)
1818
+ - remove tests and dev dependencies from released gem [\#924](https://github.com/chef/inspec/pull/924) ([arlimus](https://github.com/arlimus))
1819
+ - update dependencies and loosen molinillo [\#917](https://github.com/chef/inspec/pull/917) ([arlimus](https://github.com/arlimus))
1820
+ - Handle xinetd config with only one entry [\#846](https://github.com/chef/inspec/pull/846) ([chris-rock](https://github.com/chris-rock))
1821
+
1822
+ **Closed issues:**
1823
+
1824
+ - Document InSpec Shell [\#805](https://github.com/chef/inspec/issues/805)
1825
+
1826
+ **Merged pull requests:**
1827
+
1828
+ - fix functional test for compliance plugin [\#941](https://github.com/chef/inspec/pull/941) ([chris-rock](https://github.com/chris-rock))
1829
+ - give accurate information for inspec compliance login --help [\#938](https://github.com/chef/inspec/pull/938) ([vjeffrey](https://github.com/vjeffrey))
1830
+ - Document awesome where syntax for port [\#937](https://github.com/chef/inspec/pull/937) ([pburkholder](https://github.com/pburkholder))
1831
+ - Fetch deps based on urls [\#935](https://github.com/chef/inspec/pull/935) ([stevendanna](https://github.com/stevendanna))
1832
+ - Ease testing of compliance integration tests [\#934](https://github.com/chef/inspec/pull/934) ([chris-rock](https://github.com/chris-rock))
1833
+ - restructure unit tests [\#933](https://github.com/chef/inspec/pull/933) ([chris-rock](https://github.com/chris-rock))
1834
+ - return token stored message on login [\#932](https://github.com/chef/inspec/pull/932) ([vjeffrey](https://github.com/vjeffrey))
1835
+ - fail gracefully on inspec compliance profiles when bad token is provided [\#930](https://github.com/chef/inspec/pull/930) ([vjeffrey](https://github.com/vjeffrey))
1836
+ - Fix recursive deps for path-based deps [\#929](https://github.com/chef/inspec/pull/929) ([stevendanna](https://github.com/stevendanna))
1837
+ - fix integration tests for Chef Compliance [\#928](https://github.com/chef/inspec/pull/928) ([chris-rock](https://github.com/chris-rock))
1838
+ - Remove false username/passwd msg from inspec compliance login [\#927](https://github.com/chef/inspec/pull/927) ([vjeffrey](https://github.com/vjeffrey))
1839
+ - inspec compliance version fails gracefully when no server config [\#926](https://github.com/chef/inspec/pull/926) ([vjeffrey](https://github.com/vjeffrey))
1840
+ - add kitchen.yml for non-public kitchen boxes [\#922](https://github.com/chef/inspec/pull/922) ([chris-rock](https://github.com/chris-rock))
1841
+ - Ignore comment lines in /etc/passwd [\#920](https://github.com/chef/inspec/pull/920) ([stevendanna](https://github.com/stevendanna))
1842
+ - ssh\_config parse should be case insensitive [\#919](https://github.com/chef/inspec/pull/919) ([vjeffrey](https://github.com/vjeffrey))
1843
+ - add ssl resource \(early access\) [\#914](https://github.com/chef/inspec/pull/914) ([arlimus](https://github.com/arlimus))
1844
+ - Add iis\_site resource [\#907](https://github.com/chef/inspec/pull/907) ([chrisevett](https://github.com/chrisevett))
1845
+
1846
+ ## [v0.30.0](https://github.com/chef/inspec/tree/v0.30.0) (2016-08-12)
1847
+ [Full Changelog](https://github.com/chef/inspec/compare/v0.29.0...v0.30.0)
1848
+
1849
+ **Implemented enhancements:**
1850
+
1851
+ - introduce dependency resolution \(experimental\) [\#891](https://github.com/chef/inspec/pull/891) ([arlimus](https://github.com/arlimus))
1852
+ - Improve windows support of omnibus installer [\#890](https://github.com/chef/inspec/pull/890) ([ksubrama](https://github.com/ksubrama))
1853
+ - Add omnibus for inspec [\#658](https://github.com/chef/inspec/pull/658) ([chris-rock](https://github.com/chris-rock))
1854
+
1855
+ **Fixed bugs:**
1856
+
1857
+ - RHEL postgres data dir is not /var/lib/postgres as coded [\#494](https://github.com/chef/inspec/issues/494)
1858
+ - Add readline ignore markers to color escape codes in the shell [\#900](https://github.com/chef/inspec/pull/900) ([stevendanna](https://github.com/stevendanna))
1859
+
1860
+ **Closed issues:**
1861
+
1862
+ - `inspec exec` help option does not provide any context sensitive help [\#906](https://github.com/chef/inspec/issues/906)
1863
+ - Add windows MSI packaging support to omnibus [\#889](https://github.com/chef/inspec/issues/889)
1864
+ - tab-completion support in the inspec command line and in the inspec shell :\) [\#607](https://github.com/chef/inspec/issues/607)
1865
+
1866
+ **Merged pull requests:**
1867
+
1868
+ - auto-generate inspec cli docs [\#911](https://github.com/chef/inspec/pull/911) ([arlimus](https://github.com/arlimus))
1869
+ - move test suites to allowed failures until travis is fixed [\#904](https://github.com/chef/inspec/pull/904) ([chris-rock](https://github.com/chris-rock))
1870
+ - travis experiment: lower docker concurrency [\#902](https://github.com/chef/inspec/pull/902) ([stevendanna](https://github.com/stevendanna))
1871
+ - Improve detection of postgresql conf dir and data dir [\#901](https://github.com/chef/inspec/pull/901) ([stevendanna](https://github.com/stevendanna))
1872
+ - Add `inspec env` command to configure shell tab-completion [\#896](https://github.com/chef/inspec/pull/896) ([stevendanna](https://github.com/stevendanna))
1873
+ - Support regular expressions for Windows registry key [\#892](https://github.com/chef/inspec/pull/892) ([chris-rock](https://github.com/chris-rock))
1874
+ - add integration test for windows file and directory [\#880](https://github.com/chef/inspec/pull/880) ([chris-rock](https://github.com/chris-rock))
1875
+
1876
+ ## [v0.29.0](https://github.com/chef/inspec/tree/v0.29.0) (2016-08-08)
1877
+ [Full Changelog](https://github.com/chef/inspec/compare/v0.28.1...v0.29.0)
1878
+
1879
+ **Implemented enhancements:**
1880
+
1881
+ - port\(\) could convert string parameter to integer [\#867](https://github.com/chef/inspec/issues/867)
1882
+ - add params and content method to parse\_config [\#876](https://github.com/chef/inspec/pull/876) ([chris-rock](https://github.com/chris-rock))
1883
+ - Activate centos, debian and oracle linux in our travis tests [\#869](https://github.com/chef/inspec/pull/869) ([chris-rock](https://github.com/chris-rock))
1884
+
1885
+ **Fixed bugs:**
1886
+
1887
+ - 1.10.2 missing a space in failed test output [\#872](https://github.com/chef/inspec/issues/872)
1888
+ - inspec fails to determine file\_version for a file on a windows 2012R2 [\#858](https://github.com/chef/inspec/issues/858)
1889
+ - os\[:family\] returns "centos" rather than "redhat" on my Centos 7.2 box [\#847](https://github.com/chef/inspec/issues/847)
1890
+ - Inspec exec output when multiple matchers are used [\#812](https://github.com/chef/inspec/issues/812)
1891
+ - Inspec Detect Issues [\#772](https://github.com/chef/inspec/issues/772)
1892
+ - systemd is-enabled check does not handle backcompat with sysv-init scripts \(e.g. ntp on Ubuntu 16.04\) [\#749](https://github.com/chef/inspec/issues/749)
1893
+ - Update inspec for os\[:family\] change in Train [\#865](https://github.com/chef/inspec/pull/865) ([stevendanna](https://github.com/stevendanna))
1894
+ - Use systemctl's helper command to determine enabled & active status [\#863](https://github.com/chef/inspec/pull/863) ([stevendanna](https://github.com/stevendanna))
1895
+
1896
+ **Closed issues:**
1897
+
1898
+ - bump train dependency [\#870](https://github.com/chef/inspec/issues/870)
1899
+ - parse\_config error when searching for fs.suid\_dumpable [\#866](https://github.com/chef/inspec/issues/866)
1900
+ - Improve integration tests [\#861](https://github.com/chef/inspec/issues/861)
1901
+ - Adapt InSpec to work with latest train OS updates [\#855](https://github.com/chef/inspec/issues/855)
1902
+
1903
+ **Merged pull requests:**
1904
+
1905
+ - revert control\_summary field in output [\#887](https://github.com/chef/inspec/pull/887) ([arlimus](https://github.com/arlimus))
1906
+ - Remove some platforms from travis config [\#883](https://github.com/chef/inspec/pull/883) ([stevendanna](https://github.com/stevendanna))
1907
+ - Explicitly require docker transport to avoid autoload bug [\#882](https://github.com/chef/inspec/pull/882) ([stevendanna](https://github.com/stevendanna))
1908
+ - Require train 0.16 [\#881](https://github.com/chef/inspec/pull/881) ([chris-rock](https://github.com/chris-rock))
1909
+ - Generate test labels for multi-test controls [\#879](https://github.com/chef/inspec/pull/879) ([ksubrama](https://github.com/ksubrama))
1910
+ - Allow port to be specified as a string [\#878](https://github.com/chef/inspec/pull/878) ([stevendanna](https://github.com/stevendanna))
1911
+ - improve code style for parse\_config thanks @stevendanna [\#877](https://github.com/chef/inspec/pull/877) ([chris-rock](https://github.com/chris-rock))
1912
+ - remote target supported OS also includes hp-ux [\#873](https://github.com/chef/inspec/pull/873) ([Anirudh-Gupta](https://github.com/Anirudh-Gupta))
1913
+ - Be a bit louder when skipping an entire integration suite [\#864](https://github.com/chef/inspec/pull/864) ([stevendanna](https://github.com/stevendanna))
1914
+ - Count controls in the summary output. Fix \#852 [\#860](https://github.com/chef/inspec/pull/860) ([vjeffrey](https://github.com/vjeffrey))
1915
+
1916
+ ## [v0.28.1](https://github.com/chef/inspec/tree/v0.28.1) (2016-08-03)
1917
+ [Full Changelog](https://github.com/chef/inspec/compare/v0.28.0...v0.28.1)
1918
+
1919
+ **Fixed bugs:**
1920
+
1921
+ - Read Chef attributes within the tests ? [\#813](https://github.com/chef/inspec/issues/813)
1922
+ - Docs for command use eq instead of match [\#502](https://github.com/chef/inspec/issues/502)
1923
+ - fix color code barriers [\#838](https://github.com/chef/inspec/pull/838) ([arlimus](https://github.com/arlimus))
1924
+
1925
+ **Closed issues:**
1926
+
1927
+ - Document all supported Operating Systems [\#842](https://github.com/chef/inspec/issues/842)
1928
+
1929
+ **Merged pull requests:**
1930
+
1931
+ - Add supported OS list to readme [\#859](https://github.com/chef/inspec/pull/859) ([vjeffrey](https://github.com/vjeffrey))
1932
+ - Update README with correct directions for integration tests [\#857](https://github.com/chef/inspec/pull/857) ([stevendanna](https://github.com/stevendanna))
1933
+ - Only test PRs and pushes to master [\#856](https://github.com/chef/inspec/pull/856) ([stevendanna](https://github.com/stevendanna))
1934
+ - Support either /dev/kcore or /dev/core in the tests [\#850](https://github.com/chef/inspec/pull/850) ([stevendanna](https://github.com/stevendanna))
1935
+ - add air gap environment post from @jeremymv2 [\#841](https://github.com/chef/inspec/pull/841) ([chris-rock](https://github.com/chris-rock))
1936
+ - move base\_cli to lib/inspec [\#832](https://github.com/chef/inspec/pull/832) ([arlimus](https://github.com/arlimus))
1937
+
1938
+ ## [v0.28.0](https://github.com/chef/inspec/tree/v0.28.0) (2016-07-21)
1939
+ [Full Changelog](https://github.com/chef/inspec/compare/v0.27.1...v0.28.0)
1940
+
1941
+ **Implemented enhancements:**
1942
+
1943
+ - add port resource for windows 2008 [\#837](https://github.com/chef/inspec/pull/837) ([arlimus](https://github.com/arlimus))
1944
+
1945
+ **Fixed bugs:**
1946
+
1947
+ - prevent circular loading of resource library [\#831](https://github.com/chef/inspec/pull/831) ([arlimus](https://github.com/arlimus))
1948
+
1949
+ **Merged pull requests:**
1950
+
1951
+ - Added two InSpec Tutorial blog posts [\#836](https://github.com/chef/inspec/pull/836) ([anniehedgpeth](https://github.com/anniehedgpeth))
1952
+ - add mssql resource [\#835](https://github.com/chef/inspec/pull/835) ([chrisevett](https://github.com/chrisevett))
1953
+
1954
+ ## [v0.27.1](https://github.com/chef/inspec/tree/v0.27.1) (2016-07-15)
1955
+ [Full Changelog](https://github.com/chef/inspec/compare/v0.27.0...v0.27.1)
1956
+
1957
+ **Fixed bugs:**
1958
+
1959
+ - Inconsistent json format caused by inconsistent hash keys [\#827](https://github.com/chef/inspec/issues/827)
1960
+
1961
+ **Closed issues:**
1962
+
1963
+ - wrong path detection for postgres conf\_dir and conf\_path [\#823](https://github.com/chef/inspec/issues/823)
1964
+
1965
+ **Merged pull requests:**
1966
+
1967
+ - FIX: file\(hba\_config\_file\) test in documentation [\#830](https://github.com/chef/inspec/pull/830) ([atomic111](https://github.com/atomic111))
1968
+ - Fix runner.rb key inconsistency [\#828](https://github.com/chef/inspec/pull/828) ([alexpop](https://github.com/alexpop))
1969
+ - FIX \#823 wrong postgres path detection for conf\_dir and conf\_path [\#824](https://github.com/chef/inspec/pull/824) ([atomic111](https://github.com/atomic111))
1970
+
1971
+ ## [v0.27.0](https://github.com/chef/inspec/tree/v0.27.0) (2016-07-11)
1972
+ [Full Changelog](https://github.com/chef/inspec/compare/v0.26.0...v0.27.0)
1973
+
1974
+ **Implemented enhancements:**
1975
+
1976
+ - inspec report source\_location data type [\#807](https://github.com/chef/inspec/issues/807)
1977
+ - Additional fields in inspec reports [\#806](https://github.com/chef/inspec/issues/806)
1978
+ - api: report source location with field identifiers [\#808](https://github.com/chef/inspec/pull/808) ([arlimus](https://github.com/arlimus))
1979
+ - add boolean support for cmp matcher [\#801](https://github.com/chef/inspec/pull/801) ([chris-rock](https://github.com/chris-rock))
1980
+ - improve wmi resource [\#800](https://github.com/chef/inspec/pull/800) ([chris-rock](https://github.com/chris-rock))
1981
+ - Update documentation for bundles [\#716](https://github.com/chef/inspec/pull/716) ([chris-rock](https://github.com/chris-rock))
1982
+
1983
+ **Fixed bugs:**
1984
+
1985
+ - `os` resource not accessible within a `describe` [\#451](https://github.com/chef/inspec/issues/451)
1986
+ - add suid sgid and sticky support for file resource [\#819](https://github.com/chef/inspec/pull/819) ([arlimus](https://github.com/arlimus))
1987
+ - pin gem version for ffi due to appveyor failures [\#816](https://github.com/chef/inspec/pull/816) ([arlimus](https://github.com/arlimus))
1988
+ - check service running by ActiveState [\#814](https://github.com/chef/inspec/pull/814) ([arlimus](https://github.com/arlimus))
1989
+
1990
+ **Merged pull requests:**
1991
+
1992
+ - small fix for postgres\_session documentation \(Test for risky database entries example\) [\#815](https://github.com/chef/inspec/pull/815) ([atomic111](https://github.com/atomic111))
1993
+ - Add array documentation to yaml / json resource [\#803](https://github.com/chef/inspec/pull/803) ([brentm5](https://github.com/brentm5))
1994
+ - Updating ctl docs to include the init command [\#802](https://github.com/chef/inspec/pull/802) ([ChefRycar](https://github.com/ChefRycar))
1995
+ - add documentation for bash resource [\#799](https://github.com/chef/inspec/pull/799) ([chris-rock](https://github.com/chris-rock))
1996
+ - align inspec's check, detect, and exec cli formatters [\#797](https://github.com/chef/inspec/pull/797) ([arlimus](https://github.com/arlimus))
1997
+
1998
+ ## [v0.26.0](https://github.com/chef/inspec/tree/v0.26.0) (2016-06-16)
1999
+ [Full Changelog](https://github.com/chef/inspec/compare/v0.25.0...v0.26.0)
2000
+
2001
+ **Implemented enhancements:**
2002
+
2003
+ - use train instead of r-train [\#795](https://github.com/chef/inspec/pull/795) ([chris-rock](https://github.com/chris-rock))
2004
+
2005
+ **Fixed bugs:**
2006
+
2007
+ - Transport error while trying to ssh to mac osx [\#788](https://github.com/chef/inspec/issues/788)
2008
+
2009
+ **Closed issues:**
2010
+
2011
+ - Can't upload inherited profile [\#789](https://github.com/chef/inspec/issues/789)
2012
+
2013
+ **Merged pull requests:**
2014
+
2015
+ - provide target info in cli output [\#796](https://github.com/chef/inspec/pull/796) ([arlimus](https://github.com/arlimus))
2016
+ - multi-profile reporting in cli formatter [\#794](https://github.com/chef/inspec/pull/794) ([arlimus](https://github.com/arlimus))
2017
+ - use utf-8 characters for default cli formatter [\#792](https://github.com/chef/inspec/pull/792) ([arlimus](https://github.com/arlimus))
2018
+ - integer?\("0300"\) should not be true [\#791](https://github.com/chef/inspec/pull/791) ([srenatus](https://github.com/srenatus))
2019
+ - introduce cli report formatter [\#790](https://github.com/chef/inspec/pull/790) ([arlimus](https://github.com/arlimus))
2020
+
2021
+ ## [v0.25.0](https://github.com/chef/inspec/tree/v0.25.0) (2016-06-14)
2022
+ [Full Changelog](https://github.com/chef/inspec/compare/v0.24.0...v0.25.0)
2023
+
2024
+ **Closed issues:**
2025
+
2026
+ - Why mode matcher doesn't work on a file resource [\#781](https://github.com/chef/inspec/issues/781)
2027
+
2028
+ **Merged pull requests:**
2029
+
2030
+ - Update readme with Annie's Tutorial Day 5 [\#785](https://github.com/chef/inspec/pull/785) ([anniehedgpeth](https://github.com/anniehedgpeth))
2031
+ - Feature: Implementation of RFC Attributes [\#723](https://github.com/chef/inspec/pull/723) ([chris-rock](https://github.com/chris-rock))
2032
+
2033
+ ## [v0.24.0](https://github.com/chef/inspec/tree/v0.24.0) (2016-06-03)
2034
+ [Full Changelog](https://github.com/chef/inspec/compare/v0.23...v0.24.0)
2035
+
2036
+ **Implemented enhancements:**
2037
+
2038
+ - support intra-libraries file referencing + loading [\#780](https://github.com/chef/inspec/pull/780) ([arlimus](https://github.com/arlimus))
2039
+
2040
+ **Merged pull requests:**
2041
+
2042
+ - Update documentation for matching output of commands [\#777](https://github.com/chef/inspec/pull/777) ([tas50](https://github.com/tas50))
2043
+
2044
+ ## [v0.23](https://github.com/chef/inspec/tree/v0.23) (2016-05-31)
2045
+ [Full Changelog](https://github.com/chef/inspec/compare/v0.22.1...v0.23)
2046
+
2047
+ **Implemented enhancements:**
2048
+
2049
+ - connect `port` and filter table [\#776](https://github.com/chef/inspec/pull/776) ([arlimus](https://github.com/arlimus))
2050
+ - add resource to filter table blocks [\#775](https://github.com/chef/inspec/pull/775) ([arlimus](https://github.com/arlimus))
2051
+ - add helper methods for os resource [\#774](https://github.com/chef/inspec/pull/774) ([chris-rock](https://github.com/chris-rock))
2052
+
2053
+ **Closed issues:**
2054
+
2055
+ - inspec hangs on command\('ausearch -k docker'\).stdout [\#768](https://github.com/chef/inspec/issues/768)
2056
+ - registry\_key test failing on Windows 2008 R2 [\#767](https://github.com/chef/inspec/issues/767)
2057
+ - InSpec login successful with wrong username [\#766](https://github.com/chef/inspec/issues/766)
2058
+
2059
+ **Merged pull requests:**
2060
+
2061
+ - update readme with blogs [\#769](https://github.com/chef/inspec/pull/769) ([chris-rock](https://github.com/chris-rock))
2062
+
2063
+ ## [v0.22.1](https://github.com/chef/inspec/tree/v0.22.1) (2016-05-18)
2064
+ [Full Changelog](https://github.com/chef/inspec/compare/v0.22.0...v0.22.1)
2065
+
2066
+ **Fixed bugs:**
2067
+
2068
+ - fix reporter/formatter disagreements [\#764](https://github.com/chef/inspec/pull/764) ([arlimus](https://github.com/arlimus))
2069
+
2070
+ **Closed issues:**
2071
+
2072
+ - port resource fails in docker containers because netstat is missing, but gives poor error output as to why. [\#762](https://github.com/chef/inspec/issues/762)
2073
+ - Add support for alternate sudo command [\#755](https://github.com/chef/inspec/issues/755)
2074
+ - Chef Compliance Server UI - Need capability to remove an uploaded profile [\#712](https://github.com/chef/inspec/issues/712)
2075
+
2076
+ ## [v0.22.0](https://github.com/chef/inspec/tree/v0.22.0) (2016-05-16)
2077
+ [Full Changelog](https://github.com/chef/inspec/compare/v0.21.6...v0.22.0)
2078
+
2079
+ **Implemented enhancements:**
2080
+
2081
+ - update train dependency to 0.12.0 [\#757](https://github.com/chef/inspec/pull/757) ([chris-rock](https://github.com/chris-rock))
2082
+ - run integration tests in docker [\#732](https://github.com/chef/inspec/pull/732) ([chris-rock](https://github.com/chris-rock))
2083
+
2084
+ **Merged pull requests:**
2085
+
2086
+ - fixed 'it' statements under file\_test [\#758](https://github.com/chef/inspec/pull/758) ([Anirudh-Gupta](https://github.com/Anirudh-Gupta))
2087
+ - modification in command resource example [\#756](https://github.com/chef/inspec/pull/756) ([Anirudh-Gupta](https://github.com/Anirudh-Gupta))
2088
+ - add sudo\_command option [\#754](https://github.com/chef/inspec/pull/754) ([jeremymv2](https://github.com/jeremymv2))
2089
+ - remove string quotes around regexp \(docfix\) [\#750](https://github.com/chef/inspec/pull/750) ([lamont-granquist](https://github.com/lamont-granquist))
2090
+ - rake release\_docker + smaller image builds [\#745](https://github.com/chef/inspec/pull/745) ([arlimus](https://github.com/arlimus))
2091
+
2092
+ ## [v0.21.6](https://github.com/chef/inspec/tree/v0.21.6) (2016-05-13)
2093
+ [Full Changelog](https://github.com/chef/inspec/compare/v0.21.5...v0.21.6)
2094
+
2095
+ **Fixed bugs:**
2096
+
2097
+ - catch corner-case with symbols on test-objects [\#748](https://github.com/chef/inspec/pull/748) ([arlimus](https://github.com/arlimus))
2098
+ - Prevent nil.include? [\#747](https://github.com/chef/inspec/pull/747) ([alexpop](https://github.com/alexpop))
2099
+
2100
+ ## [v0.21.5](https://github.com/chef/inspec/tree/v0.21.5) (2016-05-13)
2101
+ [Full Changelog](https://github.com/chef/inspec/compare/v0.21.4...v0.21.5)
2102
+
2103
+ **Fixed bugs:**
2104
+
2105
+ - fix construction of ruby objects on string and array handlers [\#746](https://github.com/chef/inspec/pull/746) ([arlimus](https://github.com/arlimus))
2106
+
2107
+ ## [v0.21.4](https://github.com/chef/inspec/tree/v0.21.4) (2016-05-13)
2108
+ [Full Changelog](https://github.com/chef/inspec/compare/v0.21.3...v0.21.4)
2109
+
2110
+ **Implemented enhancements:**
2111
+
2112
+ - use struct for processes list [\#744](https://github.com/chef/inspec/pull/744) ([arlimus](https://github.com/arlimus))
2113
+
2114
+ ## [v0.21.3](https://github.com/chef/inspec/tree/v0.21.3) (2016-05-11)
2115
+ [Full Changelog](https://github.com/chef/inspec/compare/v0.21.2...v0.21.3)
2116
+
2117
+ **Fixed bugs:**
2118
+
2119
+ - Return empty array instead of nil for port methods [\#739](https://github.com/chef/inspec/pull/739) ([alexpop](https://github.com/alexpop))
2120
+
2121
+ **Merged pull requests:**
2122
+
2123
+ - deprecate array matcher [\#737](https://github.com/chef/inspec/pull/737) ([chris-rock](https://github.com/chris-rock))
2124
+ - Escape os\_env command on Windows to handle env variables containing parentheses. [\#735](https://github.com/chef/inspec/pull/735) ([tpcwang](https://github.com/tpcwang))
2125
+
2126
+ ## [v0.21.2](https://github.com/chef/inspec/tree/v0.21.2) (2016-05-11)
2127
+ [Full Changelog](https://github.com/chef/inspec/compare/v0.21.1...v0.21.2)
2128
+
2129
+ **Implemented enhancements:**
2130
+
2131
+ - Read SELinux labels for processes [\#726](https://github.com/chef/inspec/issues/726)
2132
+ - Fix contain\_match, add none\_match [\#736](https://github.com/chef/inspec/pull/736) ([alexpop](https://github.com/alexpop))
2133
+
2134
+ **Fixed bugs:**
2135
+
2136
+ - Fix contain\\_match, add none\\_match [\#736](https://github.com/chef/inspec/pull/736) ([alexpop](https://github.com/alexpop))
2137
+
2138
+ ## [v0.21.1](https://github.com/chef/inspec/tree/v0.21.1) (2016-05-10)
2139
+ [Full Changelog](https://github.com/chef/inspec/compare/v0.21.0...v0.21.1)
2140
+
2141
+ **Fixed bugs:**
2142
+
2143
+ - fix: remove non-existent class [\#729](https://github.com/chef/inspec/pull/729) ([chris-rock](https://github.com/chris-rock))
2144
+
2145
+ **Merged pull requests:**
2146
+
2147
+ - Expose label for processes only on linux [\#733](https://github.com/chef/inspec/pull/733) ([vjeffrey](https://github.com/vjeffrey))
2148
+ - Add all\_match to matchers [\#730](https://github.com/chef/inspec/pull/730) ([vjeffrey](https://github.com/vjeffrey))
2149
+
2150
+ ## [v0.21.0](https://github.com/chef/inspec/tree/v0.21.0) (2016-05-10)
2151
+ [Full Changelog](https://github.com/chef/inspec/compare/v0.20.1...v0.21.0)
2152
+
2153
+ **Implemented enhancements:**
2154
+
2155
+ - Support nested describe.one blocks [\#711](https://github.com/chef/inspec/issues/711)
2156
+ - inspec exec format json backtrace [\#614](https://github.com/chef/inspec/issues/614)
2157
+ - Improve error output for compliance plugin [\#544](https://github.com/chef/inspec/issues/544)
2158
+ - Cryptic error output if authentication with Chef Compliance fails [\#489](https://github.com/chef/inspec/issues/489)
2159
+ - How to access the impact of a test failure? [\#377](https://github.com/chef/inspec/issues/377)
2160
+ - Optimize InSpec detect [\#300](https://github.com/chef/inspec/issues/300)
2161
+ - document output and/or expected results [\#210](https://github.com/chef/inspec/issues/210)
2162
+ - Remove redundant space when missing expectation [\#724](https://github.com/chef/inspec/pull/724) ([alexpop](https://github.com/alexpop))
2163
+ - Provide service params [\#721](https://github.com/chef/inspec/pull/721) ([alexpop](https://github.com/alexpop))
2164
+ - api: make processes return integers for pid/vsz/rss [\#717](https://github.com/chef/inspec/pull/717) ([arlimus](https://github.com/arlimus))
2165
+ - Expose systemd service properties via .info [\#715](https://github.com/chef/inspec/pull/715) ([alexpop](https://github.com/alexpop))
2166
+ - Use only strings in resource examples, docs and tests [\#708](https://github.com/chef/inspec/pull/708) ([alexpop](https://github.com/alexpop))
2167
+ - use filtertable with passwd resource [\#699](https://github.com/chef/inspec/pull/699) ([arlimus](https://github.com/arlimus))
2168
+ - show error if user is not logged in to compliance server [\#696](https://github.com/chef/inspec/pull/696) ([chris-rock](https://github.com/chris-rock))
2169
+ - JSON formatter redesign [\#671](https://github.com/chef/inspec/pull/671) ([arlimus](https://github.com/arlimus))
2170
+
2171
+ **Fixed bugs:**
2172
+
2173
+ - bugfix: handle train errors in inspec execution [\#705](https://github.com/chef/inspec/pull/705) ([arlimus](https://github.com/arlimus))
2174
+
2175
+ **Closed issues:**
2176
+
2177
+ - How do I inherit a profile from another profile? [\#691](https://github.com/chef/inspec/issues/691)
2178
+ - How do I download a profile from a compliance server? [\#690](https://github.com/chef/inspec/issues/690)
2179
+ - inspec compliance login fails [\#689](https://github.com/chef/inspec/issues/689)
2180
+
2181
+ **Merged pull requests:**
2182
+
2183
+ - inspec detect learns human-readable output [\#720](https://github.com/chef/inspec/pull/720) ([chris-rock](https://github.com/chris-rock))
2184
+ - Add documentation on how to use ruby [\#718](https://github.com/chef/inspec/pull/718) ([alexpop](https://github.com/alexpop))
2185
+ - export \#tests\(\) from OrTest object [\#714](https://github.com/chef/inspec/pull/714) ([arlimus](https://github.com/arlimus))
2186
+ - use strings instead of symbols [\#707](https://github.com/chef/inspec/pull/707) ([vjeffrey](https://github.com/vjeffrey))
2187
+ - hpux support for basic port properties [\#706](https://github.com/chef/inspec/pull/706) ([Anirudh-Gupta](https://github.com/Anirudh-Gupta))
2188
+
2189
+ ## [v0.20.1](https://github.com/chef/inspec/tree/v0.20.1) (2016-04-30)
2190
+ [Full Changelog](https://github.com/chef/inspec/compare/v0.20.0...v0.20.1)
2191
+
2192
+ **Implemented enhancements:**
2193
+
2194
+ - Add basename parameter and add tests [\#701](https://github.com/chef/inspec/pull/701) ([alexpop](https://github.com/alexpop))
2195
+
2196
+ **Fixed bugs:**
2197
+
2198
+ - fix appveyor caching [\#700](https://github.com/chef/inspec/pull/700) ([arlimus](https://github.com/arlimus))
2199
+
2200
+ **Merged pull requests:**
2201
+
2202
+ - 0.20.1 [\#702](https://github.com/chef/inspec/pull/702) ([alexpop](https://github.com/alexpop))
2203
+
2204
+ ## [v0.20.0](https://github.com/chef/inspec/tree/v0.20.0) (2016-04-29)
2205
+ [Full Changelog](https://github.com/chef/inspec/compare/v0.19.3...v0.20.0)
2206
+
2207
+ **Implemented enhancements:**
2208
+
2209
+ - update to train's new file interface: symlink + uid + gid [\#694](https://github.com/chef/inspec/pull/694) ([arlimus](https://github.com/arlimus))
2210
+ - validate target backend [\#688](https://github.com/chef/inspec/pull/688) ([arlimus](https://github.com/arlimus))
2211
+ - `where { field op value }` for filter table [\#684](https://github.com/chef/inspec/pull/684) ([arlimus](https://github.com/arlimus))
2212
+ - add `shell -c` for executing calls against the inspec api [\#683](https://github.com/chef/inspec/pull/683) ([arlimus](https://github.com/arlimus))
2213
+ - Hpux [\#682](https://github.com/chef/inspec/pull/682) ([Anirudh-Gupta](https://github.com/Anirudh-Gupta))
2214
+ - Add table-style filter utility [\#681](https://github.com/chef/inspec/pull/681) ([arlimus](https://github.com/arlimus))
2215
+ - added hpux user and package resource support [\#678](https://github.com/chef/inspec/pull/678) ([Anirudh-Gupta](https://github.com/Anirudh-Gupta))
2216
+
2217
+ **Fixed bugs:**
2218
+
2219
+ - Specifying an invalid target protocol should give a failure message [\#686](https://github.com/chef/inspec/issues/686)
2220
+ - update compliance plugin [\#695](https://github.com/chef/inspec/pull/695) ([chris-rock](https://github.com/chris-rock))
2221
+ - bugfix: restore pax\_global\_header fetcher filter [\#669](https://github.com/chef/inspec/pull/669) ([arlimus](https://github.com/arlimus))
2222
+
2223
+ **Closed issues:**
2224
+
2225
+ - How do I run an inspec profile in chef audit mode? [\#692](https://github.com/chef/inspec/issues/692)
2226
+
2227
+ **Merged pull requests:**
2228
+
2229
+ - 0.20.0 [\#698](https://github.com/chef/inspec/pull/698) ([arlimus](https://github.com/arlimus))
2230
+ - update appveyor ruby to 2.2 + fix caching [\#697](https://github.com/chef/inspec/pull/697) ([arlimus](https://github.com/arlimus))
2231
+
2232
+ ## [v0.19.3](https://github.com/chef/inspec/tree/v0.19.3) (2016-04-22)
2233
+ [Full Changelog](https://github.com/chef/inspec/compare/v0.19.2...v0.19.3)
2234
+
2235
+ **Fixed bugs:**
2236
+
2237
+ - fix legacy supports call [\#679](https://github.com/chef/inspec/pull/679) ([arlimus](https://github.com/arlimus))
2238
+
2239
+ **Merged pull requests:**
2240
+
2241
+ - Releasing inspec 0.19.3 [\#680](https://github.com/chef/inspec/pull/680) ([alexpop](https://github.com/alexpop))
2242
+ - v0.19.2 [\#675](https://github.com/chef/inspec/pull/675) ([arlimus](https://github.com/arlimus))
2243
+
2244
+ ## [v0.19.2](https://github.com/chef/inspec/tree/v0.19.2) (2016-04-21)
2245
+ [Full Changelog](https://github.com/chef/inspec/compare/v0.19.1...v0.19.2)
2246
+
2247
+ **Implemented enhancements:**
2248
+
2249
+ - Fix indenting for translated loops and ors [\#673](https://github.com/chef/inspec/pull/673) ([alexpop](https://github.com/alexpop))
2250
+ - add regexp to cmp matcher [\#667](https://github.com/chef/inspec/pull/667) ([arlimus](https://github.com/arlimus))
2251
+ - remodel bash and shell wrappers [\#662](https://github.com/chef/inspec/pull/662) ([arlimus](https://github.com/arlimus))
2252
+
2253
+ **Fixed bugs:**
2254
+
2255
+ - bugfix: fix formatting of cmp expectations [\#668](https://github.com/chef/inspec/pull/668) ([arlimus](https://github.com/arlimus))
2256
+
2257
+ **Closed issues:**
2258
+
2259
+ - Octal Permissions Match [\#666](https://github.com/chef/inspec/issues/666)
2260
+ - file permissions for symlinked files are not checked correctly [\#665](https://github.com/chef/inspec/issues/665)
2261
+
2262
+ **Merged pull requests:**
2263
+
2264
+ - release via travis + test via rubygems [\#663](https://github.com/chef/inspec/pull/663) ([arlimus](https://github.com/arlimus))
2265
+
2266
+ ## [v0.19.1](https://github.com/chef/inspec/tree/v0.19.1) (2016-04-18)
2267
+ [Full Changelog](https://github.com/chef/inspec/compare/v0.19.0...v0.19.1)
2268
+
2269
+ **Implemented enhancements:**
2270
+
2271
+ - configure command execution shells to sh/bash/zsh [\#659](https://github.com/chef/inspec/pull/659) ([arlimus](https://github.com/arlimus))
2272
+ - be descriptive on shadow.entries [\#657](https://github.com/chef/inspec/pull/657) ([arlimus](https://github.com/arlimus))
2273
+
2274
+ **Fixed bugs:**
2275
+
2276
+ - bugfix: print cmp expectations [\#656](https://github.com/chef/inspec/pull/656) ([arlimus](https://github.com/arlimus))
2277
+
2278
+ **Closed issues:**
2279
+
2280
+ - gem install failure on RHEL 7.2 Ruby 2.0 [\#653](https://github.com/chef/inspec/issues/653)
2281
+
2282
+ **Merged pull requests:**
2283
+
2284
+ - version bump: 0.19.1 [\#661](https://github.com/chef/inspec/pull/661) ([srenatus](https://github.com/srenatus))
2285
+ - add requirements for gem installation to readme [\#655](https://github.com/chef/inspec/pull/655) ([arlimus](https://github.com/arlimus))
2286
+
2287
+ ## [v0.19.0](https://github.com/chef/inspec/tree/v0.19.0) (2016-04-17)
2288
+ [Full Changelog](https://github.com/chef/inspec/compare/v0.18.0...v0.19.0)
2289
+
2290
+ **Implemented enhancements:**
2291
+
2292
+ - Add required inspec version to inspec.yml [\#644](https://github.com/chef/inspec/issues/644)
2293
+ - Resource grub conf [\#652](https://github.com/chef/inspec/pull/652) ([arlimus](https://github.com/arlimus))
2294
+ - fail on unsupported os/platform [\#651](https://github.com/chef/inspec/pull/651) ([arlimus](https://github.com/arlimus))
2295
+ - specify required inspec version in inspec.yml [\#648](https://github.com/chef/inspec/pull/648) ([arlimus](https://github.com/arlimus))
2296
+ - feature: `cmp \< / \> / \<= / \>= / == / != sth` matcher [\#643](https://github.com/chef/inspec/pull/643) ([arlimus](https://github.com/arlimus))
2297
+ - Add 'static' value as enabled to systemd service enabled check [\#637](https://github.com/chef/inspec/pull/637) ([jmccann](https://github.com/jmccann))
2298
+ - add dockerized inspec [\#635](https://github.com/chef/inspec/pull/635) ([arlimus](https://github.com/arlimus))
2299
+ - inspec-compliance + Compliance 1.0 [\#576](https://github.com/chef/inspec/pull/576) ([srenatus](https://github.com/srenatus))
2300
+
2301
+ **Fixed bugs:**
2302
+
2303
+ - `add\_test': undefined method error on Ubuntu 15.10 with Ruby 2.1 [\#642](https://github.com/chef/inspec/issues/642)
2304
+ - Install failed on Ubuntu with Ruby 2.1 [\#641](https://github.com/chef/inspec/issues/641)
2305
+ - Inspec json resource . example not working [\#631](https://github.com/chef/inspec/issues/631)
2306
+ - Checking on services on SLES 11 fails [\#627](https://github.com/chef/inspec/issues/627)
2307
+ - Inspec check fails on `examples/profile` [\#485](https://github.com/chef/inspec/issues/485)
2308
+ - bugfix: rspec world handling on rspec 3.5 [\#650](https://github.com/chef/inspec/pull/650) ([arlimus](https://github.com/arlimus))
2309
+ - Prevent its\(:to\_i\) from generated tests [\#639](https://github.com/chef/inspec/pull/639) ([alexpop](https://github.com/alexpop))
2310
+ - bugfix: non-profile execution with json formatter [\#632](https://github.com/chef/inspec/pull/632) ([arlimus](https://github.com/arlimus))
2311
+
2312
+ **Merged pull requests:**
2313
+
2314
+ - add usage instructions for inspec container [\#649](https://github.com/chef/inspec/pull/649) ([chris-rock](https://github.com/chris-rock))
2315
+ - update documentation for json resource [\#647](https://github.com/chef/inspec/pull/647) ([chris-rock](https://github.com/chris-rock))
2316
+ - Add support for suse 11 to service resource [\#638](https://github.com/chef/inspec/pull/638) ([spuranam](https://github.com/spuranam))
2317
+ - Add -i to ssh example, link to cli options [\#636](https://github.com/chef/inspec/pull/636) ([vjeffrey](https://github.com/vjeffrey))
2318
+
2319
+ ## [v0.18.0](https://github.com/chef/inspec/tree/v0.18.0) (2016-04-09)
2320
+ [Full Changelog](https://github.com/chef/inspec/compare/v0.17.1...v0.18.0)
2321
+
2322
+ **Implemented enhancements:**
2323
+
2324
+ - supports keyword marks tests as skipped instead of removing them [\#620](https://github.com/chef/inspec/pull/620) ([arlimus](https://github.com/arlimus))
2325
+ - Support only\_if in controls [\#619](https://github.com/chef/inspec/pull/619) ([arlimus](https://github.com/arlimus))
2326
+ - don't remove controls with only\_if [\#618](https://github.com/chef/inspec/pull/618) ([arlimus](https://github.com/arlimus))
2327
+
2328
+ **Merged pull requests:**
2329
+
2330
+ - 0.18.0 [\#629](https://github.com/chef/inspec/pull/629) ([arlimus](https://github.com/arlimus))
2331
+ - Encourage sharing of profiles [\#625](https://github.com/chef/inspec/pull/625) ([nathenharvey](https://github.com/nathenharvey))
2332
+ - add travis and appveyor badges [\#622](https://github.com/chef/inspec/pull/622) ([chris-rock](https://github.com/chris-rock))
2333
+ - remove unused profile.tar.gz [\#621](https://github.com/chef/inspec/pull/621) ([chris-rock](https://github.com/chris-rock))
2334
+ - Extended gordon\_config with more examples [\#610](https://github.com/chef/inspec/pull/610) ([alexpop](https://github.com/alexpop))
2335
+ - Create ISSUE\_TEMPLATE [\#581](https://github.com/chef/inspec/pull/581) ([srenatus](https://github.com/srenatus))
2336
+
2337
+ ## [v0.17.1](https://github.com/chef/inspec/tree/v0.17.1) (2016-03-31)
2338
+ [Full Changelog](https://github.com/chef/inspec/compare/v0.17.0...v0.17.1)
2339
+
2340
+ **Merged pull requests:**
2341
+
2342
+ - add inspec objects \(not exposed by default\) [\#608](https://github.com/chef/inspec/pull/608) ([arlimus](https://github.com/arlimus))
2343
+
2344
+ ## [v0.17.0](https://github.com/chef/inspec/tree/v0.17.0) (2016-03-31)
2345
+ [Full Changelog](https://github.com/chef/inspec/compare/v0.16.4...v0.17.0)
2346
+
2347
+ **Implemented enhancements:**
2348
+
2349
+ - add advanced passwd filters \(experimental\) [\#602](https://github.com/chef/inspec/pull/602) ([arlimus](https://github.com/arlimus))
2350
+
2351
+ **Closed issues:**
2352
+
2353
+ - readable.by not working on RHEL7 [\#597](https://github.com/chef/inspec/issues/597)
2354
+ - sshd\_config resource no method error [\#595](https://github.com/chef/inspec/issues/595)
2355
+ - Update the readme.md file to include new cli output [\#590](https://github.com/chef/inspec/issues/590)
2356
+
2357
+ **Merged pull requests:**
2358
+
2359
+ - 0.17.0 [\#604](https://github.com/chef/inspec/pull/604) ([arlimus](https://github.com/arlimus))
2360
+ - add file uid and gid accessors [\#603](https://github.com/chef/inspec/pull/603) ([arlimus](https://github.com/arlimus))
2361
+ - fix errors introduced in \#593 [\#594](https://github.com/chef/inspec/pull/594) ([chris-rock](https://github.com/chris-rock))
2362
+ - Updated documentation and examples to include tags and references [\#593](https://github.com/chef/inspec/pull/593) ([aaronlippold](https://github.com/aaronlippold))
2363
+ - Ease removal of whitespace for Powershell Write-Output and VBScript Echo [\#592](https://github.com/chef/inspec/pull/592) ([chris-rock](https://github.com/chris-rock))
2364
+ - Amazon linux support for service resource [\#580](https://github.com/chef/inspec/pull/580) ([jbussdieker](https://github.com/jbussdieker))
2365
+ - Fixed API calls for inspec compliance [\#537](https://github.com/chef/inspec/pull/537) ([JTabel](https://github.com/JTabel))
2366
+
2367
+ ## [v0.16.4](https://github.com/chef/inspec/tree/v0.16.4) (2016-03-25)
2368
+ [Full Changelog](https://github.com/chef/inspec/compare/v0.16.3...v0.16.4)
2369
+
2370
+ **Implemented enhancements:**
2371
+
2372
+ - support --controls for inspec json [\#589](https://github.com/chef/inspec/pull/589) ([arlimus](https://github.com/arlimus))
2373
+ - dont fail with stacktrace on connection errors [\#588](https://github.com/chef/inspec/pull/588) ([arlimus](https://github.com/arlimus))
2374
+
2375
+ **Fixed bugs:**
2376
+
2377
+ - Escape whitespace for compliance upload [\#486](https://github.com/chef/inspec/issues/486)
2378
+ - inspec-compliance: url\_encode profile names [\#574](https://github.com/chef/inspec/pull/574) ([srenatus](https://github.com/srenatus))
2379
+
2380
+ **Closed issues:**
2381
+
2382
+ - --controls flag should be supported in all inspec commands [\#568](https://github.com/chef/inspec/issues/568)
2383
+
2384
+ **Merged pull requests:**
2385
+
2386
+ - 0.16.4 [\#591](https://github.com/chef/inspec/pull/591) ([arlimus](https://github.com/arlimus))
2387
+ - Improvements to gordon example and docs [\#583](https://github.com/chef/inspec/pull/583) ([alexpop](https://github.com/alexpop))
2388
+ - bugfix: fix rare inspec shell missing all resources [\#582](https://github.com/chef/inspec/pull/582) ([alexpop](https://github.com/alexpop))
2389
+ - document tags and refs [\#561](https://github.com/chef/inspec/pull/561) ([chris-rock](https://github.com/chris-rock))
2390
+
2391
+ ## [v0.16.3](https://github.com/chef/inspec/tree/v0.16.3) (2016-03-23)
2392
+ [Full Changelog](https://github.com/chef/inspec/compare/v0.16.2...v0.16.3)
2393
+
2394
+ **Fixed bugs:**
2395
+
2396
+ - 0.16.3 [\#575](https://github.com/chef/inspec/pull/575) ([srenatus](https://github.com/srenatus))
2397
+ - inspec-compliance: fix upload of profiles [\#573](https://github.com/chef/inspec/pull/573) ([srenatus](https://github.com/srenatus))
2398
+
2399
+ **Closed issues:**
2400
+
2401
+ - Issues with 'inspec compliance upload' [\#572](https://github.com/chef/inspec/issues/572)
2402
+
2403
+ ## [v0.16.2](https://github.com/chef/inspec/tree/v0.16.2) (2016-03-22)
2404
+ [Full Changelog](https://github.com/chef/inspec/compare/v0.16.1...v0.16.2)
2405
+
2406
+ **Fixed bugs:**
2407
+
2408
+ - bugfix: dont crash on read\_file contents in parse\_config [\#570](https://github.com/chef/inspec/pull/570) ([arlimus](https://github.com/arlimus))
2409
+
2410
+ **Closed issues:**
2411
+
2412
+ - inspec exec error on new install [\#569](https://github.com/chef/inspec/issues/569)
2413
+
2414
+ **Merged pull requests:**
2415
+
2416
+ - 0.16.2 [\#571](https://github.com/chef/inspec/pull/571) ([arlimus](https://github.com/arlimus))
2417
+
2418
+ ## [v0.16.1](https://github.com/chef/inspec/tree/v0.16.1) (2016-03-22)
2419
+ [Full Changelog](https://github.com/chef/inspec/compare/v0.16.0...v0.16.1)
2420
+
2421
+ **Implemented enhancements:**
2422
+
2423
+ - undefined method `addresses' for Port [\#555](https://github.com/chef/inspec/issues/555)
2424
+ - add `wmi` resource [\#560](https://github.com/chef/inspec/pull/560) ([chris-rock](https://github.com/chris-rock))
2425
+ - Add `vbscript` resource [\#559](https://github.com/chef/inspec/pull/559) ([chris-rock](https://github.com/chris-rock))
2426
+
2427
+ **Merged pull requests:**
2428
+
2429
+ - 0.16.1 [\#567](https://github.com/chef/inspec/pull/567) ([arlimus](https://github.com/arlimus))
2430
+ - add support for addresses in port resource [\#558](https://github.com/chef/inspec/pull/558) ([chris-rock](https://github.com/chris-rock))
2431
+
2432
+ ## [v0.16.0](https://github.com/chef/inspec/tree/v0.16.0) (2016-03-19)
2433
+ [Full Changelog](https://github.com/chef/inspec/compare/v0.15.0...v0.16.0)
2434
+
2435
+ **Implemented enhancements:**
2436
+
2437
+ - Read Chef attributes within the tests ? [\#541](https://github.com/chef/inspec/issues/541)
2438
+ - A resource to test http GET calls [\#538](https://github.com/chef/inspec/issues/538)
2439
+ - rename `script` resource to `powershell` resource [\#553](https://github.com/chef/inspec/pull/553) ([chris-rock](https://github.com/chris-rock))
2440
+ - add fulljson formatter [\#552](https://github.com/chef/inspec/pull/552) ([arlimus](https://github.com/arlimus))
2441
+ - feature: add tags and refs [\#551](https://github.com/chef/inspec/pull/551) ([arlimus](https://github.com/arlimus))
2442
+ - fix detect + add output option to archive command [\#546](https://github.com/chef/inspec/pull/546) ([arlimus](https://github.com/arlimus))
2443
+ - adding named resource registry classes [\#540](https://github.com/chef/inspec/pull/540) ([adamleff](https://github.com/adamleff))
2444
+ - add output stream to rspec configuration [\#529](https://github.com/chef/inspec/pull/529) ([vjeffrey](https://github.com/vjeffrey))
2445
+ - Move integration tests to test/integration [\#468](https://github.com/chef/inspec/pull/468) ([chris-rock](https://github.com/chris-rock))
2446
+
2447
+ **Fixed bugs:**
2448
+
2449
+ - Unable to Handle Spaced Windows File Paths [\#469](https://github.com/chef/inspec/issues/469)
2450
+ - fix inspec shell and continuously test it [\#556](https://github.com/chef/inspec/pull/556) ([arlimus](https://github.com/arlimus))
2451
+ - bugfix: prevent duplicate loading of library files [\#547](https://github.com/chef/inspec/pull/547) ([arlimus](https://github.com/arlimus))
2452
+ - fix detect + add output option to archive command [\#546](https://github.com/chef/inspec/pull/546) ([arlimus](https://github.com/arlimus))
2453
+ - bugfix: archive command with inheritance-based profiles [\#545](https://github.com/chef/inspec/pull/545) ([arlimus](https://github.com/arlimus))
2454
+
2455
+ **Closed issues:**
2456
+
2457
+ - Add additional metadata to the control definition to allow for more complete mapping to security guidance documents [\#536](https://github.com/chef/inspec/issues/536)
2458
+ - CLI: Specifying --profiles-path on check succeeds but displays usage error on archive [\#535](https://github.com/chef/inspec/issues/535)
2459
+ - inspec failing to connect to Compliance \(SSL certificate error\) [\#531](https://github.com/chef/inspec/issues/531)
2460
+
2461
+ **Merged pull requests:**
2462
+
2463
+ - 0.16.0 [\#557](https://github.com/chef/inspec/pull/557) ([arlimus](https://github.com/arlimus))
2464
+ - mock fetcher [\#550](https://github.com/chef/inspec/pull/550) ([arlimus](https://github.com/arlimus))
2465
+ - testing: add inspec exec tests with json formatter [\#549](https://github.com/chef/inspec/pull/549) ([arlimus](https://github.com/arlimus))
2466
+ - dont generate pretty json by default [\#548](https://github.com/chef/inspec/pull/548) ([arlimus](https://github.com/arlimus))
2467
+ - Add title, description, code, and source\_location to example metadata [\#543](https://github.com/chef/inspec/pull/543) ([vjeffrey](https://github.com/vjeffrey))
2468
+ - add functional tests for cli [\#542](https://github.com/chef/inspec/pull/542) ([arlimus](https://github.com/arlimus))
2469
+ - Add a Gitter chat badge to README.md [\#530](https://github.com/chef/inspec/pull/530) ([gitter-badger](https://github.com/gitter-badger))
2470
+
2471
+ ## [v0.15.0](https://github.com/chef/inspec/tree/v0.15.0) (2016-03-09)
2472
+ [Full Changelog](https://github.com/chef/inspec/compare/v0.14.8...v0.15.0)
2473
+
2474
+ **Implemented enhancements:**
2475
+
2476
+ - add color output + make it the default [\#523](https://github.com/chef/inspec/pull/523) ([arlimus](https://github.com/arlimus))
2477
+ - select controls to execute [\#522](https://github.com/chef/inspec/pull/522) ([arlimus](https://github.com/arlimus))
2478
+
2479
+ **Fixed bugs:**
2480
+
2481
+ - Rename internal File and OS resource classes [\#527](https://github.com/chef/inspec/pull/527) ([arlimus](https://github.com/arlimus))
2482
+ - Placing all resources in the Inspec::Resources namespace [\#526](https://github.com/chef/inspec/pull/526) ([adamleff](https://github.com/adamleff))
2483
+ - bugfix: inheritance of local profiles [\#524](https://github.com/chef/inspec/pull/524) ([arlimus](https://github.com/arlimus))
2484
+
2485
+ **Closed issues:**
2486
+
2487
+ - Colo\[u\]r those dots and Fs! [\#518](https://github.com/chef/inspec/issues/518)
2488
+
2489
+ **Merged pull requests:**
2490
+
2491
+ - 0.15.0 [\#528](https://github.com/chef/inspec/pull/528) ([arlimus](https://github.com/arlimus))
2492
+ - 0.14.9 [\#525](https://github.com/chef/inspec/pull/525) ([arlimus](https://github.com/arlimus))
2493
+
2494
+ ## [v0.14.8](https://github.com/chef/inspec/tree/v0.14.8) (2016-03-04)
2495
+ [Full Changelog](https://github.com/chef/inspec/compare/v0.14.7...v0.14.8)
2496
+
2497
+ **Closed issues:**
2498
+
2499
+ - Question: Cron? [\#490](https://github.com/chef/inspec/issues/490)
2500
+
2501
+ **Merged pull requests:**
2502
+
2503
+ - 0.14.8 [\#520](https://github.com/chef/inspec/pull/520) ([arlimus](https://github.com/arlimus))
2504
+ - expose control impacts in json [\#519](https://github.com/chef/inspec/pull/519) ([arlimus](https://github.com/arlimus))
2505
+
2506
+ ## [v0.14.7](https://github.com/chef/inspec/tree/v0.14.7) (2016-03-01)
2507
+ [Full Changelog](https://github.com/chef/inspec/compare/v0.14.6...v0.14.7)
2508
+
2509
+ **Fixed bugs:**
2510
+
2511
+ - `compliance` command does not work with self-signed https [\#511](https://github.com/chef/inspec/issues/511)
2512
+ - check error - digest: no implicit conversion of nil into String \(TypeError\) [\#509](https://github.com/chef/inspec/issues/509)
2513
+
2514
+ **Merged pull requests:**
2515
+
2516
+ - 0.14.7 [\#513](https://github.com/chef/inspec/pull/513) ([chris-rock](https://github.com/chris-rock))
2517
+ - adds a insecure option [\#512](https://github.com/chef/inspec/pull/512) ([chris-rock](https://github.com/chris-rock))
2518
+
2519
+ ## [v0.14.6](https://github.com/chef/inspec/tree/v0.14.6) (2016-03-01)
2520
+ [Full Changelog](https://github.com/chef/inspec/compare/v0.14.5...v0.14.6)
2521
+
2522
+ **Implemented enhancements:**
2523
+
2524
+ - Improve Supermarket CLI [\#508](https://github.com/chef/inspec/pull/508) ([alexpop](https://github.com/alexpop))
2525
+
2526
+ **Fixed bugs:**
2527
+
2528
+ - add missing supermarket loader [\#506](https://github.com/chef/inspec/pull/506) ([chris-rock](https://github.com/chris-rock))
2529
+
2530
+ **Merged pull requests:**
2531
+
2532
+ - 0.14.6 [\#510](https://github.com/chef/inspec/pull/510) ([chris-rock](https://github.com/chris-rock))
2533
+
2534
+ ## [v0.14.5](https://github.com/chef/inspec/tree/v0.14.5) (2016-02-29)
2535
+ [Full Changelog](https://github.com/chef/inspec/compare/v0.14.4...v0.14.5)
2536
+
2537
+ **Merged pull requests:**
2538
+
2539
+ - 0.14.5 [\#505](https://github.com/chef/inspec/pull/505) ([chris-rock](https://github.com/chris-rock))
2540
+ - Fix license warning during gem build. [\#503](https://github.com/chef/inspec/pull/503) ([juliandunn](https://github.com/juliandunn))
2541
+
2542
+ ## [v0.14.4](https://github.com/chef/inspec/tree/v0.14.4) (2016-02-26)
2543
+ [Full Changelog](https://github.com/chef/inspec/compare/v0.14.3...v0.14.4)
2544
+
2545
+ **Implemented enhancements:**
2546
+
2547
+ - add xinetd\_conf resource [\#499](https://github.com/chef/inspec/pull/499) ([arlimus](https://github.com/arlimus))
2548
+ - add `describe.one`: collection of tests with at least one passing [\#497](https://github.com/chef/inspec/pull/497) ([arlimus](https://github.com/arlimus))
2549
+
2550
+ **Fixed bugs:**
2551
+
2552
+ - don't crash on empty metadata during finalize [\#500](https://github.com/chef/inspec/pull/500) ([arlimus](https://github.com/arlimus))
2553
+
2554
+ **Merged pull requests:**
2555
+
2556
+ - 0.14.4 [\#501](https://github.com/chef/inspec/pull/501) ([arlimus](https://github.com/arlimus))
2557
+
2558
+ ## [v0.14.3](https://github.com/chef/inspec/tree/v0.14.3) (2016-02-24)
2559
+ [Full Changelog](https://github.com/chef/inspec/compare/v0.14.2...v0.14.3)
2560
+
2561
+ **Implemented enhancements:**
2562
+
2563
+ - cmp matcher should compare expected string == number [\#487](https://github.com/chef/inspec/pull/487) ([chris-rock](https://github.com/chris-rock))
2564
+
2565
+ **Fixed bugs:**
2566
+
2567
+ - expose inspec errors during profile read [\#492](https://github.com/chef/inspec/pull/492) ([arlimus](https://github.com/arlimus))
2568
+
2569
+ **Merged pull requests:**
2570
+
2571
+ - 0.14.3 [\#493](https://github.com/chef/inspec/pull/493) ([arlimus](https://github.com/arlimus))
2572
+
2573
+ ## [v0.14.2](https://github.com/chef/inspec/tree/v0.14.2) (2016-02-22)
2574
+ [Full Changelog](https://github.com/chef/inspec/compare/v0.14.1...v0.14.2)
2575
+
2576
+ **Implemented enhancements:**
2577
+
2578
+ - load plugins in the same gem installation [\#482](https://github.com/chef/inspec/pull/482) ([arlimus](https://github.com/arlimus))
2579
+
2580
+ **Fixed bugs:**
2581
+
2582
+ - fix cc upload [\#483](https://github.com/chef/inspec/pull/483) ([chris-rock](https://github.com/chris-rock))
2583
+
2584
+ **Merged pull requests:**
2585
+
2586
+ - 0.14.2 [\#484](https://github.com/chef/inspec/pull/484) ([arlimus](https://github.com/arlimus))
2587
+
2588
+ ## [v0.14.1](https://github.com/chef/inspec/tree/v0.14.1) (2016-02-22)
2589
+ [Full Changelog](https://github.com/chef/inspec/compare/v0.14.0...v0.14.1)
2590
+
2591
+ **Implemented enhancements:**
2592
+
2593
+ - optimize appveyor [\#479](https://github.com/chef/inspec/pull/479) ([chris-rock](https://github.com/chris-rock))
2594
+ - fix windows tests [\#478](https://github.com/chef/inspec/pull/478) ([srenatus](https://github.com/srenatus))
2595
+
2596
+ **Fixed bugs:**
2597
+
2598
+ - ignore `pax\_global\_header` as valid file [\#480](https://github.com/chef/inspec/pull/480) ([chris-rock](https://github.com/chris-rock))
2599
+
2600
+ **Merged pull requests:**
2601
+
2602
+ - 0.14.1 [\#481](https://github.com/chef/inspec/pull/481) ([chris-rock](https://github.com/chris-rock))
2603
+
2604
+ ## [v0.14.0](https://github.com/chef/inspec/tree/v0.14.0) (2016-02-22)
2605
+ [Full Changelog](https://github.com/chef/inspec/compare/v0.13.0...v0.14.0)
2606
+
2607
+ **Fixed bugs:**
2608
+
2609
+ - force encoding to utf-8 [\#476](https://github.com/chef/inspec/pull/476) ([arlimus](https://github.com/arlimus))
2610
+ - bugfix: make sure version is always a string [\#475](https://github.com/chef/inspec/pull/475) ([arlimus](https://github.com/arlimus))
2611
+ - bugfix: handle edge-cases in upstart service [\#474](https://github.com/chef/inspec/pull/474) ([arlimus](https://github.com/arlimus))
2612
+ - replace targets with fetcher+reader system [\#473](https://github.com/chef/inspec/pull/473) ([arlimus](https://github.com/arlimus))
2613
+
2614
+ **Merged pull requests:**
2615
+
2616
+ - 0.14.0 [\#477](https://github.com/chef/inspec/pull/477) ([arlimus](https://github.com/arlimus))
2617
+
2618
+ ## [v0.13.0](https://github.com/chef/inspec/tree/v0.13.0) (2016-02-19)
2619
+ [Full Changelog](https://github.com/chef/inspec/compare/v0.12.0...v0.13.0)
2620
+
2621
+ **Implemented enhancements:**
2622
+
2623
+ - add shadow resource for /etc/shadow [\#471](https://github.com/chef/inspec/pull/471) ([arlimus](https://github.com/arlimus))
2624
+ - improve url handling [\#470](https://github.com/chef/inspec/pull/470) ([chris-rock](https://github.com/chris-rock))
2625
+ - add filters to passwd resource + deprecate old accessors [\#467](https://github.com/chef/inspec/pull/467) ([arlimus](https://github.com/arlimus))
2626
+ - cmp for single-entry arrays; add cmp docs [\#466](https://github.com/chef/inspec/pull/466) ([arlimus](https://github.com/arlimus))
2627
+
2628
+ **Fixed bugs:**
2629
+
2630
+ - Windows 2008 Still not detected correctly [\#453](https://github.com/chef/inspec/issues/453)
2631
+ - Service-related docs, bugs, integration tests [\#463](https://github.com/chef/inspec/pull/463) ([srenatus](https://github.com/srenatus))
2632
+ - fix url target resolution with zip and tar [\#462](https://github.com/chef/inspec/pull/462) ([arlimus](https://github.com/arlimus))
2633
+ - ensure permissions of inspec-compliance config.json on store [\#461](https://github.com/chef/inspec/pull/461) ([srenatus](https://github.com/srenatus))
2634
+
2635
+ **Closed issues:**
2636
+
2637
+ - No way to reload the add resources from test code [\#459](https://github.com/chef/inspec/issues/459)
2638
+ - add documentation for new server runlevel support [\#456](https://github.com/chef/inspec/issues/456)
2639
+
2640
+ **Merged pull requests:**
2641
+
2642
+ - 0.13.0 [\#472](https://github.com/chef/inspec/pull/472) ([chris-rock](https://github.com/chris-rock))
2643
+
2644
+ ## [v0.12.0](https://github.com/chef/inspec/tree/v0.12.0) (2016-02-15)
2645
+ [Full Changelog](https://github.com/chef/inspec/compare/v0.11.0...v0.12.0)
2646
+
2647
+ **Implemented enhancements:**
2648
+
2649
+ - add runlevel support for System V services [\#455](https://github.com/chef/inspec/pull/455) ([arlimus](https://github.com/arlimus))
2650
+ - Add a init subcommand [\#454](https://github.com/chef/inspec/pull/454) ([chris-rock](https://github.com/chris-rock))
2651
+
2652
+ **Fixed bugs:**
2653
+
2654
+ - Windows 2008 isn't being detected. [\#346](https://github.com/chef/inspec/issues/346)
2655
+ - Fix two minor logging and config bugs in CLI [\#452](https://github.com/chef/inspec/pull/452) ([srenatus](https://github.com/srenatus))
2656
+ - bugfix: verify the target resolver before using it [\#449](https://github.com/chef/inspec/pull/449) ([arlimus](https://github.com/arlimus))
2657
+ - Fix iptables on CentOS6 + more tests for iptables \(plus small code improvements\) [\#442](https://github.com/chef/inspec/pull/442) ([srenatus](https://github.com/srenatus))
2658
+
2659
+ **Merged pull requests:**
2660
+
2661
+ - 0.12.0 [\#457](https://github.com/chef/inspec/pull/457) ([arlimus](https://github.com/arlimus))
2662
+ - rework target to resolver connection [\#447](https://github.com/chef/inspec/pull/447) ([arlimus](https://github.com/arlimus))
2663
+ - separate directory resolver from target resolver [\#446](https://github.com/chef/inspec/pull/446) ([arlimus](https://github.com/arlimus))
2664
+
2665
+ ## [v0.11.0](https://github.com/chef/inspec/tree/v0.11.0) (2016-02-10)
2666
+ [Full Changelog](https://github.com/chef/inspec/compare/v0.10.1...v0.11.0)
2667
+
2668
+ **Implemented enhancements:**
2669
+
2670
+ - Improve apache resource [\#407](https://github.com/chef/inspec/pull/407) ([chris-rock](https://github.com/chris-rock))
2671
+ - auditd\_rules rework [\#400](https://github.com/chef/inspec/pull/400) ([srenatus](https://github.com/srenatus))
2672
+
2673
+ **Fixed bugs:**
2674
+
2675
+ - File stats are not always working properly [\#430](https://github.com/chef/inspec/issues/430)
2676
+ - Inspec iptables should have\_rule tests not working [\#420](https://github.com/chef/inspec/issues/420)
2677
+ - Integration test for apache config [\#406](https://github.com/chef/inspec/issues/406)
2678
+ - rework auditd\_rules resource [\#312](https://github.com/chef/inspec/issues/312)
2679
+ - resource/auditd\_rules: update rule list format [\#309](https://github.com/chef/inspec/issues/309)
2680
+
2681
+ **Merged pull requests:**
2682
+
2683
+ - 0.11.0 [\#443](https://github.com/chef/inspec/pull/443) ([arlimus](https://github.com/arlimus))
2684
+ - Fix supermarket cli registration [\#441](https://github.com/chef/inspec/pull/441) ([chris-rock](https://github.com/chris-rock))
2685
+ - update to winrm 1.6.1 command scheme [\#439](https://github.com/chef/inspec/pull/439) ([arlimus](https://github.com/arlimus))
2686
+ - semantics: rename CLI plugins registry -\> commands [\#435](https://github.com/chef/inspec/pull/435) ([arlimus](https://github.com/arlimus))
2687
+ - avoid automatic plugin loading via library [\#434](https://github.com/chef/inspec/pull/434) ([arlimus](https://github.com/arlimus))
2688
+ - clarify the role of the plugin API at the moment [\#433](https://github.com/chef/inspec/pull/433) ([arlimus](https://github.com/arlimus))
2689
+ - Implement Supermarket Extension [\#432](https://github.com/chef/inspec/pull/432) ([chris-rock](https://github.com/chris-rock))
2690
+ - dedup Gemfiles [\#429](https://github.com/chef/inspec/pull/429) ([srenatus](https://github.com/srenatus))
2691
+ - fix loading order of plugins [\#428](https://github.com/chef/inspec/pull/428) ([arlimus](https://github.com/arlimus))
2692
+ - Update dsl\_inspec.rst [\#427](https://github.com/chef/inspec/pull/427) ([GeoFruck](https://github.com/GeoFruck))
2693
+
2694
+ ## [v0.10.1](https://github.com/chef/inspec/tree/v0.10.1) (2016-02-05)
2695
+ [Full Changelog](https://github.com/chef/inspec/compare/v0.10.0...v0.10.1)
2696
+
2697
+ **Fixed bugs:**
2698
+
2699
+ - wrap basecli in inspec module [\#425](https://github.com/chef/inspec/pull/425) ([arlimus](https://github.com/arlimus))
2700
+
2701
+ **Merged pull requests:**
2702
+
2703
+ - 0.10.1 [\#426](https://github.com/chef/inspec/pull/426) ([chris-rock](https://github.com/chris-rock))
2704
+
2705
+ ## [v0.10.0](https://github.com/chef/inspec/tree/v0.10.0) (2016-02-05)
2706
+ [Full Changelog](https://github.com/chef/inspec/compare/v0.9.11...v0.10.0)
2707
+
2708
+ **Implemented enhancements:**
2709
+
2710
+ - Extend Plugin-System for CLI Plugins [\#421](https://github.com/chef/inspec/pull/421) ([chris-rock](https://github.com/chris-rock))
2711
+ - establish plugin loading dock [\#415](https://github.com/chef/inspec/pull/415) ([arlimus](https://github.com/arlimus))
2712
+ - JSON output for inspec check [\#411](https://github.com/chef/inspec/pull/411) ([chris-rock](https://github.com/chris-rock))
2713
+ - Chef Compliance extension [\#409](https://github.com/chef/inspec/pull/409) ([chris-rock](https://github.com/chris-rock))
2714
+ - RspecRunner: re-export report hash [\#404](https://github.com/chef/inspec/pull/404) ([srenatus](https://github.com/srenatus))
2715
+
2716
+ **Fixed bugs:**
2717
+
2718
+ - InSpec check crashes on tarball [\#408](https://github.com/chef/inspec/issues/408)
2719
+ - Looks like supports is ignored from tar files [\#360](https://github.com/chef/inspec/issues/360)
2720
+ - Check on archives is broken [\#343](https://github.com/chef/inspec/issues/343)
2721
+ - upstart\_service: fallback to config files if `show-config` is not available [\#419](https://github.com/chef/inspec/pull/419) ([srenatus](https://github.com/srenatus))
2722
+ - Use target helpers in Inspec::Profile\#from\_file [\#413](https://github.com/chef/inspec/pull/413) ([srenatus](https://github.com/srenatus))
2723
+ - fix warning in \#find\_files\[\_or\_error\] [\#403](https://github.com/chef/inspec/pull/403) ([srenatus](https://github.com/srenatus))
2724
+
2725
+ **Closed issues:**
2726
+
2727
+ - be\_enabled for upstart service on RHEL 6 not working correctly [\#417](https://github.com/chef/inspec/issues/417)
2728
+ - Why is the yml file required? [\#414](https://github.com/chef/inspec/issues/414)
2729
+ - remove leftover OS check methods from the file resource [\#397](https://github.com/chef/inspec/issues/397)
2730
+
2731
+ **Merged pull requests:**
2732
+
2733
+ - 0.10.0 [\#424](https://github.com/chef/inspec/pull/424) ([chris-rock](https://github.com/chris-rock))
2734
+ - ensure bundler is installed on travis [\#422](https://github.com/chef/inspec/pull/422) ([chris-rock](https://github.com/chris-rock))
2735
+ - ec2 name tag instances for easier cleanup [\#418](https://github.com/chef/inspec/pull/418) ([alexpop](https://github.com/alexpop))
2736
+ - add an simple describe for profile example [\#416](https://github.com/chef/inspec/pull/416) ([chris-rock](https://github.com/chris-rock))
2737
+ - enable to configure the logger via cli [\#405](https://github.com/chef/inspec/pull/405) ([chris-rock](https://github.com/chris-rock))
2738
+ - remove os check exposure in file resource [\#398](https://github.com/chef/inspec/pull/398) ([arlimus](https://github.com/arlimus))
2739
+
2740
+ ## [v0.9.11](https://github.com/chef/inspec/tree/v0.9.11) (2016-01-29)
2741
+ [Full Changelog](https://github.com/chef/inspec/compare/v0.9.10...v0.9.11)
2742
+
2743
+ **Implemented enhancements:**
2744
+
2745
+ - ec2 integration test [\#399](https://github.com/chef/inspec/pull/399) ([chris-rock](https://github.com/chris-rock))
2746
+ - add winrm transport to Gemfile for test-kitchen [\#396](https://github.com/chef/inspec/pull/396) ([chris-rock](https://github.com/chris-rock))
2747
+ - Solaris Support [\#395](https://github.com/chef/inspec/pull/395) ([chris-rock](https://github.com/chris-rock))
2748
+
2749
+ **Fixed bugs:**
2750
+
2751
+ - Logging in profile processing [\#349](https://github.com/chef/inspec/issues/349)
2752
+ - runit\_service: fix resource, improve integration tests [\#401](https://github.com/chef/inspec/pull/401) ([srenatus](https://github.com/srenatus))
2753
+ - basic logging setup for `inspec exec` [\#392](https://github.com/chef/inspec/pull/392) ([srenatus](https://github.com/srenatus))
2754
+
2755
+ **Merged pull requests:**
2756
+
2757
+ - 0.9.11 [\#402](https://github.com/chef/inspec/pull/402) ([chris-rock](https://github.com/chris-rock))
2758
+ - Readme fixes [\#390](https://github.com/chef/inspec/pull/390) ([jzohrab](https://github.com/jzohrab))
2759
+
2760
+ ## [v0.9.10](https://github.com/chef/inspec/tree/v0.9.10) (2016-01-25)
2761
+ [Full Changelog](https://github.com/chef/inspec/compare/v0.9.9...v0.9.10)
2762
+
2763
+ **Implemented enhancements:**
2764
+
2765
+ - specify process supervision type in service resource [\#242](https://github.com/chef/inspec/issues/242)
2766
+ - optimize the error output for missing registry keys to `nil` [\#388](https://github.com/chef/inspec/pull/388) ([chris-rock](https://github.com/chris-rock))
2767
+ - update readme [\#382](https://github.com/chef/inspec/pull/382) ([chris-rock](https://github.com/chris-rock))
2768
+ - add service overrides for picking specific service managers, add runit\_service [\#380](https://github.com/chef/inspec/pull/380) ([srenatus](https://github.com/srenatus))
2769
+ - integration tests: stop using alpine iso [\#379](https://github.com/chef/inspec/pull/379) ([srenatus](https://github.com/srenatus))
2770
+ - warn about legacy supports fields in metadata [\#378](https://github.com/chef/inspec/pull/378) ([arlimus](https://github.com/arlimus))
2771
+ - Update README links to the examples directory [\#376](https://github.com/chef/inspec/pull/376) ([frightenedmonkey](https://github.com/frightenedmonkey))
2772
+ - add profile tests \(non-legacy\) [\#375](https://github.com/chef/inspec/pull/375) ([arlimus](https://github.com/arlimus))
2773
+ - Fix typo [\#372](https://github.com/chef/inspec/pull/372) ([jcreedcmu](https://github.com/jcreedcmu))
2774
+ - separate RSpec handling in runner [\#371](https://github.com/chef/inspec/pull/371) ([arlimus](https://github.com/arlimus))
2775
+ - Improve the description and summary of the InSpec gem. [\#370](https://github.com/chef/inspec/pull/370) ([arlimus](https://github.com/arlimus))
2776
+
2777
+ **Fixed bugs:**
2778
+
2779
+ - Windows OS Detection [\#383](https://github.com/chef/inspec/issues/383)
2780
+ - security\_policy is not returning the right value [\#373](https://github.com/chef/inspec/issues/373)
2781
+ - PostgreSQL\_Session Resource [\#302](https://github.com/chef/inspec/issues/302)
2782
+ - bugfix: write given ID to metadata json [\#389](https://github.com/chef/inspec/pull/389) ([arlimus](https://github.com/arlimus))
2783
+ - resources/launchd\_service: fix parsing of non-running services [\#387](https://github.com/chef/inspec/pull/387) ([srenatus](https://github.com/srenatus))
2784
+ - bugfix: pin net-ssh 2.9 in gem file [\#386](https://github.com/chef/inspec/pull/386) ([chris-rock](https://github.com/chris-rock))
2785
+ - resource/postgres\_session: add integration tests, change error handling [\#381](https://github.com/chef/inspec/pull/381) ([srenatus](https://github.com/srenatus))
2786
+
2787
+ **Merged pull requests:**
2788
+
2789
+ - 0.9.10 [\#391](https://github.com/chef/inspec/pull/391) ([chris-rock](https://github.com/chris-rock))
2790
+ - Enable appveyor for unit tests on Windows [\#361](https://github.com/chef/inspec/pull/361) ([chris-rock](https://github.com/chris-rock))
2791
+
2792
+ ## [v0.9.9](https://github.com/chef/inspec/tree/v0.9.9) (2016-01-16)
2793
+ [Full Changelog](https://github.com/chef/inspec/compare/v0.9.8...v0.9.9)
2794
+
2795
+ **Fixed bugs:**
2796
+
2797
+ - Resource registry\_key { should\_not exist } unavailable [\#322](https://github.com/chef/inspec/issues/322)
2798
+ - bugfix: only skip regkey if required [\#364](https://github.com/chef/inspec/pull/364) ([chris-rock](https://github.com/chris-rock))
2799
+
2800
+ **Merged pull requests:**
2801
+
2802
+ - 0.9.9 [\#369](https://github.com/chef/inspec/pull/369) ([chris-rock](https://github.com/chris-rock))
2803
+ - add tests for loading metadata yaml internals [\#368](https://github.com/chef/inspec/pull/368) ([arlimus](https://github.com/arlimus))
2804
+ - make metadata.rb legacy mode consistent for supports [\#367](https://github.com/chef/inspec/pull/367) ([arlimus](https://github.com/arlimus))
2805
+ - lint with rubocop 0.36 [\#366](https://github.com/chef/inspec/pull/366) ([arlimus](https://github.com/arlimus))
2806
+ - Fix ssh\_config example [\#365](https://github.com/chef/inspec/pull/365) ([tas50](https://github.com/tas50))
2807
+ - Correctly detect UDP ports on linux [\#363](https://github.com/chef/inspec/pull/363) ([mivok](https://github.com/mivok))
2808
+ - Update the title of the gordon-1.0 control [\#359](https://github.com/chef/inspec/pull/359) ([chris-rock](https://github.com/chris-rock))
2809
+ - Inspec::Targets::UrlHelper: fix github handling, add tests [\#357](https://github.com/chef/inspec/pull/357) ([srenatus](https://github.com/srenatus))
2810
+ - Fix systemd service enabled check [\#356](https://github.com/chef/inspec/pull/356) ([jmccann](https://github.com/jmccann))
2811
+ - Adding AIX classes, tests, and targetted ssh testing [\#333](https://github.com/chef/inspec/pull/333) ([foobarbam](https://github.com/foobarbam))
2812
+
2813
+ ## [v0.9.8](https://github.com/chef/inspec/tree/v0.9.8) (2016-01-11)
2814
+ [Full Changelog](https://github.com/chef/inspec/compare/v0.9.7...v0.9.8)
2815
+
2816
+ **Implemented enhancements:**
2817
+
2818
+ - Control Numbers and Display in Compliance GUI [\#306](https://github.com/chef/inspec/issues/306)
2819
+ - Support supports for resources [\#282](https://github.com/chef/inspec/issues/282)
2820
+ - Unify metadata and collect it from target resolver [\#342](https://github.com/chef/inspec/pull/342) ([arlimus](https://github.com/arlimus))
2821
+ - implement `mount` resource [\#341](https://github.com/chef/inspec/pull/341) ([chris-rock](https://github.com/chris-rock))
2822
+ - Update Integration Tests [\#314](https://github.com/chef/inspec/pull/314) ([chris-rock](https://github.com/chris-rock))
2823
+ - RFC: Compliance Profile Structure [\#252](https://github.com/chef/inspec/pull/252) ([chris-rock](https://github.com/chris-rock))
2824
+
2825
+ **Fixed bugs:**
2826
+
2827
+ - Inspec doesn't read controls [\#351](https://github.com/chef/inspec/issues/351)
2828
+ - not working under windows, installed from gem [\#323](https://github.com/chef/inspec/issues/323)
2829
+ - Resource 'file' missing 'be\_mounted.with' [\#310](https://github.com/chef/inspec/issues/310)
2830
+ - `inspec check` on examples generates errors [\#215](https://github.com/chef/inspec/issues/215)
2831
+ - bugfix: ignore supports when generating a profile's json representation [\#355](https://github.com/chef/inspec/pull/355) ([srenatus](https://github.com/srenatus))
2832
+ - Support old "supports" field in metadata [\#347](https://github.com/chef/inspec/pull/347) ([srenatus](https://github.com/srenatus))
2833
+ - Fix custom resource loading from `libraries` [\#337](https://github.com/chef/inspec/pull/337) ([arlimus](https://github.com/arlimus))
2834
+
2835
+ **Closed issues:**
2836
+
2837
+ - Create RFC on profile structure [\#296](https://github.com/chef/inspec/issues/296)
2838
+
2839
+ **Merged pull requests:**
2840
+
2841
+ - fix reading profiles bug [\#352](https://github.com/chef/inspec/pull/352) ([srenatus](https://github.com/srenatus))
2842
+ - 0.9.8 [\#350](https://github.com/chef/inspec/pull/350) ([chris-rock](https://github.com/chris-rock))
2843
+ - clarify how to bump version in rake [\#348](https://github.com/chef/inspec/pull/348) ([arlimus](https://github.com/arlimus))
2844
+ - Add `supports` to metadata to specify supported systems [\#344](https://github.com/chef/inspec/pull/344) ([arlimus](https://github.com/arlimus))
2845
+ - Update list of examples [\#340](https://github.com/chef/inspec/pull/340) ([chris-rock](https://github.com/chris-rock))
2846
+ - add a description for custom resources [\#339](https://github.com/chef/inspec/pull/339) ([arlimus](https://github.com/arlimus))
2847
+ - ignore auto-generated controls during verify check [\#332](https://github.com/chef/inspec/pull/332) ([arlimus](https://github.com/arlimus))
2848
+ - Set exit status to return value of Inspec Runner [\#331](https://github.com/chef/inspec/pull/331) ([rbhitchcock](https://github.com/rbhitchcock))
2849
+ - Verify profile metadata contents correctly [\#330](https://github.com/chef/inspec/pull/330) ([arlimus](https://github.com/arlimus))
2850
+
2851
+ ## [v0.9.7](https://github.com/chef/inspec/tree/v0.9.7) (2015-12-21)
2852
+ [Full Changelog](https://github.com/chef/inspec/compare/v0.9.6...v0.9.7)
2853
+
2854
+ **Implemented enhancements:**
2855
+
2856
+ - Configuration number comparisons [\#308](https://github.com/chef/inspec/issues/308)
2857
+ - Allow for reading options from a file [\#284](https://github.com/chef/inspec/issues/284)
2858
+ - file resource mode matcher does not display file permissions correctly on failure [\#230](https://github.com/chef/inspec/issues/230)
2859
+
2860
+ **Fixed bugs:**
2861
+
2862
+ - remove commandline defaults, they break json config [\#327](https://github.com/chef/inspec/pull/327) ([srenatus](https://github.com/srenatus))
2863
+ - Fixing issue with security policy always returning nil [\#321](https://github.com/chef/inspec/pull/321) ([jeremymv2](https://github.com/jeremymv2))
2864
+ - reset rspec configuration when initializing Inspec::Runner [\#320](https://github.com/chef/inspec/pull/320) ([srenatus](https://github.com/srenatus))
2865
+ - EL package resource improvements: catch missing newlines & add release info [\#248](https://github.com/chef/inspec/pull/248) ([troyready](https://github.com/troyready))
2866
+
2867
+ **Closed issues:**
2868
+
2869
+ - convert logindef values to integer if possible [\#121](https://github.com/chef/inspec/issues/121)
2870
+
2871
+ **Merged pull requests:**
2872
+
2873
+ - 0.9.7 [\#328](https://github.com/chef/inspec/pull/328) ([arlimus](https://github.com/arlimus))
2874
+ - remove format default for `inspec exec` [\#326](https://github.com/chef/inspec/pull/326) ([srenatus](https://github.com/srenatus))
2875
+ - teach `cmp` matcher octal tricks [\#324](https://github.com/chef/inspec/pull/324) ([srenatus](https://github.com/srenatus))
2876
+
2877
+ ## [v0.9.6](https://github.com/chef/inspec/tree/v0.9.6) (2015-12-11)
2878
+ [Full Changelog](https://github.com/chef/inspec/compare/v0.9.5...v0.9.6)
2879
+
2880
+ **Implemented enhancements:**
2881
+
2882
+ - JSON configuration [\#292](https://github.com/chef/inspec/issues/292)
2883
+ - Replace the `pry... ` bits in inspec shell [\#267](https://github.com/chef/inspec/issues/267)
2884
+ - Better wording for check [\#260](https://github.com/chef/inspec/issues/260)
2885
+ - OS resource with string and symbol support [\#227](https://github.com/chef/inspec/issues/227)
2886
+ - matcher for less-restrictive comparison [\#318](https://github.com/chef/inspec/pull/318) ([chris-rock](https://github.com/chris-rock))
2887
+ - add readme to examples [\#313](https://github.com/chef/inspec/pull/313) ([chris-rock](https://github.com/chris-rock))
2888
+ - Minor `inspec shell` improvements [\#283](https://github.com/chef/inspec/pull/283) ([srenatus](https://github.com/srenatus))
2889
+ - add kitchen-ansible inspec example [\#275](https://github.com/chef/inspec/pull/275) ([alexpop](https://github.com/alexpop))
2890
+ - add kitchen-puppet example with inspec testing [\#273](https://github.com/chef/inspec/pull/273) ([alexpop](https://github.com/alexpop))
2891
+ - Feature: Add shell `help resource` command [\#269](https://github.com/chef/inspec/pull/269) ([chris-rock](https://github.com/chris-rock))
2892
+
2893
+ **Fixed bugs:**
2894
+
2895
+ - auditd\_conf parameters should be case insensitive [\#307](https://github.com/chef/inspec/issues/307)
2896
+ - Processes resource doesn't handle user or state [\#295](https://github.com/chef/inspec/issues/295)
2897
+ - JSON configuration [\#292](https://github.com/chef/inspec/issues/292)
2898
+ - Windows file matcher does not match existing files [\#288](https://github.com/chef/inspec/issues/288)
2899
+ - Inspec hangs when executing some windows profiles against linux machine [\#279](https://github.com/chef/inspec/issues/279)
2900
+ - Utils::FindFiles doesn't work [\#276](https://github.com/chef/inspec/issues/276)
2901
+ - etc\_group not implemented for centos [\#266](https://github.com/chef/inspec/issues/266)
2902
+ - Port resource returns arrays [\#256](https://github.com/chef/inspec/issues/256)
2903
+ - Custom resource not available, undefined local variable or method `gordon\_config` [\#232](https://github.com/chef/inspec/issues/232)
2904
+ - File permission checks should return false unless file exists [\#301](https://github.com/chef/inspec/pull/301) ([adamleff](https://github.com/adamleff))
2905
+ - remove json doc for windows\_feature [\#272](https://github.com/chef/inspec/pull/272) ([chris-rock](https://github.com/chris-rock))
2906
+ - improvement: add etc\_group support for centos and add integration test [\#270](https://github.com/chef/inspec/pull/270) ([chris-rock](https://github.com/chris-rock))
2907
+
2908
+ **Merged pull requests:**
2909
+
2910
+ - 0.9.6 [\#319](https://github.com/chef/inspec/pull/319) ([arlimus](https://github.com/arlimus))
2911
+ - Bugfix: Properly initialize script resource [\#316](https://github.com/chef/inspec/pull/316) ([chris-rock](https://github.com/chris-rock))
2912
+ - improve shell prompt and help [\#315](https://github.com/chef/inspec/pull/315) ([chris-rock](https://github.com/chris-rock))
2913
+ - port resource: array attributes, resource alternative [\#303](https://github.com/chef/inspec/pull/303) ([srenatus](https://github.com/srenatus))
2914
+ - support string and symbol for os resource [\#299](https://github.com/chef/inspec/pull/299) ([chris-rock](https://github.com/chris-rock))
2915
+ - \[resources/apache\_conf\]: add tests, fix bug [\#298](https://github.com/chef/inspec/pull/298) ([srenatus](https://github.com/srenatus))
2916
+ - \[resources/processes\] add user\(s\), state\(s\) attribute [\#297](https://github.com/chef/inspec/pull/297) ([srenatus](https://github.com/srenatus))
2917
+ - fix small grammar error [\#294](https://github.com/chef/inspec/pull/294) ([juliandunn](https://github.com/juliandunn))
2918
+ - read config from file/stdin [\#293](https://github.com/chef/inspec/pull/293) ([srenatus](https://github.com/srenatus))
2919
+ - revert to old find\_files interface [\#291](https://github.com/chef/inspec/pull/291) ([srenatus](https://github.com/srenatus))
2920
+ - Adding support for Wind River Linux [\#289](https://github.com/chef/inspec/pull/289) ([adamleff](https://github.com/adamleff))
2921
+ - travis workarounds [\#286](https://github.com/chef/inspec/pull/286) ([srenatus](https://github.com/srenatus))
2922
+ - Support mint in the integration tests [\#281](https://github.com/chef/inspec/pull/281) ([artem-sidorenko](https://github.com/artem-sidorenko))
2923
+ - align cli documentation with cli [\#278](https://github.com/chef/inspec/pull/278) ([chris-rock](https://github.com/chris-rock))
2924
+ - Remove description of custom resource [\#277](https://github.com/chef/inspec/pull/277) ([chris-rock](https://github.com/chris-rock))
2925
+ - add rake tasks for showing and bumping the version of inspec [\#265](https://github.com/chef/inspec/pull/265) ([arlimus](https://github.com/arlimus))
2926
+
2927
+ ## [v0.9.5](https://github.com/chef/inspec/tree/v0.9.5) (2015-11-25)
2928
+ [Full Changelog](https://github.com/chef/inspec/compare/v0.9.4...v0.9.5)
2929
+
2930
+ **Implemented enhancements:**
2931
+
2932
+ - Support the -i switch for key files as per ssh [\#261](https://github.com/chef/inspec/issues/261)
2933
+ - Add -p alias for --port like ssh [\#263](https://github.com/chef/inspec/pull/263) ([alexmanly](https://github.com/alexmanly))
2934
+
2935
+ **Merged pull requests:**
2936
+
2937
+ - 0.9.5 [\#264](https://github.com/chef/inspec/pull/264) ([arlimus](https://github.com/arlimus))
2938
+ - Add -i alias for --key\_files like ssh [\#262](https://github.com/chef/inspec/pull/262) ([jcreedcmu](https://github.com/jcreedcmu))
2939
+
2940
+ ## [v0.9.4](https://github.com/chef/inspec/tree/v0.9.4) (2015-11-24)
2941
+ [Full Changelog](https://github.com/chef/inspec/compare/v0.9.3...v0.9.4)
2942
+
2943
+ **Fixed bugs:**
2944
+
2945
+ - registry\_key needs to be case insensitive [\#254](https://github.com/chef/inspec/issues/254)
2946
+ - User resource doesn't handle group names with spaces [\#238](https://github.com/chef/inspec/issues/238)
2947
+ - inspec does not extract section name from test file header [\#182](https://github.com/chef/inspec/issues/182)
2948
+ - bugfix: user resources support for group with whitespace [\#258](https://github.com/chef/inspec/pull/258) ([chris-rock](https://github.com/chris-rock))
2949
+ - Bugfix: make registry\_key resource case-insensitive [\#255](https://github.com/chef/inspec/pull/255) ([alexpop](https://github.com/alexpop))
2950
+
2951
+ **Merged pull requests:**
2952
+
2953
+ - 0.9.4 [\#259](https://github.com/chef/inspec/pull/259) ([arlimus](https://github.com/arlimus))
2954
+ - Improve conf file resources \(csv, json, yaml, ini\) [\#257](https://github.com/chef/inspec/pull/257) ([chris-rock](https://github.com/chris-rock))
2955
+ - improvement: update install instructions and add notes for windows builds [\#253](https://github.com/chef/inspec/pull/253) ([chris-rock](https://github.com/chris-rock))
2956
+
2957
+ ## [v0.9.3](https://github.com/chef/inspec/tree/v0.9.3) (2015-11-20)
2958
+ [Full Changelog](https://github.com/chef/inspec/compare/v0.9.2...v0.9.3)
2959
+
2960
+ **Implemented enhancements:**
2961
+
2962
+ - Support the control keyword, synonymous to rule [\#188](https://github.com/chef/inspec/issues/188)
2963
+
2964
+ **Fixed bugs:**
2965
+
2966
+ - Multiple computed calls to describe aren't registered [\#246](https://github.com/chef/inspec/issues/246)
2967
+
2968
+ **Closed issues:**
2969
+
2970
+ - port resource does not work on CentOS [\#239](https://github.com/chef/inspec/issues/239)
2971
+ - os\_env not working [\#236](https://github.com/chef/inspec/issues/236)
2972
+ - service resource misbehaves on upstart hosts [\#226](https://github.com/chef/inspec/issues/226)
2973
+ - OS resource requires requires a Symbol not a String \(wrong in docs\) [\#224](https://github.com/chef/inspec/issues/224)
2974
+ - Cannot run against remote WinRM SSL systems [\#221](https://github.com/chef/inspec/issues/221)
2975
+ - Proper Changelog [\#211](https://github.com/chef/inspec/issues/211)
2976
+
2977
+ **Merged pull requests:**
2978
+
2979
+ - 0.9.3 [\#251](https://github.com/chef/inspec/pull/251) ([arlimus](https://github.com/arlimus))
2980
+ - Introduce automated changelog generation [\#250](https://github.com/chef/inspec/pull/250) ([arlimus](https://github.com/arlimus))
2981
+ - ensure all test directories are on the runner $LOAD\_PATH [\#249](https://github.com/chef/inspec/pull/249) ([schisamo](https://github.com/schisamo))
2982
+ - bugfix: support multiple computed calls to describe [\#247](https://github.com/chef/inspec/pull/247) ([arlimus](https://github.com/arlimus))
2983
+ - Add Windows support to the `os\_env` resource [\#245](https://github.com/chef/inspec/pull/245) ([schisamo](https://github.com/schisamo))
2984
+ - Added links to the different sections. [\#244](https://github.com/chef/inspec/pull/244) ([jjasghar](https://github.com/jjasghar))
2985
+ - bugfix: run integration tests on windows [\#243](https://github.com/chef/inspec/pull/243) ([chris-rock](https://github.com/chris-rock))
2986
+ - add port support for centos [\#241](https://github.com/chef/inspec/pull/241) ([chris-rock](https://github.com/chris-rock))
2987
+ - api: don't force root on os\_env [\#237](https://github.com/chef/inspec/pull/237) ([arlimus](https://github.com/arlimus))
2988
+ - change test-kitchen example from rule to control [\#235](https://github.com/chef/inspec/pull/235) ([chris-rock](https://github.com/chris-rock))
2989
+ - lint [\#234](https://github.com/chef/inspec/pull/234) ([arlimus](https://github.com/arlimus))
2990
+ - improvement: rewrite registry\_key resource, serverspec compatibility and add integration tests [\#233](https://github.com/chef/inspec/pull/233) ([alexpop](https://github.com/alexpop))
2991
+ - Upstart with System V fallback [\#228](https://github.com/chef/inspec/pull/228) ([chris-rock](https://github.com/chris-rock))
2992
+ - OS resource requires a Symbol not a String [\#225](https://github.com/chef/inspec/pull/225) ([stuartpreston](https://github.com/stuartpreston))
2993
+ - Update README.md [\#223](https://github.com/chef/inspec/pull/223) ([jjasghar](https://github.com/jjasghar))
2994
+ - add a tiny sudo example to the readme [\#222](https://github.com/chef/inspec/pull/222) ([arlimus](https://github.com/arlimus))
2995
+
2996
+ ## [v0.9.2](https://github.com/chef/inspec/tree/v0.9.2) (2015-11-06)
2997
+ [Full Changelog](https://github.com/chef/inspec/compare/0.9.1...v0.9.2)
2998
+
2999
+ **Merged pull requests:**
3000
+
3001
+ - 0.9.2 [\#220](https://github.com/chef/inspec/pull/220) ([arlimus](https://github.com/arlimus))
3002
+ - bugfix: correct add\_content call to new param structure [\#219](https://github.com/chef/inspec/pull/219) ([arlimus](https://github.com/arlimus))
3003
+ - Add version to resource declaration [\#218](https://github.com/chef/inspec/pull/218) ([jcreedcmu](https://github.com/jcreedcmu))
3004
+ - Not using git in the gemspec file [\#217](https://github.com/chef/inspec/pull/217) ([tyler-ball](https://github.com/tyler-ball))
3005
+ - Updating Gemfile grouped dependencies to match what is already in the ChefDK [\#216](https://github.com/chef/inspec/pull/216) ([tyler-ball](https://github.com/tyler-ball))
3006
+ - Fix contain / should match confusion [\#214](https://github.com/chef/inspec/pull/214) ([zmalone](https://github.com/zmalone))
3007
+ - Fix doc typos [\#213](https://github.com/chef/inspec/pull/213) ([juliandunn](https://github.com/juliandunn))
3008
+ - Add test-kitchen example reference to readme [\#212](https://github.com/chef/inspec/pull/212) ([chris-rock](https://github.com/chris-rock))
3009
+ - Massively improve README [\#208](https://github.com/chef/inspec/pull/208) ([echohack](https://github.com/echohack))
3010
+
3011
+ ## [0.9.1](https://github.com/chef/inspec/tree/0.9.1) (2015-11-04)
3012
+ [Full Changelog](https://github.com/chef/inspec/compare/v0.9.1...0.9.1)
3013
+
3014
+ **Closed issues:**
3015
+
3016
+ - add cla bot [\#180](https://github.com/chef/inspec/issues/180)
3017
+ - update license [\#130](https://github.com/chef/inspec/issues/130)
3018
+
3019
+ **Merged pull requests:**
3020
+
3021
+ - add inspec and friends, thank you @chris-rock, @nathenharvey, @colincam, @juliandunn [\#209](https://github.com/chef/inspec/pull/209) ([arlimus](https://github.com/arlimus))
3022
+ - Fix package resource documentation example. [\#207](https://github.com/chef/inspec/pull/207) ([fnichol](https://github.com/fnichol))
3023
+ - Rename gem in test-kitchen example [\#206](https://github.com/chef/inspec/pull/206) ([srenatus](https://github.com/srenatus))
3024
+ - 0.9.1 [\#205](https://github.com/chef/inspec/pull/205) ([arlimus](https://github.com/arlimus))
3025
+ - relax pry version [\#204](https://github.com/chef/inspec/pull/204) ([chris-rock](https://github.com/chris-rock))
3026
+ - push to rubygems [\#203](https://github.com/chef/inspec/pull/203) ([arlimus](https://github.com/arlimus))
3027
+ - update table style [\#202](https://github.com/chef/inspec/pull/202) ([chris-rock](https://github.com/chris-rock))
3028
+ - Apache 2.0 LICENSE [\#201](https://github.com/chef/inspec/pull/201) ([jamesc](https://github.com/jamesc))
3029
+
3030
+ ## [v0.9.1](https://github.com/chef/inspec/tree/v0.9.1) (2015-11-03)
3031
+ [Full Changelog](https://github.com/chef/inspec/compare/0.9.0...v0.9.1)
3032
+
3033
+ ## [0.9.0](https://github.com/chef/inspec/tree/0.9.0) (2015-11-03)
3034
+ [Full Changelog](https://github.com/chef/inspec/compare/0.8.0...0.9.0)
3035
+
3036
+ **Closed issues:**
3037
+
3038
+ - Make text replacements in documentation work correctly [\#170](https://github.com/chef/inspec/issues/170)
3039
+ - rename project to inspec [\#129](https://github.com/chef/inspec/issues/129)
3040
+ - resource integration tests [\#73](https://github.com/chef/inspec/issues/73)
3041
+
3042
+ **Merged pull requests:**
3043
+
3044
+ - 0.9.0 [\#200](https://github.com/chef/inspec/pull/200) ([arlimus](https://github.com/arlimus))
3045
+ - bugfix: dont skip controls during json generation [\#199](https://github.com/chef/inspec/pull/199) ([arlimus](https://github.com/arlimus))
3046
+ - Fix typo and warning in command exist? check [\#198](https://github.com/chef/inspec/pull/198) ([arlimus](https://github.com/arlimus))
3047
+ - rename rule to control [\#197](https://github.com/chef/inspec/pull/197) ([chris-rock](https://github.com/chris-rock))
3048
+ - improvement: fail properly if os is not supported [\#196](https://github.com/chef/inspec/pull/196) ([chris-rock](https://github.com/chris-rock))
3049
+ - bugfix: relax fail for command.exist? for inspec check command [\#195](https://github.com/chef/inspec/pull/195) ([chris-rock](https://github.com/chris-rock))
3050
+ - api: introduce control keyword [\#194](https://github.com/chef/inspec/pull/194) ([arlimus](https://github.com/arlimus))
3051
+ - feature: introduce group title for files [\#193](https://github.com/chef/inspec/pull/193) ([arlimus](https://github.com/arlimus))
3052
+ - thank you serverspec! [\#192](https://github.com/chef/inspec/pull/192) ([arlimus](https://github.com/arlimus))
3053
+ - change library loading from /lib -\> /libraries and fix auto-loading [\#191](https://github.com/chef/inspec/pull/191) ([arlimus](https://github.com/arlimus))
3054
+ - improve command.exist? for more operating systems [\#190](https://github.com/chef/inspec/pull/190) ([chris-rock](https://github.com/chris-rock))
3055
+ - formatting, mostly ... also package =\> oneget [\#189](https://github.com/chef/inspec/pull/189) ([jamescott](https://github.com/jamescott))
3056
+ - bugfix: ignore delivery when building the gem [\#186](https://github.com/chef/inspec/pull/186) ([arlimus](https://github.com/arlimus))
3057
+ - api: change `--disable-sudo` to `--sudo` [\#185](https://github.com/chef/inspec/pull/185) ([arlimus](https://github.com/arlimus))
3058
+ - use new internal structure for inspect check [\#184](https://github.com/chef/inspec/pull/184) ([chris-rock](https://github.com/chris-rock))
3059
+ - remove dup method users, use usernames, fix example [\#183](https://github.com/chef/inspec/pull/183) ([chris-rock](https://github.com/chris-rock))
3060
+ - Update docs [\#181](https://github.com/chef/inspec/pull/181) ([chris-rock](https://github.com/chris-rock))
3061
+ - do not expose stderr method via os\_env [\#179](https://github.com/chef/inspec/pull/179) ([chris-rock](https://github.com/chris-rock))
3062
+ - deactivate group policy [\#178](https://github.com/chef/inspec/pull/178) ([chris-rock](https://github.com/chris-rock))
3063
+ - MAINTAINERS listed in the project [\#177](https://github.com/chef/inspec/pull/177) ([nathenharvey](https://github.com/nathenharvey))
3064
+ - fix os\_env example [\#173](https://github.com/chef/inspec/pull/173) ([chris-rock](https://github.com/chris-rock))
3065
+ - add abbreviations for docs [\#172](https://github.com/chef/inspec/pull/172) ([chris-rock](https://github.com/chris-rock))
3066
+ - Update README.md [\#171](https://github.com/chef/inspec/pull/171) ([jcreedcmu](https://github.com/jcreedcmu))
3067
+ - Fix docs so they at least compile with rst2html.py [\#169](https://github.com/chef/inspec/pull/169) ([jcreedcmu](https://github.com/jcreedcmu))
3068
+ - Update ctl\_inspec.rst [\#168](https://github.com/chef/inspec/pull/168) ([jcreedcmu](https://github.com/jcreedcmu))
3069
+ - Minor changes to the README [\#167](https://github.com/chef/inspec/pull/167) ([nathenharvey](https://github.com/nathenharvey))
3070
+ - add draft version of InSpec DSL topic [\#165](https://github.com/chef/inspec/pull/165) ([jamescott](https://github.com/jamescott))
3071
+ - sync words [\#164](https://github.com/chef/inspec/pull/164) ([jamescott](https://github.com/jamescott))
3072
+ - Improve docs [\#163](https://github.com/chef/inspec/pull/163) ([chris-rock](https://github.com/chris-rock))
3073
+ - Don't resolve `send` calls with dot-notation [\#162](https://github.com/chef/inspec/pull/162) ([arlimus](https://github.com/arlimus))
3074
+ - Align profile structure [\#161](https://github.com/chef/inspec/pull/161) ([arlimus](https://github.com/arlimus))
3075
+ - update docs [\#160](https://github.com/chef/inspec/pull/160) ([chris-rock](https://github.com/chris-rock))
3076
+ - resource =\> audit resource [\#159](https://github.com/chef/inspec/pull/159) ([jamescott](https://github.com/jamescott))
3077
+ - update readme [\#158](https://github.com/chef/inspec/pull/158) ([chris-rock](https://github.com/chris-rock))
3078
+ - add apache base config [\#157](https://github.com/chef/inspec/pull/157) ([chris-rock](https://github.com/chris-rock))
3079
+ - update to new kitchen-inspect [\#156](https://github.com/chef/inspec/pull/156) ([chris-rock](https://github.com/chris-rock))
3080
+ - consistently set an empty logger in non-verbose mode [\#155](https://github.com/chef/inspec/pull/155) ([arlimus](https://github.com/arlimus))
3081
+ - update query syntax [\#154](https://github.com/chef/inspec/pull/154) ([jamescott](https://github.com/jamescott))
3082
+ - bugfixes for json dummy module [\#153](https://github.com/chef/inspec/pull/153) ([arlimus](https://github.com/arlimus))
3083
+ - bugfix: correctly remove prefix from folder [\#152](https://github.com/chef/inspec/pull/152) ([arlimus](https://github.com/arlimus))
3084
+ - Rename vulcanosec -\> inspec [\#151](https://github.com/chef/inspec/pull/151) ([arlimus](https://github.com/arlimus))
3085
+ - feature: bring back profile check [\#150](https://github.com/chef/inspec/pull/150) ([arlimus](https://github.com/arlimus))
3086
+ - Metadata [\#149](https://github.com/chef/inspec/pull/149) ([arlimus](https://github.com/arlimus))
3087
+ - ignore local bundle config [\#148](https://github.com/chef/inspec/pull/148) ([arlimus](https://github.com/arlimus))
3088
+ - simplify auditd name [\#147](https://github.com/chef/inspec/pull/147) ([chris-rock](https://github.com/chris-rock))
3089
+ - Json [\#146](https://github.com/chef/inspec/pull/146) ([arlimus](https://github.com/arlimus))
3090
+ - bugfix: delivery only build necessary gems [\#145](https://github.com/chef/inspec/pull/145) ([arlimus](https://github.com/arlimus))
3091
+ - fix travis builds for 1.9.3 [\#144](https://github.com/chef/inspec/pull/144) ([arlimus](https://github.com/arlimus))
3092
+ - more integration tests [\#143](https://github.com/chef/inspec/pull/143) ([chris-rock](https://github.com/chris-rock))
3093
+ - json =\> exec [\#141](https://github.com/chef/inspec/pull/141) ([jamescott](https://github.com/jamescott))
3094
+ - add InSpec CLI reference topic [\#140](https://github.com/chef/inspec/pull/140) ([jamescott](https://github.com/jamescott))
3095
+ - encryptiong =\> encryption [\#139](https://github.com/chef/inspec/pull/139) ([jamescott](https://github.com/jamescott))
3096
+ - edit out words [\#138](https://github.com/chef/inspec/pull/138) ([jamescott](https://github.com/jamescott))
3097
+ - remove old docs file [\#136](https://github.com/chef/inspec/pull/136) ([chris-rock](https://github.com/chris-rock))
3098
+ - Integration tests [\#135](https://github.com/chef/inspec/pull/135) ([chris-rock](https://github.com/chris-rock))
3099
+ - add audit\_policy resource [\#134](https://github.com/chef/inspec/pull/134) ([jamescott](https://github.com/jamescott))
3100
+ - add file resource + lots of matchers [\#132](https://github.com/chef/inspec/pull/132) ([jamescott](https://github.com/jamescott))
3101
+
3102
+ ## [0.8.0](https://github.com/chef/inspec/tree/0.8.0) (2015-10-21)
3103
+ [Full Changelog](https://github.com/chef/inspec/compare/0.7.0...0.8.0)
3104
+
3105
+ **Implemented enhancements:**
3106
+
3107
+ - Add WinRM transport layer [\#64](https://github.com/chef/inspec/issues/64)
3108
+
3109
+ **Closed issues:**
3110
+
3111
+ - ensure all resources have a proper to\_s method [\#98](https://github.com/chef/inspec/issues/98)
3112
+ - Escape commands before we execute them [\#70](https://github.com/chef/inspec/issues/70)
3113
+
3114
+ **Merged pull requests:**
3115
+
3116
+ - 0.8.0 [\#131](https://github.com/chef/inspec/pull/131) ([chris-rock](https://github.com/chris-rock))
3117
+ - more CentOS support [\#128](https://github.com/chef/inspec/pull/128) ([chris-rock](https://github.com/chris-rock))
3118
+ - add more usage headers [\#127](https://github.com/chef/inspec/pull/127) ([chris-rock](https://github.com/chris-rock))
3119
+ - add test-kitchen example [\#126](https://github.com/chef/inspec/pull/126) ([chris-rock](https://github.com/chris-rock))
3120
+ - fix the header structure [\#124](https://github.com/chef/inspec/pull/124) ([jamescott](https://github.com/jamescott))
3121
+ - add resources, sync matcher patterns [\#123](https://github.com/chef/inspec/pull/123) ([jamescott](https://github.com/jamescott))
3122
+ - move markdown docs to rst [\#122](https://github.com/chef/inspec/pull/122) ([chris-rock](https://github.com/chris-rock))
3123
+ - delivery: select build node on new fqdn [\#119](https://github.com/chef/inspec/pull/119) ([arlimus](https://github.com/arlimus))
3124
+ - add first round of audit resource docs [\#118](https://github.com/chef/inspec/pull/118) ([jamescott](https://github.com/jamescott))
3125
+ - Add support for `expect` [\#117](https://github.com/chef/inspec/pull/117) ([arlimus](https://github.com/arlimus))
3126
+ - test: group resource tests [\#116](https://github.com/chef/inspec/pull/116) ([arlimus](https://github.com/arlimus))
3127
+ - Fixes [\#115](https://github.com/chef/inspec/pull/115) ([chris-rock](https://github.com/chris-rock))
3128
+ - simplify yum implementation [\#114](https://github.com/chef/inspec/pull/114) ([chris-rock](https://github.com/chris-rock))
3129
+ - take care of ruby warnings [\#112](https://github.com/chef/inspec/pull/112) ([arlimus](https://github.com/arlimus))
3130
+ - Train [\#111](https://github.com/chef/inspec/pull/111) ([arlimus](https://github.com/arlimus))
3131
+ - make default rake tasks test+lint [\#110](https://github.com/chef/inspec/pull/110) ([arlimus](https://github.com/arlimus))
3132
+ - make default rake tasks test+lint [\#109](https://github.com/chef/inspec/pull/109) ([arlimus](https://github.com/arlimus))
3133
+ - make default rake tasks test+lint [\#108](https://github.com/chef/inspec/pull/108) ([arlimus](https://github.com/arlimus))
3134
+ - Improve unit tests [\#106](https://github.com/chef/inspec/pull/106) ([chris-rock](https://github.com/chris-rock))
3135
+ - add to\_s methods to resources, fixes \#98 [\#105](https://github.com/chef/inspec/pull/105) ([chris-rock](https://github.com/chris-rock))
3136
+ - 0.7.0 release [\#104](https://github.com/chef/inspec/pull/104) ([chris-rock](https://github.com/chris-rock))