Skip to content

Commit 63c3d54

Browse files
authored
Merge pull request #1064 from berndfinger/new-release-1.6.0
collection: Prepare for v1.6.0
2 parents b55245c + 92be2a0 commit 63c3d54

File tree

3 files changed

+65
-1
lines changed

3 files changed

+65
-1
lines changed

CHANGELOG.rst

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,43 @@ community.sap\_install Release Notes
44

55
.. contents:: Topics
66

7+
v1.6.0
8+
======
9+
10+
Release Summary
11+
---------------
12+
13+
Various improvements and bug fixes
14+
15+
Minor Changes
16+
-------------
17+
18+
- New Feature - sap_anydb_install_oracle - Add handling of OS specific vars (https://github.com/sap-linuxlab/community.sap_install/pull/1033)
19+
- New Feature - sap_ha_pacemaker_cluster - SLES16 support, new vars for ha_cluster for corosync and zypper patterns (https://github.com/sap-linuxlab/community.sap_install/pull/1056)
20+
- New Feature - sap_storage_setup - Allow /software NFS mount (https://github.com/sap-linuxlab/community.sap_install/pull/1029)
21+
- sap_*_preconfigure - Add missing RHEL 10.x vars (https://github.com/sap-linuxlab/community.sap_install/pull/1059)
22+
- sap_general_preconfigure - Modify the kernel command line for SELinux also for RHEL 10 (https://github.com/sap-linuxlab/community.sap_install/pull/1036)
23+
- sap_general_preconfigure - Use the correct sap.conf file for RHEL 10 (https://github.com/sap-linuxlab/community.sap_install/pull/1022)
24+
- sap_ha_pacemaker_cluster/SUSE - SAP HANA scaleup post steps updated (https://github.com/sap-linuxlab/community.sap_install/pull/1061)
25+
- sap_hana_install - Add opt-out for setting sidadm to noexpire (https://github.com/sap-linuxlab/community.sap_install/pull/1016)
26+
- sap_swpm - Add opt-out for setting sidadm to noexpire (https://github.com/sap-linuxlab/community.sap_install/pull/1018)
27+
28+
Bugfixes
29+
--------
30+
31+
- Collection - fix documentation link in galaxy.yml (https://github.com/sap-linuxlab/community.sap_install/pull/1009)
32+
- sap_*_preconfigure - Make SELinux booleans persistent (https://github.com/sap-linuxlab/community.sap_install/pull/1013)
33+
- sap_*_preconfigure/SUSE - Add retry attempts to zypper pattern installation (https://github.com/sap-linuxlab/community.sap_install/pull/1032)
34+
- sap_*_preconfigure/SUSE - Update SLES16 pattern names and add packages for hardened images (https://github.com/sap-linuxlab/community.sap_install/pull/1057)
35+
- sap_ha_pacemaker_cluster/SUSE - Remove python3-rpm dependency in pre_steps_hana (https://github.com/sap-linuxlab/community.sap_install/pull/1028)
36+
- sap_hana_install - update README.md with Local Secure Store (LSS) installation details and examples (https://github.com/sap-linuxlab/community.sap_install/pull/1008)
37+
- sap_maintain_etc_hosts - Resolve situation with empty domain, but not undefined (https://github.com/sap-linuxlab/community.sap_install/pull/1044)
38+
- sap_swpm - Ensure sap_swpm_product_catalog_id is a string (https://github.com/sap-linuxlab/community.sap_install/pull/1035)
39+
- sap_swpm - Fix TEMP handling (https://github.com/sap-linuxlab/community.sap_install/pull/1019)
40+
- sap_swpm - Remove selinux role dependency from README.md (https://github.com/sap-linuxlab/community.sap_install/pull/1012)
41+
- sap_swpm - Require inifile.params only on the managed node when reusing an existing inifile.params. (https://github.com/sap-linuxlab/community.sap_install/pull/1024)
42+
- sap_swpm - Sanitize hostname length (https://github.com/sap-linuxlab/community.sap_install/pull/1042)
43+
744
v1.5.3
845
======
946

changelogs/changelog.yaml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,3 +305,30 @@ releases:
305305
- sap_swpm - Fix link in README.md (https://github.com/sap-linuxlab/community.sap_install/pull/970)
306306
- sap_swpm - removed duplicates from credentials_hana section (https://github.com/sap-linuxlab/community.sap_install/pull/982)
307307
- sap_swpm - remove duplicate section credentials_anydb_ibmdb2 (https://github.com/sap-linuxlab/community.sap_install/pull/995)
308+
1.6.0:
309+
release_date: '2025-07-03'
310+
changes:
311+
release_summary: Various improvements and bug fixes
312+
minor_changes:
313+
- New Feature - sap_anydb_install_oracle - Add handling of OS specific vars (https://github.com/sap-linuxlab/community.sap_install/pull/1033)
314+
- New Feature - sap_ha_pacemaker_cluster - SLES16 support, new vars for ha_cluster for corosync and zypper patterns (https://github.com/sap-linuxlab/community.sap_install/pull/1056)
315+
- New Feature - sap_storage_setup - Allow /software NFS mount (https://github.com/sap-linuxlab/community.sap_install/pull/1029)
316+
- sap_*_preconfigure - Add missing RHEL 10.x vars (https://github.com/sap-linuxlab/community.sap_install/pull/1059)
317+
- sap_general_preconfigure - Modify the kernel command line for SELinux also for RHEL 10 (https://github.com/sap-linuxlab/community.sap_install/pull/1036)
318+
- sap_general_preconfigure - Use the correct sap.conf file for RHEL 10 (https://github.com/sap-linuxlab/community.sap_install/pull/1022)
319+
- sap_hana_install - Add opt-out for setting sidadm to noexpire (https://github.com/sap-linuxlab/community.sap_install/pull/1016)
320+
- sap_swpm - Add opt-out for setting sidadm to noexpire (https://github.com/sap-linuxlab/community.sap_install/pull/1018)
321+
- sap_ha_pacemaker_cluster/SUSE - SAP HANA scaleup post steps updated (https://github.com/sap-linuxlab/community.sap_install/pull/1061)
322+
bugfixes:
323+
- Collection - fix documentation link in galaxy.yml (https://github.com/sap-linuxlab/community.sap_install/pull/1009)
324+
- sap_maintain_etc_hosts - Resolve situation with empty domain, but not undefined (https://github.com/sap-linuxlab/community.sap_install/pull/1044)
325+
- sap_*_preconfigure - Make SELinux booleans persistent (https://github.com/sap-linuxlab/community.sap_install/pull/1013)
326+
- sap_*_preconfigure/SUSE - Update SLES16 pattern names and add packages for hardened images (https://github.com/sap-linuxlab/community.sap_install/pull/1057)
327+
- sap_*_preconfigure/SUSE - Add retry attempts to zypper pattern installation (https://github.com/sap-linuxlab/community.sap_install/pull/1032)
328+
- sap_hana_install - update README.md with Local Secure Store (LSS) installation details and examples (https://github.com/sap-linuxlab/community.sap_install/pull/1008)
329+
- sap_swpm - Sanitize hostname length (https://github.com/sap-linuxlab/community.sap_install/pull/1042)
330+
- sap_swpm - Ensure sap_swpm_product_catalog_id is a string (https://github.com/sap-linuxlab/community.sap_install/pull/1035)
331+
- sap_swpm - Require inifile.params only on the managed node when reusing an existing inifile.params. (https://github.com/sap-linuxlab/community.sap_install/pull/1024)
332+
- sap_swpm - Fix TEMP handling (https://github.com/sap-linuxlab/community.sap_install/pull/1019)
333+
- sap_swpm - Remove selinux role dependency from README.md (https://github.com/sap-linuxlab/community.sap_install/pull/1012)
334+
- sap_ha_pacemaker_cluster/SUSE - Remove python3-rpm dependency in pre_steps_hana (https://github.com/sap-linuxlab/community.sap_install/pull/1028)

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ namespace: community
1111
name: sap_install
1212

1313
# The version of the collection. Must be compatible with semantic versioning
14-
version: 1.5.3
14+
version: 1.6.0
1515

1616
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
1717
readme: README.md

0 commit comments

Comments
 (0)