Skip to content

Commit

Permalink
release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemorency committed Aug 6, 2024
1 parent d268a63 commit 6349986
Show file tree
Hide file tree
Showing 10 changed files with 63 additions and 23 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,32 @@ vmware.vmware Release Notes

.. contents:: Topics

v1.4.0
======

Minor Changes
-------------

- cluster_drs - added cluster_drs module to manage DRS settings in vcenter
- folder_template_from_vm - add module and tests to create a template from an existing VM in vcenter and store the template in a folder
- guest_info - migrated functionality from community vmware_guest_info and vmware_vm_info into guest_info. Changes are backwards compatible but legacy outputs are deprecated
- module_utils/vmware_tasks - added shared utils to monitor long running tasks in vcenter
- module_utils/vmware_type_utils - added shared utils for validating, transforming, and comparing vcenter settings with python variables
- vm_portgroup_info - add module to get all the portgroups that associated with VMs

Bugfixes
--------

- _vmware_facts - fixed typo in hw_interfaces fact key and added missing annotation fact key and value
- _vmware_folder_paths - fixed issue where resolved folder paths incorrectly included a leading slash
- guest_info - added more optional attributes to the example
- module_utils/vmware_rest_client - rename get_vm_by_name method as there is same signature already

New Modules
-----------

- vmware.vmware.vm_portgroup_info - Returns information about the portgroups of virtual machines

v1.3.0
======

Expand Down
35 changes: 35 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,38 @@ releases:
- 35-add-requirements-filed-to-modules-doc.yml
- 37-vm_list_group_by_clusters_info_returned_obj.yml
release_date: '2024-06-24'
1.4.0:
changes:
bugfixes:
- _vmware_facts - fixed typo in hw_interfaces fact key and added missing annotation
fact key and value
- _vmware_folder_paths - fixed issue where resolved folder paths incorrectly
included a leading slash
- guest_info - added more optional attributes to the example
- module_utils/vmware_rest_client - rename get_vm_by_name method as there is
same signature already
minor_changes:
- cluster_drs - added cluster_drs module to manage DRS settings in vcenter
- folder_template_from_vm - add module and tests to create a template from an
existing VM in vcenter and store the template in a folder
- guest_info - migrated functionality from community vmware_guest_info and vmware_vm_info
into guest_info. Changes are backwards compatible but legacy outputs are deprecated
- module_utils/vmware_tasks - added shared utils to monitor long running tasks
in vcenter
- module_utils/vmware_type_utils - added shared utils for validating, transforming,
and comparing vcenter settings with python variables
- vm_portgroup_info - add module to get all the portgroups that associated with
VMs
fragments:
- 10-rename_get_vm_by_name.yaml
- 48-add_folder_template.yml
- 49-add_vm_portgroup_info.yml
- 50-add_cluster_drs_module.yaml
- 51-migrate_vm_info_modules.yml
- 54-bugfix_custom_fact_values.yml
- 55-add_docs_for_mandatory_vars.yml
modules:
- description: Returns information about the portgroups of virtual machines
name: vm_portgroup_info
namespace: ''
release_date: '2024-08-06'
3 changes: 0 additions & 3 deletions changelogs/fragments/10-rename_get_vm_by_name.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/48-add_folder_template.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/49-add_vm_portgroup_info.yml

This file was deleted.

5 changes: 0 additions & 5 deletions changelogs/fragments/50-add_cluster_drs_module.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/51-migrate_vm_info_modules.yml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/54-bugfix_custom_fact_values.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/55-add_docs_for_mandatory_vars.yml

This file was deleted.

4 changes: 2 additions & 2 deletions galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace: vmware
name: vmware
version: 1.3.0
version: 1.4.0
readme: README.md
authors:
- Ansible Cloud Content Team (@redhat-cop)
Expand All @@ -17,7 +17,7 @@ repository: https://github.com/ansible-collections/vmware.vmware
homepage: https://github.com/ansible-collections/vmware.vmware
issues: https://github.com/ansible-collections/vmware.vmware/issues
build_ignore:
# https://docs.ansible.com/ansible/devel/dev_guide/developing_collections_distributing.html#ignoring-files-and-folders
# https://docs.ansible.com/ansible/devel/dev_guide/developing_collections_distributing.html#ignoring-files-and-folders
- .gitignore
- changelogs/.plugin-cache.yaml
- .github
Expand Down

0 comments on commit 6349986

Please sign in to comment.