From cd962c615575f620320cff002d2a6db6a2f2c891 Mon Sep 17 00:00:00 2001 From: Marcel Mamula Date: Tue, 12 Aug 2025 15:39:18 +0200 Subject: [PATCH] prepare for release 1.2.0 --- CHANGELOG.rst | 16 ++++++++++++++++ changelogs/changelog.yaml | 10 ++++++++++ galaxy.yml | 2 +- 3 files changed, 27 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index abaffc5..12f0739 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,22 @@ community.sap\_infrastructure Release Notes .. contents:: Topics +v1.2.0 +====== + +Release Summary +--------------- + +Various enhancements and readme update + +Minor Changes +-------- + +- collection - Readme update to align with project readme update (https://github.com/sap-linuxlab/community.sap_infrastructure/pull/104) +- sap_hypervisor_node_preconfigure - Readme update to align with project readme update (https://github.com/sap-linuxlab/community.sap_infrastructure/pull/109) +- sap_hypervisor_node_preconfigure - Updated redhat_ocpv (https://github.com/sap-linuxlab/community.sap_infrastructure/pull/106) +- sap_vm_provision - Updated kubevirt_vm (https://github.com/sap-linuxlab/community.sap_infrastructure/pull/100) + v1.1.3 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index d32c794..c27eea6 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -90,3 +90,13 @@ releases: release_summary: Bastion SSH Proxy boolean bugfixes: - sap_vm_provision - bastion boolean, to allow Bastion SSH Proxy or direct (e.g. VPN) for all Infrastructure Platforms (https://github.com/sap-linuxlab/community.sap_infrastructure/pull/93) + + 1.2.0: + release_date: '2025-08-12' + changes: + release_summary: Various enhancements and readme update + minor_changes: + - collection - Readme update to align with project readme update (https://github.com/sap-linuxlab/community.sap_infrastructure/pull/104) + - sap_hypervisor_node_preconfigure - Readme update to align with project readme update (https://github.com/sap-linuxlab/community.sap_infrastructure/pull/109) + - sap_hypervisor_node_preconfigure - Updated redhat_ocpv (https://github.com/sap-linuxlab/community.sap_infrastructure/pull/106) + - sap_vm_provision - Updated kubevirt_vm (https://github.com/sap-linuxlab/community.sap_infrastructure/pull/100) diff --git a/galaxy.yml b/galaxy.yml index 736e8ee..d925f9f 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.3 +version: 1.2.0 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md