File tree Expand file tree Collapse file tree 3 files changed +26
-1
lines changed Expand file tree Collapse file tree 3 files changed +26
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,22 @@ community.sap\_install Release Notes
4
4
5
5
.. contents :: Topics
6
6
7
+ v1.6.1
8
+ ======
9
+
10
+ Release Summary
11
+ ---------------
12
+
13
+ A few minor bug fixes
14
+
15
+ Bugfixes
16
+ --------
17
+
18
+ - sap_*_preconfigure - Assert the presence of the IBM tools only if necessary (https://github.com/sap-linuxlab/community.sap_install/pull/1078)
19
+ - sap_*_preconfigure - Define needs-restarting also for RHEL 10 (https://github.com/sap-linuxlab/community.sap_install/pull/1071)
20
+ - sap_*_preconfigure - Define needs-restarting also for RHEL 10, assert mode (https://github.com/sap-linuxlab/community.sap_install/pull/1076)
21
+ - sap_ha_pacemaker_cluster - Remove NIC parameter from IPaddr2 resource agents (https://github.com/sap-linuxlab/community.sap_install/pull/1074)
22
+
7
23
v1.6.0
8
24
======
9
25
Original file line number Diff line number Diff line change @@ -332,3 +332,12 @@ releases:
332
332
- sap_swpm - Fix TEMP handling (https://github.com/sap-linuxlab/community.sap_install/pull/1019)
333
333
- sap_swpm - Remove selinux role dependency from README.md (https://github.com/sap-linuxlab/community.sap_install/pull/1012)
334
334
- sap_ha_pacemaker_cluster/SUSE - Remove python3-rpm dependency in pre_steps_hana (https://github.com/sap-linuxlab/community.sap_install/pull/1028)
335
+ 1.6.1 :
336
+ release_date : ' 2025-07-17'
337
+ changes :
338
+ release_summary : A few minor bug fixes
339
+ bugfixes :
340
+ - sap_ha_pacemaker_cluster - Remove NIC parameter from IPaddr2 resource agents (https://github.com/sap-linuxlab/community.sap_install/pull/1074)
341
+ - sap_*_preconfigure - Assert the presence of the IBM tools only if necessary (https://github.com/sap-linuxlab/community.sap_install/pull/1078)
342
+ - sap_*_preconfigure - Define needs-restarting also for RHEL 10, assert mode (https://github.com/sap-linuxlab/community.sap_install/pull/1076)
343
+ - sap_*_preconfigure - Define needs-restarting also for RHEL 10 (https://github.com/sap-linuxlab/community.sap_install/pull/1071)
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ namespace: community
11
11
name : sap_install
12
12
13
13
# The version of the collection. Must be compatible with semantic versioning
14
- version : 1.6.0
14
+ version : 1.6.1
15
15
16
16
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
17
17
readme : README.md
You can’t perform that action at this time.
0 commit comments