Skip to content

Commit 3a5a8a7

Browse files
authored
Merge pull request #1091 from berndfinger/new-release-1.7.0
collection: Prepare for v1.7.0
2 parents e122126 + e0456ef commit 3a5a8a7

File tree

3 files changed

+35
-1
lines changed

3 files changed

+35
-1
lines changed

CHANGELOG.rst

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

55
.. contents:: Topics
66

7+
v1.7.0
8+
======
9+
10+
Release Summary
11+
---------------
12+
13+
Various improvements and bug fixes
14+
15+
Minor Changes
16+
-------------
17+
18+
- sap_ha_install_hana_hsr - Add backup location detection and user variable (https://github.com/sap-linuxlab/community.sap_install/pull/1090)
19+
- sap_hana_preconfigure - Implement SAP note 3108302 v.13 (https://github.com/sap-linuxlab/community.sap_install/pull/1089)
20+
21+
Bugfixes
22+
--------
23+
24+
- collection - Cleanup scripts (https://github.com/sap-linuxlab/community.sap_install/pull/1086)
25+
- sap_ha_pacemaker_cluster - Enhance handling of cluster properties and improve ASCS ERS post steps (https://github.com/sap-linuxlab/community.sap_install/pull/1084)
26+
- sap_hana_install - Enhance SAPCAR detection functionality and handling of multiple files (https://github.com/sap-linuxlab/community.sap_install/pull/1082)
27+
- sap_hana_preconfigure - Replace grub2-mkconfig for RHEL by grubby from RHEL 8 onward (https://github.com/sap-linuxlab/community.sap_install/pull/1083)
28+
729
v1.6.1
830
======
931

changelogs/changelog.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,3 +341,15 @@ releases:
341341
- sap_*_preconfigure - Assert the presence of the IBM tools only if necessary (https://github.com/sap-linuxlab/community.sap_install/pull/1078)
342342
- sap_*_preconfigure - Define needs-restarting also for RHEL 10, assert mode (https://github.com/sap-linuxlab/community.sap_install/pull/1076)
343343
- sap_*_preconfigure - Define needs-restarting also for RHEL 10 (https://github.com/sap-linuxlab/community.sap_install/pull/1071)
344+
1.7.0:
345+
release_date: '2025-07-31'
346+
changes:
347+
release_summary: Various improvements and bug fixes
348+
minor_changes:
349+
- sap_hana_preconfigure - Implement SAP note 3108302 v.13 (https://github.com/sap-linuxlab/community.sap_install/pull/1089)
350+
- sap_ha_install_hana_hsr - Add backup location detection and user variable (https://github.com/sap-linuxlab/community.sap_install/pull/1090)
351+
bugfixes:
352+
- collection - Cleanup scripts (https://github.com/sap-linuxlab/community.sap_install/pull/1086)
353+
- sap_hana_preconfigure - Replace grub2-mkconfig for RHEL by grubby from RHEL 8 onward (https://github.com/sap-linuxlab/community.sap_install/pull/1083)
354+
- sap_hana_install - Enhance SAPCAR detection functionality and handling of multiple files (https://github.com/sap-linuxlab/community.sap_install/pull/1082)
355+
- sap_ha_pacemaker_cluster - Enhance handling of cluster properties and improve ASCS ERS post steps (https://github.com/sap-linuxlab/community.sap_install/pull/1084)

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.6.1
14+
version: 1.7.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)