Skip to content

Commit f010ad2

Browse files
authored
Merge pull request #316 from ScaleComputing/release-1.5.0
Release 1.5.0
2 parents d48b2b1 + b76adf3 commit f010ad2

File tree

5 files changed

+18
-3
lines changed

5 files changed

+18
-3
lines changed

.github/workflows/integ-test.yml

-2
Original file line numberDiff line numberDiff line change
@@ -306,8 +306,6 @@ jobs:
306306

307307
# On physical HyperCore
308308
integ-physical:
309-
strategy:
310-
fail-fast: false
311309
secrets: inherit
312310
uses: ./.github/workflows/z_ansible-test.yml
313311
with:

CHANGELOG.rst

+8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ Scale\_Computing.Hypercore Release Notes
44

55
.. contents:: Topics
66

7+
v1.5.0
8+
======
9+
10+
Major Changes
11+
-------------
12+
13+
- Added roles url2template and template2vm. (https://github.com/ScaleComputing/HyperCoreAnsibleCollection/pull/310)
14+
715
v1.4.0
816
======
917

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,8 @@ Usecases include:
150150
| --- | --- |
151151
| [scale_computing.hypercore.check_local_time](https://scalecomputing.github.io/HyperCoreAnsibleCollection/collections/scale_computing/hypercore/check_local_time_role.html) | Check if local time meets the required time interval |
152152
| [scale_computing.hypercore.cluster_config](https://scalecomputing.github.io/HyperCoreAnsibleCollection/collections/scale_computing/hypercore/cluster_config_role.html) | Configure HyperCore cluster |
153+
| [scale_computing.hypercore.template2vm](https://scalecomputing.github.io/HyperCoreAnsibleCollection/collections/scale_computing/hypercore/template2vm_role.html) | Clone a template VM to a regular VM |
154+
| [scale_computing.hypercore.url2template](https://scalecomputing.github.io/HyperCoreAnsibleCollection/collections/scale_computing/hypercore/url2template_role.html) | Download VM image from URL and create a template VM |
153155
| [scale_computing.hypercore.version_update_single_node](https://scalecomputing.github.io/HyperCoreAnsibleCollection/collections/scale_computing/hypercore/version_update_single_node_role.html) | Update single-node systems |
154156
<!--end Role name list-->
155157

changelogs/changelog.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -262,3 +262,10 @@ releases:
262262
- 20240212-vtpm-disk-type.yml
263263
- 20240226-change-machine-type.yml
264264
release_date: '2024-03-28'
265+
1.5.0:
266+
changes:
267+
major_changes:
268+
- Added roles url2template and template2vm. (https://github.com/ScaleComputing/HyperCoreAnsibleCollection/pull/310)
269+
fragments:
270+
- 20240508-url2template.yml
271+
release_date: '2024-05-21'

galaxy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
namespace: scale_computing
33
name: hypercore
4-
version: 1.5.0-dev
4+
version: 1.5.0
55
readme: README.md
66
authors:
77
- XLAB Steampunk <[email protected]>

0 commit comments

Comments
 (0)