chef-dk 3.13.1 → 4.0.60

Sign up to get free protection for your applications and to get access to all the features.
Files changed (373) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +33 -25
  3. data/Gemfile.lock +317 -293
  4. data/LICENSE +0 -0
  5. data/Rakefile +0 -0
  6. data/bin/chef +1 -1
  7. data/chef-dk.gemspec +3 -3
  8. data/lib/chef-dk.rb +0 -0
  9. data/lib/chef-dk/authenticated_http.rb +0 -0
  10. data/lib/chef-dk/builtin_commands.rb +1 -3
  11. data/lib/chef-dk/chef_runner.rb +0 -0
  12. data/lib/chef-dk/chef_server_api_multi.rb +0 -0
  13. data/lib/chef-dk/cli.rb +2 -3
  14. data/lib/chef-dk/command/base.rb +9 -1
  15. data/lib/chef-dk/command/clean_policy_cookbooks.rb +2 -3
  16. data/lib/chef-dk/command/clean_policy_revisions.rb +3 -4
  17. data/lib/chef-dk/command/delete_policy.rb +1 -1
  18. data/lib/chef-dk/command/delete_policy_group.rb +1 -2
  19. data/lib/chef-dk/command/describe_cookbook.rb +5 -4
  20. data/lib/chef-dk/command/diff.rb +7 -9
  21. data/lib/chef-dk/command/env.rb +0 -0
  22. data/lib/chef-dk/command/exec.rb +0 -0
  23. data/lib/chef-dk/command/export.rb +0 -1
  24. data/lib/chef-dk/command/gem.rb +0 -0
  25. data/lib/chef-dk/command/generate.rb +1 -6
  26. data/lib/chef-dk/command/generator_commands.rb +0 -0
  27. data/lib/chef-dk/command/generator_commands/attribute.rb +0 -0
  28. data/lib/chef-dk/command/generator_commands/base.rb +0 -0
  29. data/lib/chef-dk/command/generator_commands/build_cookbook.rb +7 -7
  30. data/lib/chef-dk/command/generator_commands/chef_exts/generator_desc_resource.rb +4 -49
  31. data/lib/chef-dk/command/generator_commands/chef_exts/quieter_doc_formatter.rb +0 -0
  32. data/lib/chef-dk/command/generator_commands/chef_exts/recipe_dsl_ext.rb +0 -0
  33. data/lib/chef-dk/command/generator_commands/cookbook.rb +22 -23
  34. data/lib/chef-dk/command/generator_commands/cookbook_code_file.rb +0 -0
  35. data/lib/chef-dk/command/generator_commands/cookbook_file.rb +0 -0
  36. data/lib/chef-dk/command/generator_commands/generator_generator.rb +0 -0
  37. data/lib/chef-dk/command/generator_commands/helpers.rb +0 -0
  38. data/lib/chef-dk/command/generator_commands/policyfile.rb +0 -0
  39. data/lib/chef-dk/command/generator_commands/recipe.rb +0 -0
  40. data/lib/chef-dk/command/generator_commands/repo.rb +25 -9
  41. data/lib/chef-dk/command/generator_commands/resource.rb +0 -0
  42. data/lib/chef-dk/command/generator_commands/template.rb +0 -0
  43. data/lib/chef-dk/command/install.rb +1 -2
  44. data/lib/chef-dk/command/provision.rb +2 -404
  45. data/lib/chef-dk/command/push.rb +1 -2
  46. data/lib/chef-dk/command/push_archive.rb +2 -2
  47. data/lib/chef-dk/command/shell_init.rb +9 -5
  48. data/lib/chef-dk/command/show_policy.rb +0 -1
  49. data/lib/chef-dk/command/undelete.rb +0 -1
  50. data/lib/chef-dk/command/update.rb +0 -1
  51. data/lib/chef-dk/command/verify.rb +13 -110
  52. data/lib/chef-dk/commands_map.rb +0 -0
  53. data/lib/chef-dk/completions/bash.sh.erb +0 -0
  54. data/lib/chef-dk/completions/chef.fish.erb +0 -0
  55. data/lib/chef-dk/completions/zsh.zsh.erb +0 -0
  56. data/lib/chef-dk/component_test.rb +4 -2
  57. data/lib/chef-dk/configurable.rb +0 -1
  58. data/lib/chef-dk/cookbook_metadata.rb +0 -0
  59. data/lib/chef-dk/cookbook_omnifetch.rb +0 -0
  60. data/lib/chef-dk/cookbook_profiler/git.rb +0 -0
  61. data/lib/chef-dk/cookbook_profiler/identifiers.rb +0 -0
  62. data/lib/chef-dk/cookbook_profiler/null_scm.rb +0 -0
  63. data/lib/chef-dk/exceptions.rb +1 -1
  64. data/lib/chef-dk/generator.rb +1 -1
  65. data/lib/chef-dk/helpers.rb +1 -2
  66. data/lib/chef-dk/pager.rb +0 -0
  67. data/lib/chef-dk/policyfile/artifactory_cookbook_source.rb +0 -0
  68. data/lib/chef-dk/policyfile/attribute_merge_checker.rb +0 -0
  69. data/lib/chef-dk/policyfile/chef_repo_cookbook_source.rb +0 -0
  70. data/lib/chef-dk/policyfile/chef_server_cookbook_source.rb +0 -0
  71. data/lib/chef-dk/policyfile/chef_server_lock_fetcher.rb +2 -2
  72. data/lib/chef-dk/policyfile/community_cookbook_source.rb +0 -0
  73. data/lib/chef-dk/policyfile/comparison_base.rb +0 -0
  74. data/lib/chef-dk/policyfile/cookbook_location_specification.rb +0 -0
  75. data/lib/chef-dk/policyfile/cookbook_locks.rb +1 -1
  76. data/lib/chef-dk/policyfile/cookbook_sources.rb +0 -0
  77. data/lib/chef-dk/policyfile/delivery_supermarket_source.rb +0 -0
  78. data/lib/chef-dk/policyfile/differ.rb +0 -0
  79. data/lib/chef-dk/policyfile/dsl.rb +1 -1
  80. data/lib/chef-dk/policyfile/git_lock_fetcher.rb +0 -0
  81. data/lib/chef-dk/policyfile/included_policies_cookbook_source.rb +0 -0
  82. data/lib/chef-dk/policyfile/lister.rb +0 -0
  83. data/lib/chef-dk/policyfile/local_lock_fetcher.rb +0 -0
  84. data/lib/chef-dk/policyfile/lock_applier.rb +0 -0
  85. data/lib/chef-dk/policyfile/lock_fetcher_mixin.rb +0 -0
  86. data/lib/chef-dk/policyfile/null_cookbook_source.rb +0 -0
  87. data/lib/chef-dk/policyfile/policyfile_location_specification.rb +0 -0
  88. data/lib/chef-dk/policyfile/read_cookbook_for_compat_mode_upload.rb +0 -0
  89. data/lib/chef-dk/policyfile/remote_lock_fetcher.rb +0 -0
  90. data/lib/chef-dk/policyfile/reports/install.rb +0 -0
  91. data/lib/chef-dk/policyfile/reports/table_printer.rb +0 -0
  92. data/lib/chef-dk/policyfile/reports/upload.rb +0 -0
  93. data/lib/chef-dk/policyfile/solution_dependencies.rb +1 -1
  94. data/lib/chef-dk/policyfile/source_uri.rb +0 -0
  95. data/lib/chef-dk/policyfile/storage_config.rb +0 -0
  96. data/lib/chef-dk/policyfile/undo_record.rb +0 -0
  97. data/lib/chef-dk/policyfile/undo_stack.rb +0 -0
  98. data/lib/chef-dk/policyfile/uploader.rb +0 -0
  99. data/lib/chef-dk/policyfile_compiler.rb +2 -4
  100. data/lib/chef-dk/policyfile_lock.rb +1 -3
  101. data/lib/chef-dk/policyfile_services/clean_policies.rb +0 -0
  102. data/lib/chef-dk/policyfile_services/clean_policy_cookbooks.rb +0 -0
  103. data/lib/chef-dk/policyfile_services/export_repo.rb +6 -6
  104. data/lib/chef-dk/policyfile_services/install.rb +0 -0
  105. data/lib/chef-dk/policyfile_services/push.rb +0 -0
  106. data/lib/chef-dk/policyfile_services/push_archive.rb +2 -2
  107. data/lib/chef-dk/policyfile_services/rm_policy.rb +0 -0
  108. data/lib/chef-dk/policyfile_services/rm_policy_group.rb +0 -0
  109. data/lib/chef-dk/policyfile_services/show_policy.rb +0 -0
  110. data/lib/chef-dk/policyfile_services/undelete.rb +0 -0
  111. data/lib/chef-dk/policyfile_services/update_attributes.rb +0 -0
  112. data/lib/chef-dk/service_exception_inspectors.rb +0 -0
  113. data/lib/chef-dk/service_exception_inspectors/base.rb +0 -0
  114. data/lib/chef-dk/service_exception_inspectors/http.rb +0 -0
  115. data/lib/chef-dk/service_exceptions.rb +0 -0
  116. data/lib/chef-dk/shell_out.rb +0 -0
  117. data/lib/chef-dk/skeletons/code_generator/files/default/Berksfile +0 -0
  118. data/lib/chef-dk/skeletons/code_generator/files/default/build_cookbook/README.md +0 -0
  119. data/lib/chef-dk/skeletons/code_generator/files/default/build_cookbook/kitchen.yml +1 -1
  120. data/lib/chef-dk/skeletons/code_generator/files/default/build_cookbook/test-fixture-recipe.rb +0 -0
  121. data/lib/chef-dk/skeletons/code_generator/files/default/chefignore +0 -0
  122. data/lib/chef-dk/skeletons/code_generator/files/default/cookbook_readmes/README-policy.md +0 -0
  123. data/lib/chef-dk/skeletons/code_generator/files/default/cookbook_readmes/README.md +0 -0
  124. data/lib/chef-dk/skeletons/code_generator/files/default/delivery-config.json +0 -0
  125. data/lib/chef-dk/skeletons/code_generator/files/default/delivery-project.toml +0 -0
  126. data/lib/chef-dk/skeletons/code_generator/files/default/gitignore +0 -0
  127. data/lib/chef-dk/skeletons/code_generator/files/default/repo/README.md +0 -0
  128. data/lib/chef-dk/skeletons/code_generator/files/default/repo/cookbooks/example/README.md +0 -0
  129. data/lib/chef-dk/skeletons/code_generator/files/default/repo/cookbooks/example/attributes/default.rb +0 -0
  130. data/lib/chef-dk/skeletons/code_generator/files/default/repo/cookbooks/example/metadata.rb +0 -0
  131. data/lib/chef-dk/skeletons/code_generator/files/default/repo/cookbooks/example/recipes/default.rb +0 -0
  132. data/lib/chef-dk/skeletons/code_generator/files/default/repo/data_bags/README.md +0 -0
  133. data/lib/chef-dk/skeletons/code_generator/files/default/repo/data_bags/example/example_item.json +0 -0
  134. data/lib/chef-dk/skeletons/code_generator/files/default/repo/dot-chef-repo.txt +0 -0
  135. data/lib/chef-dk/skeletons/code_generator/files/default/repo/environments/README.md +0 -0
  136. data/lib/chef-dk/skeletons/code_generator/files/default/repo/environments/example.json +0 -0
  137. data/lib/chef-dk/skeletons/code_generator/files/default/repo/policyfiles/README.md +0 -0
  138. data/lib/chef-dk/skeletons/code_generator/files/default/repo/roles/README.md +0 -0
  139. data/lib/chef-dk/skeletons/code_generator/files/default/repo/roles/example.json +0 -0
  140. data/lib/chef-dk/skeletons/code_generator/files/default/spec_helper.rb +0 -0
  141. data/lib/chef-dk/skeletons/code_generator/files/default/spec_helper_policyfile.rb +0 -0
  142. data/lib/chef-dk/skeletons/code_generator/metadata.rb +0 -0
  143. data/lib/chef-dk/skeletons/code_generator/recipes/attribute.rb +0 -0
  144. data/lib/chef-dk/skeletons/code_generator/recipes/build_cookbook.rb +20 -20
  145. data/lib/chef-dk/skeletons/code_generator/recipes/cookbook.rb +24 -16
  146. data/lib/chef-dk/skeletons/code_generator/recipes/cookbook_file.rb +0 -0
  147. data/lib/chef-dk/skeletons/code_generator/recipes/helpers.rb +0 -0
  148. data/lib/chef-dk/skeletons/code_generator/recipes/policyfile.rb +0 -0
  149. data/lib/chef-dk/skeletons/code_generator/recipes/recipe.rb +0 -0
  150. data/lib/chef-dk/skeletons/code_generator/recipes/repo.rb +7 -3
  151. data/lib/chef-dk/skeletons/code_generator/recipes/resource.rb +0 -0
  152. data/lib/chef-dk/skeletons/code_generator/recipes/template.rb +0 -0
  153. data/lib/chef-dk/skeletons/code_generator/templates/default/CHANGELOG.md.erb +0 -0
  154. data/lib/chef-dk/skeletons/code_generator/templates/default/LICENSE.all_rights.erb +0 -0
  155. data/lib/chef-dk/skeletons/code_generator/templates/default/LICENSE.apachev2.erb +0 -0
  156. data/lib/chef-dk/skeletons/code_generator/templates/default/LICENSE.gplv2.erb +0 -0
  157. data/lib/chef-dk/skeletons/code_generator/templates/default/LICENSE.gplv3.erb +0 -0
  158. data/lib/chef-dk/skeletons/code_generator/templates/default/LICENSE.mit.erb +0 -0
  159. data/lib/chef-dk/skeletons/code_generator/templates/default/Policyfile.rb.erb +0 -0
  160. data/lib/chef-dk/skeletons/code_generator/templates/default/README.md.erb +0 -0
  161. data/lib/chef-dk/skeletons/code_generator/templates/default/attribute.rb.erb +0 -0
  162. data/lib/chef-dk/skeletons/code_generator/templates/default/build_cookbook/Berksfile.erb +1 -1
  163. data/lib/chef-dk/skeletons/code_generator/templates/default/build_cookbook/metadata.rb.erb +1 -1
  164. data/lib/chef-dk/skeletons/code_generator/templates/default/build_cookbook/recipe.rb.erb +0 -0
  165. data/lib/chef-dk/skeletons/code_generator/templates/default/cookbook_file.erb +0 -0
  166. data/lib/chef-dk/skeletons/code_generator/templates/default/helpers.rb.erb +0 -0
  167. data/lib/chef-dk/skeletons/code_generator/templates/default/inspec_default_test.rb.erb +0 -0
  168. data/lib/chef-dk/skeletons/code_generator/templates/default/kitchen.yml.erb +1 -1
  169. data/lib/chef-dk/skeletons/code_generator/templates/default/kitchen_dokken.yml.erb +0 -0
  170. data/lib/chef-dk/skeletons/code_generator/templates/default/kitchen_policyfile.yml.erb +1 -1
  171. data/lib/chef-dk/skeletons/code_generator/templates/default/metadata.rb.erb +1 -1
  172. data/lib/chef-dk/skeletons/code_generator/templates/default/recipe.rb.erb +0 -0
  173. data/lib/chef-dk/skeletons/code_generator/templates/default/recipe_spec.rb.erb +0 -0
  174. data/lib/chef-dk/skeletons/code_generator/templates/default/repo/gitignore.erb +0 -0
  175. data/lib/chef-dk/skeletons/code_generator/templates/default/resource.rb.erb +0 -0
  176. data/lib/chef-dk/skeletons/code_generator/templates/default/template.erb +0 -0
  177. data/lib/chef-dk/ui.rb +0 -0
  178. data/lib/chef-dk/version.rb +1 -1
  179. data/lib/kitchen/provisioner/policyfile_zero.rb +0 -0
  180. data/spec/shared/a_file_generator.rb +0 -0
  181. data/spec/shared/a_generated_file.rb +0 -0
  182. data/spec/shared/command_with_ui_object.rb +0 -0
  183. data/spec/shared/custom_generator_cookbook.rb +0 -0
  184. data/spec/shared/fixture_cookbook_checksums.rb +1 -1
  185. data/spec/shared/setup_git_committer_config.rb +0 -0
  186. data/spec/shared/setup_git_cookbooks.rb +0 -0
  187. data/spec/spec_helper.rb +0 -4
  188. data/spec/test_helpers.rb +0 -0
  189. data/spec/unit/chef_runner_spec.rb +0 -0
  190. data/spec/unit/chef_server_api_multi_spec.rb +0 -0
  191. data/spec/unit/cli_spec.rb +0 -0
  192. data/spec/unit/command/base_spec.rb +24 -1
  193. data/spec/unit/command/clean_policy_cookbooks_spec.rb +0 -0
  194. data/spec/unit/command/clean_policy_revisions_spec.rb +0 -0
  195. data/spec/unit/command/delete_policy_group_spec.rb +0 -0
  196. data/spec/unit/command/delete_policy_spec.rb +0 -0
  197. data/spec/unit/command/diff_spec.rb +0 -0
  198. data/spec/unit/command/env_spec.rb +1 -1
  199. data/spec/unit/command/exec_spec.rb +1 -1
  200. data/spec/unit/command/export_spec.rb +0 -0
  201. data/spec/unit/command/generate_spec.rb +0 -0
  202. data/spec/unit/command/generator_commands/attribute_spec.rb +0 -0
  203. data/spec/unit/command/generator_commands/base_spec.rb +0 -0
  204. data/spec/unit/command/generator_commands/build_cookbook_spec.rb +15 -15
  205. data/spec/unit/command/generator_commands/chef_exts/generator_desc_resource_spec.rb +6 -26
  206. data/spec/unit/command/generator_commands/chef_exts/recipe_dsl_ext_spec.rb +0 -0
  207. data/spec/unit/command/generator_commands/cookbook_file_spec.rb +0 -0
  208. data/spec/unit/command/generator_commands/cookbook_spec.rb +200 -203
  209. data/spec/unit/command/generator_commands/generator_generator_spec.rb +7 -7
  210. data/spec/unit/command/generator_commands/helpers_spec.rb +0 -0
  211. data/spec/unit/command/generator_commands/policyfile_spec.rb +0 -0
  212. data/spec/unit/command/generator_commands/recipe_spec.rb +1 -2
  213. data/spec/unit/command/generator_commands/repo_spec.rb +8 -8
  214. data/spec/unit/command/generator_commands/resource_spec.rb +0 -0
  215. data/spec/unit/command/generator_commands/template_spec.rb +0 -0
  216. data/spec/unit/command/install_spec.rb +0 -0
  217. data/spec/unit/command/push_archive_spec.rb +0 -0
  218. data/spec/unit/command/push_spec.rb +0 -0
  219. data/spec/unit/command/shell_init_spec.rb +0 -0
  220. data/spec/unit/command/show_policy_spec.rb +0 -0
  221. data/spec/unit/command/undelete_spec.rb +0 -0
  222. data/spec/unit/command/update_spec.rb +0 -0
  223. data/spec/unit/command/verify_spec.rb +2 -3
  224. data/spec/unit/commands_map_spec.rb +0 -0
  225. data/spec/unit/component_test_spec.rb +0 -0
  226. data/spec/unit/configurable_spec.rb +0 -0
  227. data/spec/unit/cookbook_metadata_spec.rb +0 -0
  228. data/spec/unit/cookbook_profiler/git_spec.rb +0 -0
  229. data/spec/unit/cookbook_profiler/identifiers_spec.rb +3 -3
  230. data/spec/unit/fixtures/chef-runner-cookbooks/test_cookbook/recipes/recipe_one.rb +0 -0
  231. data/spec/unit/fixtures/chef-runner-cookbooks/test_cookbook/recipes/recipe_two.rb +0 -0
  232. data/spec/unit/fixtures/command/cli_test_command.rb +0 -0
  233. data/spec/unit/fixtures/command/explicit_path_example.rb +0 -0
  234. data/spec/unit/fixtures/configurable/test_config_loader.rb +0 -0
  235. data/spec/unit/fixtures/configurable/test_configurable.rb +0 -0
  236. data/spec/unit/fixtures/cookbook_cache/baz-f59ee7a5bca6a4e606b67f7f856b768d847c39bb/.kitchen.yml +0 -0
  237. data/spec/unit/fixtures/cookbook_cache/baz-f59ee7a5bca6a4e606b67f7f856b768d847c39bb/Berksfile +0 -0
  238. data/spec/unit/fixtures/cookbook_cache/baz-f59ee7a5bca6a4e606b67f7f856b768d847c39bb/README.md +0 -0
  239. data/spec/unit/fixtures/cookbook_cache/baz-f59ee7a5bca6a4e606b67f7f856b768d847c39bb/chefignore +0 -0
  240. data/spec/unit/fixtures/cookbook_cache/baz-f59ee7a5bca6a4e606b67f7f856b768d847c39bb/metadata.rb +0 -0
  241. data/spec/unit/fixtures/cookbook_cache/baz-f59ee7a5bca6a4e606b67f7f856b768d847c39bb/recipes/default.rb +0 -0
  242. data/spec/unit/fixtures/cookbook_cache/dep_of_bar-1.2.3/.kitchen.yml +0 -0
  243. data/spec/unit/fixtures/cookbook_cache/dep_of_bar-1.2.3/Berksfile +0 -0
  244. data/spec/unit/fixtures/cookbook_cache/dep_of_bar-1.2.3/README.md +0 -0
  245. data/spec/unit/fixtures/cookbook_cache/dep_of_bar-1.2.3/chefignore +0 -0
  246. data/spec/unit/fixtures/cookbook_cache/dep_of_bar-1.2.3/metadata.rb +0 -0
  247. data/spec/unit/fixtures/cookbook_cache/dep_of_bar-1.2.3/recipes/default.rb +0 -0
  248. data/spec/unit/fixtures/cookbook_cache/foo-1.0.0/Berksfile +0 -0
  249. data/spec/unit/fixtures/cookbook_cache/foo-1.0.0/README.md +0 -0
  250. data/spec/unit/fixtures/cookbook_cache/foo-1.0.0/chefignore +0 -0
  251. data/spec/unit/fixtures/cookbook_cache/foo-1.0.0/{.kitchen.yml → kitchen.yml} +0 -0
  252. data/spec/unit/fixtures/cookbook_cache/foo-1.0.0/metadata.rb +0 -0
  253. data/spec/unit/fixtures/cookbook_cache/foo-1.0.0/recipes/default.rb +0 -0
  254. data/spec/unit/fixtures/cookbooks_api/chef_server_universe.json +0 -0
  255. data/spec/unit/fixtures/cookbooks_api/pruned_chef_server_universe.json +0 -0
  256. data/spec/unit/fixtures/cookbooks_api/pruned_small_universe.json +0 -0
  257. data/spec/unit/fixtures/cookbooks_api/small_universe.json +0 -0
  258. data/spec/unit/fixtures/cookbooks_api/universe.json +0 -0
  259. data/spec/unit/fixtures/cookbooks_api/update_fixtures.rb +0 -0
  260. data/spec/unit/fixtures/dev_cookbooks/README.md +0 -0
  261. data/spec/unit/fixtures/dev_cookbooks/bar-cookbook.gitbundle +0 -0
  262. data/spec/unit/fixtures/eg_omnibus_dir/missing_apps/bin/.keep +0 -0
  263. data/spec/unit/fixtures/eg_omnibus_dir/missing_apps/embedded/.keep +0 -0
  264. data/spec/unit/fixtures/eg_omnibus_dir/missing_apps/embedded/bin/.keep +0 -0
  265. data/spec/unit/fixtures/eg_omnibus_dir/missing_component/bin/.keep +0 -0
  266. data/spec/unit/fixtures/eg_omnibus_dir/missing_component/embedded/apps/berkshelf/.keep +0 -0
  267. data/spec/unit/fixtures/eg_omnibus_dir/missing_component/embedded/apps/test-kitchen/.keep +0 -0
  268. data/spec/unit/fixtures/eg_omnibus_dir/missing_component/embedded/bin/.keep +0 -0
  269. data/spec/unit/fixtures/eg_omnibus_dir/valid/bin/.keep +0 -0
  270. data/spec/unit/fixtures/eg_omnibus_dir/valid/embedded/apps/chef-dk/.keep +0 -0
  271. data/spec/unit/fixtures/eg_omnibus_dir/valid/embedded/bin/.keep +0 -0
  272. data/spec/unit/fixtures/example_app/Policyfile.rb +0 -0
  273. data/spec/unit/fixtures/example_cookbook/.gitignore +0 -0
  274. data/spec/unit/fixtures/example_cookbook/.kitchen.yml +0 -0
  275. data/spec/unit/fixtures/example_cookbook/Berksfile +0 -0
  276. data/spec/unit/fixtures/example_cookbook/README.md +0 -0
  277. data/spec/unit/fixtures/example_cookbook/chefignore +0 -0
  278. data/spec/unit/fixtures/example_cookbook/metadata.rb +0 -0
  279. data/spec/unit/fixtures/example_cookbook/recipes/default.rb +0 -0
  280. data/spec/unit/fixtures/example_cookbook_metadata_json_only/.gitignore +0 -0
  281. data/spec/unit/fixtures/example_cookbook_metadata_json_only/.kitchen.yml +0 -0
  282. data/spec/unit/fixtures/example_cookbook_metadata_json_only/Berksfile +0 -0
  283. data/spec/unit/fixtures/example_cookbook_metadata_json_only/README.md +0 -0
  284. data/spec/unit/fixtures/example_cookbook_metadata_json_only/chefignore +0 -0
  285. data/spec/unit/fixtures/example_cookbook_metadata_json_only/metadata.json +0 -0
  286. data/spec/unit/fixtures/example_cookbook_metadata_json_only/recipes/default.rb +0 -0
  287. data/spec/unit/fixtures/example_cookbook_no_metadata/.gitignore +0 -0
  288. data/spec/unit/fixtures/example_cookbook_no_metadata/.kitchen.yml +0 -0
  289. data/spec/unit/fixtures/example_cookbook_no_metadata/Berksfile +0 -0
  290. data/spec/unit/fixtures/example_cookbook_no_metadata/README.md +0 -0
  291. data/spec/unit/fixtures/example_cookbook_no_metadata/chefignore +0 -0
  292. data/spec/unit/fixtures/example_cookbook_no_metadata/recipes/default.rb +0 -0
  293. data/spec/unit/fixtures/local_path_cookbooks/another-local-cookbook/README.md +0 -0
  294. data/spec/unit/fixtures/local_path_cookbooks/another-local-cookbook/chefignore +0 -0
  295. data/spec/unit/fixtures/local_path_cookbooks/another-local-cookbook/metadata.rb +0 -0
  296. data/spec/unit/fixtures/local_path_cookbooks/another-local-cookbook/recipes/default.rb +0 -0
  297. data/spec/unit/fixtures/local_path_cookbooks/cookbook-with-a-dep/Berksfile +0 -0
  298. data/spec/unit/fixtures/local_path_cookbooks/cookbook-with-a-dep/README.md +0 -0
  299. data/spec/unit/fixtures/local_path_cookbooks/cookbook-with-a-dep/chefignore +0 -0
  300. data/spec/unit/fixtures/local_path_cookbooks/cookbook-with-a-dep/metadata.rb +0 -0
  301. data/spec/unit/fixtures/local_path_cookbooks/cookbook-with-a-dep/recipes/default.rb +0 -0
  302. data/spec/unit/fixtures/local_path_cookbooks/local-cookbook/.kitchen.yml +0 -0
  303. data/spec/unit/fixtures/local_path_cookbooks/local-cookbook/Berksfile +0 -0
  304. data/spec/unit/fixtures/local_path_cookbooks/local-cookbook/README.md +0 -0
  305. data/spec/unit/fixtures/local_path_cookbooks/local-cookbook/chefignore +0 -0
  306. data/spec/unit/fixtures/local_path_cookbooks/local-cookbook/extra/extra_file.txt +0 -0
  307. data/spec/unit/fixtures/local_path_cookbooks/local-cookbook/metadata.rb +0 -0
  308. data/spec/unit/fixtures/local_path_cookbooks/local-cookbook/recipes/default.rb +0 -0
  309. data/spec/unit/fixtures/local_path_cookbooks/metadata-missing/README.md +0 -0
  310. data/spec/unit/fixtures/local_path_cookbooks/noignore-f59ee7a5bca6a4e606b67f7f856b768d847c39bb/.kitchen.yml +0 -0
  311. data/spec/unit/fixtures/local_path_cookbooks/noignore-f59ee7a5bca6a4e606b67f7f856b768d847c39bb/README.md +0 -0
  312. data/spec/unit/fixtures/local_path_cookbooks/noignore-f59ee7a5bca6a4e606b67f7f856b768d847c39bb/metadata.rb +0 -0
  313. data/spec/unit/fixtures/local_path_cookbooks/noignore-f59ee7a5bca6a4e606b67f7f856b768d847c39bb/recipes/default.rb +0 -0
  314. data/spec/unit/generator_spec.rb +0 -0
  315. data/spec/unit/pager_spec.rb +0 -0
  316. data/spec/unit/policyfile/artifactory_cookbook_source_spec.rb +0 -0
  317. data/spec/unit/policyfile/attribute_merge_checker_spec.rb +0 -0
  318. data/spec/unit/policyfile/chef_repo_cookbook_source_spec.rb +0 -0
  319. data/spec/unit/policyfile/chef_server_cookbook_source_spec.rb +0 -0
  320. data/spec/unit/policyfile/chef_server_lock_fetcher_spec.rb +0 -0
  321. data/spec/unit/policyfile/community_cookbook_source_spec.rb +0 -0
  322. data/spec/unit/policyfile/comparison_base_spec.rb +0 -0
  323. data/spec/unit/policyfile/cookbook_location_specification_spec.rb +0 -0
  324. data/spec/unit/policyfile/cookbook_locks_spec.rb +0 -0
  325. data/spec/unit/policyfile/delivery_supermarket_source_spec.rb +0 -0
  326. data/spec/unit/policyfile/differ_spec.rb +0 -0
  327. data/spec/unit/policyfile/git_lock_fetcher_spec.rb +0 -0
  328. data/spec/unit/policyfile/included_policies_cookbook_source_spec.rb +0 -0
  329. data/spec/unit/policyfile/lister_spec.rb +0 -0
  330. data/spec/unit/policyfile/local_lock_fetcher_spec.rb +0 -0
  331. data/spec/unit/policyfile/lock_applier_spec.rb +0 -0
  332. data/spec/unit/policyfile/lock_fetcher_mixin_spec.rb +0 -0
  333. data/spec/unit/policyfile/null_cookbook_source_spec.rb +0 -0
  334. data/spec/unit/policyfile/read_cookbook_for_compat_mode_upload_spec.rb +0 -0
  335. data/spec/unit/policyfile/remote_lock_fetcher_spec.rb +0 -0
  336. data/spec/unit/policyfile/reports/install_spec.rb +0 -0
  337. data/spec/unit/policyfile/reports/upload_spec.rb +0 -0
  338. data/spec/unit/policyfile/solution_dependencies_spec.rb +0 -0
  339. data/spec/unit/policyfile/source_uri_spec.rb +0 -0
  340. data/spec/unit/policyfile/storage_config_spec.rb +0 -0
  341. data/spec/unit/policyfile/undo_record_spec.rb +0 -0
  342. data/spec/unit/policyfile/undo_stack_spec.rb +0 -0
  343. data/spec/unit/policyfile/uploader_spec.rb +0 -0
  344. data/spec/unit/policyfile_demands_spec.rb +0 -0
  345. data/spec/unit/policyfile_evaluation_spec.rb +0 -0
  346. data/spec/unit/policyfile_includes_dsl_spec.rb +0 -0
  347. data/spec/unit/policyfile_includes_spec.rb +0 -0
  348. data/spec/unit/policyfile_install_with_includes_spec.rb +0 -0
  349. data/spec/unit/policyfile_lock_build_spec.rb +2 -2
  350. data/spec/unit/policyfile_lock_install_spec.rb +0 -0
  351. data/spec/unit/policyfile_lock_serialization_spec.rb +0 -0
  352. data/spec/unit/policyfile_lock_validation_spec.rb +0 -0
  353. data/spec/unit/policyfile_services/clean_policies_spec.rb +0 -0
  354. data/spec/unit/policyfile_services/clean_policy_cookbooks_spec.rb +0 -0
  355. data/spec/unit/policyfile_services/export_repo_spec.rb +6 -6
  356. data/spec/unit/policyfile_services/install_spec.rb +0 -0
  357. data/spec/unit/policyfile_services/push_archive_spec.rb +2 -2
  358. data/spec/unit/policyfile_services/push_spec.rb +0 -0
  359. data/spec/unit/policyfile_services/rm_policy_group_spec.rb +0 -0
  360. data/spec/unit/policyfile_services/rm_policy_spec.rb +0 -0
  361. data/spec/unit/policyfile_services/show_policy_spec.rb +0 -0
  362. data/spec/unit/policyfile_services/undelete_spec.rb +0 -0
  363. data/spec/unit/policyfile_services/update_attributes_spec.rb +0 -0
  364. data/spec/unit/policyfile_services/update_spec.rb +0 -0
  365. data/spec/unit/service_exception_inspectors/base_spec.rb +0 -0
  366. data/spec/unit/service_exception_inspectors/http_spec.rb +1 -1
  367. data/spec/unit/shell_out_spec.rb +0 -0
  368. data/warning.txt +3 -2
  369. metadata +20 -19
  370. data/lib/chef-dk/command/generator_commands/app.rb +0 -106
  371. data/lib/chef-dk/skeletons/code_generator/recipes/app.rb +0 -87
  372. data/spec/unit/command/generator_commands/app_spec.rb +0 -166
  373. data/spec/unit/command/provision_spec.rb +0 -589
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4ef0158e1e0599d93b618a2c3edae5cd51e6ef5bdbb8e86e8ab00c547a45ac97
4
- data.tar.gz: '01397b1ef025eb72061c8c74000c3b4f85979a80fb33d81ddf2006d59e4dec3a'
3
+ metadata.gz: 829fbf7f0a0387613b55e7a1159623b850c17a18150b90040b332ed99d3fc436
4
+ data.tar.gz: d6e8416089cfed43113575af40cbef7a2f61975a2897e4dbc8cd709258e38d95
5
5
  SHA512:
