fix(deps): update galaxy-collection dependency community.vmware to v3 - autoclosed #60
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.17.1
->3.0.0
Release Notes
ansible-collections/community.vmware
v3.0.0
Compare Source
======
Minor Changes
iolimit
modifications of an existing disk without changing size (vmware_guest_disk: Add iolimit modifications on an existing disk with… ansible-collections/community.vmware#1466).Breaking Changes / Porting Guide
inherited
to thein_traffic_shaping
parameter. This means you can keep the setting as-is by not defining the parameter, but also that you have to define the setting as notinherited
if you want to override it at the PG level (vmware_dvs_portgroup : Remove defaults and add explicit inheritance from switch defaults ansible-collections/community.vmware#1483).inherited
to theout_traffic_shaping
parameter. This means you can keep the setting as-is by not defining the parameter, but also that you have to define the setting as notinherited
if you want to override it at the PG level (vmware_dvs_portgroup : Remove defaults and add explicit inheritance from switch defaults ansible-collections/community.vmware#1483).net_flow
to string to allow setting it implicitly to inherited or to keep the value as-is. This means you can keep the setting as-is by not defining the parameter, but also that whiletrue
orno
still work,True
orOff
(uppercase) won't (vmware_dvs_portgroup : Remove defaults and add explicit inheritance from switch defaults ansible-collections/community.vmware#1483).network_policy
and add a new sub-optioninherited
. This means you can keep the setting as-is by not defining the parameter, but also that you have to define the setting as notinherited
if you want to override it at the PG level (vmware_dvs_portgroup : Remove defaults and add explicit inheritance from switch defaults ansible-collections/community.vmware#1483).secure_boot_enabled
parameter (vmware_guest_boot_manager: Remove secure_boot_enabled default ansible-collections/community.vmware#1461).Guest fullname
is changed toguest_fullname
(vmware_vm_config_option: Change item names in result ansible-collections/community.vmware#1268).Removed Features (previously deprecated)
vca_fw
has been removed.vca_nat
has been removed.vca_vapp
has been removed.vmware_dns_config
has been removed, you can usevmware_host_dns
instead.networks
has been removed, use loops to handle multiple interfaces (vmware_guest_network: Remove deprecated parameter networks ansible-collections/community.vmware#1459).vmware_guest_vnc
has been removed. The VNC support has been dropped with vSphere 7 and later (vmware_guest_vnc: Remove deprecated module ansible-collections/community.vmware#1454).allowed_hosts
anymore, use a dict instead. Additionally,all_ip
is now a required sub-option ofallowed_hosts
(vmware_host_firewall_manager: Remove deprecated functionality ansible-collections/community.vmware#1463).host
andlogin
have been removed. Usehostname
andusername
instead (vsphere_copy: Remove deprecated parameters ansible-collections/community.vmware#1456).Bugfixes
set
(vmware_tag_manager always returnschanged: True
when inset
mode. ansible-collections/community.vmware#1265).New Modules
v2.10.0
Compare Source
v2.9.1
Compare Source
======
Bugfixes
v2.9.0
Compare Source
======
Minor Changes
Bugfixes
failback
parameter (vmware_vswitch sets teaming failback opposite of what's documented ansible-collections/community.vmware#1431).v2.8.0
Compare Source
======
Minor Changes
spec.numPorts is None
issue when thenum_ports
parameter isn't set (vmware_dvs_portgroup: Problem mit spec.numPorts is None solved ansible-collections/community.vmware#1419).Bugfixes
v2.7.0
Compare Source
======
Minor Changes
Bugfixes
resource_pool
in some cases. (vmware_content_deploy_ovf_template does not respet resource_pool parameter ansible-collections/community.vmware#1290).resource_pool
in some cases. (vmware_content_deploy_ovf_template does not respet resource_pool parameter ansible-collections/community.vmware#1290).AttributeError
when using SR-IOV NICs (fix type issue with VirtualPCIPassthrough ansible-collections/community.vmware#1318).v2.6.0
Compare Source
======
Minor Changes
Bugfixes
v2.5.0
Compare Source
======
Minor Changes
New Modules
v2.4.0
Compare Source
======
Minor Changes
migrate_vlan_id
to use for the VMK interface when migrating from VDS to VSS (VLAN is set to 0 when migrating a VMKernel port to a VSS port group ansible-collections/community.vmware#1297).Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.