Skip to content

Commit

Permalink
Release 3.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: Ondra Machacek <omachace@redhat.com>
  • Loading branch information
machacekondra committed Mar 20, 2024
1 parent 794bf72 commit cd18a48
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 10 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@ vmware.vmware_rest Release Notes

.. contents:: Topics

v3.0.1
======

Release Summary
----------------

This release brings some minor changes and bugfixes.

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

- Add requires_ansible to manifest (https://github.com/ansible-community/ansible.content_builder/pull/76).
- Generate action_groups for the vmware.vmware_rest collection (https://github.com/ansible-community/ansible.content_builder/issues/75).
- Use folder attribute for host and dc module only (https://github.com/ansible-community/ansible.content_builder/pull/79).

Bugfixes
--------

- content_library_item_info - fixed error with unsupported property
- lookup plugins - Refactor to use native options configuration via doc_fragment, which ensures that vcenter_validate_certs=false is honored (https://github.com/ansible-collections/vmware.vmware_rest/issues/425).

v3.0.0
======
Expand Down
17 changes: 17 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -671,3 +671,20 @@ releases:
- start_gha_4_sanity_tests.yaml
- use_7.0.3_spec.yaml
release_date: '2023-11-27'
3.0.1:
changes:
bugfixes:
- content_library_item_info - fixed error with unsupported property
- lookup plugins - Refactor to use native options configuration via doc_fragment,
which ensures that vcenter_validate_certs=false is honored (https://github.com/ansible-collections/vmware.vmware_rest/issues/425).
minor_changes:
- Add requires_ansible to manifest (https://github.com/ansible-community/ansible.content_builder/pull/76).
- Generate action_groups for the vmware.vmware_rest collection (https://github.com/ansible-community/ansible.content_builder/issues/75).
- Use folder attribute for host and dc module only (https://github.com/ansible-community/ansible.content_builder/pull/79).
fragments:
- 20240105-bugfix-lookup-options-parsing.yml
- 20240305-network-moid-docs-update.yml
- 463_fix_library_url.yaml
- 75-vmware_rest-action_groups.yaml
- 76-vmware_rest-dont_use_folder.yaml
release_date: '2024-03-20'

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/20240305-network-moid-docs-update.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/463_fix_library_url.yaml

This file was deleted.

0 comments on commit cd18a48

Please sign in to comment.