vultr: add changelog and update porting guide (#61520)
This commit is contained in:
parent
032bd3a030
commit
3bfeae9040
2 changed files with 15 additions and 0 deletions
|
@ -1,8 +1,13 @@
|
|||
minor_changes:
|
||||
- The ``vultr_account_facts`` module has been deprecated. Use ``vultr_account_info`` instead.
|
||||
- The ``vultr_block_storage_facts`` module has been deprecated. Use ``vultr_block_storage_info`` instead.
|
||||
- The ``vultr_dns_domain_facts`` module has been deprecated. Use ``vultr_dns_domain_info`` instead.
|
||||
- The ``vultr_firewall_group_facts`` module has been deprecated. Use ``vultr_firewall_group_info`` instead.
|
||||
- The ``vultr_network_facts`` module has been deprecated. Use ``vultr_network_info`` instead.
|
||||
- The ``vultr_os_facts`` module has been deprecated. Use ``vultr_os_info`` instead.
|
||||
- The ``vultr_plan_facts`` module has been deprecated. Use ``vultr_plan_info`` instead.
|
||||
- The ``vultr_region_facts`` module has been deprecated. Use ``vultr_region_info`` instead.
|
||||
- The ``vultr_server_facts`` module has been deprecated. Use ``vultr_server_info`` instead.
|
||||
- The ``vultr_ssh_key_facts`` module has been deprecated. Use ``vultr_ssh_key_info`` instead.
|
||||
- The ``vultr_startup_script_facts`` module has been deprecated. Use ``vultr_startup_script_info`` instead.
|
||||
- The ``vultr_user_facts`` module has been deprecated. Use ``vultr_user_info`` instead.
|
||||
|
|
|
@ -251,20 +251,30 @@ The following modules will be removed in Ansible 2.13. Please update update your
|
|||
|
||||
* vmware_vswitch_facts use :ref:`vmware_vswitch_info <vmware_vswitch_info_module>` instead.
|
||||
|
||||
* vultr_account_facts use :ref:`vultr_account_info <vultr_account_info_module>` instead.
|
||||
|
||||
* vultr_block_storage_facts use :ref:`vultr_block_storage_info <vultr_block_storage_info_module>` instead.
|
||||
|
||||
* vultr_dns_domain_facts use :ref:`vultr_dns_domain_info <vultr_dns_domain_info_module>` instead.
|
||||
|
||||
* vultr_firewall_group_facts use :ref:`vultr_firewall_group_info <vultr_firewall_group_info_module>` instead.
|
||||
|
||||
* vultr_network_facts use :ref:`vultr_network_info <vultr_network_info_module>` instead.
|
||||
|
||||
* vultr_os_facts use :ref:`vultr_os_info <vultr_os_info_module>` instead.
|
||||
|
||||
* vultr_plan_facts use :ref:`vultr_plan_info <vultr_plan_info_module>` instead.
|
||||
|
||||
* vultr_region_facts use :ref:`vultr_region_info <vultr_region_info_module>` instead.
|
||||
|
||||
* vultr_server_facts use :ref:`vultr_server_info <vultr_server_info_module>` instead.
|
||||
|
||||
* vultr_ssh_key_facts use :ref:`vultr_ssh_key_info <vultr_ssh_key_info_module>` instead.
|
||||
|
||||
* vultr_startup_script_facts use :ref:`vultr_startup_script_info <vultr_startup_script_info_module>` instead.
|
||||
|
||||
* vultr_user_facts use :ref:`vultr_user_info <vultr_user_info_module>` instead.
|
||||
|
||||
* vyos_interface use :ref:`vyos_interfaces <vyos_interfaces_module>` instead.
|
||||
|
||||
* vyos_l3_interface use :ref:`vyos_l3_interfaces <vyos_l3_interfaces_module>` instead.
|
||||
|
|
Loading…
Reference in a new issue