Skip to content

Commit 953f8e5

Browse files
authored
Merge pull request #84 from berndfinger/issue-83-changelog
collection: Implement file changeslogs/changelog.yaml
2 parents 86869fa + e847eff commit 953f8e5

File tree

3 files changed

+180
-61
lines changed

3 files changed

+180
-61
lines changed

CHANGELOG.rst

Lines changed: 72 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
===================================
2-
community.sap_infrastructure Release Notes
3-
===================================
1+
===========================================
2+
community.sap\_infrastructure Release Notes
3+
===========================================
44

55
.. contents:: Topics
66

@@ -10,82 +10,93 @@ v1.1.1
1010
Release Summary
1111
---------------
1212

13-
| Release Date: 2024-12-19
14-
| sap_hypervisor_node_preconfigure: Bug fix for HPP wait
15-
| sap_hypervisor_node_preconfigure: Bug fix for HCO wait and validate
13+
A few minor fixes
14+
15+
Bugfixes
16+
--------
17+
18+
- sap_hypervisor_node_preconfigure - Bug fix for HCO wait and validate
19+
- sap_hypervisor_node_preconfigure - Bug fix for HPP wait
1620

1721
v1.1.0
1822
======
1923

2024
Release Summary
2125
---------------
2226

23-
| Release Date: 2024-12-01
24-
| sap_hypervisor_node_preconfigure: OCPv improve auth and add namespace targets
25-
| sap_hypervisor_node_preconfigure: OCPv update default vars and var prefixes
26-
| sap_hypervisor_node_preconfigure: OCPv add waits for resource readiness
27-
| sap_hypervisor_node_preconfigure: OCPv improve SR-IOV handling
28-
| sap_vm_provision: update platform guidance document
29-
| sap_vm_provision: remove AWS CLI and GCloud CLI dependency
30-
| sap_vm_provision: add spread placement strategy for AWS, GCP, IBM Cloud, MS Azure, IBM PowerVM
31-
| sap_vm_provision: add AWS Route53 record overwrite
32-
| sap_vm_provision: add IBM Cloud Private DNS Custom Resolver for IBM Power VS
33-
| sap_vm_provision: add var for Virtual IP handling across multiple roles
34-
| sap_vm_provision: fix /etc/hosts for Virtual IPs
35-
| sap_vm_provision: add var for Load Balancer naming on GCP, IBM Cloud, MS Azure
36-
| sap_vm_provision: update OS Images for AWS, GCP, IBM Cloud, MS Azure
37-
| sap_vm_provision: add vars for Kubevirt VM
38-
| sap_vm_provision: fix OS Subscription registration logic and BYOL/BYOS
39-
| sap_vm_provision: improve Web Proxy logic
40-
| sap_vm_provision: fix handling of nested variables within host_specifications_dictionary
41-
| sap_vm_provision: fix handling of custom IOPS on AWS, GCP, IBM Cloud
42-
| sap_vm_provision: fix handling of AWS IAM Policy for HA
43-
| sap_vm_provision: fix handling of MS Azure IAM Role for HA
44-
| sap_vm_provision: add google-guest-agent service for load balancer config
45-
| sap_vm_provision: add readiness for AnyDB HA (e.g. IBM Db2 HADR)
46-
| sap_vm_provision: update IBM Power VS locations lookup list
47-
| sap_vm_provision: update logic for IBM Power VS Workspace with latest backend routing (PER)
48-
| sap_vm_provision: update logic for IBM Cloud Virtual Network Interfaces (VNI)
49-
| sap_vm_provision: fix Ansible to Terraform copy to working directory logic and note
50-
| sap_vm_provision: update embedded Terraform Template with updated var names for imported Terraform Modules
51-
| sap_vm_temp_vip: overhaul replace all shell logic with Ansible Modules and use special vars to determine OS network devices reliably
52-
| sap_vm_temp_vip: overhaul documentation
27+
Various minor changes
28+
29+
Minor Changes
30+
-------------
31+
32+
- sap_hypervisor_node_preconfigure - OCPv add waits for resource readiness
33+
- sap_hypervisor_node_preconfigure - OCPv improve SR-IOV handling
34+
- sap_hypervisor_node_preconfigure - OCPv improve auth and add namespace targets
35+
- sap_hypervisor_node_preconfigure - OCPv update default vars and var prefixes
36+
- sap_vm_provision - add AWS Route53 record overwrite
37+
- sap_vm_provision - add IBM Cloud Private DNS Custom Resolver for IBM Power VS
38+
- sap_vm_provision - add google-guest-agent service for load balancer config
39+
- sap_vm_provision - add readiness for AnyDB HA (e.g. IBM Db2 HADR)
40+
- sap_vm_provision - add spread placement strategy for AWS, GCP, IBM Cloud, MS Azure, IBM PowerVM
41+
- sap_vm_provision - add var for Load Balancer naming on GCP, IBM Cloud, MS Azure
42+
- sap_vm_provision - add var for Virtual IP handling across multiple roles
43+
- sap_vm_provision - add vars for Kubevirt VM
44+
- sap_vm_provision - fix /etc/hosts for Virtual IPs
45+
- sap_vm_provision - fix Ansible to Terraform copy to working directory logic and note
46+
- sap_vm_provision - fix OS Subscription registration logic and BYOL/BYOS
47+
- sap_vm_provision - fix handling of AWS IAM Policy for HA
48+
- sap_vm_provision - fix handling of MS Azure IAM Role for HA
49+
- sap_vm_provision - fix handling of custom IOPS on AWS, GCP, IBM Cloud
50+
- sap_vm_provision - fix handling of nested variables within host_specifications_dictionary
51+
- sap_vm_provision - improve Web Proxy logic
52+
- sap_vm_provision - remove AWS CLI and GCloud CLI dependency
53+
- sap_vm_provision - update IBM Power VS locations lookup list
54+
- sap_vm_provision - update OS Images for AWS, GCP, IBM Cloud, MS Azure
55+
- sap_vm_provision - update embedded Terraform Template with updated var names for imported Terraform Modules
56+
- sap_vm_provision - update logic for IBM Cloud Virtual Network Interfaces (VNI)
57+
- sap_vm_provision - update logic for IBM Power VS Workspace with latest backend routing (PER)
58+
- sap_vm_provision - update platform guidance document
59+
- sap_vm_temp_vip - overhaul documentation
60+
- sap_vm_temp_vip - overhaul replace all shell logic with Ansible Modules and use special vars to determine OS network devices reliably
5361

