Skip to content

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bardielle committed Jun 24, 2024
1 parent 50c86e7 commit ef41f9c
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ Minor Changes
-------------

- Clarify pyVmomi requirement (https://github.com/ansible-collections/vmware.vmware/pull/15).
- content_template - Add new module to manage templates in content library
- vcsa_settings - Add new module to configure VCSA settings
- vm_list_group_by_clusters_info - Add the appropriate returned value for the deprecated module ``vm_list_group_by_clusters``

Deprecated Features
-------------------
Expand All @@ -23,6 +25,11 @@ Bugfixes

- guest_info - Fixed bugs that caused module failure when specifying the guest_name attribute

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

- vmware.vmware.vcsa_settings - Configure vCenter Server Appliance settings

v1.1.0
======

Expand Down
11 changes: 11 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,22 @@ releases:
- vm_list_group_by_clusters - deprecate the module since it was renamed to ``vm_list_group_by_clusters_info``
minor_changes:
- Clarify pyVmomi requirement (https://github.com/ansible-collections/vmware.vmware/pull/15).
- content_template - Add new module to manage templates in content library
- vcsa_settings - Add new module to configure VCSA settings
- vm_list_group_by_clusters_info - Add the appropriate returned value for the
deprecated module ``vm_list_group_by_clusters``
fragments:
- 10_vcsa_settings_new_module.yml
- 15-clarify-pyvmomi-requirement.yml
- 21-doc.yml
- 23-new-module-content-create-template.yml
- 25-deprecated_module_vm_list_goup_by_clusters.yml
- 27-guest-info-vm-name-bug.yml
- 34-docs.yml
- 35-add-requirements-filed-to-modules-doc.yml
- 37-vm_list_group_by_clusters_info_returned_obj.yml
modules:
- description: Configure vCenter Server Appliance settings
name: vcsa_settings
namespace: ''
release_date: '2024-05-28'

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/34-docs.yml

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit ef41f9c

Please sign in to comment.