You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+17-3Lines changed: 17 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,23 @@
1
-
=======================================
2
-
Scale_Computing.Hypercore Release Notes
3
-
=======================================
1
+
========================================
2
+
Scale\_Computing.Hypercore Release Notes
3
+
========================================
4
4
5
5
.. contents:: Topics
6
6
7
+
v1.4.0
8
+
======
9
+
10
+
Major Changes
11
+
-------------
12
+
13
+
- Allow changing VM `machine_type` using vm and vm_param modules. (https://github.com/ScaleComputing/HyperCoreAnsibleCollection/pull/287)
14
+
15
+
Minor Changes
16
+
-------------
17
+
18
+
- Added `vtpm` disk type to vm and vm_disks modules. (https://github.com/ScaleComputing/HyperCoreAnsibleCollection/pull/286)
19
+
- Fix `vm_rebooted` output value. The meaning needs to be "was VM rebooted". Some modules were still returning "VM needs to be rebooted (if it is running) to apply (some) changes".
20
+
- vm_nic module fails with descriptive message (no crash) if VM is missing.
0 commit comments