5462
v1.0.1
5563
======
5664

5765
Release Summary
5866
---------------
5967

60-
| Release Date: 2024-04-29
61-
| collection: Bug fix for GH Action requirements
62-
| collection: Bug fix for Ansible Collection dependencies
63-
| sap_hypervisor_node_preconfigure: Bug fix for when condition typo and trident version update
64-
| sap_vm_provision: Documentation update for AWS IAM
65-
| sap_vm_provision: Documentation update for design assumptions with execution impact
66-
| sap_vm_provision: Feature add for all to ensure short hostname is not longer than 13 characters (SAP Note 611361)
67-
| sap_vm_provision: Feature add for all internal variable names prefix with __sap_vm_provision_
68-
| sap_vm_provision: Feature add for all with rescue block to output errors without revealing credential secrets
69-
| sap_vm_provision: Feature add for SAP HANA Scale-Out user-defined variable name prefix with sap_vm_provision
70-
| sap_vm_provision: Feature add for all Ansible Tasks calling Infrastructure Platform APIs default to no_log instead of Environment
71-
| sap_vm_provision: Feature add sample Ansible Playbook for blank Virtual Machine provision
72-
| sap_vm_provision: Feature add for MS Azure SSH Key Pair from new dependency Ansible Module
73-
| sap_vm_provision: Feature add for MS Azure and IBM Cloud Private DNS in separate Resource Group
74-
| sap_vm_provision: Feature add for all Cloud vendors with updated regex for OS Image releases
75-
| sap_vm_provision: Feature add for IBM Power VS using newer hardware machine type (Power10)
76-
| sap_vm_provision: Bug fix for OS Package Repository registration task not triggering
77-
| sap_vm_provision: Bug fix for Web Forward Proxy task not triggering
78-
| sap_vm_provision: Bug fix for ignoring undefined variables (e.g. sap_id_user_password) set on hosts
79-
| sap_vm_provision: Bug fix for IBM Power VS using Power Edge Router default instead of legacy cloud connections
80-
| sap_vm_provision: Bug fix for IBM Power VS OS Image clone from stock and provision
81-
| sap_vm_provision: Bug fix for MS Azure Virtual Machine info response changed data path for IP Address migrating from 1.x to 2.x Ansible Collection
82-
| sap_vm_provision: Bug fix for MS Azure Virtual Machine vm_identity syntax changed migrating from 1.x to 2.x Ansible Collection
68+
Various enhancements
69+
70+
Minor Changes
71+
-------------
72+
73+
- collection - Bug fix for Ansible Collection dependencies
74+
- collection - Bug fix for GH Action requirements
75+
- sap_hypervisor_node_preconfigure - Bug fix for when condition typo and trident version update
76+
- sap_vm_provision - Bug fix for IBM Power VS OS Image clone from stock and provision
77+
- sap_vm_provision - Bug fix for IBM Power VS using Power Edge Router default instead of legacy cloud connections
78+
- sap_vm_provision - Bug fix for MS Azure Virtual Machine info response changed data path for IP Address migrating from 1.x to 2.x Ansible Collection
79+
- sap_vm_provision - Bug fix for MS Azure Virtual Machine vm_identity syntax changed migrating from 1.x to 2.x Ansible Collection
80+
- sap_vm_provision - Bug fix for OS Package Repository registration task not triggering
81+
- sap_vm_provision - Bug fix for Web Forward Proxy task not triggering
82+
- sap_vm_provision - Bug fix for ignoring undefined variables (e.g. sap_id_user_password) set on hosts
83+
- sap_vm_provision - Documentation update for AWS IAM
84+
- sap_vm_provision - Documentation update for design assumptions with execution impact
85+
- sap_vm_provision - Feature add for IBM Power VS using newer hardware machine type (Power10)
86+
- sap_vm_provision - Feature add for MS Azure SSH Key Pair from new dependency Ansible Module
87+
- sap_vm_provision - Feature add for MS Azure and IBM Cloud Private DNS in separate Resource Group
88+
- sap_vm_provision - Feature add for SAP HANA Scale-Out user-defined variable name prefix with sap_vm_provision
89+
- sap_vm_provision - Feature add for all Ansible Tasks calling Infrastructure Platform APIs default to no_log instead of Environment
90+
- sap_vm_provision - Feature add for all Cloud vendors with updated regex for OS Image releases
91+
- sap_vm_provision - Feature add for all internal variable names prefix with __sap_vm_provision_
92+
- sap_vm_provision - Feature add for all to ensure short hostname is not longer than 13 characters (SAP Note 611361)
93+
- sap_vm_provision - Feature add for all with rescue block to output errors without revealing credential secrets
94+
- sap_vm_provision - Feature add sample Ansible Playbook for blank Virtual Machine provision
8395