6
- metadata.gz: '0835bacc9355c2c50be952186931d9e985739eabfeb24b442d9942cf859275698397c96abca2cc5bf91f0c14d88c64016a10ac3dfc99472b860128483b18a376'
7
- data.tar.gz: b09c74b90d96741573203724c0c98bb8988dbbfe98980e89c4d5898d9ad5b49342282e05c72b8c8ee28e3aa87fb526affd1fbff4a7c866ae82ae86d3a53ce906
6
+ metadata.gz: 827dc81d7dbe6fc8495d009cccb462cdec46a797525f965ae2dbde4d159cb8f0e09dc99800ba7139b80c508cccb229daedb21a22728ffe9a7c07e46747d6ed54
7
+ data.tar.gz: 7bac770452d7e646185dcd3dd8297292f2b325a1cbfdfbf9f24e8414e974c509d4700b1808bffb170129e2c5b748fbbb0a66d59451c31e856edde241eff371b2
data/Gemfile CHANGED
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright:: Copyright (c) 2014-2016 Chef Software Inc.
2
+ # Copyright:: Copyright (c) 2014-2019 Chef Software Inc.
3
3
  # License:: Apache License, Version 2.0
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
@@ -25,20 +25,20 @@ group(:omnibus_package, :development, :test) do
25
25
  # we pin these gems as they are installed in the ruby source and if we let them
