hybrid_platforms_conductor 32.11.2 → 32.13.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (199) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +1121 -0
  3. data/LICENSE.md +31 -0
  4. data/README.md +402 -0
  5. data/bin/setup +1 -1
  6. data/docs/api.md +349 -0
  7. data/docs/config_dsl.md +315 -0
  8. data/docs/executables.md +226 -0
  9. data/docs/executables/check-node.md +155 -0
  10. data/docs/executables/deploy.md +198 -0
  11. data/docs/executables/dump_nodes_json.md +110 -0
  12. data/docs/executables/free_ips.md +93 -0
  13. data/docs/executables/free_veids.md +73 -0
  14. data/docs/executables/get_impacted_nodes.md +94 -0
  15. data/docs/executables/last_deploys.md +114 -0
  16. data/docs/executables/nodes_to_deploy.md +139 -0
  17. data/docs/executables/report.md +159 -0
  18. data/docs/executables/run.md +126 -0
  19. data/docs/executables/setup.md +92 -0
  20. data/docs/executables/ssh_config.md +151 -0
  21. data/docs/executables/test.md +213 -0
  22. data/docs/executables/topograph.md +139 -0
  23. data/docs/gen/mermaid/README.md-0.png +0 -0
  24. data/docs/gen/mermaid/docs/executables/check-node.md-0.png +0 -0
  25. data/docs/gen/mermaid/docs/executables/deploy.md-0.png +0 -0
  26. data/docs/gen/mermaid/docs/executables/free_ips.md-0.png +0 -0
  27. data/docs/gen/mermaid/docs/executables/free_veids.md-0.png +0 -0
  28. data/docs/gen/mermaid/docs/executables/get_impacted_nodes.md-0.png +0 -0
  29. data/docs/gen/mermaid/docs/executables/last_deploys.md-0.png +0 -0
  30. data/docs/gen/mermaid/docs/executables/nodes_to_deploy.md-0.png +0 -0
  31. data/docs/gen/mermaid/docs/executables/report.md-0.png +0 -0
  32. data/docs/gen/mermaid/docs/executables/run.md-0.png +0 -0
  33. data/docs/gen/mermaid/docs/executables/setup.md-0.png +0 -0
  34. data/docs/gen/mermaid/docs/executables/ssh_config.md-0.png +0 -0
  35. data/docs/gen/mermaid/docs/executables/test.md-0.png +0 -0
  36. data/docs/install.md +161 -0
  37. data/docs/plugins.md +215 -0
  38. data/docs/plugins/action/bash.md +37 -0
  39. data/docs/plugins/action/interactive.md +37 -0
  40. data/docs/plugins/action/remote_bash.md +67 -0
  41. data/docs/plugins/action/ruby.md +69 -0
  42. data/docs/plugins/action/scp.md +61 -0
  43. data/docs/plugins/cmdb/config.md +46 -0
  44. data/docs/plugins/cmdb/host_ip.md +33 -0
  45. data/docs/plugins/cmdb/host_keys.md +33 -0
  46. data/docs/plugins/cmdb/platform_handlers.md +33 -0
  47. data/docs/plugins/connector/local.md +28 -0
  48. data/docs/plugins/connector/ssh.md +95 -0
  49. data/docs/plugins/platform_handler/yaml_inventory.md +105 -0
  50. data/docs/plugins/provisioner/docker.md +27 -0
  51. data/docs/plugins/provisioner/podman.md +27 -0
  52. data/docs/plugins/provisioner/proxmox.md +115 -0
  53. data/docs/plugins/report/confluence.md +49 -0
  54. data/docs/plugins/report/mediawiki.md +28 -0
  55. data/docs/plugins/report/stdout.md +32 -0
  56. data/docs/plugins/test/bitbucket_conf.md +97 -0
  57. data/docs/plugins/test/can_be_checked.md +27 -0
  58. data/docs/plugins/test/check_deploy_and_idempotence.md +61 -0
  59. data/docs/plugins/test/check_from_scratch.md +28 -0
  60. data/docs/plugins/test/connection.md +27 -0
  61. data/docs/plugins/test/deploy_freshness.md +27 -0
  62. data/docs/plugins/test/deploy_from_scratch.md +28 -0
  63. data/docs/plugins/test/deploy_removes_root_access.md +29 -0
  64. data/docs/plugins/test/divergence.md +41 -0
  65. data/docs/plugins/test/executables.md +26 -0
  66. data/docs/plugins/test/file_system.md +49 -0
  67. data/docs/plugins/test/file_system_hdfs.md +65 -0
  68. data/docs/plugins/test/hostname.md +27 -0
  69. data/docs/plugins/test/idempotence.md +56 -0
  70. data/docs/plugins/test/ip.md +28 -0
  71. data/docs/plugins/test/jenkins_ci_conf.md +54 -0
  72. data/docs/plugins/test/jenkins_ci_masters_ok.md +54 -0
  73. data/docs/plugins/test/linear_strategy.md +26 -0
  74. data/docs/plugins/test/local_users.md +48 -0
  75. data/docs/plugins/test/mounts.md +55 -0
  76. data/docs/plugins/test/orphan_files.md +38 -0
  77. data/docs/plugins/test/ports.md +50 -0
  78. data/docs/plugins/test/private_ips.md +27 -0
  79. data/docs/plugins/test/public_ips.md +27 -0
  80. data/docs/plugins/test/spectre.md +26 -0
  81. data/docs/plugins/test/veids.md +27 -0
  82. data/docs/plugins/test/vulnerabilities.md +65 -0
  83. data/docs/plugins/test_report/confluence.md +43 -0
  84. data/docs/plugins/test_report/stdout.md +26 -0
  85. data/docs/plugins_create.md +135 -0
  86. data/docs/tutorial.md +61 -0
  87. data/docs/tutorial/01_installation.md +131 -0
  88. data/docs/tutorial/02_first_node.md +468 -0
  89. data/docs/tutorial/03_scale.md +878 -0
  90. data/docs/tutorial/04_test.md +977 -0
  91. data/docs/tutorial/05_extend_with_plugins.md +1132 -0
  92. data/examples/bare/Gemfile +4 -0
  93. data/examples/bare/hpc_config.rb +2 -0
  94. data/examples/localhost/Gemfile +4 -0
  95. data/examples/localhost/hpc_config.rb +2 -0
  96. data/examples/localhost/inventory.yaml +4 -0
  97. data/examples/tutorial/01_installation/my-platforms/Gemfile +3 -0
  98. data/examples/tutorial/01_installation/my-platforms/hpc_config.rb +0 -0
  99. data/examples/tutorial/02_first_node/my-platforms/Gemfile +3 -0
  100. data/examples/tutorial/02_first_node/my-platforms/hpc_config.rb +1 -0
  101. data/examples/tutorial/02_first_node/my-service-conf-repo/inventory.yaml +13 -0
  102. data/examples/tutorial/02_first_node/my-service-conf-repo/my-service.conf.erb +3 -0
  103. data/examples/tutorial/02_first_node/my-service-conf-repo/service_my-service.rb +58 -0
  104. data/examples/tutorial/02_first_node/node/my-service.conf +4 -0
  105. data/examples/tutorial/03_scale/my-platforms/Gemfile +3 -0
  106. data/examples/tutorial/03_scale/my-platforms/hpc_config.rb +1 -0
  107. data/examples/tutorial/03_scale/my-platforms/my_commands.bash +2 -0
  108. data/examples/tutorial/03_scale/my-service-conf-repo/inventory.yaml +90 -0
  109. data/examples/tutorial/03_scale/my-service-conf-repo/my-service.conf.erb +3 -0
  110. data/examples/tutorial/03_scale/my-service-conf-repo/service_my-service.rb +58 -0
  111. data/examples/tutorial/03_scale/my-service-conf-repo/service_web-hello.rb +43 -0
  112. data/examples/tutorial/03_scale/node/my-service.conf +4 -0
  113. data/examples/tutorial/03_scale/web_docker_image/Dockerfile +33 -0
  114. data/examples/tutorial/03_scale/web_docker_image/hello_world.txt +1 -0
  115. data/examples/tutorial/03_scale/web_docker_image/hpc_root.key +27 -0
  116. data/examples/tutorial/03_scale/web_docker_image/hpc_root.key.pub +1 -0
  117. data/examples/tutorial/03_scale/web_docker_image/main.go +43 -0
  118. data/examples/tutorial/03_scale/web_docker_image/start.sh +7 -0
  119. data/examples/tutorial/03_scale/web_docker_image/test.bash +6 -0
  120. data/examples/tutorial/04_test/my-platforms/Gemfile +3 -0
  121. data/examples/tutorial/04_test/my-platforms/hpc_config.rb +12 -0
  122. data/examples/tutorial/04_test/my-platforms/images/debian_10/Dockerfile +13 -0
  123. data/examples/tutorial/04_test/my-platforms/my_commands.bash +2 -0
  124. data/examples/tutorial/04_test/my-service-conf-repo/inventory.yaml +100 -0
  125. data/examples/tutorial/04_test/my-service-conf-repo/my-service.conf.erb +3 -0
  126. data/examples/tutorial/04_test/my-service-conf-repo/service_my-service.rb +58 -0
  127. data/examples/tutorial/04_test/my-service-conf-repo/service_web-hello.rb +43 -0
  128. data/examples/tutorial/04_test/node/my-service.conf +4 -0
  129. data/examples/tutorial/04_test/web_docker_image/Dockerfile +33 -0
  130. data/examples/tutorial/04_test/web_docker_image/hello_world.txt +1 -0
  131. data/examples/tutorial/04_test/web_docker_image/hpc_root.key +27 -0
  132. data/examples/tutorial/04_test/web_docker_image/hpc_root.key.pub +1 -0
  133. data/examples/tutorial/04_test/web_docker_image/main.go +43 -0
  134. data/examples/tutorial/04_test/web_docker_image/start.sh +7 -0
  135. data/examples/tutorial/04_test/web_docker_image/test.bash +6 -0
  136. data/examples/tutorial/05_extend_with_plugins/dev-servers-conf-repo/hosts.json +12 -0
  137. data/examples/tutorial/05_extend_with_plugins/dev-servers-conf-repo/install-gcc.bash +14 -0
  138. data/examples/tutorial/05_extend_with_plugins/dev-servers-conf-repo/install-python.bash +14 -0
  139. data/examples/tutorial/05_extend_with_plugins/dev_docker_image/Dockerfile +20 -0
  140. data/examples/tutorial/05_extend_with_plugins/dev_docker_image/hpc_root.key +27 -0
  141. data/examples/tutorial/05_extend_with_plugins/dev_docker_image/hpc_root.key.pub +1 -0
  142. data/examples/tutorial/05_extend_with_plugins/my-platforms/Gemfile +4 -0
  143. data/examples/tutorial/05_extend_with_plugins/my-platforms/hpc_config.rb +13 -0
  144. data/examples/tutorial/05_extend_with_plugins/my-platforms/images/debian_10/Dockerfile +13 -0
  145. data/examples/tutorial/05_extend_with_plugins/my-platforms/my_commands.bash +2 -0
  146. data/examples/tutorial/05_extend_with_plugins/my-service-conf-repo/inventory.yaml +100 -0
  147. data/examples/tutorial/05_extend_with_plugins/my-service-conf-repo/my-service.conf.erb +3 -0
  148. data/examples/tutorial/05_extend_with_plugins/my-service-conf-repo/service_my-service.rb +58 -0
  149. data/examples/tutorial/05_extend_with_plugins/my-service-conf-repo/service_web-hello.rb +43 -0
  150. data/examples/tutorial/05_extend_with_plugins/my_hpc_plugins/lib/my_hpc_plugins/hpc_plugins/platform_handler/json_bash.rb +115 -0
  151. data/examples/tutorial/05_extend_with_plugins/my_hpc_plugins/lib/my_hpc_plugins/hpc_plugins/report/web_report.rb +52 -0
  152. data/examples/tutorial/05_extend_with_plugins/my_hpc_plugins/lib/my_hpc_plugins/hpc_plugins/test/root_space.rb +44 -0
  153. data/examples/tutorial/05_extend_with_plugins/my_hpc_plugins/my_hpc_plugins.gemspec +15 -0
  154. data/examples/tutorial/05_extend_with_plugins/node/my-service.conf +4 -0
  155. data/examples/tutorial/05_extend_with_plugins/web_docker_image/Dockerfile +33 -0
  156. data/examples/tutorial/05_extend_with_plugins/web_docker_image/hello_world.txt +1 -0
  157. data/examples/tutorial/05_extend_with_plugins/web_docker_image/hpc_root.key +27 -0
  158. data/examples/tutorial/05_extend_with_plugins/web_docker_image/hpc_root.key.pub +1 -0
  159. data/examples/tutorial/05_extend_with_plugins/web_docker_image/main.go +43 -0
  160. data/examples/tutorial/05_extend_with_plugins/web_docker_image/start.sh +7 -0
  161. data/examples/tutorial/05_extend_with_plugins/web_docker_image/test.bash +6 -0
  162. data/lib/hybrid_platforms_conductor/actions_executor.rb +1 -0
  163. data/lib/hybrid_platforms_conductor/deployer.rb +3 -2
  164. data/lib/hybrid_platforms_conductor/hpc_plugins/action/remote_bash.rb +29 -13
  165. data/lib/hybrid_platforms_conductor/hpc_plugins/action/scp.rb +1 -1
  166. data/lib/hybrid_platforms_conductor/hpc_plugins/connector/local.rb +98 -0
  167. data/lib/hybrid_platforms_conductor/hpc_plugins/connector/my_connector.rb.sample +2 -2
  168. data/lib/hybrid_platforms_conductor/hpc_plugins/connector/ssh.rb +15 -4
  169. data/lib/hybrid_platforms_conductor/hpc_plugins/platform_handler/platform_handler_plugin.rb.sample +5 -5
  170. data/lib/hybrid_platforms_conductor/hpc_plugins/platform_handler/yaml_inventory.rb +140 -0
  171. data/lib/hybrid_platforms_conductor/hpc_plugins/provisioner/proxmox.rb +6 -3
  172. data/lib/hybrid_platforms_conductor/hpc_plugins/test/bitbucket_conf.rb +4 -4
  173. data/lib/hybrid_platforms_conductor/hpc_plugins/test/deploy_freshness.rb +1 -1
  174. data/lib/hybrid_platforms_conductor/hpc_plugins/test/deploy_removes_root_access.rb +19 -17
  175. data/lib/hybrid_platforms_conductor/hpc_plugins/test/divergence.rb +3 -0
  176. data/lib/hybrid_platforms_conductor/hpc_plugins/test/hostname.rb +2 -1
  177. data/lib/hybrid_platforms_conductor/hpc_plugins/test/ip.rb +2 -1
  178. data/lib/hybrid_platforms_conductor/hpc_plugins/test/local_users.rb +2 -1
  179. data/lib/hybrid_platforms_conductor/hpc_plugins/test/mounts.rb +4 -3
  180. data/lib/hybrid_platforms_conductor/hpc_plugins/test/orphan_files.rb +2 -1
  181. data/lib/hybrid_platforms_conductor/hpc_plugins/test/spectre.rb +1 -1
  182. data/lib/hybrid_platforms_conductor/hpc_plugins/test/vulnerabilities.rb +8 -7
  183. data/lib/hybrid_platforms_conductor/hpc_plugins/test_report/confluence.rb +1 -1
  184. data/lib/hybrid_platforms_conductor/json_dumper.rb +1 -1
  185. data/lib/hybrid_platforms_conductor/platform_handler.rb +1 -1
  186. data/lib/hybrid_platforms_conductor/services_handler.rb +18 -16
  187. data/lib/hybrid_platforms_conductor/tests_runner.rb +0 -1
  188. data/lib/hybrid_platforms_conductor/topographer.rb +0 -1
  189. data/lib/hybrid_platforms_conductor/version.rb +1 -1
  190. data/spec/hybrid_platforms_conductor_test/api/actions_executor/actions/remote_bash_spec.rb +16 -0
  191. data/spec/hybrid_platforms_conductor_test/api/actions_executor/connectors/local/connectable_nodes_spec.rb +30 -0
  192. data/spec/hybrid_platforms_conductor_test/api/actions_executor/connectors/local/remote_actions_spec.rb +113 -0
  193. data/spec/hybrid_platforms_conductor_test/api/actions_executor/connectors/ssh/cli_options_spec.rb +6 -2
  194. data/spec/hybrid_platforms_conductor_test/api/actions_executor/connectors/ssh/global_helpers_spec.rb +38 -1
  195. data/spec/hybrid_platforms_conductor_test/api/actions_executor/connectors/ssh/remote_actions_spec.rb +37 -4
  196. data/spec/hybrid_platforms_conductor_test/docs_spec.rb +10 -0
  197. data/tools/check_md +89 -0
  198. data/tools/generate_mermaid +75 -0
  199. metadata +337 -12
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2162d052fbbe0833d8a26d94d9fc8a490e9c57b0fd35ecd5656be8d3a52a2893
4
- data.tar.gz: 40d6251c2dac02c7588ea158174ecb6da4f2381712e8696b5395fdfcb05555ce
3
+ metadata.gz: 34bea5651c36db83740affa95f0bec53d48071a1f52b89b5bf9910a132ef0238
4
+ data.tar.gz: 47b80ca443cf040e7edafc33da4ca1a7f5346d5ae627156191c1acf01c8e54d3
5
5
  SHA512:
