Skip to content

Commit 09f2fc5

Browse files
committed
docs: bump version for 1.4.0
1 parent 02a1553 commit 09f2fc5

File tree

3 files changed

+32
-4
lines changed

3 files changed

+32
-4
lines changed

CHANGELOG.rst

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,23 @@
1-
=======================================
2-
Scale_Computing.Hypercore Release Notes
3-
=======================================
1+
========================================
2+
Scale\_Computing.Hypercore Release Notes
3+
========================================
44

55
.. contents:: Topics
66

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.
721

822
v1.3.0
923
======

changelogs/changelog.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,3 +248,17 @@ releases:
248248
- vm_info_module.yml
249249
- vm_snapshot_modules.yml
250250
release_date: '2023-07-07'
251+
1.4.0:
252+
changes:
253+
major_changes:
254+
- Allow changing VM `machine_type` using vm and vm_param modules. (https://github.com/ScaleComputing/HyperCoreAnsibleCollection/pull/287)
255+
minor_changes:
256+
- Added `vtpm` disk type to vm and vm_disks modules. (https://github.com/ScaleComputing/HyperCoreAnsibleCollection/pull/286)
257+
- Fix `vm_rebooted` output value. The meaning needs to be "was VM rebooted".
258+
Some modules were still returning "VM needs to be rebooted (if it is running)
259+
to apply (some) changes".
260+
- vm_nic module fails with descriptive message (no crash) if VM is missing.
261+
fragments:
262+
- 20240212-vtpm-disk-type.yml
263+
- 20240226-change-machine-type.yml
264+
release_date: '2024-03-28'

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
namespace: scale_computing
33
name: hypercore
4-
version: 1.4.0-dev
4+
version: 1.4.0
55
readme: README.md
66
authors:
77
- XLAB Steampunk <steampunk@xlab.si>

0 commit comments

Comments
 (0)