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
Various minor enhancements and compatibility fixes for ansible-core 2.20.
14
+
15
+
Minor Changes
16
+
--------
17
+
18
+
- collection - Update workflows with dedicated github actions (https://github.com/sap-linuxlab/community.sap_infrastructure/pull/127)
19
+
- collection - Add contributors list and sanity ignore files for future-proofing (https://github.com/sap-linuxlab/community.sap_infrastructure/pull/130)
20
+
- collection - Add linting rule to ignore stricter var naming rule in 2.20 (https://github.com/sap-linuxlab/community.sap_infrastructure/pull/136)
21
+
- collection - Add kubernetes.core 5.3.0 to requirements (https://github.com/sap-linuxlab/community.sap_infrastructure/pull/138)
22
+
- sap_vm_provision - Remove ansible.posix dependency for issue 126 (https://github.com/sap-linuxlab/community.sap_infrastructure/pull/135)
- sap_vm_provision/kubevirt_vm - Make usage of hugepages configurable (https://github.com/sap-linuxlab/community.sap_infrastructure/pull/147)
25
+
- sap_hypervisor_node_preconfigure - Update until conditional for ansible-core 2.19 (https://github.com/sap-linuxlab/community.sap_infrastructure/pull/133)
26
+
- sap_hypervisor_node_preconfigure - Add check for webhook endpoint availability (https://github.com/sap-linuxlab/community.sap_infrastructure/pull/142)
27
+
28
+
Bugfixes
29
+
--------
30
+
31
+
- sap_hypervisor_node_preconfigure/kubevirt_vm - Fix installation of CNV operator (https://github.com/sap-linuxlab/community.sap_infrastructure/pull/148)
Copy file name to clipboardExpand all lines: changelogs/changelog.yaml
+17Lines changed: 17 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -115,3 +115,20 @@ releases:
115
115
bugfixes:
116
116
- sap_hypervisor_node_preconfigure - Fix ansible-lint errors from issue 101 (https://github.com/sap-linuxlab/community.sap_infrastructure/pull/116)
117
117
- sap_vm_provision - Removed update-ca-certificates for issue 119 (https://github.com/sap-linuxlab/community.sap_infrastructure/pull/121)
118
+
119
+
1.3.1:
120
+
release_date: '2026-01-12'
121
+
changes:
122
+
release_summary: Various minor enhancements and compatibility fixes for ansible-core 2.20
123
+
minor_changes:
124
+
- collection - Update workflows with dedicated github actions (https://github.com/sap-linuxlab/community.sap_infrastructure/pull/127)
125
+
- collection - Add contributors list and sanity ignore files for future-proofing (https://github.com/sap-linuxlab/community.sap_infrastructure/pull/130)
126
+
- collection - Add linting rule to ignore stricter var naming rule in 2.20 (https://github.com/sap-linuxlab/community.sap_infrastructure/pull/136)
127
+
- collection - Add kubernetes.core 5.3.0 to requirements (https://github.com/sap-linuxlab/community.sap_infrastructure/pull/138)
128
+
- sap_vm_provision - Remove ansible.posix dependency for issue 126 (https://github.com/sap-linuxlab/community.sap_infrastructure/pull/135)
- sap_vm_provision/kubevirt_vm - Make usage of hugepages configurable (https://github.com/sap-linuxlab/community.sap_infrastructure/pull/147)
131
+
- sap_hypervisor_node_preconfigure - Update until conditional for ansible-core 2.19 (https://github.com/sap-linuxlab/community.sap_infrastructure/pull/133)
132
+
- sap_hypervisor_node_preconfigure - Add check for webhook endpoint availability (https://github.com/sap-linuxlab/community.sap_infrastructure/pull/142)
133
+
bugfixes:
134
+
- sap_hypervisor_node_preconfigure/kubevirt_vm - Fix installation of CNV operator (https://github.com/sap-linuxlab/community.sap_infrastructure/pull/148)
Copy file name to clipboardExpand all lines: roles/sap_hypervisor_node_preconfigure/tasks/platform/redhat_ocp_virt/operators/install-nmstate-operator.yml
Copy file name to clipboardExpand all lines: roles/sap_hypervisor_node_preconfigure/tasks/platform/redhat_ocp_virt/operators/install-sriov-operator.yml
0 commit comments