Skip to content

Commit 848e08f

Browse files
authored
Merge pull request sap-linuxlab#1099 from berndfinger/new-release-1.7.1
collection: Prepare for v1.7.1
2 parents c902226 + 585eaa6 commit 848e08f

3 files changed

Lines changed: 25 additions & 1 deletion

File tree

CHANGELOG.rst

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

55
.. contents:: Topics
66

7+
v1.7.1
8+
======
9+
10+
Release Summary
11+
---------------
12+
13+
A few fixes
14+
15+
Bugfixes
16+
--------
17+
18+
- sap_hana_install - Enhance validation of variables (https://github.com/sap-linuxlab/community.sap_install/pull/1096)
19+
- sap_hana_preconfigure - New mechanism for loading rhel minor plus vars without having to use "find" files on localhost. (https://github.com/sap-linuxlab/community.sap_install/pull/1097)
20+
- sap_hana_preconfigure/RHEL - Be more flexible with boot command line args (https://github.com/sap-linuxlab/community.sap_install/pull/1098)
21+
722
v1.7.0
823
======
924

changelogs/changelog.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,3 +353,12 @@ releases:
353353
- sap_hana_preconfigure - Replace grub2-mkconfig for RHEL by grubby from RHEL 8 onward (https://github.com/sap-linuxlab/community.sap_install/pull/1083)
354354
- sap_hana_install - Enhance SAPCAR detection functionality and handling of multiple files (https://github.com/sap-linuxlab/community.sap_install/pull/1082)
355355
- 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)
356+
357+
1.7.1:
358+
release_date: '2025-08-05'
359+
changes:
360+
release_summary: A few fixes
361+
bugfixes:
362+
- sap_hana_install - Enhance validation of variables (https://github.com/sap-linuxlab/community.sap_install/pull/1096)
363+
- sap_hana_preconfigure - New mechanism for loading rhel minor plus vars without having to use "find" files on localhost. (https://github.com/sap-linuxlab/community.sap_install/pull/1097)
364+
- sap_hana_preconfigure/RHEL - Be more flexible with boot command line args (https://github.com/sap-linuxlab/community.sap_install/pull/1098)

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.7.0
14+
version: 1.7.1
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)