Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

collection: changelog and version update #73

Merged
merged 1 commit into from
Dec 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
======

Expand Down
7 changes: 6 additions & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -20,6 +20,7 @@ authors:
- Sean Freeman <sean.freeman(at)uk.ibm.com>
- Janine Fuchs <jfuchs(at)redhat.com>
- Nils Koenig <nkoenig(at)redhat.com>
- Marcel Mamula <marcel.mamula(at)suse.com>

### OPTIONAL but strongly recommended
# A short summary description of the collection
Expand All @@ -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
Expand Down