26
26
  # float we'll end up with 2 copies shipped in DK. When we bump Ruby we need to
27
27
  # look at these pins and adjust them
28
- gem "rake", "<= 12.3.0"
28
+ gem "rake", "<= 12.3.2"
29
29
  gem "rdoc", "<= 6.0.1"
30
30
  gem "minitest", "<= 5.10.3"
31
31
 
32
32
  gem "pry"
33
33
  gem "yard"
34
34
  gem "guard"
35
- gem "cookstyle", "~> 3.0" # bump this on the next DK major release
36
- gem "foodcritic", "< 16"
37
- gem "ffi-libarchive", ">= 0.4.0"
35
+ gem "cookstyle", "~> 4.0"
36
+ gem "foodcritic", ">= 16.0"
37
+ gem "ffi-libarchive"
38
38
  end
39
39
 
40
40
  group(:dep_selector) do
41
- gem "dep_selector", ">= 1.0.0"
41
+ gem "dep_selector"
42
42
  gem "dep-selector-libgecode"
43
43
  end
44
44
 
@@ -47,45 +47,51 @@ end
47
47
  # We should only be using "~>" to work around bugs, or temporarily pinning some tech debt.
48
48
  # We equality pin the chef gem itself to assert which version we're shipping.
49
49
  group(:omnibus_package) do