6
- metadata.gz: 572f8136afc8153bcb645c2612b128b7c6aeb2b44fc795fa1785f0dc6bad06298171466b37aef5d03ad38d6f49cb39cab3c268ce6edc0807cb125328e24c6cba
7
- data.tar.gz: 993478c8a81af0e5bfce3a74cfe5ce9c8bb4259d0f6063e41912ea905d493a2e6cca801525d45ffd080ba1570d80e2c0097e56aac33ee694526e53e6ee9685ee
6
+ metadata.gz: 1278104d019860e8b9c014ed75309fa9635696db9c981c2c69a81f6bad61a366b5df9e44f70283484fecc8a05ff74550e1249f96462d15cf6a69eb7bfff9d9a1
7
+ data.tar.gz: 72f475a483d0d6c7315174a8b8e1f81588b25083460fd2294ba25e6f29596ddae84402eb7212fe6b8df2cc830c2c72d342e113a4b54a5999bb98d57d910bb4f5
data/CHANGELOG.md ADDED
@@ -0,0 +1,1121 @@
1
+ # [v32.13.3](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v32.13.2...v32.13.3) (2021-05-07 10:09:33)
2
+
3
+ ### Patches
4
+
5
+ * [Add section about benefits in doc](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/23cd2b22244526e3b6705db0165f8a03e4dd88d8)
6
+
7
+ # [v32.13.2](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v32.13.1...v32.13.2) (2021-05-06 15:47:14)
8
+
9
+ ### Patches
10
+
11
+ * [Better tutorial navigation](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/b4454f99b0611ec8591ca83894e152a22a61e731)
12
+
13
+ # [v32.13.1](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v32.13.0...v32.13.1) (2021-05-06 14:03:16)
14
+
15
+ ### Patches
16
+
17
+ * [Add tutorial files in examples](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/dfb456f031d48ba1ed6922a5f84ed659fe587ab8)
18
+
19
+ # [v32.13.0](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v32.12.0...v32.13.0) (2021-05-06 11:20:57)
20
+
21
+ ### Features
22
+
23
+ * [Improved documentation + Small improvements to ease adoption](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/3c59e311271a163181fc76357b1777ba7294f567)
24
+
25
+ # [v32.12.0](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v32.11.2...v32.12.0) (2021-04-09 14:09:29)
26
+
27
+ ## Global changes
28
+ ### Patches
29
+
30
+ * [[Feature(connector_ssh)] [#52] Make sure remote copy files with scp work with sudo and without SSH SessionExec](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/5aac50db89947dbb5f781d88737c3b2b3934785c)
31
+
32
+ ## Changes for connector_ssh
33
+ ### Features
34
+
35
+ * [[Feature(connector_ssh)] [#52] Make sure remote copy files with scp work with sudo and without SSH SessionExec](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/5aac50db89947dbb5f781d88737c3b2b3934785c)
36
+
37
+ # [v32.11.2](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v32.11.1...v32.11.2) (2021-04-05 16:50:08)
38
+
39
+ ### Patches
40
+
41
+ * [Corrected doc URLs](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/88248a83a640d854c2551f83cfd6172057c6d94a)
42
+
43
+ # [v32.11.1](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v32.11.0...v32.11.1) (2021-04-05 16:18:49)
44
+
45
+ ### Patches
46
+
47
+ * [Improved documentation and removed useless debug logs in test](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/39631556421ed1293f49c5b06e381ddf53895c55)
48
+
49
+ # [v32.11.0](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v32.10.0...v32.11.0) (2021-03-31 13:14:23)
50
+
51
+ ### Features
52
+
53
+ * [[#37] [Feature] Add a way to specify divergent tasks to be ignored and use it in tests](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/61562561f69392fc5ee11d977a55576c3f3b964f)
54
+
55
+ # [v32.10.0](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v32.9.1...v32.10.0) (2021-03-24 17:01:18)
56
+
57
+ ## Global changes
58
+ ### Patches
59
+
60
+ * [[#35] [Feature(provisioner_proxmox)] Clean leftover files in cgroups for removed containers](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/0aea05de6c4cb385cc1fcc211b40e600b3746dd2)
61
+
62
+ ## Changes for provisioner_proxmox
63
+ ### Features
64
+
65
+ * [[#35] [Feature(provisioner_proxmox)] Clean leftover files in cgroups for removed containers](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/0aea05de6c4cb385cc1fcc211b40e600b3746dd2)
66
+
67
+ # [v32.9.1](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v32.9.0...v32.9.1) (2021-03-23 15:14:43)
68
+
69
+ ## Global changes
70
+ ### Patches
71
+
72
+ * [[#33] [fix(provisioner_proxmox)] Make sure we re-authenticate on Proxmox API in case of 5xx errors](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/ebdbdef98214c88391d70329af62d07cd93bc499)
73
+
74
+ ## Changes for provisioner_proxmox
75
+ ### Patches
76
+
77
+ * [[#33] [fix(provisioner_proxmox)] Make sure we re-authenticate on Proxmox API in case of 5xx errors](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/ebdbdef98214c88391d70329af62d07cd93bc499)
78
+
79
+ # [v32.9.0](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v32.8.2...v32.9.0) (2021-03-22 19:20:50)
80
+
81
+ ## Global changes
82
+ ### Patches
83
+
84
+ * [[Feature(provisioner_proxmox)] Add configurable retry mechanism on Proxmox API](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/bd1c5d511844d643170eccc1b24c38734aeba693)
85
+
86
+ ## Changes for provisioner_proxmox
87
+ ### Features
88
+
89
+ * [[Feature(provisioner_proxmox)] Add configurable retry mechanism on Proxmox API](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/bd1c5d511844d643170eccc1b24c38734aeba693)
90
+
91
+ # [v32.8.2](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v32.8.1...v32.8.2) (2021-03-15 12:38:14)
92
+
93
+ ## Global changes
94
+ ### Patches
95
+
96
+ * [[#29] [Fix(tests_runner)] Don't fail when remote node tests return no test to be executed](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/c23c0c73414962140c2e5ed86a7183a4ea572d1b)
97
+
98
+ ## Changes for tests_runner
99
+ ### Patches
100
+
101
+ * [[#29] [Fix(tests_runner)] Don't fail when remote node tests return no test to be executed](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/c23c0c73414962140c2e5ed86a7183a4ea572d1b)
102
+
103
+ # [v32.8.1](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v32.8.0...v32.8.1) (2021-03-15 11:40:09)
104
+
105
+ ## Global changes
106
+ ### Patches
107
+
108
+ * [[Hotfix(connector_ssh)] Don't fail when no_exception is true](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/67be9c1d2f0452a9de39dae39e39cbfbac3a658f)
109
+
110
+ ## Changes for connector_ssh
111
+ ### Patches
112
+
113
+ * [[Hotfix(connector_ssh)] Don't fail when no_exception is true](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/67be9c1d2f0452a9de39dae39e39cbfbac3a658f)
114
+
115
+ # [v32.8.0](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v32.7.3...v32.8.0) (2021-03-15 10:43:06)
116
+
117
+ ### Features
118
+
119
+ * [[#27] [Feature] Add a way to specify non-interactive environment + Make sure non-SessionExec SSH connections fail in non-interactive env](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/c0a40dcd4d2e520f9bc8ffed3bc90da16fe81c72)
120
+
121
+ # [v32.7.3](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v32.7.2...v32.7.3) (2021-03-12 20:22:50)
122
+
123
+ ### Patches
124
+
125
+ * [[Hotfix] Fix non-deterministic tests when threads are really slow](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/268b97977c777bf6a42763502c4c6f1788d3be96)
126
+ * [[#25] Instances provisioned for test should reset sudo and SSH transf…](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/52332f077da4fbc280ef2ea6d82fa6ad3080b668)
127
+
128
+ # [v32.7.2](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v32.7.1...v32.7.2) (2021-03-12 12:50:01)
129
+
130
+ ### Patches
131
+
132
+ * [Improve error reporting of unexpected commands in tests](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/62679699cac87a25715aaf5296bf6213922db263)
133
+
134
+ # [v32.7.1](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v32.7.0...v32.7.1) (2021-03-12 10:06:58)
135
+
136
+ ## Global changes
137
+ ### Patches
138
+
139
+ * [[Hotfix] Correct non-deterministic test case when ControlMaster creation is done on a slow thread](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/d59bc6edefc297bf29ca61680647a52165e7b3d6)
140
+ * [[Hotfix] Corrected test that failed in a non-deterministic way](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/20036c6b2898b85bfa867f41ee8356f61700722f)
141
+ * [[#21] [Fix(connector_ssh)] Fix bug that did not execute SSH remote co…](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/1fb09487f56e61b39d9f1f708176aa9643582336)
142
+
143
+ ## Changes for connector_ssh
144
+ ### Patches
145
+
146
+ * [[#21] [Fix(connector_ssh)] Fix bug that did not execute SSH remote co…](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/1fb09487f56e61b39d9f1f708176aa9643582336)
147
+
148
+ # [v32.7.0](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v32.6.0...v32.7.0) (2021-03-11 19:10:23)
149
+
150
+ ## Global changes
151
+ ### Patches
152
+
153
+ * [Ssh without session exec](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/8f105ae28cb43d48f1fb40d3f964c1e3a14d94fe)
154
+
155
+ ## Changes for connector_ssh
156
+ ### Features
157
+
158
+ * [Ssh without session exec](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/8f105ae28cb43d48f1fb40d3f964c1e3a14d94fe)
159
+
160
+ # [v32.6.0](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v32.5.0...v32.6.0) (2021-03-11 14:19:39)
161
+
162
+ ## Global changes
163
+ ### Patches
164
+
165
+ * [[Feature(connector_ssh)] Add a way to transform SSH connection details for nodes](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/a3b690f04032ceeb55606fa7a7a8df785a80f48c)
166
+
167
+ ## Changes for connector_ssh
168
+ ### Features
169
+
170
+ * [[Feature(connector_ssh)] Add a way to transform SSH connection details for nodes](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/a3b690f04032ceeb55606fa7a7a8df785a80f48c)
171
+
172
+ # [v32.5.0](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v32.4.2...v32.5.0) (2021-03-10 19:11:10)
173
+
174
+ ### Features
175
+
176
+ * [[#12] Configurable sudo](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/b0da1e6f9bfd56f51730afb3c17c2607d719e56c)
177
+
178
+ # [v32.4.2](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v32.4.1...v32.4.2) (2021-03-05 13:29:25)
179
+
180
+ ### Patches
181
+
182
+ * [Ssh config fix](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/e2cfe52ab98fb246e2759d146aea297cb0f37321)
183
+
184
+ # [v32.4.1](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v32.4.0...v32.4.1) (2021-03-03 13:17:39)
185
+
186
+ ### Patches
187
+
188
+ * [[#10] Support invalid commit ids in deployment logs](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/f6109f4bd49ecb5dca221d9150f70fc8085261bc)
189
+
190
+ # [v32.4.0](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v32.3.6...v32.4.0) (2021-02-19 11:24:37)
191
+
192
+ ### Features
193
+
194
+ * [[Feature] Adding packaging timeout configurable](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/18917ba35a8c0ee0427c81ddef0bc545c50f2a37)
195
+
196
+ # [v32.3.6](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v32.3.5...v32.3.6) (2021-02-04 16:34:56)
197
+
198
+ ### Patches
199
+
200
+ * [Add missing dependency](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/0a74fd470393d0e6936f3159ccca8cb3af35956a)
201
+ * [Fix Ruby version in CI](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/4ebfa25c447e2bb82f25346513e5ead46ea29de2)
202
+ * [Setup CI](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/0087968b19926795742771606749a89edbf7ce2e)
203
+
204
+ # [v32.3.5](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v32.3.4...v32.3.5) (2021-02-01 11:04:30)
205
+
206
+ ### Patches
207
+
208
+ * [Corrected bug in the deploy_freshness test: deployment log files haved changed names](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/5add87995061e0093ce91610cbabc6ea902a8d5f)
209
+
210
+ # [v32.3.4](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v32.3.3...v32.3.4) (2021-01-18 18:00:45)
211
+
212
+ ### Patches
213
+
214
+ * [[Hotfix] Typo in Bitbucket's URLs](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/763ad926643e3fb77fbe759a07faec355da7dd8b)
215
+
216
+ # [v32.3.3](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v32.3.3...v32.3.2) (2021-01-18 17:13:58)
217
+
218
+ ### Patches
219
+
220
+ * [[Hotfix] Correct Bitbuket URLs in changelog](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/469171ee8c67f644833a064dae4ffcdede374722)
221
+
222
+ # [v32.3.2](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v32.3.2...v32.3.1) (2021-01-18 16:34:58)
223
+
224
+ ### Patches
225
+
226
+ * [[Hotfix] Correct changelog URLs](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/c72329e8c94b1d56d8f97f34e6cf83a1536ac39c)
227
+
228
+ # [v32.3.1](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v32.3.0...v32.3.1) (2021-01-18 15:48:22)
229
+
230
+ ### Patches
231
+
232
+ * [[Hotfix] Bump ci-helpers version](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/8c8c382329484e5cee7ffbc5764e496acb62f93c)
233
+
234
+ # [32.3.0](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v32.2.4...v32.3.0) (2021-01-12)
235
+
236
+ ### New features
237
+
238
+ * [Feature] Make timeouts provisioner-specific + Make Proxmox timeouts configurable ([8bf3b65d](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/8bf3b65d4b4d49797dcb7d89efccb824469d4058))
239
+
240
+ ### Fixes
241
+
242
+ * Workaround bug impacted when git lib returns strange sha ids ([54ee8bd9](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/54ee8bd9a653c1b2d059a8f86d2d7eb2baaf2100))
243
+ * Corrected bug saving wrong logs on nodes when deployed in parallel ([3da6a34a](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/3da6a34a77448dda2f9f5135bf4ddcfaa7de3aa0))
244
+
245
+ # [32.2.4](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v32.2.3...v32.2.4) (2020-12-22)
246
+
247
+ ### Fixes
248
+
249
+ * [Hotfix] Fix failing git_diff_impacts for services not directly used by nodes ([769f0766](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/769f07660b8a63f127bb27f3f89567b3eefcd8b9))
250
+
251
+ # [32.2.3](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v32.2.2...v32.2.3) (2020-11-26)
252
+
253
+ ### Fixes
254
+
255
+ * [Hotfix] Find old deployment logs correctly ([83413d44](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/83413d44f50954f8898b602be83b2d3b16055763))
256
+
257
+ # [32.2.2](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v32.2.1...v32.2.2) (2020-11-25)
258
+
259
+ ### Fixes
260
+
261
+ * [Hotfix] Fix tests ([11d9b476](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/11d9b47607742629fc367d960bf06a1719ea7b06))
262
+ * [Hotfix] Increase timeout for network latencies ([bd41bd91](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/bd41bd916e2f21befa2c5b497d3e83ffde1c00a3))
263
+
264
+ # [32.2.1](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v32.2.0...v32.2.1) (2020-11-24)
265
+
266
+ ### Fixes
267
+
268
+ * [Hotfix] Fix test ([2ccc0a3a](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/2ccc0a3a47e51f20da24055db554c55729438276))
269
+
270
+ # [32.2.0](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v32.1.0...v32.2.0) (2020-11-24)
271
+
272
+ ### New features
273
+
274
+ * [Feature] New CMDB plugin to define nodes' metadata from config ([09a5bde6](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/09a5bde67844df8b1a637dc13e0123732e2e286a))
275
+
276
+ # [32.1.0](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v32.0.0...v32.1.0) (2020-11-24)
277
+
278
+ ### New features
279
+
280
+ * [Feature] Add a way to prioritize CMDBs by defining masters for some properties in case of conflicts ([269e6185](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/269e6185e1dec7deae56e3ce64fbf6c000a76c2d))
281
+
282
+ # [32.0.0](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v31.0.0...v32.0.0) (2020-11-24)
283
+
284
+ ### Breaking changes
285
+
286
+ * [Breaking] Make sure NodesHandler detects conflicts between different CMDBs and report them instead of using the first CMDB result for performance ([e4bad885](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/e4bad8858ed02cb8f5a598af97a24abfca9d8b2c))
287
+
288
+ # [31.0.0](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v30.0.0...v31.0.0) (2020-11-24)
289
+
290
+ ### Breaking changes
291
+
292
+ * [Breaking] ServicesHandler can now deploy any service on any node ([a11d02ce](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/a11d02ce284fd6ab4aa7e5a5a66b0f44e988e08b))
293
+
294
+ # [30.0.0](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v29.0.0...v30.0.0) (2020-11-24)
295
+
296
+ ### Breaking changes
297
+
298
+ * [Breaking] Display deployed services in place of repositories' commits in last_deploys ([ba9b793f](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/ba9b793f28dc12739485c2e45ad6b9bdb7a2ed51))
299
+
300
+ # [29.0.0](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v28.1.0...v29.0.0) (2020-11-11)
301
+
302
+ ### Breaking changes
303
+
304
+ * [Breaking] Better and simpler packaging process ([3f8a755e](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/3f8a755e16d374c23e512bbe87f5bc91a41b01d7))
305
+
306
+ # [28.1.0](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v28.0.0...v28.1.0) (2020-11-11)
307
+
308
+ ### New features
309
+
310
+ * [Feature] Add a new authorization method in ServicesHandler to know if we are allowed to deploy services ([9ab92036](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/9ab92036857a41a224793f0d826fc785d4ae6f74))
311
+
312
+ # [28.0.0](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v27.0.0...v28.0.0) (2020-11-11)
313
+
314
+ ### Breaking changes
315
+
316
+ * [Breaking] Removed allow_deploy_non_master from Deployer's API ([02ec3c23](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/02ec3c238781b38fae00cd6256b8e5cc12ea39ee))
317
+ * [Breaking] Removed platforms concepts from NodesHandler API and make sure components use a new ServicesHandler to handle services that can be deployed on our platforms ([ec0b14b0](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/ec0b14b0af25af141dbae1d8bfacd44a31c00d02))
318
+
319
+ # [27.0.0](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v26.0.0...v27.0.0) (2020-11-11)
320
+
321
+ ### Breaking changes
322
+
323
+ * [Breaking] Remove the --direct-deploy option from deployer as it is obsolete ([0f6c20c1](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/0f6c20c19f2bca4e645ae038feaec14b5dcebd29))
324
+
325
+ # [26.0.0](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v25.10.0...v26.0.0) (2020-11-11)
326
+
327
+ ### Breaking changes
328
+
329
+ * [Breaking] Remove feature about PlatformHandler-specific command-line options for deployers ([f4006fb7](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/f4006fb7e7b02b1191131291018eeb4b39ff3dd0))
330
+
331
+ # [25.10.0](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v25.9.0...v25.10.0) (2020-11-11)
332
+
333
+ ### New features
334
+
335
+ * [Feature] Separated the platforms handling part from the NodesHandler to create the new PlatformsHandler API ([92b64d9c](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/92b64d9cce343b54c84b970dd5bcb2eceba74598))
336
+
337
+ # [25.9.0](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v25.8.0...v25.9.0) (2020-11-11)
338
+
339
+ ### New features
340
+
341
+ * [Feature] Add name helper in Platform Handler ([7ceef3e7](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/7ceef3e7d2ae5472847f5425b32acb848a42eb9d))
342
+
343
+ # [25.8.0](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v25.7.0...v25.8.0) (2020-10-26)
344
+
345
+ ### New features
346
+
347
+ * [Feature] Add nodes_to_deploy executable to know which nodes need deployment considering schedules and git diff impacts ([6116ac15](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/6116ac15c00bf6061a8bbe7d93aa11e6bbfbc613))
348
+
349
+ # [25.7.0](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v25.6.1...v25.7.0) (2020-10-26)
350
+
351
+ ### New features
352
+
353
+ * [Feature] Add an API to get deployment info ([b7f6f9ec](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/b7f6f9ec263a2a10e0b715769a8b66ab34da5ed6))
354
+ * [Feature] Add Config DSL to configure a deployment schedule for CD ([8b6440b1](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/8b6440b115575b23b590f10356601b48f4dc8836))
355
+
356
+ ### Fixes
357
+
358
+ * Ignore some system files that make find fail during the orphan files test ([dea6734b](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/dea6734b8068e6b26d1d3a977c9d25d3467cfbac))
359
+
360
+ # [25.6.1](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v25.6.0...v25.6.1) (2020-10-21)
361
+
362
+ ### Fixes
363
+
364
+ * Handle very big bash commands in remote connections ([a32456c2](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/a32456c2dc7d465652158affe0b9075a12b0c5a1))
365
+
366
+ # [25.6.0](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v25.5.1...v25.6.0) (2020-10-16)
367
+
368
+ ### New features
369
+
370
+ * [Feature] Added HDFS file system test plugin, keeping the same DSL as local file system checks ([f03503ce](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/f03503ce630ebe5097b55ae7f81a588e8c10ed99))
371
+
372
+ # [25.5.1](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v25.5.0...v25.5.1) (2020-10-16)
373
+
374
+ ### Fixes
375
+
376
+ * Correct instance restart test. ([1b821b3c](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/1b821b3cfe8f821fd0ff7fe4d72b3cc8b607ac6d))
377
+
378
+ # [25.5.0](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v25.4.0...v25.5.0) (2020-10-15)
379
+
380
+ ### New features
381
+
382
+ * [Feature] Add test plugin to check opened and closed TCP ports ([a373caa9](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/a373caa92db9f256439ad5913e526fff2fc07cdf))
383
+
384
+ # [25.4.0](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v25.3.0...v25.4.0) (2020-10-14)
385
+
386
+ ### New features
387
+
388
+ * [Feature] Add test plugin to check for mounts ([94ed011d](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/94ed011d40f5160c90d411995c29e7ef15219e3c))
389
+
390
+ # [25.3.0](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v25.2.0...v25.3.0) (2020-10-14)
391
+
392
+ ### New features
393
+
394
+ * [Feature] Add Proxmox realm authentication ([97a87b0b](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/97a87b0b32b839d5565f7e133bff576c10cfd919))
395
+
396
+ # [25.2.0](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v25.1.0...v25.2.0) (2020-10-13)
397
+
398
+ ### New features
399
+
400
+ * [Feature] Add file_system test plugin to test for presence or absence of files on nodes ([193bd1d5](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/193bd1d5e04db9aa4224ee2d4c80fed79b2783ab))
401
+
402
+ # [25.1.0](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v25.0.0...v25.1.0) (2020-10-13)
403
+
404
+ ### New features
405
+
406
+ * [Feature] Add test plugin to check for obsolete or extra users on nodes ([47fe47d1](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/47fe47d12982fcc3ae3c8c8c19276d86da428345))
407
+
408
+ ### Fixes
409
+
410
+ * Make sure previous vulnerabilities run don't leave files - they can be big and add up with timestamps in their names ([13ebf86c](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/13ebf86c9b8d651c8f7a80058c4b1dc83f8fb9a0))
411
+
412
+ # [25.0.0](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v24.4.0...v25.0.0) (2020-10-13)
413
+
414
+ ### Breaking changes
415
+
416
+ * [Breaking] Use hpc_config.rb instead of hpc.json to configure everything we need ([5b379d7b](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/5b379d7b8294f7c5e3b848dac212e09ff553bd83))
417
+
418
+ # [24.4.0](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v24.3.0...v24.4.0) (2020-10-13)
419
+
420
+ ### New features
421
+
422
+ * [Feature] Add Config DSL to specify exceptions on orphan files testing ([2bcbec5c](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/2bcbec5cd21124c2c305fc2a69d57a5331354b4e))
423
+ * [Feature] Add Config DSL for idempotence test exceptions ([4e2a3070](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/4e2a30708cf612c14f5481c7717bd9c183e19c4a))
424
+
425
+ # [24.3.0](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v24.2.0...v24.3.0) (2020-10-13)
426
+
427
+ ### New features
428
+
429
+ * [Feature] Add Config DSL to support deployment retriable errors ([e872ef68](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/e872ef68edb5e00945fbdfdaeeefcc9a5ed01623))
430
+
431
+ # [24.2.0](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v24.1.0...v24.2.0) (2020-10-13)
432
+
433
+ ### New features
434
+
435
+ * [Feature] Add ways to filter configuration parts for some nodes sets and apply it to the expected failures configuration ([ec4eb6aa](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/ec4eb6aa6c8bb505325231e522807c20edfb91a0))
436
+
437
+ # [24.1.0](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v24.0.0...v24.1.0) (2020-10-13)
438
+
439
+ ### New features
440
+
441
+ * [Feature] Ability to include external config files ([9b6105e2](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/9b6105e25e312ee2c5234beff95a3598ff64f134))
442
+
443
+ # [24.0.0](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v23.5.3...v24.0.0) (2020-10-13)
444
+
445
+ ### Breaking changes
446
+
447
+ * [Breaking] Decouple configuration from platform handlers notion, using hpc_config.rb ([047035af](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/047035afae94e3f2c7cf1127fea337af5fafaf8d))
448
+
449
+ # [23.5.3](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v23.5.2...v23.5.3) (2020-10-06)
450
+
451
+ ### Fixes
452
+
453
+ * Bug correction on Confluence reports preventing publication of test reports ([2d44f76c](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/2d44f76cd6a098c0510929b24a938b051d590656))
454
+
455
+ # [23.5.2](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v23.5.1...v23.5.2) (2020-10-02)
456
+
457
+ ### Fixes
458
+
459
+ * Fix vulnerabilities run on Debian 10 ([157fd381](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/157fd381b7a851f8e1f473363fc1878370525327))
460
+
461
+ # [23.5.1](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v23.5.0...v23.5.1) (2020-09-30)
462
+
463
+ ### Fixes
464
+
465
+ * Make Proxmox Waiter more robust by having queues for PIDs and avoid config files write conflicts ([18fa64c5](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/18fa64c5fe3e9fd3aa5d93cc71360f94391b2de5))
466
+
467
+ # [23.5.0](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v23.4.4...v23.5.0) (2020-09-24)
468
+
469
+ ### New features
470
+
471
+ * [Feature] Don't fail actions as a whole when a few nodes are down ([2b29d1c4](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/2b29d1c43558cef68db4ee26bbf11efbd04498b2))
472
+
473
+ ### Fixes
474
+
475
+ * Make versioning simpler: achieve automatic semantic releasing with a standard version definition and no more hpc_force_version env vars ([6c774daa](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/6c774daadc4722ce665eddd51b55798615410903))
476
+
477
+ # [23.4.4](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v23.4.3...v23.4.4) (2020-09-23)
478
+
479
+ ### Fixes
480
+
481
+ * Install missing dependencies for the vulnerabilities test to run correctly ([14609753](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/1460975359ea9be970fdcd90c7cf15897bef69a5))
482
+
483
+ # [23.4.3](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v23.4.2...v23.4.3) (2020-09-21)
484
+
485
+ ### Fixes
486
+
487
+ * More useful stdout and Confluence reports now that Ansible fills in metadata ([74d03722](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/74d03722438f69a0894e2faf1e42376c61336ee0))
488
+ * Add vulnerabilities test plugin to check for non-patched vulnerabilities in our platforms ([95f1823f](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/95f1823f0815b9808521900910667d3b38bfc3dc))
489
+
490
+ # [23.4.2](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v23.4.1...v23.4.2) (2020-09-14)
491
+
492
+ ### Fixes
493
+
494
+ * Sort host keys to remove useless warnings in metadata when ssh-keyscan returns different sort ([bb169d9b](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/bb169d9b4435cd02b4ea134d9de5db873811e35a))
495
+
496
+ # [23.4.1](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v23.4.0...v23.4.1) (2020-09-14)
497
+
498
+ ### Fixes
499
+
500
+ * Improved tests output with timings and harmonized logging ([0344e9ba](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/0344e9bad49d5b3b673d56d35cb29895ce1d7344))
501
+
502
+ # [23.4.0](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v23.3.2...v23.4.0) (2020-09-14)
503
+
504
+ ### New features
505
+
506
+ * [Feature] Added Proxmox plugin as a provisioner ([5e5b0e3e](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/5e5b0e3e1d5803d82cad4c3369be6a7124c20e08))
507
+
508
+ # [23.3.2](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v23.3.1...v23.3.2) (2020-09-11)
509
+
510
+ ### Fixes
511
+
512
+ * [Hotfix] Bug correction when parsing plugins from packed Rubygems containing non-standard chars ([a69c7894](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/a69c7894dd19134ca7d3f6201f69ed20f2180171))
513
+
514
+ # [23.3.1](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v23.3.0...v23.3.1) (2020-09-11)
515
+
516
+ ### Fixes
517
+
518
+ * [Hotfix] Missing require ([81e6dd20](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/81e6dd201ab60f2c9463020826cf9e3c6b35456a))
519
+
520
+ # [23.3.0](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v23.2.0...v23.3.0) (2020-09-11)
521
+
522
+ ### New features
523
+
524
+ * [Feature] Provisioner used for tests is now configurable in platforms.rb ([b34b4dd0](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/b34b4dd00056ee0a60ffa4c2808ca7a01177d56b))
525
+
526
+ # [23.2.0](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v23.1.2...v23.2.0) (2020-09-11)
527
+
528
+ ### New features
529
+
530
+ * [Feature] Plugins can now define the DSL they want in platforms.rb ([a0ff2c24](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/a0ff2c24154e2c8a25d681b29f505c8d3c8a2ddc))
531
+
532
+ # [23.1.2](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v23.1.1...v23.1.2) (2020-09-11)
533
+
534
+ ### Fixes
535
+
536
+ * Add user name to environments to better track belongings in shared provisioners ([8618a51f](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/8618a51f50242be5f444b0de573452df59bd96fc))
537
+
538
+ # [23.1.1](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v23.1.0...v23.1.1) (2020-09-11)
539
+
540
+ ### Fixes
541
+
542
+ * Corrected useless debug logs in tests by simplifying loggers initialization ([26c6b09c](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/26c6b09c6bc5c3da09898caa654133a8a0590d43))
543
+
544
+ # [23.1.0](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v23.0.0...v23.1.0) (2020-09-11)
545
+
546
+ ### New features
547
+
548
+ * [Feature] Add Podman as a Provisioner plugin ([f98510cf](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/f98510cf12b7b76a914fcc8813dc25c21fb831e6))
549
+
550
+ # [23.0.0](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v22.1.0...v23.0.0) (2020-09-11)
551
+
552
+ ### Breaking changes
553
+
554
+ * [Breaking] Added the concept of Provisioner and corresponding plugins to provision infra ([bcd9dae5](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/bcd9dae5695d94e1b16d8a0362e68279e2271c70))
555
+
556
+ # [22.1.0](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v22.0.0...v22.1.0) (2020-09-11)
557
+
558
+ ### New features
559
+
560
+ * [Feature] Plugins can validate their dependencies before registration ([181bc3a3](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/181bc3a3658be41779f8fb66511ae4de356b138d))
561
+
562
+ # [22.0.0](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v21.0.0...v22.0.0) (2020-09-11)
563
+
564
+ ### Breaking changes
565
+
566
+ * [Breaking] Harmonized the way plugins are integrated for any kind of plugin ([7a2dd942](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/7a2dd942012df2fa976e6d4ff3aec8694f3dc5a3))
567
+
568
+ # [21.0.0](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v20.0.0...v21.0.0) (2020-08-11)
569
+
570
+ ### Breaking changes
571
+
572
+ * [Breaking] Renamed CI concepts into generic Jenkins CI and moved its configuration in platforms.rb ([ea665054](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/ea6650545246c6d6b426af7254d958d90ad491b7))
573
+
574
+ # [20.0.0](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v19.3.0...v20.0.0) (2020-08-11)
575
+
576
+ ### Breaking changes
577
+
578
+ * [Breaking] Harmonized and hardened the way credentials to external services are being set ([960c4a52](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/960c4a527bfdcabc0d03da9cc7bec5508b524550))
579
+
580
+ # [19.3.0](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v19.2.0...v19.3.0) (2020-08-10)
581
+
582
+ ### New features
583
+
584
+ * [Feature] Move Confluence configuration to platforms.rb so that it is not hardcoded anymore in Conductor ([04ba777a](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/04ba777afe37504ee11c8d57d22d1489801c2303))
585
+
586
+ ### Fixes
587
+
588
+ * Log unhandled Docker exceptions - should not happen, but help in debugging when it does ([8ae4c9cb](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/8ae4c9cb382b1b14f850c0ffe52c62e46dfda788))
589
+ * Report errors instead of failing when no connector is available to a node ([dad1d671](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/dad1d671a8d3101248fb6d510cbe6373b08d0adb))
590
+
591
+ # [19.2.0](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v19.1.2...v19.2.0) (2020-08-07)
592
+
593
+ ### New features
594
+
595
+ * [Feature] Remove My_company references from Bitbucket configuration ([007b75be](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/007b75beeecfd791b04efaf34d725852821401a2))
596
+
597
+ # [19.1.2](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v19.1.1...v19.1.2) (2020-07-27)
598
+
599
+ ### Fixes
600
+
601
+ * Make Docker tests use retries during deployments for non-deterministic failures ([c4774fa8](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/c4774fa89659d2848f1776b07b4735ad3ee29db5))
602
+ * Merge pull request #141 in PROJECThybrid_platforms_conductor from ~USERNME/hybrid_platforms_conductor:PROJECT-757_command_line_option_to_retries to master ([ff2c8965](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/ff2c896552e1eeef7aceadbc4b25c23c355e3e7b))
603
+
604
+ # [19.1.1](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v19.1.0...v19.1.1) (2020-07-27)
605
+
606
+ ### Fixes
607
+
608
+ * Remove duplicate info in logs and make sure lines don't get appended ([8eb54b5c](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/8eb54b5c719ebdd8e3e1f93b416e1e659c1e9932))
609
+ * Add nbr_retries_on_error accessor in the Deployer API to retry non-deterministic errors ([431eb9ed](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/431eb9ed1576277dafbbbc318a82bbb275f12afe))
610
+
611
+ # [19.1.0](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v19.0.0...v19.1.0) (2020-07-06)
612
+
613
+ ### New features
614
+
615
+ * [Feature] Add get_impacted_nodes executable to have simple reports on nodes impacted by a git diff ([5ebb4f8f](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/5ebb4f8ffc3382c51ccd0a8553e85a369bcd1c91))
616
+ * [Feature] Add a new nodes selector to select based on nodes impacted by a git diff ([0638f6a3](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/0638f6a3c0b6476e37d23a445a03fd09984f1648))
617
+
618
+ # [19.0.0](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v18.3.4...v19.0.0) (2020-07-06)
619
+
620
+ ### Breaking changes
621
+
622
+ * [Breaking] Make stderr available to tests running remote commands on nodes ([1d7455cd](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/1d7455cd380fa34ae330a83ebffe2745cc5cf924))
623
+
624
+ ### New features
625
+
626
+ * [Feature] Add impacted_nodes_from_git_diff in NodesHandler API ([852b0089](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/852b00897dd02c71a64c0578c336d2a7d6055472))
627
+ * [Feature] Add a way to specify idempotence exceptions at tasks level from hpc.json ([8e496ff8](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/8e496ff88afd9a4d8518f1488ae0d833cabf13fd))
628
+
629
+ ### Fixes
630
+
631
+ * Group Docker tests in 1 test to save Docker resources on the CI ([2936ece3](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/2936ece328916dc9475bace2183bcc44e1bfd653))
632
+ * Make Docker container handling more robust ([a6294e9a](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/a6294e9af3ca5f9009db24d2053f5c94e8110dc0))
633
+ * Moved orphan files exceptions to hpc.json ([a13ce57d](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/a13ce57ddab1cb9260b5927204a0384d9e0acdb7))
634
+ * Make sure files are accessed using absolute paths to avoid thread-safety issues with current directory setting ([4c26ddbd](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/4c26ddbdbb38c8f58630c0a376836c74a1cbf986))
635
+
636
+ # [18.3.4](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v18.3.3...v18.3.4) (2020-06-30)
637
+
638
+ ### Fixes
639
+
640
+ * Workaround IPs being changed during tests by CI ([9f30af36](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/9f30af36d9518294316eab6723a32e3d354eab59))
641
+
642
+ # [18.3.3](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v18.3.2...v18.3.3) (2020-06-26)
643
+
644
+ ### Fixes
645
+
646
+ * Make sure tests won't fail because of local SSH settings ([0610991e](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/0610991e3e901771209ed98a26e93364c0cccf28))
647
+ * Increase Docker container start timeouts as CI is really slow ([574a2e46](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/574a2e46e7e24d28f5910b6cf252a649569c188e))
648
+
649
+ # [18.3.2](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v18.3.1...v18.3.2) (2020-06-26)
650
+
651
+ ### Fixes
652
+
653
+ * Dump Docker logs in case of errors even if not in debug mode ([c58331df](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/c58331df13296fa412eabe933c7fd6c88a80ef1b))
654
+ * Make git linear strategy test less verbose ([b10a4791](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/b10a479183fcde7c1137eabe041dde27d7c87d2a))
655
+
656
+ # [18.3.1](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v18.3.0...v18.3.1) (2020-06-26)
657
+
658
+ ### Fixes
659
+
660
+ * Bug correction that did not detect missing root access correctly ([b4a46a66](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/b4a46a66a20ceac06ac59960a2689623f309fda9))
661
+
662
+ # [18.3.0](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v18.2.9...v18.3.0) (2020-06-26)
663
+
664
+ ### New features
665
+
666
+ * [Feature] Make CmdRunner able to expect several exit codes ([33e8a3ff](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/33e8a3ff77133e86f76b39537e4537d7e67b8152))
667
+
668
+ # [18.2.9](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v18.2.8...v18.2.9) (2020-06-19)
669
+
670
+ ### Fixes
671
+
672
+ * Dump detailed differences in case of idempotence failures ([f9139c08](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/f9139c08f50f5d983a5cea28d51f4c8ce2cd1bfb))
673
+
674
+ # [18.2.8](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v18.2.7...v18.2.8) (2020-06-17)
675
+
676
+ ### Fixes
677
+
678
+ * Update Ruby install doc now that 2.7 is used in CI ([33765afc](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/33765afce20fb5a731310d1c1f6e6345d055f110))
679
+
680
+ # [18.2.7](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v18.2.6...v18.2.7) (2020-06-15)
681
+
682
+ ### Fixes
683
+
684
+ * Corrected Spectre test ([b5669230](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/b5669230fd86f4d7160b40dc1be1ea44f0e3635a))
685
+
686
+ # [18.2.6](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v18.2.5...v18.2.6) (2020-06-15)
687
+
688
+ ### Fixes
689
+
690
+ * Dump call trace when an exception arises during check-node in debug mode ([f018ca08](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/f018ca087705f36c53a584e14b4f32abb0259706))
691
+
692
+ # [18.2.5](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v18.2.4...v18.2.5) (2020-06-15)
693
+
694
+ ### Fixes
695
+
696
+ * Add divergence test - what was previously achieved by the chef_woulds test, now generic ([3ca11868](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/3ca118687a07e2bd3a34de0d2dbd50b46d597901))
697
+
698
+ # [18.2.4](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v18.2.3...v18.2.4) (2020-06-15)
699
+
700
+ ### Fixes
701
+
702
+ * Make sure idempotence tests don't fail because of root access being removed ([7cf47697](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/7cf47697a2d86e7862c40124ffbdd1f6de152254))
703
+
704
+ # [18.2.3](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v18.2.2...v18.2.3) (2020-06-15)
705
+
706
+ ### Fixes
707
+
708
+ * Factorize tests at service-level logic ([5237930f](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/5237930f1a39adf3bd05e1f45447b1c512ad7a4f))
709
+
710
+ # [18.2.2](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v18.2.1...v18.2.2) (2020-06-15)
711
+
712
+ ### Fixes
713
+
714
+ * Automatically reuse Docker containers in debug mode to ease local debugging ([a07a990f](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/a07a990fd53fe1ec7a1bf833f882bca59042423b))
715
+
716
+ # [18.2.1](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v18.2.0...v18.2.1) (2020-06-15)
717
+
718
+ ### Fixes
719
+
720
+ * Retry SSH connections when remote system is booting up ([0c645b2a](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/0c645b2aefc233fe223d6b703362b29dfd5d7613))
721
+
722
+ # [18.2.0](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v18.1.0...v18.2.0) (2020-06-15)
723
+
724
+ ### New features
725
+
726
+ * [Feature] Parse deployment logs to check tasks in detail for idempotence ([4553565b](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/4553565bcc934956085bae6a819b797393cc0f0e))
727
+
728
+ # [18.1.0](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v18.0.4...v18.1.0) (2020-06-15)
729
+
730
+ ### New features
731
+
732
+ * [Feature] Make the --secrets option able to fetch secrets directly from a Thycotic Secret Server ([029a533c](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/029a533c2a9d4002dd363fec9c81c28417d92ea1))
733
+
734
+ # [18.0.4](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v18.0.3...v18.0.4) (2020-06-15)
735
+
736
+ ### Fixes
737
+
738
+ * stdout logs are saved in deployment logs even when deployment fails ([005fe6da](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/005fe6da2dcefaa1fe8b35743a41c08cc9f856ac))
739
+
740
+ # [18.0.3](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v18.0.2...v18.0.3) (2020-06-15)
741
+
742
+ ### Fixes
743
+
744
+ * Pass nodes to be deployed to prepare_for_deploy ([2164fee3](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/2164fee3204fdae75ddd7874cba245ed22ac3c99))
745
+
746
+ # [18.0.2](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v18.0.1...v18.0.2) (2020-06-15)
747
+
748
+ ### Fixes
749
+
750
+ * [Breaking] Renamed ssh_run into run ([e6ad77f8](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/e6ad77f8a13dece5d8e8155827839c8f75d3dfb4))
751
+
752
+ # [18.0.1](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v18.0.0...v18.0.1) (2020-06-15)
753
+
754
+ ### Fixes
755
+
756
+ * [Breaking] Renamed SSH Executor to Actions Executor ([2d1aa9e6](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/2d1aa9e6c0600dc3aeae6fb6bb785f09d409b3d1))
757
+
758
+ # [18.0.0](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v17.0.1...v18.0.0) (2020-06-15)
759
+
760
+ ### Breaking changes
761
+
762
+ * [Breaking] Support for connectors plugins to connect with ssh or other means to our nodes ([49a326c6](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/49a326c68d3bc28f2b83a82783c449e87043e4c6))
763
+
764
+ # [17.0.1](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v17.0.0...v17.0.1) (2020-06-01)
765
+
766
+ ### Fixes
767
+
768
+ * Add v40 into nodes having remote mounts ([671ed543](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/671ed543d0cfc1a951f8e06d2b983c82bf9bbc80))
769
+
770
+ # [17.0.0](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v16.1.2...v17.0.0) (2020-06-01)
771
+
772
+ ### Breaking changes
773
+
774
+ * [Breaking] Make the dry_run switch specific to the CmdRunner API only ([0bc2a574](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/0bc2a574f97705c9dd1f8bed80f4bec85fcf9e65))
775
+
776
+ # [16.1.2](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v16.1.1...v16.1.2) (2020-06-01)
777
+
778
+ ### Fixes
779
+
780
+ * Organized actions' tests by plugin ([58edaaf0](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/58edaaf0b8d91d9b619fe9d7c3e78f1e7fd6f99e))
781
+
782
+ # [16.1.1](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v16.1.0...v16.1.1) (2020-06-01)
783
+
784
+ ### Fixes
785
+
786
+ * Better error reporting when multi-threaded code fails ([9876482c](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/9876482c48cbcc0b0d26aa1d393afa30d822b0f5))
787
+
788
+ # [16.1.0](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v16.0.4...v16.1.0) (2020-06-01)
789
+
790
+ ### New features
791
+
792
+ * [Feature] Add ability to override and invalidate metadata in NodesHandler ([8df19598](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/8df19598b7014cb14006e3602671ee8eb2d3c75c))
793
+
794
+ ### Fixes
795
+
796
+ * Handle Jenkins' null status for running builds ([b91a658a](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/b91a658a25d973daf58a6ff5f1badd7aebee88ff))
797
+
798
+ # [16.0.4](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v16.0.3...v16.0.4) (2020-06-01)
799
+
800
+ ### Fixes
801
+
802
+ * Make sure non-finished lines are logged correctly ([e8b8b254](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/e8b8b254d529d74cb9f87459493dca5b8a521a72))
803
+
804
+ # [16.0.3](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v16.0.2...v16.0.3) (2020-06-01)
805
+
806
+ ### Fixes
807
+
808
+ * Add titles on progress bars for better output ([b524d696](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/b524d696d5371b7a4127cc0c42c911a240607499))
809
+
810
+ # [16.0.2](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v16.0.1...v16.0.2) (2020-06-01)
811
+
812
+ ### Fixes
813
+
814
+ * Better ssh_run logging when in debug mode ([31468c6c](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/31468c6cb8524b39c692512f207b872e4a7db2a4))
815
+ * Merge pull request #107 in PROJECThybrid_platforms_conductor from ~USERNME/hybrid_platforms_conductor:add_tcorvazier to master ([12d2e2df](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/12d2e2df2ab2272f9694c8e90b33d7a9714835a2))
816
+
817
+ # [16.0.1](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v16.0.0...v16.0.1) (2020-05-20)
818
+
819
+ ### Fixes
820
+
821
+ * Take host keys from CMDB and use them to generate known_hosts file ([cd03c51a](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/cd03c51ab07698149c3d55bee0e327c3901180b8))
822
+
823
+ # [16.0.0](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v15.0.0...v16.0.0) (2020-05-20)
824
+
825
+ ### Breaking changes
826
+
827
+ * [Breaking] Moved connection logic from NodesHandler to SshExecutor so that metadata is used to decide connection details ([133ba94e](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/133ba94e49ddcb94f05c76a33469288fb4d3be4c))
828
+
829
+ # [15.0.0](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v14.1.1...v15.0.0) (2020-05-20)
830
+
831
+ ### Breaking changes
832
+
833
+ * [Breaking] Support for CMDBs in NodesHandler ([33a4fc0f](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/33a4fc0f78dd3a86f468f62bc92582ef1ccfeae2))
834
+
835
+ ### Fixes
836
+
837
+ * Bug correction messing up log files of commands run in parallel ([eeaad8cb](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/eeaad8cb432d9060a41b8e634ecce369f924f7dd))
838
+
839
+ # [14.1.1](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v14.1.0...v14.1.1) (2020-05-19)
840
+
841
+ ### Fixes
842
+
843
+ * ControlMasters used by SSH connections are now protected in multi-process environment ([1c697885](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/1c69788543965bf8afd532fb6d37e075ae980bd5))
844
+
845
+ # [14.1.0](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v14.0.2...v14.1.0) (2020-05-19)
846
+
847
+ ### New features
848
+
849
+ * [Feature] Add a way for ssh config to be generated for a given set of nodes ([78c8230a](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/78c8230a1ce68c85b5f5971fcf69f6d70f66024d))
850
+
851
+ # [14.0.2](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v14.0.1...v14.0.2) (2020-05-19)
852
+
853
+ ### Fixes
854
+
855
+ * Don't update known_hosts file if the host is already registered in it ([6b256e2f](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/6b256e2fb94fffae53624f07a097b08eab701d85))
856
+
857
+ # [14.0.1](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v14.0.0...v14.0.1) (2020-05-19)
858
+
859
+ ### Fixes
860
+
861
+ * Removed ssh directory locks by having 1 different dir per usage ([f90a2132](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/f90a21327c9d5b4953ef6f1aaeec405d797392ea))
862
+
863
+ # [14.0.0](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v13.0.0...v14.0.0) (2020-04-29)
864
+
865
+ ### Breaking changes
866
+
867
+ * Merge branch 'PROJECT-565_better_actions' ([c14ec24e](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/c14ec24ee6213525b41cce36469f4bd64a2b4832))
868
+
869
+ # [13.0.0](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v12.4.5...v13.0.0) (2020-04-29)
870
+
871
+ ### Breaking changes
872
+
873
+ * [Breaking] Associate several services to a node instead of just 1 ([4c95f239](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/4c95f239e846ad4192ecd36d906aaa5596ea6ba4))
874
+
875
+ ### New features
876
+
877
+ * [Feature] Add a way for CmdRunner to log stdout and stderr in IO streams ([aae21f4e](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/aae21f4e0ba4c5e72906e10030c1a4dd743942bd))
878
+
879
+ ### Fixes
880
+
881
+ * [Hotfix] Correct test cases wrong because of conflicting PRs merged in parallel ([702eda67](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/702eda67b7d357c687989bbdf52e1632e4ea35f4))
882
+
883
+ # [12.4.5](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v12.4.4...v12.4.5) (2020-04-29)
884
+
885
+ ### Fixes
886
+
887
+ * Make sure host IPs are among known hosts to avoid SSH warnings because of CheckHostIp ([0d465601](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/0d4656011b1a338056e16fdcf5ca695a187dcd9f))
888
+
889
+ # [12.4.4](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v12.4.3...v12.4.4) (2020-04-29)
890
+
891
+ ### Fixes
892
+
893
+ * Improved logging of tests run ([c84b63d2](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/c84b63d2107b523b578c1d671e94edad63ef0bee))
894
+
895
+ # [12.4.3](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v12.4.2...v12.4.3) (2020-04-23)
896
+
897
+ ### Fixes
898
+
899
+ * Improve error reporting when using an invalid nodes list ([1e5d50dd](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/1e5d50ddae93f50f576ec8e7cd6ae75b88fc2822))
900
+ * Merge pull request #86 in PROJECThybrid_platforms_conductor from ~USERNME/hybrid_platforms_conductor:PROJECT-565_better_stdout_reports to master ([70821952](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/70821952ff5f4f0c2bdfe7a25f5881896ef19fd4))
901
+ * Merge pull request #86 in PROJECThybrid_platforms_conductor from ~USERNME/hybrid_platforms_conductor:PROJECT-565_better_stdout_reports to master ([70821952](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/70821952ff5f4f0c2bdfe7a25f5881896ef19fd4))
902
+ * Merge pull request #81 in PROJECThybrid_platforms_conductor from ~USERNME/hybrid_platforms_conductor:PROJECT-565_increase_timeouts to master ([97bde852](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/97bde8528e2178de790af09c92cfda8fd4c758d9))
903
+ * Added support for Debian 10 ([d7bd39d3](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/d7bd39d36c60682aa35b1836fef02ef3abd0d70d))
904
+
905
+ # [12.4.2](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v12.4.1...v12.4.2) (2020-04-21)
906
+
907
+ ### Fixes
908
+
909
+ * Removed magic numbers ([1a7ee61f](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/1a7ee61fc612d2f6a38c940822cb6b59a2bcfa2d))
910
+
911
+ # [12.4.1](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v12.4.0...v12.4.1) (2020-04-07)
912
+
913
+ ### Fixes
914
+
915
+ * Corrected bug displaying errors about frozen strings when password is taken from environment ([ae2a7d69](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/ae2a7d692e812501611ab52dc60c0019af4a10c2))
916
+
917
+ # [12.4.0](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v12.3.1...v12.4.0) (2020-04-08)
918
+
919
+ ### New features
920
+
921
+ * [Feature] Add command-line options to tune max threads run for SSH, nodes and platform tests ([e962d8a7](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/e962d8a723a113183a0e31100775fd181cf6af0c))
922
+
923
+ ### Fixes
924
+
925
+ * Merge pull request #76 in PROJECThybrid_platforms_conductor from ~USERNME/hybrid_platforms_conductor:PROJECT-319_certificates_only_in_local to master ([c7515666](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/c7515666298754ed98e5d8a2ae5f71c52d7566f6))
926
+ * Merge pull request #76 in PROJECThybrid_platforms_conductor from ~USERNME/hybrid_platforms_conductor:PROJECT-319_certificates_only_in_local to master ([c7515666](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/c7515666298754ed98e5d8a2ae5f71c52d7566f6))
927
+
928
+ # [12.3.1](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v12.3.0...v12.3.1) (2020-04-06)
929
+
930
+ ### Fixes
931
+
932
+ * Updated doc using new way of installing bundler ([5506edb8](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/5506edb8119ca98c32af573bc4550feb09e90c58))
933
+
934
+ # [12.3.0](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v12.2.0...v12.3.0) (2020-04-02)
935
+
936
+ ### New features
937
+
938
+ * [Feature] Check for semantic tags set correctly in our repos ([046a3e74](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/046a3e74f8adb876136db23a5a7b9422ec9ab5a9))
939
+
940
+ # [12.2.0](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v12.1.0...v12.2.0) (2020-04-02)
941
+
942
+ ### New features
943
+
944
+ * [Feature] Use hpc_certificates variable to automatically install SSL certificates on nodes ([ca50e64a](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/ca50e64a63e2f3093c6c9bf770c0f991d9b6b402))
945
+
946
+ # [12.1.0](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v12.0.0...v12.1.0) (2020-03-31)
947
+
948
+ ### New features
949
+
950
+ * [Feature] New test checking that CI builds on master are successful + Better netrc usage + Simple CI mixin ([03c6ac85](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/03c6ac85c8b23173f3778d3c54b8ee6da2fcbfc3))
951
+
952
+ # [12.0.0](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v11.2.1...v12.0.0) (2020-03-25)
953
+
954
+ ### Breaking changes
955
+
956
+ * [Feature] Make platform tests runnable in parallel for Molecule + Platforms can register new test plugins ([3fe397a2](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/3fe397a2b69d0b7b21ecf64c050f3ca7f7da88f7))
957
+
958
+ ### New features
959
+
960
+ * [Feature] Take CI credentials from env vars + Workaround Bitbucket's unstability ([5ac911a5](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/5ac911a5cbaf51738f9bd5a586d2dd4eba4393a9))
961
+
962
+ # [11.2.1](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v11.2.0...v11.2.1) (2020-03-23)
963
+
964
+ ### Fixes
965
+
966
+ * Remove checks for obsolete users among reviewers ([1c2c075d](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/1c2c075dee13c2ea5e307702e794df31e47d3caa))
967
+
968
+ # [11.2.0](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v11.1.0...v11.2.0) (2020-02-10)
969
+
970
+ ### New features
971
+
972
+ * [Feature] Add new test validating that each repository has a corresponding CI job ([e9cee4c6](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/e9cee4c647d6ed82ff4958ba4981e66696863afa))
973
+
974
+ # [11.1.0](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v11.0.3...v11.1.0) (2020-02-04)
975
+
976
+ ### New features
977
+
978
+ * [Feature] Add Bitbucket configuration testing ([b6b6f8af](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/b6b6f8af2336b8b3cc8e671d5669a95af4691a7f))
979
+
980
+ # [11.0.3](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v11.0.2...v11.0.3) (2020-01-17)
981
+
982
+ ### Fixes
983
+
984
+ * Configure a hostname for tests run in Docker ([11c9fae5](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/11c9fae51eb7ba0cd0060b0a770c22c3b2fe3388))
985
+
986
+ # [11.0.2](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v11.0.1...v11.0.2) (2019-12-18)
987
+
988
+ ### Fixes
989
+
990
+ * added bind to cgroup volume in docker container creation to enable systemd ([7992ab14](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/7992ab14460a9411db31a984cbe91c2ba398aebf))
991
+
992
+ # [11.0.1](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v11.0.0...v11.0.1) (2019-09-17)
993
+
994
+ ### Fixes
995
+
996
+ * Better tests report: less verbose, more efficient ([e04c820f](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/e04c820f6175a46fcd1a0cecf232ed4cf3337cd9))
997
+
998
+ # [11.0.0](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v10.0.0...v11.0.0) (2019-09-17)
999
+
1000
+ ### Breaking changes
1001
+
1002
+ * [Breaking] Clean up and harmonized command line and env variables interfaces ([ddf1d522](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/ddf1d5224dcb6ac7edf75a7e9b62495766b9a1b7))
1003
+
1004
+ # [10.0.0](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v9.0.0...v10.0.0) (2019-09-17)
1005
+
1006
+ ### Breaking changes
1007
+
1008
+ * Clean up last components' API ([8b76845c](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/8b76845c8750c9f5088ae5ff136d53e717af942e))
1009
+
1010
+ # [9.0.0](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v8.0.0...v9.0.0) (2019-09-17)
1011
+
1012
+ ### Breaking changes
1013
+
1014
+ * Clean up api deployer ([01b7d71b](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/01b7d71be4d2761f52fec76efe8d1b9c8d63b04b))
1015
+
1016
+ # [8.0.0](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v7.0.1...v8.0.0) (2019-09-11)
1017
+
1018
+ ### Breaking changes
1019
+
1020
+ * Clean up API of SSH Executor ([8a215ee3](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/8a215ee397360b24be58799d2185c38c7e6a6e9e))
1021
+
1022
+ # [7.0.1](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v7.0.0...v7.0.1) (2019-09-11)
1023
+
1024
+ ### Fixes
1025
+
1026
+ * Clean up api platforms handler ([698d61d0](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/698d61d08330db0c2d45eff689cd3ee3fe3770f7))
1027
+
1028
+ # [7.0.0](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v6.10.0...v7.0.0) (2019-09-11)
1029
+
1030
+ ### Breaking changes
1031
+
1032
+ * Clean up api of NodesHandler ([0b1011e2](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/0b1011e243e9741de2a36432570acf6ca505b307))
1033
+
1034
+ # [6.10.0](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v6.9.0...v6.10.0) (2019-09-11)
1035
+
1036
+ ### New features
1037
+
1038
+ * [Feature] Better reporting expected errors in tests: no more useless logging + Count them as errors without failing ([cc566239](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/cc566239b3994f609119851de39b8ade239b7932))
1039
+
1040
+ # [6.9.0](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v6.8.1...v6.9.0) (2019-09-11)
1041
+
1042
+ ### New features
1043
+
1044
+ * Add tests + Clarified API by adding new accessors + Some bug corrections found during testing ([1a2cb2f5](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/1a2cb2f592a19dd35b8b84e9829b1ed85cd06f49))
1045
+
1046
+ # [6.8.1](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v6.8.0...v6.8.1) (2019-08-19)
1047
+
1048
+ ### Fixes
1049
+
1050
+ * Make Docker tests be run only on 1 node per service and platform ([b4a52dd5](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/b4a52dd5ec10cd0da22b699b6e2bb89809961e01))
1051
+ * Bug correction on check-node tests result gathering ([dd9cca5e](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/dd9cca5e4ffe6c98d9af784175717f204cdc03b1))
1052
+
1053
+ # [6.8.0](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v6.7.0...v6.8.0) (2019-08-16)
1054
+
1055
+ ### New features
1056
+
1057
+ * [Feature] Added --password option to use optional interactive mode when we need passwords on SSH connections ([fd1e50cf](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/fd1e50cff21227994671ba0be1fe0b4166d178ce))
1058
+
1059
+ ### Fixes
1060
+
1061
+ * Bug corrections on report tool ([c1a4266a](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/c1a4266a93d99153b268c91762670b2e12285511))
1062
+
1063
+ # [6.7.0](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v6.6.0...v6.7.0) (2019-08-16)
1064
+
1065
+ ### New features
1066
+
1067
+ * [Feature] Add the concept of services associated to nodes + Select nodes by service ([70a87f15](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/70a87f15befc704b446e9107dc23e475f6553a7b))
1068
+
1069
+ # [6.6.0](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v6.5.9...v6.6.0) (2019-08-16)
1070
+
1071
+ ### New features
1072
+
1073
+ * [Feature] More intelligent linear strategy test that handles linear strategies with explicit merge commits ([dee6438a](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/dee6438a7251ffa6d3b6330e99a214c47bc5a4f1))
1074
+
1075
+ # [6.5.9](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v6.5.8...v6.5.9) (2019-08-06)
1076
+
1077
+ ### Fixes
1078
+
1079
+ * Republish ([beffa548](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/beffa548cd5ff673600dce14e7729e0e51871817))
1080
+
1081
+ # [6.5.8](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v6.5.7...v6.5.8) (2019-08-06)
1082
+
1083
+ ### Fixes
1084
+
1085
+ * Promote automatically ([8f461043](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/8f461043e217434619fc52fb0ba04bc6c70edc3e))
1086
+
1087
+ # [6.5.7](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v6.5.5...v6.5.7) (2019-08-06)
1088
+
1089
+ ### Fixes
1090
+
1091
+ * Bump to republish ([b097ed65](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/b097ed654c4b3285f566289f4ae029494d8e1de0))
1092
+
1093
+ # [6.5.5](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v6.5.4...v6.5.5) (2019-08-06)
1094
+
1095
+ ### Fixes
1096
+
1097
+ * Hotfix to publish correctly ([74a88b38](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/74a88b3854e2f86954ed7cf510ed936081884198))
1098
+
1099
+ # [6.5.4](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v6.5.3...v6.5.4) (2019-08-05)
1100
+
1101
+ ### Fixes
1102
+
1103
+ * Bump to redeploy ([905c7efe](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/905c7efe6922d0f1e0922556c7d7b382c7c0041f))
1104
+
1105
+ # [6.5.3](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v6.5.2...v6.5.3) (2019-08-05)
1106
+
1107
+ ### Fixes
1108
+
1109
+ * Try publishing Gems correctly ([20cf5dea](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/20cf5dea55db71ee52603c10dbf3e3a26a82ae11))
1110
+
1111
+ # [6.5.2](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v6.5.1...v6.5.2) (2019-08-05)
1112
+
1113
+ ### Fixes
1114
+
1115
+ * Forgot comment ([663f4e72](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/663f4e728c232dd2f5eff09df7b08d854a790f0d))
1116
+
1117
+ # [6.5.1](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v6.5.0...v6.5.1) (2019-08-01)
1118
+
1119
+ ### Fixes
1120
+
1121
+ * Use new dev workflow ([db6bbfa4](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/db6bbfa40839891767ce04977b7ac1d662fbc087))