diff --git a/CHANGELOG.rst b/CHANGELOG.rst index bc304204..4e6c83d6 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,29 @@ Cloud.VMware\_Ops Release Notes .. contents:: Topics +v1.5.0 +====== + +Minor Changes +------------- + +- Add variable `provision_vcenter_vm_ntp_server` to handle ntp server +- Added unused var `provision_vcenter_vm_network_ip_family` to template with default value of ipv4 +- Fix role names in the README files to be consistent with the ansible-role-template +- Fix the example of guest_os in provision_vm README role to use RHEL guest OS +- Set default value of `time.nist.gov` +- Update the dependencies collections in galaxy.yml and in the execution-environment/requirements.yml +- Update the roles and playbooks in the README in the root directory +- cluster_settings - Use the correct module to apply DRS recommendations instead of cluster module +- cluster_settings - Use the vmware.vmware.cluster module instead of the community.vmware.vmware_cluster module +- cluster_settings - Use the vmware.vmware.cluster_vcls module instead of the community.vmware.vmware_cluster_vcls module +- deploy_ovf - Fixed the pre-check assertions for deploy_ovf_template var since it is required with content libraries and optional otherwise + +Bugfixes +-------- + +- Fixed various typos and spelling issues in the README.md for this repo + v1.4.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 1bcdcf6b..dee11acb 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -160,3 +160,34 @@ releases: fragments: - 87-replace-community-modules-with-vmware.vmware.yml release_date: '2024-08-15' + 1.5.0: + changes: + bugfixes: + - Fixed various typos and spelling issues in the README.md for this repo + minor_changes: + - Add variable `provision_vcenter_vm_ntp_server` to handle ntp server + - Added unused var `provision_vcenter_vm_network_ip_family` to template with + default value of ipv4 + - Fix role names in the README files to be consistent with the ansible-role-template + - Fix the example of guest_os in provision_vm README role to use RHEL guest + OS + - Set default value of `time.nist.gov` + - Update the dependencies collections in galaxy.yml and in the execution-environment/requirements.yml + - Update the roles and playbooks in the README in the root directory + - cluster_settings - Use the correct module to apply DRS recommendations instead + of cluster module + - cluster_settings - Use the vmware.vmware.cluster module instead of the community.vmware.vmware_cluster + module + - cluster_settings - Use the vmware.vmware.cluster_vcls module instead of the + community.vmware.vmware_cluster_vcls module + - deploy_ovf - Fixed the pre-check assertions for deploy_ovf_template var since + it is required with content libraries and optional otherwise + fragments: + - 90__add_ntp_var.yml + - 91__fix_unused_var.yml + - 92_issue_fixes.yml + - 93__readme_typo_fixes.yml + - 97_swap_community_vcls_for_vmware.yml + - 98_swap_community_cluster_for_vmware.yml + - 99_deploy_ovf_template_required_var.yml + release_date: '2024-09-16' diff --git a/changelogs/fragments/90__add_ntp_var.yml b/changelogs/fragments/90__add_ntp_var.yml deleted file mode 100644 index 96be6212..00000000 --- a/changelogs/fragments/90__add_ntp_var.yml +++ /dev/null @@ -1,4 +0,0 @@ ---- -minor_changes: - - Add variable `provision_vcenter_vm_ntp_server` to handle ntp server - - Set default value of `time.nist.gov` diff --git a/changelogs/fragments/91__fix_unused_var.yml b/changelogs/fragments/91__fix_unused_var.yml deleted file mode 100644 index 9e6f024e..00000000 --- a/changelogs/fragments/91__fix_unused_var.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -minor_changes: - - Added unused var `provision_vcenter_vm_network_ip_family` to template with default value of ipv4 diff --git a/changelogs/fragments/92_issue_fixes.yml b/changelogs/fragments/92_issue_fixes.yml deleted file mode 100644 index a4625ef6..00000000 --- a/changelogs/fragments/92_issue_fixes.yml +++ /dev/null @@ -1,5 +0,0 @@ -minor_changes: - - Fix role names in the README files to be consistent with the ansible-role-template - - Fix the example of guest_os in provision_vm README role to use RHEL guest OS - - Update the dependencies collections in galaxy.yml and in the execution-environment/requirements.yml - - Update the roles and playbooks in the README in the root directory \ No newline at end of file diff --git a/changelogs/fragments/93__readme_typo_fixes.yml b/changelogs/fragments/93__readme_typo_fixes.yml deleted file mode 100644 index 3997e95b..00000000 --- a/changelogs/fragments/93__readme_typo_fixes.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - Fixed various typos and spelling issues in the README.md for this repo diff --git a/changelogs/fragments/97_swap_community_vcls_for_vmware.yml b/changelogs/fragments/97_swap_community_vcls_for_vmware.yml deleted file mode 100644 index 83ce9f76..00000000 --- a/changelogs/fragments/97_swap_community_vcls_for_vmware.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - cluster_settings - Use the vmware.vmware.cluster_vcls module instead of the community.vmware.vmware_cluster_vcls module diff --git a/changelogs/fragments/98_swap_community_cluster_for_vmware.yml b/changelogs/fragments/98_swap_community_cluster_for_vmware.yml deleted file mode 100644 index 7f46c3b2..00000000 --- a/changelogs/fragments/98_swap_community_cluster_for_vmware.yml +++ /dev/null @@ -1,3 +0,0 @@ -minor_changes: - - cluster_settings - Use the vmware.vmware.cluster module instead of the community.vmware.vmware_cluster module - - cluster_settings - Use the correct module to apply DRS recommendations instead of cluster module diff --git a/changelogs/fragments/99_deploy_ovf_template_required_var.yml b/changelogs/fragments/99_deploy_ovf_template_required_var.yml deleted file mode 100644 index a0f394ee..00000000 --- a/changelogs/fragments/99_deploy_ovf_template_required_var.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - deploy_ovf - Fixed the pre-check assertions for deploy_ovf_template var since it is required with content libraries and optional otherwise diff --git a/galaxy.yml b/galaxy.yml index 0a34c445..c6a08d49 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: cloud name: vmware_ops -version: 1.4.0 +version: 1.5.0 readme: README.md authors: - Ansible Cloud Content Team (@redhat-cop)