50
- gem "appbundler", "< 0.13"
51
- gem "berkshelf", ">= 7.0.8"
52
- gem "chef-provisioning", ">= 2.7.1", group: :provisioning
53
- gem "chef-provisioning-aws", ">= 3.0.2", group: :provisioning
54
- gem "chef-provisioning-fog", ">= 0.26.1", group: :provisioning
50
+ gem "appbundler"
51
+ gem "berkshelf", ">= 7.0.5"
55
52
  gem "chef-vault", ">= 3.4.1"
56
53
  # Expeditor manages the version of chef released to Rubygems. We only release 'stable' chef
57
54
  # gems to Rubygems now, so letting this float on latest should always give us the latest
58
55
  # stable release. May have to re-pin around major version bumping time, or during patch
59
56
  # fixes.
60
- gem "chef", "= 14.14.29"
57
+ gem "chef", "= 15.0.300"
58
+ gem "chef-bin", "= 15.0.300"
61
59
  gem "cheffish", ">= 14.0.1"
62
- gem "chefspec", ">= 7.3.0", "< 8.0.0" # 8.0 deps on chef-cli so we don't want that
63
- gem "fauxhai", "~> 6.11" # bump this on the next DK major release
64
- gem "inspec", "~> 3.9"
60
+ gem "chefspec", ">= 7.3.0"
61
+ gem "fauxhai", "~> 7.0"
62
+ gem "inspec-bin", "~> 4.3" # the actual inspec CLI binary
63
+ gem "inspec", "~> 4.3"
65
64
  gem "kitchen-azurerm", ">= 0.14"
66
- gem "kitchen-ec2", ">= 2.3", "< 3.0"
65
+ gem "kitchen-ec2", ">= 3.0", "< 4"
67
66
  gem "kitchen-digitalocean", ">= 0.10.0"
68
67
  gem "kitchen-dokken", ">= 2.6.7"
69
68
  gem "kitchen-google", ">= 2.0.0"
70
69
  gem "kitchen-hyperv", ">= 0.5.1"
71
- gem "kitchen-inspec", ">= 1.0", "< 1.2.0" # 1.2 starts warning on attributes vs. inputs
72
- gem "kitchen-vagrant", ">= 1.6"
70
+ gem "kitchen-inspec", ">= 1.0"
71
+ gem "kitchen-vagrant", ">= 1.4"
73
72
  gem "knife-acl", ">= 1.0.3"
74
73
  gem "knife-ec2", ">= 0.19.10"
75
74
  gem "knife-google", ">= 3.3.3"
76
75
  gem "knife-tidy", ">= 1.2.0"
77
76
  gem "knife-windows", ">= 1.9.1"
78
77
  gem "knife-opc", ">= 0.4.0"
79
- gem "knife-vsphere", ">= 3.0.1", "< 4.0"
78
+ gem "knife-vsphere", ">= 2.1.1"
80
79
  gem "mixlib-archive", ">= 0.4.16"
81
- gem "ohai", "~> 14.0"
80
+ gem "ohai", ">= 14"
82
81
  gem "net-ssh", ">= 4.2.0"
83
- gem "test-kitchen", ">= 1.23.0", "< 2"
82
+ gem "test-kitchen", ">= 1.23"
84
83
  gem "listen"
85
84
  gem "dco"
86
85
 
87
- # this pin prevents pulling in 1.x that has breaking changes for our apps here
88
- gem "chef-telemetry", "~> 0.1"
86
+ # many layers down these bring in ethon which uses ffi / libcurl and breaks on windows
87
+ # we want to get this working, but for now it's disabled so we can get a build out
88
+ # make sure to add curl back to the omnibus def before enabling this again
89
+ # gem "knife-vcenter", ">= 2.0"
90
+ # gem "kitchen-vcenter", ">= 2.0"
91
+
92
+ # ed25519 ssh key support done here as it's a native gem we can't put in train
93
+ gem "ed25519"
94
+ gem "bcrypt_pbkdf"
89
95
 
90
96
  # Right now we must import chef-apply as a gem into the ChefDK because this is where all the gem
91
97
  # dependency resolution occurs. Putting it elsewhere endangers older ChefDK issues of gem version
@@ -108,6 +114,7 @@ group(:omnibus_package) do
108
114
  gem "pry-remote"
109
115
  gem "pry-stack_explorer"
110
116
  gem "rb-readline"
117
+ gem "rubocop"
111
118
  gem "winrm-fs"
112
119
  gem "winrm-elevated"
113
120
  gem "cucumber"
@@ -119,14 +126,15 @@ group(:ruby_prof) do
119
126
  gem "ruby-prof"
120
127
  end
121
128
 
122
- # Everything except Windows
129
+ # Everything except AIX and Windows
123
130
  group(:ruby_shadow) do
124
131
  gem "ruby-shadow", platform: :ruby
125
132
  end
126
133
 
127
134
  gem "chefstyle", group: :test
128
135
 
129
- # Ensure support for push-client on Windows
136
+ # TODO delete this when we figure out how to include the pushy windows dependencies
137
+ # correctly
130
138
  platforms :mswin, :mingw do
131
139
  gem "rdp-ruby-wmi"
132
140
  gem "windows-pr"
@@ -1,13 +1,13 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- chef-dk (3.13.1)
4
+ chef-dk (4.0.60)
5
5
  addressable (>= 2.3.5, < 2.6)
6
- chef (~> 14.0)
7
- chef-provisioning (~> 2.0)
6
+ chef (~> 15.0)
8
7
  cookbook-omnifetch (~> 0.5)
9
8
  diff-lcs (~> 1.0)
10
9
  ffi-yajl (>= 1.0, < 3.0)
10
+ license-acceptance (~> 1.0, >= 1.0.11)
11
11
  minitar (~> 0.6)
12
12
  mixlib-cli (>= 1.7, < 3.0)
13
13
  mixlib-shellout (>= 2.0, < 4.0)
@@ -17,22 +17,72 @@ PATH
17
17
  GEM
18
18
  remote: https://rubygems.org/
19
19
  specs:
20
+ activesupport (5.2.3)
21
+ concurrent-ruby (~> 1.0, >= 1.0.2)
22
+ i18n (>= 0.7, < 2)
23
+ minitest (~> 5.1)
24
+ tzinfo (~> 1.1)
20
25
  addressable (2.5.2)
21
26
  public_suffix (>= 2.0.2, < 4.0)
22
27
  app_conf (0.4.2)
23
28
  appbundler (0.12.5)
24
29
  mixlib-cli (>= 1.4, < 3.0)
25
30
  mixlib-shellout (>= 2.0, < 4.0)
26
- artifactory (3.0.12)
31
+ artifactory (3.0.0)
27
32
  ast (2.4.0)
28
33
  aws-eventstream (1.0.3)
29
- aws-sdk (2.11.430)
30
- aws-sdk-resources (= 2.11.430)
31
- aws-sdk-core (2.11.430)
32
- aws-sigv4 (~> 1.0)
34
+ aws-partitions (1.167.0)
35
+ aws-sdk-cloudtrail (1.14.0)
36
+ aws-sdk-core (~> 3, >= 3.53.0)
37
+ aws-sigv4 (~> 1.1)
38
+ aws-sdk-cloudwatch (1.23.0)
39
+ aws-sdk-core (~> 3, >= 3.53.0)
40
+ aws-sigv4 (~> 1.1)
41
+ aws-sdk-cloudwatchlogs (1.20.0)
42
+ aws-sdk-core (~> 3, >= 3.53.0)
43
+ aws-sigv4 (~> 1.1)
44
+ aws-sdk-configservice (1.30.0)
45
+ aws-sdk-core (~> 3, >= 3.53.0)
46
+ aws-sigv4 (~> 1.1)
47
+ aws-sdk-core (3.53.1)
48
+ aws-eventstream (~> 1.0, >= 1.0.2)
49
+ aws-partitions (~> 1.0)
50
+ aws-sigv4 (~> 1.1)
33
51
  jmespath (~> 1.0)
