diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 036c92de..b2c076d0 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,14 @@ Scale\_Computing.Hypercore Release Notes .. contents:: Topics +v1.6.0 +====== + +Minor Changes +------------- + +- 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) + v1.5.0 ====== diff --git a/README.md b/README.md index 0b8a239e..33bfa720 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ This collection has been tested against following HyperCore cluster versions: - v9.1.14.208456 - v9.2.13.211102 - v9.3.5.212852 -- v9.4.0.213268 +- v9.4.17.215487 # Installation @@ -74,7 +74,7 @@ Usecases include: ### Inventory plugins - + | Inventory plugin name | Description | | --- | --- | | [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: ### Modules - + | Module name | Description | | --- | --- | | [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: ### Roles - + | Role name | Description | | --- | --- | | [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 | diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index df9bdc4e..771a94c4 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -269,3 +269,12 @@ releases: fragments: - 20240508-url2template.yml release_date: '2024-05-21' + 1.6.0: + changes: + minor_changes: + - 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) + fragments: + - 20240702-cluster-config-fail-late.yml + release_date: '2024-08-26' diff --git a/docs/rst/index.rst b/docs/rst/index.rst index f1633d49..2917fd3e 100644 --- a/docs/rst/index.rst +++ b/docs/rst/index.rst @@ -52,4 +52,4 @@ This collection has been tested against following HyperCore cluster versions: - v9.1.14.208456 - v9.2.13.211102 - v9.3.5.212852 - - v9.4.0.213268 + - v9.4.17.215487 diff --git a/galaxy.yml b/galaxy.yml index cd51cb0f..d3e75ba2 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: scale_computing name: hypercore -version: 1.6.0-dev +version: 1.6.0 readme: README.md authors: - XLAB Steampunk