Skip to content

Commit 9004abb

Browse files
authored
Merge pull request #328 from ScaleComputing/release-1.6.0
Release 1.6.0
2 parents 4c6828a + 19c6926 commit 9004abb

File tree

5 files changed

+23
-6
lines changed

5 files changed

+23
-6
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ Scale\_Computing.Hypercore Release Notes
44

55
.. contents:: Topics
66

7+
v1.6.0
8+
======
9+
10+
Minor Changes
11+
-------------
12+
13+
- Role `cluster_config` invokes multiple cluster configuration modules. If one module fails, the role now continues with other modules to apply as many configuration changes as possible. (https://github.com/ScaleComputing/HyperCoreAnsibleCollection/pull/322)
14+
715
v1.5.0
816
======
917

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This collection has been tested against following HyperCore cluster versions:
2525
- v9.1.14.208456
2626
- v9.2.13.211102
2727
- v9.3.5.212852
28-
- v9.4.0.213268
28+
- v9.4.17.215487
2929

3030
# Installation
3131

@@ -74,7 +74,7 @@ Usecases include:
7474
### Inventory plugins
7575

7676
<!--start Inventory plugin name list-->
77-
<!-- generated by _readme_fpy -->
77+
<!-- generated by ./docs/helpers/generate_readme_fragment.py -->
7878
| Inventory plugin name | Description |
7979
| --- | --- |
8080
| [scale_computing.hypercore.hypercore](https://scalecomputing.github.io/HyperCoreAnsibleCollection/collections/scale_computing/hypercore/hypercore_inventory.html) | Inventory source for Scale Computing HyperCore. |
@@ -83,7 +83,7 @@ Usecases include:
8383
### Modules
8484

8585
<!--start Module name list-->
86-
<!-- generated by _readme_fpy -->
86+
<!-- generated by ./docs/helpers/generate_readme_fragment.py -->
8787
| Module name | Description |
8888
| --- | --- |
8989
| [scale_computing.hypercore.api](https://scalecomputing.github.io/HyperCoreAnsibleCollection/collections/scale_computing/hypercore/api_module.html) | API interaction with Scale Computing HyperCore |
@@ -145,7 +145,7 @@ Usecases include:
145145
### Roles
146146

147147
<!--start Role name list-->
148-
<!-- generated by _readme_fpy -->
148+
<!-- generated by ./docs/helpers/generate_readme_fragment.py -->
149149
| Role name | Description |
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 |

changelogs/changelog.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,3 +269,12 @@ releases:
269269
fragments:
270270
- 20240508-url2template.yml
271271
release_date: '2024-05-21'
272+
1.6.0:
273+
changes:
274+
minor_changes:
275+
- Role `cluster_config` invokes multiple cluster configuration modules. If one
276+
module fails, the role now continues with other modules to apply as many configuration
277+
changes as possible. (https://github.com/ScaleComputing/HyperCoreAnsibleCollection/pull/322)
278+
fragments:
279+
- 20240702-cluster-config-fail-late.yml
280+
release_date: '2024-08-26'

docs/rst/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ This collection has been tested against following HyperCore cluster versions:
5252
- v9.1.14.208456
5353
- v9.2.13.211102
5454
- v9.3.5.212852
55-
- v9.4.0.213268
55+
- v9.4.17.215487

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.6.0-dev
4+
version: 1.6.0
55
readme: README.md
66
authors:
77
- XLAB Steampunk <[email protected]>

0 commit comments

Comments
 (0)