34
- aws-sdk-resources (2.11.430)
35
- aws-sdk-core (= 2.11.430)
52
+ aws-sdk-costandusagereportservice (1.13.0)
53
+ aws-sdk-core (~> 3, >= 3.53.0)
54
+ aws-sigv4 (~> 1.1)
55
+ aws-sdk-ec2 (1.87.0)
56
+ aws-sdk-core (~> 3, >= 3.53.0)
57
+ aws-sigv4 (~> 1.1)
58
+ aws-sdk-ecs (1.40.0)
59
+ aws-sdk-core (~> 3, >= 3.53.0)
60
+ aws-sigv4 (~> 1.1)
61
+ aws-sdk-eks (1.19.0)
62
+ aws-sdk-core (~> 3, >= 3.53.0)
63
+ aws-sigv4 (~> 1.1)
64
+ aws-sdk-elasticloadbalancing (1.15.0)
65
+ aws-sdk-core (~> 3, >= 3.53.0)
66
+ aws-sigv4 (~> 1.1)
67
+ aws-sdk-iam (1.23.0)
68
+ aws-sdk-core (~> 3, >= 3.53.0)
69
+ aws-sigv4 (~> 1.1)
70
+ aws-sdk-kms (1.21.0)
71
+ aws-sdk-core (~> 3, >= 3.53.0)
72
+ aws-sigv4 (~> 1.1)
73
+ aws-sdk-rds (1.54.0)
74
+ aws-sdk-core (~> 3, >= 3.53.0)
75
+ aws-sigv4 (~> 1.1)
76
+ aws-sdk-s3 (1.40.0)
77
+ aws-sdk-core (~> 3, >= 3.53.0)
78
+ aws-sdk-kms (~> 1)
79
+ aws-sigv4 (~> 1.0)
80
+ aws-sdk-sns (1.16.0)
81
+ aws-sdk-core (~> 3, >= 3.53.0)
82
+ aws-sigv4 (~> 1.1)
83
+ aws-sdk-sqs (1.16.0)
84
+ aws-sdk-core (~> 3, >= 3.53.0)
85
+ aws-sigv4 (~> 1.1)
36
86
  aws-sigv4 (1.1.0)
37
87
  aws-eventstream (~> 1.0, >= 1.0.2)
38
88
  axiom-types (0.1.1)
@@ -41,13 +91,16 @@ GEM
41
91
  thread_safe (~> 0.3, >= 0.3.1)
42
92
  azure_graph_rbac (0.17.1)
43
93
  ms_rest_azure (~> 0.11.0)
44
- azure_mgmt_key_vault (0.17.5)
45
- ms_rest_azure (~> 0.11.1)
46
- azure_mgmt_network (0.23.0)
94
+ azure_mgmt_key_vault (0.17.4)
95
+ ms_rest_azure (~> 0.11.0)
96
+ azure_mgmt_network (0.18.8)
47
97
  ms_rest_azure (~> 0.11.1)
48
- azure_mgmt_resources (0.17.8)
98
+ azure_mgmt_resources (0.17.5)
49
99
  ms_rest_azure (~> 0.11.1)
50
100
  backports (3.15.0)
101
+ bcrypt_pbkdf (1.0.1)
102
+ bcrypt_pbkdf (1.0.1-x64-mingw32)
103
+ bcrypt_pbkdf (1.0.1-x86-mingw32)
51
104
  berkshelf (7.0.8)
52
105
  chef (>= 13.6.52)
53
106
  chef-config
@@ -63,68 +116,68 @@ GEM
63
116
  thor (>= 0.20)
64
117
  binding_of_caller (0.8.0)
65
118
  debug_inspector (>= 0.0.1)
66
- builder (3.2.4)
119
+ builder (3.2.3)
67
120
  byebug (11.0.1)
68
- chef (14.14.29)
121
+ chef (15.0.300)
69
122
  addressable
123
+ bcrypt_pbkdf (~> 1.0)
70
124
  bundler (>= 1.10)
71
- chef-config (= 14.14.29)
72
- chef-zero (>= 13.0)
125
+ chef-config (= 15.0.300)
126
+ chef-zero (>= 14.0.11)
73
127
  diff-lcs (~> 1.2, >= 1.2.4)
128
+ ed25519 (~> 1.2)
74
129
  erubis (~> 2.7)
75
130
  ffi (~> 1.9, >= 1.9.25)
131
+ ffi-libarchive
76
132
  ffi-yajl (~> 2.2)
77
- highline (~> 1.6, >= 1.6.9)
133
+ highline (>= 1.6.9, < 2)
78
134
  iniparse (~> 1.4)
135
+ license-acceptance (~> 1.0, >= 1.0.5)
79
136
  mixlib-archive (>= 0.4, < 2.0)
80
137
  mixlib-authentication (~> 2.1)
81
138
  mixlib-cli (>= 1.7, < 3.0)
82
139
  mixlib-log (>= 2.0.3, < 4.0)
83
140
  mixlib-shellout (>= 2.4, < 4.0)
84
141
  net-sftp (~> 2.1, >= 2.1.2)
85
- net-ssh (~> 4.2)
142
+ net-ssh (>= 4.2, < 6)
86
143
  net-ssh-multi (~> 1.2, >= 1.2.1)
87
- ohai (~> 14.0)
144
+ ohai (~> 15.0)
88
145
  plist (~> 3.2)
89
146
  proxifier (~> 1.0)
90
- rspec-core (~> 3.5)
91
- rspec-expectations (~> 3.5)
92
- rspec-mocks (~> 3.5)
93
- rspec_junit_formatter (~> 0.2.0)
94
- serverspec (~> 2.7)
95
- specinfra (~> 2.10)
96
147
  syslog-logger (~> 1.6)
148
+ train-core (~> 2.0, >= 2.0.12)
149
+ tty-screen (~> 0.6)
97
150
  uuidtools (~> 2.1.5)
98
- chef (14.14.29-universal-mingw32)
151
+ chef (15.0.300-universal-mingw32)
99
152
  addressable
153
+ bcrypt_pbkdf (~> 1.0)
100
154
  bundler (>= 1.10)
101
- chef-config (= 14.14.29)
102
- chef-zero (>= 13.0)
155
+ chef-config (= 15.0.300)
156
+ chef-zero (>= 14.0.11)
103
157
  diff-lcs (~> 1.2, >= 1.2.4)
158
+ ed25519 (~> 1.2)
104
159
  erubis (~> 2.7)
105
160
  ffi (~> 1.9, >= 1.9.25)
161
+ ffi-libarchive
106
162
  ffi-yajl (~> 2.2)
107
- highline (~> 1.6, >= 1.6.9)
163
+ highline (>= 1.6.9, < 2)
108
164
  iniparse (~> 1.4)
109
165
  iso8601 (~> 0.12.1)
166
+ license-acceptance (~> 1.0, >= 1.0.5)
110
167
  mixlib-archive (>= 0.4, < 2.0)
111
168
  mixlib-authentication (~> 2.1)
112
169
  mixlib-cli (>= 1.7, < 3.0)
113
170
  mixlib-log (>= 2.0.3, < 4.0)
114
171
  mixlib-shellout (>= 2.4, < 4.0)
115
172
  net-sftp (~> 2.1, >= 2.1.2)
116
- net-ssh (~> 4.2)
173
+ net-ssh (>= 4.2, < 6)
117
174
  net-ssh-multi (~> 1.2, >= 1.2.1)
118
- ohai (~> 14.0)
175
+ ohai (~> 15.0)
119
176
  plist (~> 3.2)
120
177
  proxifier (~> 1.0)
121
- rspec-core (~> 3.5)
122
- rspec-expectations (~> 3.5)
123
- rspec-mocks (~> 3.5)
124
- rspec_junit_formatter (~> 0.2.0)
125
- serverspec (~> 2.7)
126
- specinfra (~> 2.10)
127
178
  syslog-logger (~> 1.6)
179
+ train-core (~> 2.0, >= 2.0.12)
180
+ tty-screen (~> 0.6)
128
181
  uuidtools (~> 2.1.5)
129
182
  win32-api (~> 1.5.3)
130
183
  win32-certstore (~> 0.3)
@@ -134,10 +187,10 @@ GEM
134
187
  win32-mmap (~> 0.4.1)
135
188
  win32-mutex (~> 0.4.2)
136
189
  win32-process (~> 0.8.2)
137
- win32-service (>= 1.0, < 3.0)
190
+ win32-service (>= 2.1.2, < 3.0)
138
191
  win32-taskscheduler (~> 2.0)
139
192
  wmi-lite (~> 1.0)
140
- chef-api (0.10.2)
193
+ chef-api (0.9.0)
141
194
  logify (~> 0.1)
142
195
  mime-types
143
196
  chef-apply (0.2.13)
@@ -154,71 +207,46 @@ GEM
154
207
  toml-rb
155
208
  train
156
209
  tty-spinner
157
- chef-config (14.14.29)
210
+ chef-bin (15.0.300)
211
+ chef (= 15.0.300)
212
+ chef-config (15.0.300)
158
213
  addressable
159
214
  fuzzyurl
160
215
  mixlib-config (>= 2.2.12, < 4.0)
161
216
  mixlib-shellout (>= 2.0, < 4.0)
162
217
  tomlrb (~> 1.2)
163
- chef-provisioning (2.7.6)
164
- cheffish (>= 4.0, < 15.0)
165
- inifile (>= 2.0.2)
166
- mixlib-install (>= 1.0)
167
- net-scp (~> 1.0)
168
- net-ssh (>= 2.9, < 5.0)
169
- net-ssh-gateway (> 1.2, < 3.0)
170
- winrm (~> 2.0)
171
- winrm-elevated (~> 1.0)
172
- winrm-fs (~> 1.0)
173
- chef-provisioning-aws (3.0.7)
174
- aws-sdk (>= 2.2.18, < 3.0)
175
- chef-provisioning (>= 1.0, < 3.0)
176
- retryable (~> 2.0, >= 2.0.1)
177
- ubuntu_ami (~> 0.4, >= 0.4.1)
178
- chef-provisioning-fog (0.26.3)
179
- chef-provisioning (>= 1.0, < 3.0)
180
- cheffish (>= 13.1.0, < 15.0)
181
- fog-digitalocean
182
- fog-joyent
183
- fog-openstack
184
- fog-rackspace
185
- fog-scaleway
186
- fog-softlayer
187
- fog-xenserver
188
- retryable
189
- winrm-elevated
190
- chef-sugar (5.1.9)
218
+ chef-sugar (5.0.1)
191
219
  chef-telemetry (0.1.8)
192
220
  chef-config
193
221
  concurrent-ruby (~> 1.0)
194
222
  ffi-yajl (~> 2.2)
195
223
  http (~> 2.2)
196
- chef-vault (4.0.1)
197
- chef-zero (14.0.17)
224
+ chef-vault (3.4.3)
225
+ chef-zero (14.0.12)
198
226
  ffi-yajl (~> 2.2)
199
227
  hashie (>= 2.0, < 4.0)
200
228
  mixlib-log (>= 2.0, < 4.0)
201
229
  rack (~> 2.0, >= 2.0.6)
202
230
  uuidtools (~> 2.1)
203
- cheffish (14.0.13)
231
+ cheffish (14.0.4)
204
232
  chef-zero (~> 14.0)
205
233
  net-ssh
206
- chefspec (7.4.0)
207
- chef (>= 13)
208
- fauxhai (>= 6.11)
234
+ chefspec (7.3.4)
235
+ chef (>= 12.16.42)
236
+ fauxhai (>= 4)
209
237
  rspec (~> 3.0)
210
- chefstyle (0.11.2)
211
- rubocop (= 0.55.0)
238
+ chefstyle (0.12.0)
239
+ rubocop (= 0.62.0)
212
240
  citrus (3.0.2)
213
241
  cleanroom (1.0.0)
214
242
  coderay (1.1.2)
215
243
  coercible (1.0.0)
216
244
  descendants_tracker (~> 0.0.1)
