Skip to content

Commit

Permalink
collection: Prepare for v1.4.1
Browse files Browse the repository at this point in the history
Signed-off-by: Bernd Finger <[email protected]>
  • Loading branch information
berndfinger committed Jun 20, 2024
1 parent 0387edf commit 1c5c566
Show file tree
Hide file tree
Showing 3 changed files with 88 additions and 1 deletion.
44 changes: 44 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,50 @@ community.sap_install Release Notes
.. contents:: Topics


v1.4.1
======

Release Summary
---------------

| Release Date: 2024-06-20
| feat: sap_hana_install: add compatibility for fapolicyd
| feat: sap_swpm: append generate options for s4hana java
| feat: sap_ha_pacemaker_cluster: upgrade to ha_cluster Ansible Role with SLES compatibility
| feat: sap_ha_pacemaker_cluster: compatibility enhancement for SLES
| feat: sap_ha_pacemaker_cluster: improved handling of custom SAP HANA srHooks
| feat: sap_ha_pacemaker_cluster: handling for future merged Resource Agent package (SAPHanaSR-angi)
| feat: sap_ha_pacemaker_cluster: graceful SAP HANA start after PCMK Cluster start
| feat: sap_ha_pacemaker_cluster: ASCS ERS Simple Mount
| collection: add sample AAS installation var file
| collection: fix ansible-test sanity errors
| collection: for package_facts Ansible Module add python3-rpm requirement for SLES
| collection: use -i instead of -l test scripts
| sap_*_preconfigure: disable and stop sapconf when saptune run
| sap_general_preconfigure: fix /etc/hosts check in assert mode
| sap_general_preconfigure: revert to awk for asserting /etc/hosts
| sap_general_preconfigure: use tags for limiting the role scope
| sap_general_preconfigure: use the package module in most cases
| sap_general_preconfigure: use the role sap_maintain_etc_hosts - RHEL systems
| sap_hana_preconfigure: move handlers to the correct location
| sap_hana_preconfigure: catch SELinux disabled
| sap_hana_preconfigure: update kernel parameters for SLES
| sap_netweaver_preconfigure: sync with SAP note 3119751 v.13 for RHEL
| sap_anydb_install_oracle: fix temp directory removal
| sap_ha_pacemaker_cluster: use expect Ansible Module and add python3-pip requirement
| sap_ha_pacemaker_cluster: add retry for Azure Files (NFS) to avoid locks
| sap_ha_pacemaker_cluster: variable changes for different os and platforms
| sap_hana_install: update documentation for parameter sap_hana_install_force
| sap_install_media_detect: detection of SAP Kernel Part I only
| sap_install_media_detect: duplicate SAR file handling for SAP Kernel, IGS, WebDisp
| sap_install_media_detect: directory handling fix for SAP SWPM
| sap_maintain_etc_hosts: fix wrong assert messages
| sap_maintain_etc_hosts: remove use ansible.utils.ip
| sap_storage_setup: fix for TB disks
| sap_swpm: directory handling fix for SAP SWPM
| sap_swpm: align execution and monitoring timeouts to 24hrs (86400s)
| sap_swpm: optionally skip setting file permissions
v1.4.0
======

Expand Down
42 changes: 42 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,3 +165,45 @@ releases:
| sap_anydb_install_oracle: Feature add for Oracle DB install with patch
'
release_date: '2024-02-02'
1.4.1:
changes:
release_summary: '| Release Date: 2024-06-20
| feat: sap_hana_install: add compatibility for fapolicyd
| feat: sap_swpm: append generate options for s4hana java
| feat: sap_ha_pacemaker_cluster: upgrade to ha_cluster Ansible Role with SLES compatibility
| feat: sap_ha_pacemaker_cluster: compatibility enhancement for SLES
| feat: sap_ha_pacemaker_cluster: improved handling of custom SAP HANA srHooks
| feat: sap_ha_pacemaker_cluster: handling for future merged Resource Agent package (SAPHanaSR-angi)
| feat: sap_ha_pacemaker_cluster: graceful SAP HANA start after PCMK Cluster start
| feat: sap_ha_pacemaker_cluster: ASCS ERS Simple Mount
| collection: add sample AAS installation var file
| collection: fix ansible-test sanity errors
| collection: for package_facts Ansible Module add python3-rpm requirement for SLES
| collection: use -i instead of -l test scripts
| sap_*_preconfigure: disable and stop sapconf when saptune run
| sap_general_preconfigure: fix /etc/hosts check in assert mode
| sap_general_preconfigure: revert to awk for asserting /etc/hosts
| sap_general_preconfigure: use tags for limiting the role scope
| sap_general_preconfigure: use the package module in most cases
| sap_general_preconfigure: use the role sap_maintain_etc_hosts - RHEL systems
| sap_hana_preconfigure: move handlers to the correct location
| sap_hana_preconfigure: catch SELinux disabled
| sap_hana_preconfigure: update kernel parameters for SLES
| sap_netweaver_preconfigure: sync with SAP note 3119751 v.13 for RHEL
| sap_anydb_install_oracle: fix temp directory removal
| sap_ha_pacemaker_cluster: use expect Ansible Module and add python3-pip requirement
| sap_ha_pacemaker_cluster: add retry for Azure Files (NFS) to avoid locks
| sap_ha_pacemaker_cluster: variable changes for different os and platforms
| sap_hana_install: update documentation for parameter sap_hana_install_force
| sap_install_media_detect: detection of SAP Kernel Part I only
| sap_install_media_detect: duplicate SAR file handling for SAP Kernel, IGS, WebDisp
| sap_install_media_detect: directory handling fix for SAP SWPM
| sap_maintain_etc_hosts: fix wrong assert messages
| sap_maintain_etc_hosts: remove use ansible.utils.ip
| sap_storage_setup: fix for TB disks
| sap_swpm: directory handling fix for SAP SWPM
| sap_swpm: align execution and monitoring timeouts to 24hrs (86400s)
| sap_swpm: optionally skip setting file permissions
'
release_date: '2024-06-20'
3 changes: 2 additions & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace: community
name: sap_install

# The version of the collection. Must be compatible with semantic versioning
version: 1.4.0
version: 1.4.1

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

### OPTIONAL but strongly recommended
# A short summary description of the collection
Expand Down

0 comments on commit 1c5c566

Please sign in to comment.