Skip to content

Commit

Permalink
release 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemorency committed Sep 12, 2024
1 parent fab0aff commit 2af3567
Show file tree
Hide file tree
Showing 7 changed files with 67 additions and 47 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,27 @@ vmware.vmware\_rest Release Notes

.. contents:: Topics

v4.1.0
======

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

- cluster_moid - Fix bug where lookup would return incosistent results for objects in nested paths. Fixes issues https://github.com/ansible-collections/vmware.vmware_rest/issues/500 https://github.com/ansible-collections/vmware.vmware_rest/pull/445 https://github.com/ansible-collections/vmware.vmware_rest/issues/324 (https://github.com/ansible-collections/vmware.vmware_rest/pull/523)
- datacenter_moid - Fix bug where lookup would return incosistent results for objects in nested paths Fixes issues https://github.com/ansible-collections/vmware.vmware_rest/issues/500 https://github.com/ansible-collections/vmware.vmware_rest/pull/445 https://github.com/ansible-collections/vmware.vmware_rest/issues/324 (https://github.com/ansible-collections/vmware.vmware_rest/pull/523)
- datastore_moid - Fix bug where lookup would return incosistent results for objects in nested paths Fixes issues https://github.com/ansible-collections/vmware.vmware_rest/issues/500 https://github.com/ansible-collections/vmware.vmware_rest/pull/445 https://github.com/ansible-collections/vmware.vmware_rest/issues/324 (https://github.com/ansible-collections/vmware.vmware_rest/pull/523)
- folder_moid - Fix bug where lookup would return incosistent results for objects in nested paths Fixes issues https://github.com/ansible-collections/vmware.vmware_rest/issues/500 https://github.com/ansible-collections/vmware.vmware_rest/pull/445 https://github.com/ansible-collections/vmware.vmware_rest/issues/324 (https://github.com/ansible-collections/vmware.vmware_rest/pull/523)
- host_moid - Fix bug where lookup would return incosistent results for objects in nested paths Fixes issues https://github.com/ansible-collections/vmware.vmware_rest/issues/500 https://github.com/ansible-collections/vmware.vmware_rest/pull/445 https://github.com/ansible-collections/vmware.vmware_rest/issues/324 (https://github.com/ansible-collections/vmware.vmware_rest/pull/523)
- network_moid - Fix bug where lookup would return incosistent results for objects in nested paths Fixes issues https://github.com/ansible-collections/vmware.vmware_rest/issues/500 https://github.com/ansible-collections/vmware.vmware_rest/pull/445 https://github.com/ansible-collections/vmware.vmware_rest/issues/324 (https://github.com/ansible-collections/vmware.vmware_rest/pull/523)
- resource_pool_moid - Fix bug where lookup would return incosistent results for objects in nested paths Fixes issues https://github.com/ansible-collections/vmware.vmware_rest/issues/500 https://github.com/ansible-collections/vmware.vmware_rest/pull/445 https://github.com/ansible-collections/vmware.vmware_rest/issues/324 (https://github.com/ansible-collections/vmware.vmware_rest/pull/523)
- vm_moid - Fix bug where lookup would return incosistent results for objects in nested paths Fixes issues https://github.com/ansible-collections/vmware.vmware_rest/issues/500 https://github.com/ansible-collections/vmware.vmware_rest/pull/445 https://github.com/ansible-collections/vmware.vmware_rest/issues/324 (https://github.com/ansible-collections/vmware.vmware_rest/pull/523)

Bugfixes
--------

- README - fixed various typos in documentation
- lookup - fixed issue where searching for datacenter contents would throw an exception instead of returning expected results

v4.0.1
======