217
245
  concurrent-ruby (1.1.5)
218
- cookbook-omnifetch (0.9.0)
246
+ cookbook-omnifetch (0.8.1)
219
247
  mixlib-archive (>= 0.4, < 2.0)
220
- cookstyle (3.0.2)
221
- rubocop (= 0.55.0)
248
+ cookstyle (4.0.0)
249
+ rubocop (= 0.62.0)
222
250
  cucumber (3.1.2)
223
251
  builder (>= 2.1.2)
224
252
  cucumber-core (~> 3.2.0)
@@ -252,31 +280,32 @@ GEM
252
280
  docker-api (1.34.2)
253
281
  excon (>= 0.47.0)
254
282
  multi_json
255
- domain_name (0.5.20190701)
283
+ domain_name (0.5.20180417)
256
284
  unf (>= 0.0.5, < 1.0.0)
257
- droplet_kit (3.5.0)
285
+ droplet_kit (2.9.0)
286
+ activesupport (> 3.0, < 6)
258
287
  faraday (~> 0.15)
259
288
  kartograph (~> 0.2.3)
260
289
  resource_kit (~> 0.1.5)
261
290
  virtus (~> 1.0.3)
291
+ ed25519 (1.2.4)
262
292
  equalizer (0.0.11)
263
- equatable (0.6.1)
264
- erubi (1.9.0)
293
+ equatable (0.5.0)
265
294
  erubis (2.7.0)
266
- excon (0.71.1)
267
- faraday (0.17.3)
295
+ excon (0.64.0)
296
+ faraday (0.15.4)
268
297
  multipart-post (>= 1.2, < 3)
269
298
  faraday-cookie_jar (0.0.6)
270
299
  faraday (>= 0.7.4)
271
300
  http-cookie (~> 1.0.0)
272
301
  faraday_middleware (0.12.2)
273
302
  faraday (>= 0.7.4, < 1.0)
274
- fauxhai (6.11.0)
303
+ fauxhai (7.3.0)
275
304
  net-ssh
276
- ffi (1.12.1)
277
- ffi (1.12.1-x64-mingw32)
278
- ffi (1.12.1-x86-mingw32)
279
- ffi-libarchive (1.0.0)
305
+ ffi (1.11.1)
306
+ ffi (1.11.1-x64-mingw32)
307
+ ffi (1.11.1-x86-mingw32)
308
+ ffi-libarchive (0.4.6)
280
309
  ffi (~> 1.0)
281
310
  ffi-rzmq (2.0.7)
282
311
  ffi-rzmq-core (>= 1.0.7)
@@ -284,52 +313,26 @@ GEM
284
313
  ffi
285
314
  ffi-win32-extensions (1.0.3)
286
315
  ffi
287
- ffi-yajl (2.3.3)
316
+ ffi-yajl (2.3.1)
288
317
  libyajl2 (~> 1.2)
289
318
  filesize (0.1.1)
290
- fog-aws (2.0.1)
291
- fog-core (~> 1.38)
292
- fog-json (~> 1.0)
319
+ fog-aws (3.5.0)
320
+ fog-core (~> 2.1)
321
+ fog-json (~> 1.1)
293
322
  fog-xml (~> 0.1)
294
323
  ipaddress (~> 0.8)
295
- fog-core (1.45.0)
324
+ fog-core (2.1.2)
296
325
  builder
297
326
  excon (~> 0.58)
298
327
  formatador (~> 0.2)
299
- fog-digitalocean (0.4.0)
300
- fog-core
301
- fog-json
302
- fog-xml
303
- ipaddress (>= 0.5)
304
- fog-joyent (0.0.1)
305
- fog-core (~> 1.42)
306
- fog-json (>= 1.0)
328
+ mime-types
307
329
  fog-json (1.2.0)
308
330
  fog-core
309
331
  multi_json (~> 1.10)
310
- fog-openstack (0.3.10)
311
- fog-core (>= 1.45, <= 2.1.0)
312
- fog-json (>= 1.0)
313
- ipaddress (>= 0.8)
314
- fog-rackspace (0.1.6)
315
- fog-core (>= 1.35)
316
- fog-json (>= 1.0)
317
- fog-xml (>= 0.1)
318
- ipaddress (>= 0.8)
319
- fog-scaleway (0.5.0)
320
- fog-core (~> 1.42)
321
- fog-json (~> 1.0)
322
- fog-softlayer (1.1.4)
323
- fog-core
324
- fog-json
325
- fog-xenserver (1.0.0)
326
- fog-core
327
- fog-xml
328
- xmlrpc
329
332
  fog-xml (0.1.3)
330
333
  fog-core
331
334
  nokogiri (>= 1.5.11, < 2.0.0)
332
- foodcritic (15.1.0)
335
+ foodcritic (16.0.0)
333
336
  cucumber-core (>= 1.3, < 4.0)
334
337
  erubis
335
338
  ffi-yajl (~> 2.0)
@@ -360,7 +363,7 @@ GEM
360
363
  signet (~> 0.7)
361
364
  gssapi (1.3.0)
362
365
  ffi (>= 1.0.1)
363
- guard (2.16.1)
366
+ guard (2.15.0)
364
367
  formatador (>= 0.2.4)
365
368
  listen (>= 2.7, < 4.0)
366
369
  lumberjack (>= 1.0.12, < 2.0)
@@ -384,16 +387,19 @@ GEM
384
387
  http-form_data (1.0.3)
385
388
  http_parser.rb (0.6.0)
386
389
  httpclient (2.8.3)
390
+ i18n (1.6.0)
391
+ concurrent-ruby (~> 1.0)
387
392
  ice_nine (0.11.2)
388
393
  inifile (3.0.0)
389
394
  iniparse (1.4.4)
390
- inspec (3.9.3)
395
+ inspec (4.3.2)
391
396
  addressable (~> 2.4)
392
397
  faraday (>= 0.9.0)
393
398
  faraday_middleware (~> 0.12.2)
394
399
  hashie (~> 3.4)
395
400
  htmlentities
396
401
  json (>= 1.8, < 3.0)
402
+ license-acceptance (>= 0.2.13, < 2.0)
397
403
  method_source (~> 0.8)
398
404
  mixlib-log
399
405
  multipart-post
@@ -408,37 +414,41 @@ GEM
408
414
  term-ansicolor
409
415
  thor (~> 0.20)
410
416
  tomlrb (~> 1.2)
411
- train (~> 1.5, >= 1.7.2)
417
+ train (~> 2.0)
418
+ train-aws (~> 0.1)
412
419
  train-habitat (~> 0.1)
413
420
  tty-prompt (~> 0.17)
414
421
  tty-table (~> 0.10)
422
+ inspec-bin (4.3.2)
423
+ inspec (= 4.3.2)
415
424
  ipaddress (0.8.3)
416
425
  iso8601 (0.12.1)
426
+ jaro_winkler (1.5.2)
417
427
  jmespath (1.4.0)
418
- json (2.3.0)
419
- jwt (2.2.1)
428
+ json (2.2.0)
429
+ jwt (2.2.0)
420
430
  kartograph (0.2.7)
421
- kitchen-azurerm (0.15.1)
431
+ kitchen-azurerm (0.14.8)
422
432
  azure_mgmt_network (~> 0.18, >= 0.18.2)
423
433
  azure_mgmt_resources (~> 0.17, >= 0.17.2)
424
434
  inifile (~> 3.0, >= 3.0.0)
425
- sshkey (>= 1.0.0, < 3)
426
- kitchen-digitalocean (0.10.5)
427
- droplet_kit (>= 2.8, < 4.0)
435
+ sshkey (~> 1, >= 1.0.0)
436
+ kitchen-digitalocean (0.10.3)
437
+ droplet_kit (~> 2.8)
428
438
  test-kitchen (>= 1.17, < 3)
429
- kitchen-dokken (2.8.1)
439
+ kitchen-dokken (2.6.9)
430
440
  docker-api (~> 1.33)
431
441
  lockfile (~> 2.1)
432
442
  test-kitchen (>= 1.15, < 3)
433
- kitchen-ec2 (2.5.0)
434
- aws-sdk (~> 2)
443
+ kitchen-ec2 (3.0.1)
444
+ aws-sdk-ec2 (~> 1.0)
435
445
  excon
436
446
  multi_json
437
447
  retryable (~> 2.0)
438
448
  test-kitchen (>= 1.4.1, < 3)
439
- kitchen-google (2.0.3)
449
+ kitchen-google (2.0.1)
440
450
  gcewinpass (~> 1.1)
441
- google-api-client (>= 0.23.9, < 0.36.0)
451
+ google-api-client (~> 0.19)
442
452
  test-kitchen
443
453
  kitchen-hyperv (0.5.3)
444
454
  test-kitchen (>= 1.4, < 3)
@@ -446,9 +456,9 @@ GEM
446
456
  hashie (~> 3.4)
447
457
  inspec (>= 1.47, < 5.0)
448
458
  test-kitchen (>= 1.6, < 3)
449
- kitchen-vagrant (1.6.1)
459
+ kitchen-vagrant (1.5.2)
450
460
  test-kitchen (>= 1.4, < 3)
451
- knife-acl (1.0.6)
461
+ knife-acl (1.0.3)
452
462
  knife-cloud (1.2.3)
453
463
  excon (>= 0.50)
454
464
  knife-windows (>= 1.0)
@@ -461,67 +471,68 @@ GEM
461
471
  google-api-client (>= 0.19.8, < 0.25)
462
472
  knife-cloud (~> 1.2.0)
463
473
  knife-opc (0.4.1)
464
- knife-push (1.1.5)
474
+ knife-push (1.1.2)
465
475
  chef (>= 13.0)
466
476
  knife-spork (1.7.2)
467
477
  app_conf (>= 0.4.0)
468
478
  chef (>= 11.0.0)
469
479
  diffy (>= 3.0.1)
470
480
  git (>= 1.2.5)
471
- knife-tidy (2.0.9)
472
- knife-vsphere (3.0.1)
481
+ knife-tidy (2.0.1)
482
+ knife-vsphere (2.1.3)
473
483
  chef-vault (>= 2.6.0)
474
484
  filesize (~> 0.1.1)
475
- knife-windows (< 4)
485
+ knife-windows (~> 1.0)
476
486
  netaddr (~> 1.5)
477
487
  rbvmomi (~> 1.8)
478
488
  knife-windows (1.9.6)
479
489
  winrm (~> 2.1)
480
490
  winrm-elevated (~> 1.0)
481
491
  libyajl2 (1.2.0)
482
- license-acceptance (1.0.13)
492
+ license-acceptance (1.0.12)
483
493
  pastel (~> 0.7)
484
494
  tomlrb (~> 1.2)
485
495
  tty-box (~> 0.3)
486
496
  tty-prompt (~> 0.18)
487
- listen (3.2.1)
488
- rb-fsevent (~> 0.10, >= 0.10.3)
489
- rb-inotify (~> 0.9, >= 0.9.10)
497
+ listen (3.1.5)
498
+ rb-fsevent (~> 0.9, >= 0.9.4)
499
+ rb-inotify (~> 0.9, >= 0.9.7)
500
+ ruby_dep (~> 1.2)
490
501
  little-plugger (1.1.4)
491
502
  lockfile (2.1.3)
492
503
  logging (2.2.2)
493
504
  little-plugger (~> 1.1)
494
505
  multi_json (~> 1.10)
495
506
  logify (0.2.0)
