Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions changelogs/fragments/support_tunnel_modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
3 changes: 3 additions & 0 deletions changelogs/fragments/version_update.yml
Original file line number Diff line number Diff line change
@@ -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)