Skip to content

Commit

Permalink
release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemorency committed Sep 16, 2024
1 parent 121353e commit 5aad6e5
Show file tree
Hide file tree
Showing 10 changed files with 55 additions and 22 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
======

Expand Down
31 changes: 31 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
4 changes: 0 additions & 4 deletions changelogs/fragments/90__add_ntp_var.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/91__fix_unused_var.yml

This file was deleted.

5 changes: 0 additions & 5 deletions changelogs/fragments/92_issue_fixes.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/93__readme_typo_fixes.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/97_swap_community_vcls_for_vmware.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/98_swap_community_cluster_for_vmware.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/99_deploy_ovf_template_required_var.yml

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 5aad6e5

Please sign in to comment.