496
- lumberjack (1.1.1)
497
- memoist (0.16.2)
507
+ lumberjack (1.0.13)
508
+ memoist (0.16.0)
498
509
  method_source (0.9.2)
499
- mime-types (3.3.1)
510
+ mime-types (3.2.2)
500
511
  mime-types-data (~> 3.2015)
501
- mime-types-data (3.2019.1009)
512
+ mime-types-data (3.2019.0331)
502
513
  mini_portile2 (2.4.0)
503
- minitar (0.9)
514
+ minitar (0.8)
504
515
  minitest (5.10.3)
505
- mixlib-archive (1.0.5)
516
+ mixlib-archive (1.0.1)
506
517
  mixlib-log
507
- mixlib-archive (1.0.5-universal-mingw32)
518
+ mixlib-archive (1.0.1-universal-mingw32)
508
519
  mixlib-log
509
520
  mixlib-authentication (2.1.1)
510
- mixlib-cli (2.1.5)
511
- mixlib-config (3.0.6)
521
+ mixlib-cli (2.0.6)
522
+ mixlib-config (3.0.1)
512
523
  tomlrb
513
- mixlib-install (3.11.26)
524
+ mixlib-install (3.11.18)
514
525
  mixlib-shellout
515
526
  mixlib-versioning
516
527
  thor
517
- mixlib-log (3.0.8)
528
+ mixlib-log (3.0.1)
518
529
  mixlib-shellout (2.4.4)
519
530
  mixlib-shellout (2.4.4-universal-mingw32)
520
531
  win32-process (~> 0.8.2)
521
532
  wmi-lite (~> 1.0)
522
- mixlib-versioning (1.2.12)
533
+ mixlib-versioning (1.2.7)
523
534
  molinillo (0.6.6)
524
- ms_rest (0.7.5)
535
+ ms_rest (0.7.4)
525
536
  concurrent-ruby (~> 1.0)
526
537
  faraday (~> 0.9)
527
538
  timeliness (~> 0.3.10)
@@ -531,38 +542,36 @@ GEM
531
542
  faraday-cookie_jar (~> 0.0.6)
532
543
  ms_rest (~> 0.7.4)
533
544
  unf_ext (= 0.0.7.2)
534
- multi_json (1.14.1)
545
+ multi_json (1.13.1)
535
546
  multi_test (0.1.2)
536
547
  multipart-post (2.1.1)
537
- necromancer (0.5.1)
548
+ necromancer (0.4.0)
538
549
  nenv (0.3.0)
539
- net-scp (1.2.1)
540
- net-ssh (>= 2.6.5)
550
+ net-scp (2.0.0)
551
+ net-ssh (>= 2.6.5, < 6.0.0)
541
552
  net-sftp (2.1.2)
542
553
  net-ssh (>= 2.6.5)
543
- net-ssh (4.2.0)
554
+ net-ssh (5.2.0)
544
555
  net-ssh-gateway (2.0.0)
545
556
  net-ssh (>= 4.0.0)
546
557
  net-ssh-multi (1.2.1)
547
558
  net-ssh (>= 2.6.5)
548
559
  net-ssh-gateway (>= 1.2.0)
549
- net-telnet (0.1.1)
550
560
  netaddr (1.5.1)
551
- nokogiri (1.10.7)
561
+ nokogiri (1.10.3)
552
562
  mini_portile2 (~> 2.4.0)
553
- nokogiri (1.10.7-x64-mingw32)
563
+ nokogiri (1.10.3-x64-mingw32)
554
564
  mini_portile2 (~> 2.4.0)
555
- nokogiri (1.10.7-x86-mingw32)
565
+ nokogiri (1.10.3-x86-mingw32)
556
566
  mini_portile2 (~> 2.4.0)
557
567
  nori (2.6.0)
558
- notiffany (0.1.3)
568
+ notiffany (0.1.1)
559
569
  nenv (~> 0.1)
560
570
  shellany (~> 0.0)
561
- octokit (4.15.0)
562
- faraday (>= 0.9)
571
+ octokit (4.14.0)
563
572
  sawyer (~> 0.8.0, >= 0.5.3)
564
- ohai (14.14.0)
565
- chef-config (>= 12.8, < 15)
573
+ ohai (15.0.35)
574
+ chef-config (>= 12.8, < 16)
566
575
  ffi (~> 1.9)
567
576
  ffi-yajl (~> 2.2)
568
577
  ipaddress
@@ -580,13 +589,13 @@ GEM
580
589
  uuidtools
581
590
  os (1.0.1)
582
591
  paint (1.0.1)
583
- parallel (1.19.1)
584
- parser (2.7.0.2)
592
+ parallel (1.17.0)
593
+ parser (2.6.3.0)
585
594
  ast (~> 2.4.0)
586
595
  parslet (1.8.2)
587
- pastel (0.7.3)
588
- equatable (~> 0.6)
589
- tty-color (~> 0.5)
596
+ pastel (0.7.2)
597
+ equatable (~> 0.5.0)
598
+ tty-color (~> 0.4.0)
590
599
  plist (3.5.0)
591
600
  polyglot (0.3.5)
592
601
  powerpack (0.1.2)
@@ -603,15 +612,15 @@ GEM
603
612
  pry-stack_explorer (0.4.9.3)
604
613
  binding_of_caller (>= 0.7)
605
614
  pry (>= 0.9.11)
606
- public_suffix (3.1.1)
615
+ public_suffix (3.0.3)
607
616
  r18n-core (3.2.0)
608
617
  r18n-desktop (3.2.0)
609
618
  r18n-core (= 3.2.0)
610
- rack (2.1.1)
619
+ rack (2.0.7)
611
620
  rainbow (3.0.0)
612
- rake (12.3.0)
621
+ rake (12.3.2)
613
622
  rb-fsevent (0.10.3)
614
- rb-inotify (0.10.1)
623
+ rb-inotify (0.10.0)
615
624
  ffi (~> 1.0)
616
625
  rb-readline (0.5.5)
617
626
  rbvmomi (1.13.0)
@@ -629,86 +638,74 @@ GEM
629
638
  addressable (>= 2.3.6, < 3.0.0)
630
639
  retriable (3.1.2)
631
640
  retryable (2.0.4)
632
- rspec (3.9.0)
633
- rspec-core (~> 3.9.0)
634
- rspec-expectations (~> 3.9.0)
635
- rspec-mocks (~> 3.9.0)
636
- rspec-core (3.9.1)
637
- rspec-support (~> 3.9.1)
638
- rspec-expectations (3.9.0)
641
+ rspec (3.8.0)
642
+ rspec-core (~> 3.8.0)
643
+ rspec-expectations (~> 3.8.0)
644
+ rspec-mocks (~> 3.8.0)
645
+ rspec-core (3.8.0)
646
+ rspec-support (~> 3.8.0)
647
+ rspec-expectations (3.8.3)
639
648
  diff-lcs (>= 1.2.0, < 2.0)
640
- rspec-support (~> 3.9.0)
649
+ rspec-support (~> 3.8.0)
641
650
  rspec-its (1.3.0)
642
651
  rspec-core (>= 3.0.0)
643
652
  rspec-expectations (>= 3.0.0)
644
- rspec-mocks (3.9.1)
653
+ rspec-mocks (3.8.0)
645
654
  diff-lcs (>= 1.2.0, < 2.0)
646
- rspec-support (~> 3.9.0)
647
- rspec-support (3.9.2)
648
- rspec_junit_formatter (0.2.3)
649
- builder (< 4)
650
- rspec-core (>= 2, < 4, != 2.12.0)
651
- rubocop (0.55.0)
655
+ rspec-support (~> 3.8.0)
656
+ rspec-support (3.8.0)
657
+ rubocop (0.62.0)
658
+ jaro_winkler (~> 1.5.1)
652
659
  parallel (~> 1.10)
653
- parser (>= 2.5)
660
+ parser (>= 2.5, != 2.5.1.1)
654
661
  powerpack (~> 0.1)
655
662
  rainbow (>= 2.2.2, < 4.0)
656
663
  ruby-progressbar (~> 1.7)
657
- unicode-display_width (~> 1.0, >= 1.0.1)
658
- ruby-prof (1.1.0)
659
- ruby-prof (1.1.0-x64-mingw32)
660
- ruby-progressbar (1.10.1)
664
+ unicode-display_width (~> 1.4.0)
665
+ ruby-prof (0.17.0)
666
+ ruby-progressbar (1.10.0)
661
667
  ruby-shadow (2.5.0)
668
+ ruby_dep (1.5.0)
662
669
  rubyntlm (0.6.2)
663
- rubyzip (1.3.0)
670
+ rubyzip (1.2.3)
664
671
  rufus-lru (1.1.0)
665
672
  sawyer (0.8.2)
666
673
  addressable (>= 2.3.5)
667
674
  faraday (> 0.8, < 2.0)
668
675
  semverse (3.0.0)
669
- serverspec (2.41.5)
670
- multi_json
671
- rspec (~> 3.0)
672
- rspec-its
673
- specinfra (~> 2.72)
674
- sfl (2.3)
675
676
  shellany (0.0.1)
676
- signet (0.12.0)
677
+ signet (0.11.0)
677
678
  addressable (~> 2.3)
678
679
  faraday (~> 0.9)
679
680
  jwt (>= 1.5, < 3.0)
680
681
  multi_json (~> 1.10)
681
682
  slop (3.6.0)
682
- solve (4.0.3)
683
+ solve (4.0.2)
683
684
  molinillo (~> 0.6)
684
685
  semverse (>= 1.1, < 4.0)
685
- specinfra (2.82.7)
686
- net-scp
687
- net-ssh (>= 2.7)
688
- net-telnet (= 0.1.1)
689
- sfl
690
- sshkey (2.0.0)
686
+ sshkey (1.9.0)
691
687
  sslshake (1.3.0)
692
- stove (7.1.5)
688
+ stove (7.1.0)
693
689
  chef-api (~> 0.5)
694
690
  logify (~> 0.2)
695
- strings (0.1.8)
696
- strings-ansi (~> 0.1)
697
- unicode-display_width (~> 1.5)
698
- unicode_utils (~> 1.4)
699
- strings-ansi (0.2.0)
700
- structured_warnings (0.4.0)
701
- sync (0.5.0)
691
+ strings (0.1.4)
692
+ strings-ansi (~> 0.1.0)
693
+ unicode-display_width (~> 1.4.0)
694
+ unicode_utils (~> 1.4.0)
695
+ strings-ansi (0.1.0)
696
+ structured_warnings (0.3.0)
702
697
  syslog-logger (1.6.8)
703
698
  systemu (2.6.5)
704
699
  term-ansicolor (1.7.1)
705
700
  tins (~> 1.0)
706
- test-kitchen (1.25.0)
701
+ test-kitchen (2.2.5)
702
+ bcrypt_pbkdf (~> 1.0)
703
+ ed25519 (~> 1.2)
707
704
  license-acceptance (~> 1.0, >= 1.0.11)
708
705
  mixlib-install (~> 3.6)
709
706
  mixlib-shellout (>= 1.2, < 3.0)
710
707
  net-scp (>= 1.1, < 3.0)
711
- net-ssh (>= 2.9, < 5.0)
708
+ net-ssh (>= 2.9, < 6.0)
712
709
  net-ssh-gateway (>= 1.2, < 3.0)
713
710
  thor (~> 0.19)
714
711
  winrm (~> 2.0)
@@ -717,13 +714,12 @@ GEM
717
714
  thor (0.20.3)
718
715
  thread_safe (0.3.6)