8496
v1.0.0
8597
======
8698

8799
Release Summary
88100
---------------
89101

90-
| Release Date: 2024-02-02
91-
| Initial Release on Galaxy
102+
Initial Release on Galaxy

changelogs/changelog.yaml

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
ancestor: null
2+
releases:
3+
1.0.0:
4+
release_date: '2024-02-02'
5+
changes:
6+
release_summary: Initial Release on Galaxy
7+
1.0.1:
8+
release_date: '2024-04-29'
9+
changes:
10+
release_summary: Various enhancements
11+
minor_changes:
12+
- collection - Bug fix for GH Action requirements
13+
- collection - Bug fix for Ansible Collection dependencies
14+
- sap_hypervisor_node_preconfigure - Bug fix for when condition typo and trident version update
15+
- sap_vm_provision - Documentation update for AWS IAM
16+
- sap_vm_provision - Documentation update for design assumptions with execution impact
17+
- sap_vm_provision - Feature add for all to ensure short hostname is not longer than 13 characters (SAP Note 611361)
18+
- sap_vm_provision - Feature add for all internal variable names prefix with __sap_vm_provision_
19+
- sap_vm_provision - Feature add for all with rescue block to output errors without revealing credential secrets
20+
- sap_vm_provision - Feature add for SAP HANA Scale-Out user-defined variable name prefix with sap_vm_provision
21+
- sap_vm_provision - Feature add for all Ansible Tasks calling Infrastructure Platform APIs default to no_log instead of Environment
22+
- sap_vm_provision - Feature add sample Ansible Playbook for blank Virtual Machine provision
23+
- sap_vm_provision - Feature add for MS Azure SSH Key Pair from new dependency Ansible Module
24+
- sap_vm_provision - Feature add for MS Azure and IBM Cloud Private DNS in separate Resource Group
25+
- sap_vm_provision - Feature add for all Cloud vendors with updated regex for OS Image releases
26+
- sap_vm_provision - Feature add for IBM Power VS using newer hardware machine type (Power10)
27+
- sap_vm_provision - Bug fix for OS Package Repository registration task not triggering
28+
- sap_vm_provision - Bug fix for Web Forward Proxy task not triggering
29+
- sap_vm_provision - Bug fix for ignoring undefined variables (e.g. sap_id_user_password) set on hosts
30+
- sap_vm_provision - Bug fix for IBM Power VS using Power Edge Router default instead of legacy cloud connections
31+
- sap_vm_provision - Bug fix for IBM Power VS OS Image clone from stock and provision
32+
- sap_vm_provision - Bug fix for MS Azure Virtual Machine info response changed data path for IP Address migrating from 1.x to 2.x Ansible Collection
33+
- sap_vm_provision - Bug fix for MS Azure Virtual Machine vm_identity syntax changed migrating from 1.x to 2.x Ansible Collection
34+
1.1.0:
35+
release_date: '2024-12-01'
36+
changes:
37+
release_summary: Various minor changes
38+
minor_changes:
39+
- sap_hypervisor_node_preconfigure - OCPv improve auth and add namespace targets
40+
- sap_hypervisor_node_preconfigure - OCPv update default vars and var prefixes
41+
- sap_hypervisor_node_preconfigure - OCPv add waits for resource readiness
42+
- sap_hypervisor_node_preconfigure - OCPv improve SR-IOV handling
43+
- sap_vm_provision - update platform guidance document
44+
- sap_vm_provision - remove AWS CLI and GCloud CLI dependency
45+
- sap_vm_provision - add spread placement strategy for AWS, GCP, IBM Cloud, MS Azure, IBM PowerVM
46+
- sap_vm_provision - add AWS Route53 record overwrite
47+
- sap_vm_provision - add IBM Cloud Private DNS Custom Resolver for IBM Power VS
48+
- sap_vm_provision - add var for Virtual IP handling across multiple roles
49+
- sap_vm_provision - fix /etc/hosts for Virtual IPs
50+
- sap_vm_provision - add var for Load Balancer naming on GCP, IBM Cloud, MS Azure
51+
- sap_vm_provision - update OS Images for AWS, GCP, IBM Cloud, MS Azure
52+
- sap_vm_provision - add vars for Kubevirt VM
53+
- sap_vm_provision - fix OS Subscription registration logic and BYOL/BYOS
54+
- sap_vm_provision - improve Web Proxy logic
55+
- sap_vm_provision - fix handling of nested variables within host_specifications_dictionary
56+
- sap_vm_provision - fix handling of custom IOPS on AWS, GCP, IBM Cloud
57+
- sap_vm_provision - fix handling of AWS IAM Policy for HA
58+
- sap_vm_provision - fix handling of MS Azure IAM Role for HA
59+
- sap_vm_provision - add google-guest-agent service for load balancer config
60+
- sap_vm_provision - add readiness for AnyDB HA (e.g. IBM Db2 HADR)
61+
- sap_vm_provision - update IBM Power VS locations lookup list
62+
- sap_vm_provision - update logic for IBM Power VS Workspace with latest backend routing (PER)
63+
- sap_vm_provision - update logic for IBM Cloud Virtual Network Interfaces (VNI)
64+
- sap_vm_provision - fix Ansible to Terraform copy to working directory logic and note
65+
- sap_vm_provision - update embedded Terraform Template with updated var names for imported Terraform Modules
66+
- sap_vm_temp_vip - overhaul replace all shell logic with Ansible Modules and use special vars to determine OS network devices reliably
67+
- sap_vm_temp_vip - overhaul documentation
68+
1.1.1:
69+
release_date: '2024-12-19'
70+
changes:
71+
release_summary: A few minor fixes
72+
bugfixes:
73+
- sap_hypervisor_node_preconfigure - Bug fix for HPP wait
74+
- sap_hypervisor_node_preconfigure - Bug fix for HCO wait and validate

changelogs/config.yaml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
3+
changelog_filename_template: ../CHANGELOG.rst
4+
changelog_filename_version_depth: 0
5+
changes_file: changelog.yaml
6+
changes_format: combined
7+
ignore_other_fragment_extensions: true
8+
keep_fragments: false
9+
mention_ancestor: true
10+
new_plugins_after_name: removed_features
11+
notesdir: fragments
12+
prelude_section_name: release_summary
13+
prelude_section_title: Release Summary
14+
sanitize_changelog: true
15+
sections:
16+
- - major_changes
17+
- Major Changes
18+
- - minor_changes
19+
- Minor Changes
20+
- - breaking_changes
21+
- Breaking Changes / Porting Guide
22+
- - deprecated_features
23+
- Deprecated Features
24+
- - removed_features
25+
- Removed Features (previously deprecated)
26+
- - security_fixes
27+
- Security Fixes
28+
- - bugfixes
29+
- Bugfixes
30+
- - known_issues
31+
- Known Issues
32+
title: community.sap_infrastructure
33+
trivial_section_name: trivial
34+
use_fqcn: true

0 commit comments

Comments
 (0)