You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactored all roles following best practices, complete linting and compatibility with ansible-core 2.20.
14
+
15
+
Minor Changes
16
+
--------
17
+
- sap_vm_provision - Rework role with best practices to align with project (https://github.com/sap-linuxlab/community.sap_infrastructure/pull/155)
- sap_vm_provision - Add MS Azure disclaimer about reliability of azure collection (https://github.com/sap-linuxlab/community.sap_infrastructure/pull/159)
20
+
- sap_hypervisor_node_preconfigure - Refactor role and conform to linting (https://github.com/sap-linuxlab/community.sap_infrastructure/pull/156)
21
+
- sap_vm_temp_vip - Refactor variables and improve logic for skipping hosts (https://github.com/sap-linuxlab/community.sap_infrastructure/pull/157)
22
+
23
+
Bugfixes
24
+
--------
25
+
- sap_vm_provision - Fix deprecated network parameter for amazon.aws.ec2_instance (https://github.com/sap-linuxlab/community.sap_infrastructure/pull/153)
26
+
- sap_vm_provision - Fix adding /etc/hosts for all in play not just itself (https://github.com/sap-linuxlab/community.sap_infrastructure/pull/160)
Copy file name to clipboardExpand all lines: changelogs/changelog.yaml
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -132,3 +132,18 @@ releases:
132
132
- sap_hypervisor_node_preconfigure - Add check for webhook endpoint availability (https://github.com/sap-linuxlab/community.sap_infrastructure/pull/142)
133
133
bugfixes:
134
134
- sap_hypervisor_node_preconfigure/kubevirt_vm - Fix installation of CNV operator (https://github.com/sap-linuxlab/community.sap_infrastructure/pull/148)
135
+
136
+
1.4.0:
137
+
release_date: '2026-03-24'
138
+
changes:
139
+
release_summary: Refactored all roles following best practices, complete linting and compatibility with ansible-core 2.20
140
+
minor_changes:
141
+
- sap_vm_provision - Rework role with best practices to align with project (https://github.com/sap-linuxlab/community.sap_infrastructure/pull/155)
- sap_vm_provision - Add MS Azure disclaimer about reliability of azure collection (https://github.com/sap-linuxlab/community.sap_infrastructure/pull/159)
144
+
- sap_hypervisor_node_preconfigure - Refactor role and conform to linting (https://github.com/sap-linuxlab/community.sap_infrastructure/pull/156)
145
+
- sap_vm_temp_vip - Refactor variables and improve logic for skipping hosts (https://github.com/sap-linuxlab/community.sap_infrastructure/pull/157)
146
+
bugfixes:
147
+
- sap_vm_provision - Fix deprecated network parameter for amazon.aws.ec2_instance (https://github.com/sap-linuxlab/community.sap_infrastructure/pull/153)
148
+
- sap_vm_provision - Fix adding /etc/hosts for all in play not just itself (https://github.com/sap-linuxlab/community.sap_infrastructure/pull/160)
- name: Use kubeconfig file specified in environment variable K8S_AUTH_KUBECONFIG | KUBECONFIG if sap_hypervisor_node_preconfigure_ocp_kubeconfig_path is not defined.
9
+
# Use kubeconfig file specified in environment variable K8S_AUTH_KUBECONFIG | KUBECONFIG
10
+
# if sap_hypervisor_node_preconfigure_ocp_kubeconfig_path is not defined.
11
+
- name: Use kubeconfig file specified in environment variable if sap_hypervisor_node_preconfigure_ocp_kubeconfig_path is not defined.
- name: Use kubeconfig file specified in environment variable K8S_AUTH_KUBECONFIG | KUBECONFIG if sap_vm_provision_kubevirt_vm_kubeconfig_path is not defined
30
+
# Use kubeconfig file specified in environment variable K8S_AUTH_KUBECONFIG | KUBECONFIG
31
+
# if sap_hypervisor_node_preconfigure_ocp_kubeconfig_path is not defined.
32
+
- name: Use kubeconfig file specified in environment variable if sap_hypervisor_node_preconfigure_ocp_kubeconfig_path is not defined.
0 commit comments