From 84353e6bedd7660f7a3ed3435566b9295d51edd4 Mon Sep 17 00:00:00 2001 From: Bernd Finger Date: Thu, 17 Jul 2025 15:09:51 +0200 Subject: [PATCH] collection: Prepare for v1.6.1 Changes which are included in this version: See the file CHANGELOG.rst which is part of this commit. Signed-off-by: Bernd Finger --- CHANGELOG.rst | 16 ++++++++++++++++ changelogs/changelog.yaml | 9 +++++++++ galaxy.yml | 2 +- 3 files changed, 26 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 86f545eb..41e7f80f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,22 @@ community.sap\_install Release Notes .. contents:: Topics +v1.6.1 +====== + +Release Summary +--------------- + +A few minor bug fixes + +Bugfixes +-------- + +- sap_*_preconfigure - Assert the presence of the IBM tools only if necessary (https://github.com/sap-linuxlab/community.sap_install/pull/1078) +- sap_*_preconfigure - Define needs-restarting also for RHEL 10 (https://github.com/sap-linuxlab/community.sap_install/pull/1071) +- sap_*_preconfigure - Define needs-restarting also for RHEL 10, assert mode (https://github.com/sap-linuxlab/community.sap_install/pull/1076) +- sap_ha_pacemaker_cluster - Remove NIC parameter from IPaddr2 resource agents (https://github.com/sap-linuxlab/community.sap_install/pull/1074) + v1.6.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index c7cac6c2..f5460001 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -332,3 +332,12 @@ releases: - sap_swpm - Fix TEMP handling (https://github.com/sap-linuxlab/community.sap_install/pull/1019) - sap_swpm - Remove selinux role dependency from README.md (https://github.com/sap-linuxlab/community.sap_install/pull/1012) - sap_ha_pacemaker_cluster/SUSE - Remove python3-rpm dependency in pre_steps_hana (https://github.com/sap-linuxlab/community.sap_install/pull/1028) + 1.6.1: + release_date: '2025-07-17' + changes: + release_summary: A few minor bug fixes + bugfixes: + - sap_ha_pacemaker_cluster - Remove NIC parameter from IPaddr2 resource agents (https://github.com/sap-linuxlab/community.sap_install/pull/1074) + - sap_*_preconfigure - Assert the presence of the IBM tools only if necessary (https://github.com/sap-linuxlab/community.sap_install/pull/1078) + - sap_*_preconfigure - Define needs-restarting also for RHEL 10, assert mode (https://github.com/sap-linuxlab/community.sap_install/pull/1076) + - sap_*_preconfigure - Define needs-restarting also for RHEL 10 (https://github.com/sap-linuxlab/community.sap_install/pull/1071) diff --git a/galaxy.yml b/galaxy.yml index f1705238..306ab990 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -11,7 +11,7 @@ namespace: community name: sap_install # The version of the collection. Must be compatible with semantic versioning -version: 1.6.0 +version: 1.6.1 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md