Expand Down
45 changes: 45 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -716,3 +716,48 @@ releases:
fragments:
- 524-drop-scenaros.yml
release_date: '2024-08-28'
4.1.0:
changes:
bugfixes:
- README - fixed various typos in documentation
- lookup - fixed issue where searching for datacenter contents would throw an
exception instead of returning expected results
minor_changes:
- cluster_moid - Fix bug where lookup would return incosistent results for objects
in nested paths. Fixes issues https://github.com/ansible-collections/vmware.vmware_rest/issues/500
https://github.com/ansible-collections/vmware.vmware_rest/pull/445 https://github.com/ansible-collections/vmware.vmware_rest/issues/324
(https://github.com/ansible-collections/vmware.vmware_rest/pull/523)
- datacenter_moid - Fix bug where lookup would return incosistent results for
objects in nested paths Fixes issues https://github.com/ansible-collections/vmware.vmware_rest/issues/500
https://github.com/ansible-collections/vmware.vmware_rest/pull/445 https://github.com/ansible-collections/vmware.vmware_rest/issues/324
(https://github.com/ansible-collections/vmware.vmware_rest/pull/523)
- datastore_moid - Fix bug where lookup would return incosistent results for
objects in nested paths Fixes issues https://github.com/ansible-collections/vmware.vmware_rest/issues/500
https://github.com/ansible-collections/vmware.vmware_rest/pull/445 https://github.com/ansible-collections/vmware.vmware_rest/issues/324
(https://github.com/ansible-collections/vmware.vmware_rest/pull/523)
- folder_moid - Fix bug where lookup would return incosistent results for objects
in nested paths Fixes issues https://github.com/ansible-collections/vmware.vmware_rest/issues/500
https://github.com/ansible-collections/vmware.vmware_rest/pull/445 https://github.com/ansible-collections/vmware.vmware_rest/issues/324
(https://github.com/ansible-collections/vmware.vmware_rest/pull/523)
- host_moid - Fix bug where lookup would return incosistent results for objects
in nested paths Fixes issues https://github.com/ansible-collections/vmware.vmware_rest/issues/500
https://github.com/ansible-collections/vmware.vmware_rest/pull/445 https://github.com/ansible-collections/vmware.vmware_rest/issues/324
(https://github.com/ansible-collections/vmware.vmware_rest/pull/523)
- network_moid - Fix bug where lookup would return incosistent results for objects
in nested paths Fixes issues https://github.com/ansible-collections/vmware.vmware_rest/issues/500
https://github.com/ansible-collections/vmware.vmware_rest/pull/445 https://github.com/ansible-collections/vmware.vmware_rest/issues/324
(https://github.com/ansible-collections/vmware.vmware_rest/pull/523)
- resource_pool_moid - Fix bug where lookup would return incosistent results
for objects in nested paths Fixes issues https://github.com/ansible-collections/vmware.vmware_rest/issues/500
https://github.com/ansible-collections/vmware.vmware_rest/pull/445 https://github.com/ansible-collections/vmware.vmware_rest/issues/324
(https://github.com/ansible-collections/vmware.vmware_rest/pull/523)
- vm_moid - Fix bug where lookup would return incosistent results for objects
in nested paths Fixes issues https://github.com/ansible-collections/vmware.vmware_rest/issues/500
https://github.com/ansible-collections/vmware.vmware_rest/pull/445 https://github.com/ansible-collections/vmware.vmware_rest/issues/324
(https://github.com/ansible-collections/vmware.vmware_rest/pull/523)
fragments:
- 522-update-readme-format.yaml
- 523-refactor-lookup-plugins.yml
- 528-readme-typo-fix.yml
- 529-manual-test-play-for-lookups.yml
release_date: '2024-09-12'
3 changes: 0 additions & 3 deletions changelogs/fragments/522-update-readme-format.yaml

This file was deleted.

34 changes: 0 additions & 34 deletions changelogs/fragments/523-refactor-lookup-plugins.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/528-readme-typo-fix.yml

This file was deleted.

6 changes: 0 additions & 6 deletions changelogs/fragments/529-manual-test-play-for-lookups.yml

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
namespace: vmware
name: vmware_rest
readme: README.md
version: "4.0.1"
version: "4.1.0"
authors:
- Ansible (https://github.com/ansible)
description: VMware collection for Ansible
Expand Down

0 comments on commit 2af3567

Please sign in to comment.