From 3b911f1a4275ce1a35802f10cdff59a467b90bdc Mon Sep 17 00:00:00 2001 From: Justin Cinkelj Date: Mon, 26 Aug 2024 09:13:29 +0200 Subject: [PATCH 1/4] docs: update readme fragments Signed-off-by: Justin Cinkelj --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0b8a239e..307fba69 100644 --- a/README.md +++ b/README.md @@ -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 | From 045ecd5d6de5424303f11d63830a5dc79d982a9b Mon Sep 17 00:00:00 2001 From: Justin Cinkelj Date: Mon, 26 Aug 2024 09:14:01 +0200 Subject: [PATCH 2/4] build: bump galaxy version to 1.6.0 Signed-off-by: Justin Cinkelj --- galaxy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From d458a49d2903260843fd552bb9353b0c434fd7b7 Mon Sep 17 00:00:00 2001 From: Justin Cinkelj Date: Mon, 26 Aug 2024 09:17:57 +0200 Subject: [PATCH 3/4] docs: update changelog Signed-off-by: Justin Cinkelj --- CHANGELOG.rst | 8 ++++++++ changelogs/changelog.yaml | 9 +++++++++ 2 files changed, 17 insertions(+) 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/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' From 19c692629dde9f09d023e8b4e913917556b369d7 Mon Sep 17 00:00:00 2001 From: Justin Cinkelj Date: Mon, 2 Sep 2024 22:55:44 +0200 Subject: [PATCH 4/4] docs: update tested HyperCore versions Signed-off-by: Justin Cinkelj --- README.md | 2 +- docs/rst/index.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 307fba69..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 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