Skip to content

Commit bc98358

Browse files
authored
Merge pull request #1006 from berndfinger/new-release-1.5.3
collection: prepare for v1.5.3
2 parents a14e78b + 9163338 commit bc98358

File tree

3 files changed

+81
-1
lines changed

3 files changed

+81
-1
lines changed

CHANGELOG.rst

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

55
.. contents:: Topics
66

7+
v1.5.3
8+
======
9+
10+
Release Summary
11+
---------------
12+
13+
Various enhancements and bug fixes
14+
15+
Bugfixes
16+
--------
17+
18+
- collection - Cleanup the changelog(s) (https://github.com/sap-linuxlab/community.sap_install/pull/980)
19+
- collection - Use the correct ansible-galaxy option in README.md files (https://github.com/sap-linuxlab/community.sap_install/pull/978)
20+
- collection - gh issue templates (https://github.com/sap-linuxlab/community.sap_install/pull/987)
21+
- collection and sap_hostagent - ansible-lint fixes (https://github.com/sap-linuxlab/community.sap_install/pull/973)
22+
- sap*preconfigure - Use correct RHEL versions in task names (https://github.com/sap-linuxlab/community.sap_install/pull/976)
23+
- sap*preconfigure - sysctl checks fail when config file has comments (https://github.com/sap-linuxlab/community.sap_install/pull/996)
24+
- sap_*_preconfigure/SLES - Enhance saptune handling and detection (https://github.com/sap-linuxlab/community.sap_install/pull/994)
25+
- sap_*_preconfigure/Suse - Enhance saptune revert logic (https://github.com/sap-linuxlab/community.sap_install/pull/983)
26+
- sap_*_preconfigure/Suse - Switch saptune from present to latest (https://github.com/sap-linuxlab/community.sap_install/pull/952)
27+
- sap_general_preconfigure - Fix check mode for sysctl (https://github.com/sap-linuxlab/community.sap_install/pull/950)
28+
- sap_general_preconfigure - Remove unused file configure-etc-hosts.yml (https://github.com/sap-linuxlab/community.sap_install/pull/991)
29+
- sap_general_preconfigure - Update the package name of the IBM Power tools for RHEL 10 (https://github.com/sap-linuxlab/community.sap_install/pull/998)
30+
- sap_general_preconfigure - fix var role prefix (https://github.com/sap-linuxlab/community.sap_install/pull/948)
31+
- sap_general_preconfigure, sap_maintain_etc_hosts - Ignore comments (https://github.com/sap-linuxlab/community.sap_install/pull/981)
32+
- sap_general_preconfigure/SLES - Add etc hosts setup to configure steps (https://github.com/sap-linuxlab/community.sap_install/pull/992)
33+
- sap_ha_pacemaker_cluster - fix ASCS constraint (https://github.com/sap-linuxlab/community.sap_install/pull/959)
34+
- sap_ha_pacemaker_cluster - fix ASCS/ERS systemd (https://github.com/sap-linuxlab/community.sap_install/pull/963)
35+
- sap_ha_pacemaker_cluster - fix NWAS (https://github.com/sap-linuxlab/community.sap_install/pull/972)
36+
- sap_ha_pacemaker_cluster - fix internal-error (https://github.com/sap-linuxlab/community.sap_install/pull/966)
37+
- sap_ha_pacemaker_cluster - fix package detection on RHEL (https://github.com/sap-linuxlab/community.sap_install/pull/947)
38+
- sap_ha_pacemaker_cluster - fix(check-mode) (https://github.com/sap-linuxlab/community.sap_install/pull/986)
39+
- sap_ha_pacemaker_cluster - several bug fixes (https://github.com/sap-linuxlab/community.sap_install/pull/965)
40+
- sap_ha_pacemaker_cluster - stonith location constraints (https://github.com/sap-linuxlab/community.sap_install/pull/954)
41+
- sap_hana_install - Update fapolicyd conditionals (https://github.com/sap-linuxlab/community.sap_install/pull/989)
42+
- sap_hana_preconfigure - Fix check mode for largesend.conf - ppc64le (https://github.com/sap-linuxlab/community.sap_install/pull/956)
43+
- sap_hana_preconfigure - Update the package name of the RHEL 10 Power tools (https://github.com/sap-linuxlab/community.sap_install/pull/958)
44+
- sap_hana_preconfigure - fix check mode in two tasks (https://github.com/sap-linuxlab/community.sap_install/pull/953)
45+
- sap_hana_preconfigure/SLES - Add package libltdl7 to vars (https://github.com/sap-linuxlab/community.sap_install/pull/993)
46+
- sap_swpm - Fix link in README.md (https://github.com/sap-linuxlab/community.sap_install/pull/970)
47+
- sap_swpm - remove duplicate section credentials_anydb_ibmdb2 (https://github.com/sap-linuxlab/community.sap_install/pull/995)
48+
- sap_swpm - removed duplicates from credentials_hana section (https://github.com/sap-linuxlab/community.sap_install/pull/982)
49+
750
v1.5.2
851
======
952

changelogs/changelog.yaml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,3 +268,40 @@ releases:
268268
- sap_netweaver_preconfigure - fix argument_specs validation error (https://github.com/sap-linuxlab/community.sap_install/pull/940)
269269
- sap_general_preconfigure - No longer install locale packages in RHEL 7 (https://github.com/sap-linuxlab/community.sap_install/pull/937)
270270
- sap_general_preconfigure - Fix check mode (https://github.com/sap-linuxlab/community.sap_install/pull/935)
271+
1.5.3:
272+
release_date: '2025-03-24'
273+
changes:
274+
release_summary: Various enhancements and bug fixes
275+
bugfixes:
276+
- collection - Cleanup the changelog(s) (https://github.com/sap-linuxlab/community.sap_install/pull/980)
277+
- collection - gh issue templates (https://github.com/sap-linuxlab/community.sap_install/pull/987)
278+
- sap_*_preconfigure/Suse - Enhance saptune revert logic (https://github.com/sap-linuxlab/community.sap_install/pull/983)
279+
- sap_*_preconfigure/SLES - Enhance saptune handling and detection (https://github.com/sap-linuxlab/community.sap_install/pull/994)
280+
- sap_general_preconfigure - Remove unused file configure-etc-hosts.yml (https://github.com/sap-linuxlab/community.sap_install/pull/991)
281+
- sap_general_preconfigure/SLES - Add etc hosts setup to configure steps (https://github.com/sap-linuxlab/community.sap_install/pull/992)
282+
- sap_hana_preconfigure/SLES - Add package libltdl7 to vars (https://github.com/sap-linuxlab/community.sap_install/pull/993)
283+
- sap_hana_install - Update fapolicyd conditionals (https://github.com/sap-linuxlab/community.sap_install/pull/989)
284+
- sap_ha_pacemaker_cluster - stonith location constraints (https://github.com/sap-linuxlab/community.sap_install/pull/954)
285+
286+
- collection and sap_hostagent - ansible-lint fixes (https://github.com/sap-linuxlab/community.sap_install/pull/973)
287+
- collection - Use the correct ansible-galaxy option in README.md files (https://github.com/sap-linuxlab/community.sap_install/pull/978)
288+
- sap_*_preconfigure/Suse - Switch saptune from present to latest (https://github.com/sap-linuxlab/community.sap_install/pull/952)
289+
- sap*preconfigure - Use correct RHEL versions in task names (https://github.com/sap-linuxlab/community.sap_install/pull/976)
290+
- sap*preconfigure - sysctl checks fail when config file has comments (https://github.com/sap-linuxlab/community.sap_install/pull/996)
291+
- sap_general_preconfigure - fix var role prefix (https://github.com/sap-linuxlab/community.sap_install/pull/948)
292+
- sap_general_preconfigure - Fix check mode for sysctl (https://github.com/sap-linuxlab/community.sap_install/pull/950)
293+
- sap_general_preconfigure, sap_maintain_etc_hosts - Ignore comments (https://github.com/sap-linuxlab/community.sap_install/pull/981)
294+
- sap_general_preconfigure - Update the package name of the IBM Power tools for RHEL 10 (https://github.com/sap-linuxlab/community.sap_install/pull/998)
295+
- sap_hana_preconfigure - fix check mode in two tasks (https://github.com/sap-linuxlab/community.sap_install/pull/953)
296+
- sap_hana_preconfigure - Fix check mode for largesend.conf - ppc64le (https://github.com/sap-linuxlab/community.sap_install/pull/956)
297+
- sap_hana_preconfigure - Update the package name of the RHEL 10 Power tools (https://github.com/sap-linuxlab/community.sap_install/pull/958)
298+
- sap_ha_pacemaker_cluster - fix package detection on RHEL (https://github.com/sap-linuxlab/community.sap_install/pull/947)
299+
- sap_ha_pacemaker_cluster - fix ASCS constraint (https://github.com/sap-linuxlab/community.sap_install/pull/959)
300+
- sap_ha_pacemaker_cluster - fix ASCS/ERS systemd (https://github.com/sap-linuxlab/community.sap_install/pull/963)
301+
- sap_ha_pacemaker_cluster - several bug fixes (https://github.com/sap-linuxlab/community.sap_install/pull/965)
302+
- sap_ha_pacemaker_cluster - fix internal-error (https://github.com/sap-linuxlab/community.sap_install/pull/966)
303+
- sap_ha_pacemaker_cluster - fix NWAS (https://github.com/sap-linuxlab/community.sap_install/pull/972)
304+
- sap_ha_pacemaker_cluster - fix(check-mode) (https://github.com/sap-linuxlab/community.sap_install/pull/986)
305+
- sap_swpm - Fix link in README.md (https://github.com/sap-linuxlab/community.sap_install/pull/970)
306+
- sap_swpm - removed duplicates from credentials_hana section (https://github.com/sap-linuxlab/community.sap_install/pull/982)
307+
- sap_swpm - remove duplicate section credentials_anydb_ibmdb2 (https://github.com/sap-linuxlab/community.sap_install/pull/995)

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.2
14+
version: 1.5.3
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)