From a3e262f38eef5acd56749b54514abb82933a5308 Mon Sep 17 00:00:00 2001 From: sean-freeman <1815807+sean-freeman@users.noreply.github.com> Date: Sun, 1 Dec 2024 01:47:52 +0000 Subject: [PATCH] collection: changelog and version update --- CHANGELOG.rst | 37 +++++++++++++++++++++++++++++++++++++ galaxy.yml | 7 ++++++- 2 files changed, 43 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2d71d8d..ea83ff3 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,43 @@ community.sap_infrastructure Release Notes .. contents:: Topics +v1.1.0 +====== + +Release Summary +--------------- + +| Release Date: 2024-12-01 +| sap_hypervisor_node_preconfigure: OCPv improve auth and add namespace targets +| sap_hypervisor_node_preconfigure: OCPv update default vars and var prefixes +| sap_hypervisor_node_preconfigure: OCPv add waits for resource readiness +| sap_hypervisor_node_preconfigure: OCPv improve SR-IOV handling +| sap_vm_provision: update platform guidance document +| sap_vm_provision: remove AWS CLI and GCloud CLI dependency +| sap_vm_provision: add spread placement strategy for AWS, GCP, IBM Cloud, MS Azure, IBM PowerVM +| sap_vm_provision: add AWS Route53 record overwrite +| sap_vm_provision: add IBM Cloud Private DNS Custom Resolver for IBM Power VS +| sap_vm_provision: add var for Virtual IP handling across multiple roles +| sap_vm_provision: fix /etc/hosts for Virtual IPs +| sap_vm_provision: add var for Load Balancer naming on GCP, IBM Cloud, MS Azure +| sap_vm_provision: update OS Images for AWS, GCP, IBM Cloud, MS Azure +| sap_vm_provision: add vars for Kubevirt VM +| sap_vm_provision: fix OS Subscription registration logic and BYOL/BYOS +| sap_vm_provision: improve Web Proxy logic +| sap_vm_provision: fix handling of nested variables within host_specifications_dictionary +| sap_vm_provision: fix handling of custom IOPS on AWS, GCP, IBM Cloud +| sap_vm_provision: fix handling of AWS IAM Policy for HA +| sap_vm_provision: fix handling of MS Azure IAM Role for HA +| sap_vm_provision: add google-guest-agent service for load balancer config +| sap_vm_provision: add readiness for AnyDB HA (e.g. IBM Db2 HADR) +| sap_vm_provision: update IBM Power VS locations lookup list +| sap_vm_provision: update logic for IBM Power VS Workspace with latest backend routing (PER) +| sap_vm_provision: update logic for IBM Cloud Virtual Network Interfaces (VNI) +| sap_vm_provision: fix Ansible to Terraform copy to working directory logic and note +| sap_vm_provision: update embedded Terraform Template with updated var names for imported Terraform Modules +| sap_vm_temp_vip: overhaul replace all shell logic with Ansible Modules and use special vars to determine OS network devices reliably +| sap_vm_temp_vip: overhaul documentation + v1.0.1 ====== diff --git a/galaxy.yml b/galaxy.yml index afa47b1..88a3088 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.0.1 +version: 1.1.0 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md @@ -20,6 +20,7 @@ authors: - Sean Freeman - Janine Fuchs - Nils Koenig + - Marcel Mamula ### OPTIONAL but strongly recommended # A short summary description of the collection @@ -40,6 +41,10 @@ tags: - database - application - sap + - infrastructure + - provision + - cloud + - hypervisor # Collections that this collection requires to be installed for it to be usable. The key of the dict is the # collection label 'namespace.name'. The value is a version range