From a638f4add29aecc137f875a51c34a77243a8944c Mon Sep 17 00:00:00 2001 From: sean-freeman <1815807+sean-freeman@users.noreply.github.com> Date: Fri, 2 Feb 2024 17:12:47 +0000 Subject: [PATCH] collection: prepare for v1.4.0 --- CHANGELOG.rst | 11 +++++++++++ changelogs/changelog.yaml | 9 +++++++++ galaxy.yml | 2 +- 3 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 22b92457d..28b879c7e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,17 @@ community.sap_install Release Notes .. contents:: Topics +v1.4.0 +====== + +Release Summary +--------------- + +| Release Date: 2024-02-02 +| collection: Move sap_hypervisor_node_preconfigure Role to sap_infrastructure Collection +| collection: Move sap_vm_preconfigure Role to sap_infrastructure Collection +| sap_anydb_install_oracle: Feature add for Oracle DB install with patch + v1.3.5 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 3eb148f64..325cc5d3b 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -156,3 +156,12 @@ releases: | sap_hypervisor_node_preconfigure: Bug fix for role name and path for included tasks ' release_date: '2024-01-31' + 1.4.0: + changes: + release_summary: '| Release Date: 2024-02-02 + + | collection: Move sap_hypervisor_node_preconfigure Role to sap_infrastructure Collection + | collection: Move sap_vm_preconfigure Role to sap_infrastructure Collection + | sap_anydb_install_oracle: Feature add for Oracle DB install with patch + ' + release_date: '2024-02-02' diff --git a/galaxy.yml b/galaxy.yml index a6d273176..d6982415d 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.5 +version: 1.4.0 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md