Skip to content

Commit 2e3d145

Browse files
authored
Merge pull request #73 from sean-freeman/dev
collection: changelog and version update
2 parents 0e3524b + a3e262f commit 2e3d145

File tree

2 files changed

+43
-1
lines changed

2 files changed

+43
-1
lines changed

CHANGELOG.rst

+37
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,43 @@ community.sap_infrastructure Release Notes
44

55
.. contents:: Topics
66

7+
v1.1.0
8+
======
9+
10+
Release Summary
11+
---------------
12+
13+
| Release Date: 2024-12-01
14+
| sap_hypervisor_node_preconfigure: OCPv improve auth and add namespace targets
15+
| sap_hypervisor_node_preconfigure: OCPv update default vars and var prefixes
16+
| sap_hypervisor_node_preconfigure: OCPv add waits for resource readiness
17+
| sap_hypervisor_node_preconfigure: OCPv improve SR-IOV handling
18+
| sap_vm_provision: update platform guidance document
19+
| sap_vm_provision: remove AWS CLI and GCloud CLI dependency
20+
| sap_vm_provision: add spread placement strategy for AWS, GCP, IBM Cloud, MS Azure, IBM PowerVM
21+
| sap_vm_provision: add AWS Route53 record overwrite
22+
| sap_vm_provision: add IBM Cloud Private DNS Custom Resolver for IBM Power VS
23+
| sap_vm_provision: add var for Virtual IP handling across multiple roles
24+
| sap_vm_provision: fix /etc/hosts for Virtual IPs
25+
| sap_vm_provision: add var for Load Balancer naming on GCP, IBM Cloud, MS Azure
26+
| sap_vm_provision: update OS Images for AWS, GCP, IBM Cloud, MS Azure
27+
| sap_vm_provision: add vars for Kubevirt VM
28+
| sap_vm_provision: fix OS Subscription registration logic and BYOL/BYOS
29+
| sap_vm_provision: improve Web Proxy logic
30+
| sap_vm_provision: fix handling of nested variables within host_specifications_dictionary
31+
| sap_vm_provision: fix handling of custom IOPS on AWS, GCP, IBM Cloud
32+
| sap_vm_provision: fix handling of AWS IAM Policy for HA
33+
| sap_vm_provision: fix handling of MS Azure IAM Role for HA
34+
| sap_vm_provision: add google-guest-agent service for load balancer config
35+
| sap_vm_provision: add readiness for AnyDB HA (e.g. IBM Db2 HADR)
36+
| sap_vm_provision: update IBM Power VS locations lookup list
37+
| sap_vm_provision: update logic for IBM Power VS Workspace with latest backend routing (PER)
38+
| sap_vm_provision: update logic for IBM Cloud Virtual Network Interfaces (VNI)
39+
| sap_vm_provision: fix Ansible to Terraform copy to working directory logic and note
40+
| sap_vm_provision: update embedded Terraform Template with updated var names for imported Terraform Modules
41+
| sap_vm_temp_vip: overhaul replace all shell logic with Ansible Modules and use special vars to determine OS network devices reliably
42+
| sap_vm_temp_vip: overhaul documentation
43+
744
v1.0.1
845
======
946

galaxy.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace: community
1010
name: sap_infrastructure
1111

1212
# The version of the collection. Must be compatible with semantic versioning
13-
version: 1.0.1
13+
version: 1.1.0
1414

1515
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
1616
readme: README.md
@@ -20,6 +20,7 @@ authors:
2020
- Sean Freeman <sean.freeman(at)uk.ibm.com>
2121
- Janine Fuchs <jfuchs(at)redhat.com>
2222
- Nils Koenig <nkoenig(at)redhat.com>
23+
- Marcel Mamula <marcel.mamula(at)suse.com>
2324

2425
### OPTIONAL but strongly recommended
2526
# A short summary description of the collection
@@ -40,6 +41,10 @@ tags:
4041
- database
4142
- application
4243
- sap
44+
- infrastructure
45+
- provision
46+
- cloud
47+
- hypervisor
4348

4449
# Collections that this collection requires to be installed for it to be usable. The key of the dict is the
4550
# collection label 'namespace.name'. The value is a version range

0 commit comments

Comments
 (0)