Skip to content

Commit b25f536

Browse files
authored
Merge pull request #770 from berndfinger/new-release-1.4.1-v2
collection: Prepare for v1.4.1
2 parents ada2153 + 4b43739 commit b25f536

File tree

3 files changed

+90
-1
lines changed

3 files changed

+90
-1
lines changed

CHANGELOG.rst

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,51 @@ community.sap_install Release Notes
55
.. contents:: Topics
66

77

8+
v1.4.1
9+
======
10+
11+
Release Summary
12+
---------------
13+
14+
| Release Date: 2024-06-21
15+
| feat: sap_hana_install: add compatibility for fapolicyd
16+
| feat: sap_swpm: append generate options for s4hana java
17+
| feat: sap_ha_pacemaker_cluster: upgrade to ha_cluster Ansible Role with SLES compatibility
18+
| feat: sap_ha_pacemaker_cluster: compatibility enhancement for SLES
19+
| feat: sap_ha_pacemaker_cluster: improved handling of custom SAP HANA srHooks
20+
| feat: sap_ha_pacemaker_cluster: handling for future merged Resource Agent package (SAPHanaSR-angi)
21+
| feat: sap_ha_pacemaker_cluster: graceful SAP HANA start after PCMK Cluster start
22+
| feat: sap_ha_pacemaker_cluster: ASCS ERS Simple Mount
23+
| collection: add sample AAS installation var file
24+
| collection: fix ansible-test sanity errors
25+
| collection: for package_facts Ansible Module add python3-rpm requirement for SLES
26+
| collection: use -i instead of -l test scripts
27+
| sap_*_preconfigure: disable and stop sapconf when saptune run
28+
| sap_general_preconfigure: fix /etc/hosts check in assert mode
29+
| sap_general_preconfigure: revert to awk for asserting /etc/hosts
30+
| sap_general_preconfigure: use tags for limiting the role scope
31+
| sap_general_preconfigure: use the package module in most cases
32+
| sap_general_preconfigure: use the role sap_maintain_etc_hosts - RHEL systems
33+
| sap_hana_preconfigure: move handlers to the correct location
34+
| sap_hana_preconfigure: catch SELinux disabled
35+
| sap_hana_preconfigure: update kernel parameters for SLES
36+
| sap_netweaver_preconfigure: sync with SAP note 3119751 v.13 for RHEL
37+
| sap_anydb_install_oracle: fix temp directory removal
38+
| sap_ha_pacemaker_cluster: use expect Ansible Module and add python3-pip requirement
39+
| sap_ha_pacemaker_cluster: add retry for Azure Files (NFS) to avoid locks
40+
| sap_ha_pacemaker_cluster: variable changes for different os and platforms
41+
| sap_ha_pacemaker_cluster: fix pcs resource restart
42+
| sap_hana_install: update documentation for parameter sap_hana_install_force
43+
| sap_install_media_detect: detection of SAP Kernel Part I only
44+
| sap_install_media_detect: duplicate SAR file handling for SAP Kernel, IGS, WebDisp
45+
| sap_install_media_detect: directory handling fix for SAP SWPM
46+
| sap_maintain_etc_hosts: fix wrong assert messages
47+
| sap_maintain_etc_hosts: remove use ansible.utils.ip
48+
| sap_storage_setup: fix for TB disks
49+
| sap_swpm: directory handling fix for SAP SWPM
50+
| sap_swpm: align execution and monitoring timeouts to 24hrs (86400s)
51+
| sap_swpm: optionally skip setting file permissions
52+
853
v1.4.0
954
======
1055

changelogs/changelog.yaml

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,3 +165,46 @@ releases:
165165
| sap_anydb_install_oracle: Feature add for Oracle DB install with patch
166166
'
167167
release_date: '2024-02-02'
168+
1.4.1:
169+
changes:
170+
release_summary: '| Release Date: 2024-06-20
171+
172+
| feat: sap_hana_install: add compatibility for fapolicyd
173+
| feat: sap_swpm: append generate options for s4hana java
174+
| feat: sap_ha_pacemaker_cluster: upgrade to ha_cluster Ansible Role with SLES compatibility
175+
| feat: sap_ha_pacemaker_cluster: compatibility enhancement for SLES
176+
| feat: sap_ha_pacemaker_cluster: improved handling of custom SAP HANA srHooks
177+
| feat: sap_ha_pacemaker_cluster: handling for future merged Resource Agent package (SAPHanaSR-angi)
178+
| feat: sap_ha_pacemaker_cluster: graceful SAP HANA start after PCMK Cluster start
179+
| feat: sap_ha_pacemaker_cluster: ASCS ERS Simple Mount
180+
| collection: add sample AAS installation var file
181+
| collection: fix ansible-test sanity errors
182+
| collection: for package_facts Ansible Module add python3-rpm requirement for SLES
183+
| collection: use -i instead of -l test scripts
184+
| sap_*_preconfigure: disable and stop sapconf when saptune run
185+
| sap_general_preconfigure: fix /etc/hosts check in assert mode
186+
| sap_general_preconfigure: revert to awk for asserting /etc/hosts
187+
| sap_general_preconfigure: use tags for limiting the role scope
188+
| sap_general_preconfigure: use the package module in most cases
189+
| sap_general_preconfigure: use the role sap_maintain_etc_hosts - RHEL systems
190+
| sap_hana_preconfigure: move handlers to the correct location
191+
| sap_hana_preconfigure: catch SELinux disabled
192+
| sap_hana_preconfigure: update kernel parameters for SLES
193+
| sap_netweaver_preconfigure: sync with SAP note 3119751 v.13 for RHEL
194+
| sap_anydb_install_oracle: fix temp directory removal
195+
| sap_ha_pacemaker_cluster: use expect Ansible Module and add python3-pip requirement
196+
| sap_ha_pacemaker_cluster: add retry for Azure Files (NFS) to avoid locks
197+
| sap_ha_pacemaker_cluster: variable changes for different os and platforms
198+
| sap_ha_pacemaker_cluster: fix pcs resource restart
199+
| sap_hana_install: update documentation for parameter sap_hana_install_force
200+
| sap_install_media_detect: detection of SAP Kernel Part I only
201+
| sap_install_media_detect: duplicate SAR file handling for SAP Kernel, IGS, WebDisp
202+
| sap_install_media_detect: directory handling fix for SAP SWPM
203+
| sap_maintain_etc_hosts: fix wrong assert messages
204+
| sap_maintain_etc_hosts: remove use ansible.utils.ip
205+
| sap_storage_setup: fix for TB disks
206+
| sap_swpm: directory handling fix for SAP SWPM
207+
| sap_swpm: align execution and monitoring timeouts to 24hrs (86400s)
208+
| sap_swpm: optionally skip setting file permissions
209+
'
210+
release_date: '2024-06-20'

galaxy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace: community
1010
name: sap_install
1111

1212
# The version of the collection. Must be compatible with semantic versioning
13-
version: 1.4.0
13+
version: 1.4.1
1414

1515
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
1616
readme: README.md
@@ -25,6 +25,7 @@ authors:
2525
- Janine Fuchs <jfuchs(at)redhat.com>
2626
- Steven Stringer <steven.stringer(at)suse.com>
2727
- Marcel Mamula <marcel.mamula(at)suse.com>
28+
- Gabriele Puliti <gabriele.puliti(at)suse.com>
2829

2930
### OPTIONAL but strongly recommended
3031
# A short summary description of the collection

0 commit comments

Comments
 (0)