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'