diff --git a/changelogs/fragments/support_tunnel_modules.yml b/changelogs/fragments/support_tunnel_modules.yml index e349587c5..4cd6a7d0a 100644 --- a/changelogs/fragments/support_tunnel_modules.yml +++ b/changelogs/fragments/support_tunnel_modules.yml @@ -2,3 +2,6 @@ major_changes: - Added support_tunnel_info module. (https://github.com/ScaleComputing/HyperCoreAnsibleCollection/pull/92) - Added support_tunnel module. (https://github.com/ScaleComputing/HyperCoreAnsibleCollection/pull/92) + +bugfixes: + - In support_tunnel module added handling case when code is already in use by another tunnel. Also if tunnel is already opened, it is now possible to re-open it with different code. (https://github.com/ScaleComputing/HyperCoreAnsibleCollection/pull/141) diff --git a/changelogs/fragments/version_update.yml b/changelogs/fragments/version_update.yml new file mode 100644 index 000000000..c1b5097b2 --- /dev/null +++ b/changelogs/fragments/version_update.yml @@ -0,0 +1,3 @@ +--- +major_changes: + - Added version_update, version_update_info and version_update_status_info module. (https://github.com/ScaleComputing/HyperCoreAnsibleCollection/pull/135)