From eaa6082cb3ebdbfdc80a6602e0c4af50870fced8 Mon Sep 17 00:00:00 2001 From: Bernd Finger Date: Wed, 31 Jan 2024 13:48:06 +0100 Subject: [PATCH] collection: prepare for v1.3.5 Main changes from previous version 1.3.4: sap_hypervisor_node_preconfigure: Bug fix for role name and path for included tasks Signed-off-by: Bernd Finger --- CHANGELOG.rst | 9 +++++++++ changelogs/changelog.yaml | 7 +++++++ galaxy.yml | 2 +- 3 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a1fbceb70..22b92457d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,15 @@ community.sap_install Release Notes .. contents:: Topics +v1.3.5 +====== + +Release Summary +--------------- + +| Release Date: 2024-01-31 +| sap_hypervisor_node_preconfigure: Bug fix for role name and path for included tasks + v1.3.4 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index cd27c4a59..3eb148f64 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -149,3 +149,10 @@ releases: ' release_date: '2024-01-15' + 1.3.5: + changes: + release_summary: '| Release Date: 2024-01-31 + + | sap_hypervisor_node_preconfigure: Bug fix for role name and path for included tasks + ' + release_date: '2024-01-31' diff --git a/galaxy.yml b/galaxy.yml index 896cc8653..a6d273176 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -10,7 +10,7 @@ namespace: community name: sap_install # The version of the collection. Must be compatible with semantic versioning -version: 1.3.4 +version: 1.3.5 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md