diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4202aa10..e2ace510 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,22 @@ community.sap\_infrastructure Release Notes .. contents:: Topics +v1.1.2 +====== + +Release Summary +--------------- + +A few minor changes + +Bugfixes +-------- + +- collection - implement changelogs/changelog.yaml (https://github.com/sap-linuxlab/community.sap_infrastructure/pull/84) +- sap_vm_provision - update azure.azcollection minimum version requirement (https://github.com/sap-linuxlab/community.sap_infrastructure/pull/81) +- sap_vm_provision/sap_vm_temp_vip - Add dynamic group handling for provisioning (https://github.com/sap-linuxlab/community.sap_infrastructure/pull/78) +- sap_vm_verify - stub code comments and reorder (https://github.com/sap-linuxlab/community.sap_infrastructure/pull/80) + v1.1.1 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index f36bb46a..5e467a3e 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -72,3 +72,12 @@ releases: bugfixes: - sap_hypervisor_node_preconfigure - Bug fix for HPP wait - sap_hypervisor_node_preconfigure - Bug fix for HCO wait and validate + 1.1.2: + release_date: '2025-02-19' + changes: + release_summary: A few minor changes + bugfixes: + - collection - implement changelogs/changelog.yaml (https://github.com/sap-linuxlab/community.sap_infrastructure/pull/84) + - sap_vm_provision - update azure.azcollection minimum version requirement (https://github.com/sap-linuxlab/community.sap_infrastructure/pull/81) + - sap_vm_verify - stub code comments and reorder (https://github.com/sap-linuxlab/community.sap_infrastructure/pull/80) + - sap_vm_provision/sap_vm_temp_vip - Add dynamic group handling for provisioning (https://github.com/sap-linuxlab/community.sap_infrastructure/pull/78) diff --git a/galaxy.yml b/galaxy.yml index 2bab5335..97810f3c 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -10,7 +10,7 @@ namespace: community name: sap_infrastructure # The version of the collection. Must be compatible with semantic versioning -version: 1.1.1 +version: 1.1.2 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md