Reap collections changelog fragments - 4 (#68570)

* Reap collections changelog fragments - 4

* Reap collections changelog fragments - 4
This commit is contained in:
Matt Martz 2020-03-30 14:57:37 -05:00 committed by GitHub
parent 2c294d0cbf
commit d8d7a30ea6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
33 changed files with 0 additions and 98 deletions

View File

@ -1,2 +0,0 @@
bugfixes:
- aws_s3 - Delete objects and delete markers so versioned buckets can be removed.

View File

@ -1,2 +0,0 @@
deprecated_features:
- 'elb_network_lb: The current default value of the `state` option has been deprecated and will change from absent to present in Ansible 2.14'

View File

@ -1,2 +0,0 @@
bugfixes:
- While deleting gitlab user, name, email and password is no longer required ini gitlab_user module (https://github.com/ansible/ansible/issues/61921).

View File

@ -1,2 +0,0 @@
removed_features:
- pacman - Removed deprecated ``recurse`` option, use ``extra_args=--recursive`` instead

View File

@ -1,6 +0,0 @@
minor_changes:
- vmware_datastore_maintenancemode now returns datastore_status instead of Ansible internal key results (https://github.com/ansible/ansible/issues/62083).
- vmware_host_kernel_manager now returns host_kernel_status instead of Ansible internal key results (https://github.com/ansible/ansible/issues/62083).
- vmware_host_ntp now returns host_ntp_status instead of Ansible internal key results (https://github.com/ansible/ansible/issues/62083).
- vmware_host_service_manager now returns host_service_status instead of Ansible internal key results (https://github.com/ansible/ansible/issues/62083).
- vmware_tag now returns tag_status instead of Ansible internal key results (https://github.com/ansible/ansible/issues/62083).

View File

@ -1,4 +0,0 @@
minor_changes:
- "docker_container - add new ``container_default_behavior`` option (PR https://github.com/ansible/ansible/pull/63419)."
deprecated_features:
- "docker_container - the default of ``container_default_behavior`` will change from ``compatibility`` to ``no_defaults`` in Ansible 2.14. Set the option to an explicit value to avoid a deprecation warning."

View File

@ -1,2 +0,0 @@
deprecated_features:
- "docker_container - the ``trust_image_content`` option is now deprecated and will be removed in Ansible 2.14. It has never been used by the module."

View File

@ -1,4 +0,0 @@
deprecated_features:
- "openssl_csr - all values for the ``version`` option except ``1`` are deprecated."
bugfixes:
- "openssl_csr - a warning is issued if an unsupported value for ``version`` is used for the ``cryptography`` backend."

View File

@ -1,5 +0,0 @@
minor_changes:
- docker_stack - Added ``stdout``, ``stderr``, and ``rc`` to return values.
deprecated_features:
- docker_stack - Return values ``out`` and ``err`` have been deprecated and will be removed in Ansible 2.14. Use ``stdout`` and ``stderr`` instead.

View File

@ -1,5 +0,0 @@
minor_changes:
- "iam_policy - The iam_policy module has been migrated from boto to boto3."
deprecated_features:
- "iam_policy - The ``policy_document`` will be removed in Ansible 2.14. To maintain the existing behavior use the ``policy_json`` option and read the file with the ``lookup`` plugin."
- "iam_policy - The default value of ``skip_duplicates`` will change in Ansible 2.14 from ``true`` to ``false``."

View File

@ -1,2 +0,0 @@
deprecated_features:
- "iam_managed_policy - The ``fail_on_delete`` option had no effect and will be removed in Ansible 2.14"

View File

@ -1,2 +0,0 @@
bugfixes:
- zabbix_action - arguments ``event_source`` and ``esc_period`` no longer required when ``state=absent``

View File

@ -1,3 +0,0 @@
deprecated_features:
- "s3_sync - The ``retries`` option had no effect and will be removed in Ansible 2.14"
- "s3_lifecycle - The ``requester_pays`` option had no effect and will be removed in Ansible 2.14"

View File

@ -1,5 +0,0 @@
deprecated_features:
- "ec2_eip - The ``wait_timeout`` option had no effect and will be removed in Ansible 2.14"
- "ec2_key - The ``wait`` option had no effect and will be removed in Ansible 2.14"
- "ec2_key - The ``wait_timeout`` option had no effect and will be removed in Ansible 2.14"
- "ec2_lc - The ``associate_public_ip_address`` option had no effect and will be removed in Ansible 2.14"

View File

@ -1,5 +0,0 @@
deprecated_features:
- 'iam_role: The default value of the purge_policies has been deprecated and will change from true to false in Ansible 2.14'
minor_changes:
- 'iam_role, iam_user and iam_group: the managed_policy option has been renamed to managed_policies (with an alias added)'
- 'iam_role, iam_user and iam_group: the purge_policy option has been renamed to purge_policies (with an alias added)'

View File

@ -1,2 +0,0 @@
bugfixes:
- "hashi_vault - Fix KV v2 lookup to always return latest version"

View File

@ -1,3 +0,0 @@
deprecated_features:
- "cloudformation - The ``template_format`` option had no effect since Ansible 2.3 and will be removed in Ansible 2.14"
- "data_pipeline - The ``version`` option had no effect and will be removed in Ansible 2.14"

View File

@ -1,4 +0,0 @@
minor_changes:
- vmware_host_dns - New module replacing vmware_dns_config with increased functionality.
deprecated_features:
- vmware_dns_config - Deprecate in favour of new module vmware_host_dns.

View File

@ -1,2 +0,0 @@
deprecated_features:
- "docker_container - the default value for ``network_mode`` will change in Ansible 2.14, provided at least one network is specified and ``networks_cli_compatible`` is ``true``. See porting guide, module documentation or deprecation warning for more details."

View File

@ -1,4 +0,0 @@
minor_changes:
- redfish_config - New ``bios_attributes`` option to allow setting multiple BIOS attributes in one command.
deprecated_features:
- redfish_config - Deprecate ``bios_attribute_name`` and ``bios_attribute_value`` in favor of new `bios_attributes`` option.

View File

@ -1,4 +0,0 @@
minor_changes:
- redfish_config, redfish_command - Add ``resource_id`` option to specify which System, Manager, or Chassis resource to modify.
deprecated_features:
- redfish_config, redfish_command - Behavior to modify the first System, Mananger, or Chassis resource when multiple are present is deprecated. Use the new ``resource_id`` option to specify target resource to modify.

View File

@ -1,3 +0,0 @@
minor_changes:
- "docker_container - support for port ranges was adjusted to be more compatible to the ``docker`` command line utility:
a one-port container range combined with a multiple-port host range will no longer result in only the first host port be used, but the whole range being passed to Docker so that a free port in that range will be used."

View File

@ -1,2 +0,0 @@
minor_changes:
- "docker_container - only passes anonymous volumes to docker daemon as ``Volumes``. This increases compatibility with the ``docker`` CLI program. Note that if you specify ``volumes: strict`` in ``comparisons``, this could cause existing containers created with docker_container from Ansible 2.9 or earlier to restart."

View File

@ -1,2 +0,0 @@
minor_changes:
- zabbix_proxy - ``interface`` sub-options ``type`` and ``main`` are now deprecated and will be removed in Ansible 2.14. Also, the values passed to ``interface`` are now checked for correct types and unexpected keys.

View File

@ -1,2 +0,0 @@
deprecated_features:
- 'ec2_tag: deprecate the `list` option in favor of ec2_tag_info'

View File

@ -1,2 +0,0 @@
minor_changes:
- 'ec2: deprecate allowing both group and group_id - currently we ignore group_id if both are passed.'

View File

@ -1,2 +0,0 @@
removed_features:
- purefb_fs - ``nfs`` parameter deprecated. Use ``nfsv3`` instead (https://github.com/ansible/ansible/pull/67026)

View File

@ -1,3 +0,0 @@
---
removed_features:
- Removed previously deprecated keys ``oif_prefix`` and ``oif_source`` from nxos_igmp_interface (https://github.com/ansible/ansible/pull/67186).

View File

@ -1,2 +0,0 @@
minor_changes:
- "The ``AWSRetry`` decorator no longer catches ``NotFound`` exceptions unless they're explicitly added via ``catch_extra_error_codes``."

View File

@ -1,4 +0,0 @@
removed_features:
- vmware_guest_find - Removed deprecated ``datacenter`` option
- vmware_vmkernel - Removed deprecated ``ip_address`` option; use sub-option ip_address in the network option instead
- vmware_vmkernel - Removed deprecated ``subnet_mask`` option; use sub-option subnet_mask in the network option instead

View File

@ -1,2 +0,0 @@
deprecated_features:
- "clc_aa_policy - The ``wait`` option had no effect and will be removed in Ansible 2.14"

View File

@ -1,2 +0,0 @@
minor_changes:
- vmware_guest_custom_attributes does not require VM name (https://github.com/ansible/ansible/issues/63222).

View File

@ -1,2 +0,0 @@
minor_changes:
- win_find - Improve performance when scanning heavily nested directories and align behaviour to the ``find`` module.