Skip to content

Commit

Permalink
Release 3.0.1 (ansible-collections#489)
Browse files Browse the repository at this point in the history
Release 3.0.1

Release 3.0.1

Reviewed-by: Mario Lenz <m@riolenz.de>
Reviewed-by: GomathiselviS
Reviewed-by: Alina Buzachis
  • Loading branch information
machacekondra authored and bardielle committed May 29, 2024
1 parent bd2bcaf commit 28d5a80
Show file tree
Hide file tree
Showing 157 changed files with 431 additions and 488 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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The collection depends on ``aiohttp`` has [requirement](https://docs.aiohttp.org

## vSphere compatibility

The 2.0.0 version of this collection requires vSphere 7.0.2 or greater.
The 3.0.0 version of this collection requires vSphere 7.0.3 or greater.

## Known limitations

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-21'

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.

23 changes: 10 additions & 13 deletions docs/vmware.vmware_rest.cluster_moid_lookup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Parameters
<b>_terms</b>
<a class="ansibleOptionLink" href="#parameter-" title="Permalink to this option"></a>
<div style="font-size: small">
<span style="color: purple">-</span>
<span style="color: purple">string</span>
/ <span style="color: red">required</span>
</div>
</td>
Expand All @@ -73,10 +73,10 @@ Parameters
<td>
</td>
<td>
<div>env:VMWARE_HOST</div>
</td>
<td>
<div>The hostname or IP address of the vSphere vCenter.</div>
<div>If the value is not specified in the task, the value of environment variable <code>VMWARE_HOST</code> will be used instead.</div>
</td>
</tr>
<tr>
Expand All @@ -92,10 +92,10 @@ Parameters
<td>
</td>
<td>
<div>env:VMWARE_PASSWORD</div>
</td>
<td>
<div>The vSphere vCenter password.</div>
<div>If the value is not specified in the task, the value of environment variable <code>VMWARE_PASSWORD</code> will be used instead.</div>
</td>
</tr>
<tr>
Expand All @@ -110,12 +110,12 @@ Parameters
<td>
</td>
<td>
<div>env:VMWARE_REST_LOG_FILE</div>
</td>
<td>
<div>You can use this optional parameter to set the location of a log file.</div>
<div>This file will be used to record the HTTP REST interaction.</div>
<div>The file will be stored on the host that run the module.</div>
<div>If the value is not specified in the task, the value of environment variable <code>VMWARE_REST_LOG_FILE</code> will be used instead.</div>
<div>This file will be used to record the HTTP REST interactions.</div>
<div>The file will be stored on the host that runs the module.</div>
</td>
</tr>
<tr>
Expand All @@ -131,10 +131,10 @@ Parameters
<td>
</td>
<td>
<div>env:VMWARE_USER</div>
</td>
<td>
<div>The vSphere vCenter username.</div>
<div>If the value is not specified in the task, the value of environment variable <code>VMWARE_USER</code> will be used instead.</div>
</td>
</tr>
<tr>
Expand All @@ -147,16 +147,13 @@ Parameters
</div>
</td>
<td>
<ul style="margin: 0; padding: 0"><b>Choices:</b>
<li>no</li>
<li><div style="color: blue"><b>yes</b>&nbsp;&larr;</div></li>
</ul>
<b>Default:</b><br/><div style="color: blue">"yes"</div>
</td>
<td>
<div>env:VMWARE_VALIDATE_CERTS</div>
</td>
<td>
<div>Allows connection when SSL certificates are not valid. Set to <code>false</code> when certificates are not trusted.</div>
<div>If the value is not specified in the task, the value of environment variable <code>VMWARE_VALIDATE_CERTS</code> will be used instead.</div>
<div>Allows connection when SSL certificates are not valid. Set to V(false) when certificates are not trusted.</div>
</td>
</tr>
</table>
Expand Down
23 changes: 10 additions & 13 deletions docs/vmware.vmware_rest.datacenter_moid_lookup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Parameters
<b>_terms</b>
<a class="ansibleOptionLink" href="#parameter-" title="Permalink to this option"></a>
<div style="font-size: small">
<span style="color: purple">-</span>
<span style="color: purple">string</span>
/ <span style="color: red">required</span>
</div>
</td>
Expand All @@ -73,10 +73,10 @@ Parameters
<td>
</td>
<td>
<div>env:VMWARE_HOST</div>
</td>
<td>
<div>The hostname or IP address of the vSphere vCenter.</div>
<div>If the value is not specified in the task, the value of environment variable <code>VMWARE_HOST</code> will be used instead.</div>
</td>
</tr>
<tr>
Expand All @@ -92,10 +92,10 @@ Parameters
<td>
</td>
<td>
<div>env:VMWARE_PASSWORD</div>
</td>
<td>
<div>The vSphere vCenter password.</div>
<div>If the value is not specified in the task, the value of environment variable <code>VMWARE_PASSWORD</code> will be used instead.</div>
</td>
</tr>
<tr>
Expand All @@ -110,12 +110,12 @@ Parameters
<td>
</td>
<td>
<div>env:VMWARE_REST_LOG_FILE</div>
</td>
<td>
<div>You can use this optional parameter to set the location of a log file.</div>
<div>This file will be used to record the HTTP REST interaction.</div>
<div>The file will be stored on the host that run the module.</div>
<div>If the value is not specified in the task, the value of environment variable <code>VMWARE_REST_LOG_FILE</code> will be used instead.</div>
<div>This file will be used to record the HTTP REST interactions.</div>
<div>The file will be stored on the host that runs the module.</div>
</td>
</tr>
<tr>
Expand All @@ -131,10 +131,10 @@ Parameters
<td>
</td>
<td>
<div>env:VMWARE_USER</div>
</td>
<td>
<div>The vSphere vCenter username.</div>
<div>If the value is not specified in the task, the value of environment variable <code>VMWARE_USER</code> will be used instead.</div>
</td>
</tr>
<tr>
Expand All @@ -147,16 +147,13 @@ Parameters
</div>
</td>
<td>
<ul style="margin: 0; padding: 0"><b>Choices:</b>
<li>no</li>
<li><div style="color: blue"><b>yes</b>&nbsp;&larr;</div></li>
</ul>
<b>Default:</b><br/><div style="color: blue">"yes"</div>
</td>
<td>
<div>env:VMWARE_VALIDATE_CERTS</div>
</td>
<td>
<div>Allows connection when SSL certificates are not valid. Set to <code>false</code> when certificates are not trusted.</div>
<div>If the value is not specified in the task, the value of environment variable <code>VMWARE_VALIDATE_CERTS</code> will be used instead.</div>
<div>Allows connection when SSL certificates are not valid. Set to V(false) when certificates are not trusted.</div>
</td>
</tr>
</table>
Expand Down
23 changes: 10 additions & 13 deletions docs/vmware.vmware_rest.datastore_moid_lookup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Parameters
<b>_terms</b>
<a class="ansibleOptionLink" href="#parameter-" title="Permalink to this option"></a>
<div style="font-size: small">
<span style="color: purple">-</span>
<span style="color: purple">string</span>
/ <span style="color: red">required</span>
</div>
</td>
Expand All @@ -73,10 +73,10 @@ Parameters
<td>
</td>
<td>
<div>env:VMWARE_HOST</div>
</td>
<td>
<div>The hostname or IP address of the vSphere vCenter.</div>
<div>If the value is not specified in the task, the value of environment variable <code>VMWARE_HOST</code> will be used instead.</div>
</td>
</tr>
<tr>
Expand All @@ -92,10 +92,10 @@ Parameters
<td>
</td>
<td>
<div>env:VMWARE_PASSWORD</div>
</td>
<td>
<div>The vSphere vCenter password.</div>
<div>If the value is not specified in the task, the value of environment variable <code>VMWARE_PASSWORD</code> will be used instead.</div>
</td>
</tr>
<tr>
Expand All @@ -110,12 +110,12 @@ Parameters
<td>
</td>
<td>
<div>env:VMWARE_REST_LOG_FILE</div>
</td>
<td>
<div>You can use this optional parameter to set the location of a log file.</div>
<div>This file will be used to record the HTTP REST interaction.</div>
<div>The file will be stored on the host that run the module.</div>
<div>If the value is not specified in the task, the value of environment variable <code>VMWARE_REST_LOG_FILE</code> will be used instead.</div>
<div>This file will be used to record the HTTP REST interactions.</div>
<div>The file will be stored on the host that runs the module.</div>
</td>
</tr>
<tr>
Expand All @@ -131,10 +131,10 @@ Parameters
<td>
</td>
<td>
<div>env:VMWARE_USER</div>
</td>
<td>
<div>The vSphere vCenter username.</div>
<div>If the value is not specified in the task, the value of environment variable <code>VMWARE_USER</code> will be used instead.</div>
</td>
</tr>
<tr>
Expand All @@ -147,16 +147,13 @@ Parameters
</div>
</td>
<td>
<ul style="margin: 0; padding: 0"><b>Choices:</b>
<li>no</li>
<li><div style="color: blue"><b>yes</b>&nbsp;&larr;</div></li>
</ul>
<b>Default:</b><br/><div style="color: blue">"yes"</div>
</td>
<td>
<div>env:VMWARE_VALIDATE_CERTS</div>
</td>
<td>
<div>Allows connection when SSL certificates are not valid. Set to <code>false</code> when certificates are not trusted.</div>
<div>If the value is not specified in the task, the value of environment variable <code>VMWARE_VALIDATE_CERTS</code> will be used instead.</div>
<div>Allows connection when SSL certificates are not valid. Set to V(false) when certificates are not trusted.</div>
</td>
</tr>
</table>
Expand Down
23 changes: 10 additions & 13 deletions docs/vmware.vmware_rest.folder_moid_lookup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Parameters
<b>_terms</b>
<a class="ansibleOptionLink" href="#parameter-" title="Permalink to this option"></a>
<div style="font-size: small">
<span style="color: purple">-</span>
<span style="color: purple">string</span>
/ <span style="color: red">required</span>
</div>
</td>
Expand All @@ -73,10 +73,10 @@ Parameters
<td>
</td>
<td>
<div>env:VMWARE_HOST</div>
</td>
<td>
<div>The hostname or IP address of the vSphere vCenter.</div>
<div>If the value is not specified in the task, the value of environment variable <code>VMWARE_HOST</code> will be used instead.</div>
</td>
</tr>
<tr>
Expand All @@ -92,10 +92,10 @@ Parameters
<td>
</td>
<td>
<div>env:VMWARE_PASSWORD</div>
</td>
<td>
<div>The vSphere vCenter password.</div>
<div>If the value is not specified in the task, the value of environment variable <code>VMWARE_PASSWORD</code> will be used instead.</div>
</td>
</tr>
<tr>
Expand All @@ -110,12 +110,12 @@ Parameters
<td>
</td>
<td>
<div>env:VMWARE_REST_LOG_FILE</div>
</td>
<td>
<div>You can use this optional parameter to set the location of a log file.</div>
<div>This file will be used to record the HTTP REST interaction.</div>
<div>The file will be stored on the host that run the module.</div>
<div>If the value is not specified in the task, the value of environment variable <code>VMWARE_REST_LOG_FILE</code> will be used instead.</div>
<div>This file will be used to record the HTTP REST interactions.</div>
<div>The file will be stored on the host that runs the module.</div>
</td>
</tr>
<tr>
Expand All @@ -131,10 +131,10 @@ Parameters
<td>
</td>
<td>
<div>env:VMWARE_USER</div>
</td>
<td>
<div>The vSphere vCenter username.</div>
<div>If the value is not specified in the task, the value of environment variable <code>VMWARE_USER</code> will be used instead.</div>
</td>
</tr>
<tr>
Expand All @@ -147,16 +147,13 @@ Parameters
</div>
</td>
<td>
<ul style="margin: 0; padding: 0"><b>Choices:</b>
<li>no</li>
<li><div style="color: blue"><b>yes</b>&nbsp;&larr;</div></li>
</ul>
<b>Default:</b><br/><div style="color: blue">"yes"</div>
</td>
<td>
<div>env:VMWARE_VALIDATE_CERTS</div>
</td>
<td>
<div>Allows connection when SSL certificates are not valid. Set to <code>false</code> when certificates are not trusted.</div>
<div>If the value is not specified in the task, the value of environment variable <code>VMWARE_VALIDATE_CERTS</code> will be used instead.</div>
<div>Allows connection when SSL certificates are not valid. Set to V(false) when certificates are not trusted.</div>
</td>
</tr>
</table>
Expand Down
Loading

0 comments on commit 28d5a80

Please sign in to comment.