719
716
  timeliness (0.3.10)
720
- tins (1.24.0)
721
- sync
722
- toml-rb (2.0.1)
717
+ timers (4.3.0)
718
+ tins (1.20.2)
719
+ toml-rb (1.1.2)
723
720
  citrus (~> 3.0, > 3.0)
724
- tomlrb (1.2.9)
725
- train (1.7.6)
726
- aws-sdk (~> 2)
721
+ tomlrb (1.2.8)
722
+ train (2.1.7)
727
723
  azure_graph_rbac (~> 0.16)
728
724
  azure_mgmt_key_vault (~> 0.17)
729
725
  azure_mgmt_resources (~> 0.15)
@@ -732,46 +728,75 @@ GEM
732
728
  googleauth (~> 0.6.6)
733
729
  inifile
734
730
  json (>= 1.8, < 3.0)
735
- mixlib-shellout (>= 2.0)
736
- net-scp (~> 1.2)
731
+ mixlib-shellout (>= 2.0, < 4.0)
732
+ net-scp (>= 1.2, < 3.0)
737
733
  net-ssh (>= 2.9, < 6.0)
738
734
  winrm (~> 2.0)
739
735
  winrm-fs (~> 1.0)
740
- train-habitat (0.2.13)
736
+ train-aws (0.1.0)
737
+ aws-sdk-cloudtrail (~> 1.8)
738
+ aws-sdk-cloudwatch (~> 1.13)
739
+ aws-sdk-cloudwatchlogs (~> 1.13)
740
+ aws-sdk-configservice (~> 1.21)
741
+ aws-sdk-core (~> 3.0)
742
+ aws-sdk-costandusagereportservice (~> 1.6)
743
+ aws-sdk-ec2 (~> 1.70)
744
+ aws-sdk-ecs (~> 1.30)
745
+ aws-sdk-eks (~> 1.9)
746
+ aws-sdk-elasticloadbalancing (~> 1.8)
747
+ aws-sdk-iam (~> 1.13)
748
+ aws-sdk-kms (~> 1.13)
749
+ aws-sdk-rds (~> 1.43)
750
+ aws-sdk-s3 (~> 1.30)
751
+ aws-sdk-sns (~> 1.9)
752
+ aws-sdk-sqs (~> 1.10)
753
+ train (~> 2.0)
754
+ train-core (2.1.7)
755
+ json (>= 1.8, < 3.0)
756
+ mixlib-shellout (>= 2.0, < 4.0)
757
+ net-scp (>= 1.2, < 3.0)
758
+ net-ssh (>= 2.9, < 6.0)
759
+ winrm (~> 2.0)
760
+ winrm-fs (~> 1.0)
761
+ train-habitat (0.1.1)
762
+ train (>= 1.7.5, < 3.0)
741
763
  treetop (1.6.10)
742
764
  polyglot (~> 0.3)
743
- trollop (2.9.10)
744
- tty-box (0.5.0)
765
+ trollop (2.9.9)
766
+ tty-box (0.3.0)
745
767
  pastel (~> 0.7.2)
746
- strings (~> 0.1.6)
747
- tty-cursor (~> 0.7)
748
- tty-color (0.5.0)
749
- tty-cursor (0.7.0)
750
- tty-prompt (0.20.0)
751
- necromancer (~> 0.5.0)
768
+ strings (~> 0.1.4)
769
+ tty-cursor (~> 0.6.0)
770
+ tty-color (0.4.3)
771
+ tty-cursor (0.6.1)
772
+ tty-prompt (0.18.1)
773
+ necromancer (~> 0.4.0)
752
774
  pastel (~> 0.7.0)
753
- tty-reader (~> 0.7.0)
754
- tty-reader (0.7.0)
755
- tty-cursor (~> 0.7)
756
- tty-screen (~> 0.7)
775
+ timers (~> 4.0)
776
+ tty-cursor (~> 0.6.0)
777
+ tty-reader (~> 0.5.0)
778
+ tty-reader (0.5.0)
779
+ tty-cursor (~> 0.6.0)
780
+ tty-screen (~> 0.6.4)
757
781
  wisper (~> 2.0.0)
758
- tty-screen (0.7.0)
759
- tty-spinner (0.9.2)
760
- tty-cursor (~> 0.7)
761
- tty-table (0.11.0)
762
- equatable (~> 0.6)
763
- necromancer (~> 0.5)
782
+ tty-screen (0.6.5)
783
+ tty-spinner (0.9.0)
784
+ tty-cursor (~> 0.6.0)
785
+ tty-table (0.10.0)
786
+ equatable (~> 0.5.0)
787
+ necromancer (~> 0.4.0)
764
788
  pastel (~> 0.7.2)
765
- strings (~> 0.1.5)
766
- tty-screen (~> 0.7)
789
+ strings (~> 0.1.0)
790
+ tty-screen (~> 0.6.4)
791
+ tzinfo (1.2.5)
792
+ thread_safe (~> 0.1)
767
793
  uber (0.1.0)
768
- ubuntu_ami (0.4.2)
769
794
  unf (0.1.4)
770
795
  unf_ext
771
796
  unf_ext (0.0.7.2)
772
797
  unf_ext (0.0.7.2-x64-mingw32)
773
798
  unf_ext (0.0.7.2-x86-mingw32)
774
- unicode-display_width (1.6.1)
799
+ unicode-display_width (1.4.1)
775
800
  unicode_utils (1.4.0)
776
801
  uuidtools (2.1.5)
777
802
  virtus (1.0.5)
@@ -780,7 +805,7 @@ GEM
780
805
  descendants_tracker (~> 0.0, >= 0.0.3)
781
806
  equalizer (~> 0.0, >= 0.0.9)
782
807
  win32-api (1.5.3-universal-mingw32)
783
- win32-certstore (0.4.0)
808
+ win32-certstore (0.3.0)
784
809
  ffi
785
810
  mixlib-shellout
786
811
  win32-dir (0.5.1)
@@ -808,28 +833,26 @@ GEM
808
833
  windows-pr (1.2.6)
809
834
  win32-api (>= 1.4.5)
810
835
  windows-api (>= 0.4.0)
811
- winrm (2.3.4)
836
+ winrm (2.3.2)
812
837
  builder (>= 2.1.2)
813
- erubi (~> 1.8)
838
+ erubis (~> 2.7)
814
839
  gssapi (~> 1.2)
815
840
  gyoku (~> 1.0)
816
841
  httpclient (~> 2.2, >= 2.2.0.2)
817
842
  logging (>= 1.6.1, < 3.0)
818
843
  nori (~> 2.0)
819
844
  rubyntlm (~> 0.6.0, >= 0.6.1)
820
- winrm-elevated (1.1.2)
821
- erubi (~> 1.8)
845
+ winrm-elevated (1.1.1)
822
846
  winrm (~> 2.0)
823
847
  winrm-fs (~> 1.0)
824
- winrm-fs (1.3.3)
825
- erubi (~> 1.8)
848
+ winrm-fs (1.3.2)
849
+ erubis (~> 2.7)
826
850
  logging (>= 1.6.1, < 3.0)
827
851
  rubyzip (~> 1.1)
828
852
  winrm (~> 2.0)
829
- wisper (2.0.1)
830
- wmi-lite (1.0.5)
831
- xmlrpc (0.3.0)
832
- yard (0.9.24)
853
+ wisper (2.0.0)
854
+ wmi-lite (1.0.2)
855
+ yard (0.9.19)
833
856
 
834
857
  PLATFORMS
835
858
  ruby
@@ -837,41 +860,41 @@ PLATFORMS
837
860
  x86-mingw32
838
861
 
839
862
  DEPENDENCIES
840
- appbundler (< 0.13)
863
+ appbundler
841
864
  artifactory
842
- berkshelf (>= 7.0.8)
865
+ bcrypt_pbkdf
866
+ berkshelf (>= 7.0.5)
843
867
  bundler
844
- chef (= 14.14.29)
868
+ chef (= 15.0.300)
845
869
  chef-apply
870
+ chef-bin (= 15.0.300)
846
871
  chef-dk!
847
- chef-provisioning (>= 2.7.1)
848
- chef-provisioning-aws (>= 3.0.2)
849
- chef-provisioning-fog (>= 0.26.1)
850
872
  chef-sugar
851
- chef-telemetry (~> 0.1)
852
873
  chef-vault (>= 3.4.1)
853
874
  cheffish (>= 14.0.1)
854
- chefspec (>= 7.3.0, < 8.0.0)
875
+ chefspec (>= 7.3.0)
855
876
  chefstyle
856
- cookstyle (~> 3.0)
877
+ cookstyle (~> 4.0)
857
878
  cucumber
858
879
  dco
859
880
  dep-selector-libgecode
860
- dep_selector (>= 1.0.0)
861
- fauxhai (~> 6.11)
862
- ffi-libarchive (>= 0.4.0)
881
+ dep_selector
882
+ ed25519
883
+ fauxhai (~> 7.0)
884
+ ffi-libarchive
863
885
  ffi-rzmq-core
864
- foodcritic (< 16)
886
+ foodcritic (>= 16.0)
865
887
  guard
866
- inspec (~> 3.9)
888
+ inspec (~> 4.3)
889
+ inspec-bin (~> 4.3)
867
890
  kitchen-azurerm (>= 0.14)
868
891
  kitchen-digitalocean (>= 0.10.0)
869
892
  kitchen-dokken (>= 2.6.7)
870
- kitchen-ec2 (>= 2.3, < 3.0)
893
+ kitchen-ec2 (>= 3.0, < 4)
871
894
  kitchen-google (>= 2.0.0)
872
895
  kitchen-hyperv (>= 0.5.1)
873
- kitchen-inspec (>= 1.0, < 1.2.0)
874
- kitchen-vagrant (>= 1.6)
896
+ kitchen-inspec (>= 1.0)
897
+ kitchen-vagrant (>= 1.4)
875
898
  knife-acl (>= 1.0.3)
876
899
  knife-ec2 (>= 0.19.10)
877
900
  knife-google (>= 3.3.3)
@@ -879,7 +902,7 @@ DEPENDENCIES
879
902
  knife-push
880
903
  knife-spork
881
904
  knife-tidy (>= 1.2.0)
882
- knife-vsphere (>= 3.0.1, < 4.0)
905
+ knife-vsphere (>= 2.1.1)
883
906
  knife-windows (>= 1.9.1)
884
907
  listen
885
908
  minitest (<= 5.10.3)
@@ -888,23 +911,24 @@ DEPENDENCIES
888
911
  mixlib-versioning
889
912
  net-ssh (>= 4.2.0)
890
913
  nokogiri
891
- ohai (~> 14.0)
914
+ ohai (>= 14)
892
915
  opscode-pushy-client (>= 2.99)
893
916
  pry
894
917
  pry-byebug
895
918
  pry-remote
896
919
  pry-stack_explorer
897
- rake (<= 12.3.0)
920
+ rake (<= 12.3.2)
898
921
  rb-readline
899
922
  rdoc (<= 6.0.1)
900
923
  rdp-ruby-wmi
901
924
  rspec-core (~> 3.0)
902
925
  rspec-expectations (~> 3.0)
903
926
  rspec-mocks (~> 3.0)
927
+ rubocop
904
928
  ruby-prof
905
929
  ruby-shadow
906
930
  stove
907
- test-kitchen (>= 1.23.0, < 2)
931
+ test-kitchen (>= 1.23)
908
932
  win32-api
909
933
  win32-dir
910
934
  win32-event