Remove changelog entries related to content that has migrated to collections (#68498)

* Reap changelog fragments

* remove changelogs/fragments/60510-k8s-apply-check-mode.yml

* Reap more

* Reap a few more
pull/68565/head
Matt Martz 5 years ago committed by GitHub
parent 5f6427b1fc
commit 5c7746e521
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,2 +0,0 @@
minor_changes:
- ec2_vpc_net - Enable IPv6 CIDR assignment

@ -1,3 +0,0 @@
---
bugfixes:
- "github_deploy_key - added support for pagination"

@ -1,2 +0,0 @@
bugfixes:
- "os_port - no longer triggers change when ``allowed_address_pairs`` items are in different order."

@ -1,4 +0,0 @@
---
bugfixes:
- cloudwatchlogs_log_group - Fix a KeyError when updating a log group that does not have a retention period
(https://github.com/ansible/ansible/issues/47945)

@ -1,2 +0,0 @@
minor_changes:
- luks_device - accept ``passphrase``, ``new_passphrase`` and ``remove_passphrase``.

@ -1,5 +0,0 @@
minor_changes:
- AWS modules now take an "aws_config" parameter to define botocore configuration settings
(https://github.com/ansible/ansible/issues/55182).
- AWS modules using boto can use the parameter to define the user agent, while boto3 modules
allow any configuration settings listed in the botocore API config documentation.

@ -1,2 +0,0 @@
bugfixes:
- rabbitmq_publish - Fix to ensure the module works correctly for pika v1.0.0 and later. (https://github.com/ansible/ansible/pull/61960)

@ -1,2 +0,0 @@
minor_changes:
- openstack inventory plugin - add all_projects option

@ -1,2 +0,0 @@
bugfixes:
- vmware - Ensure we can use the modules with Python < 2.7.9 or RHEL/CentOS < 7.4, this as soon as ``validate_certs`` is disabled.

@ -1,2 +0,0 @@
bugfixes:
- vmware_vcenter_statistics - Fix some corner cases like increasing some interval and decreasing another at the same time.

@ -1,2 +0,0 @@
bugfixes:
- win_acl - Fixed error when setting rights on directory for which inheritance from parent directory has been disabled.

@ -1,2 +0,0 @@
minor_changes:
- Allow all params that boto support in aws_api_gateway module

@ -1,2 +0,0 @@
bugfixes:
- "win_find - Get-FileStat used [int] instead of [int64] for file size calculations"

@ -1,3 +0,0 @@
---
bugfixes:
- terraform - adding support for absolute paths additionally to the relative path within project_path (https://github.com/ansible/ansible/issues/58578)

@ -1,2 +0,0 @@
minor_changes:
- lambda - add a tracing_mode parameter to set the TracingConfig for AWS X-Ray. Also allow updating Lambda runtime.

@ -1,2 +0,0 @@
minor_changes:
- vmware_cluster_ha - Implemented HA advanced settings (https://github.com/ansible/ansible/issues/61421)

@ -1,2 +0,0 @@
bugfixes:
- vmware_dvs_portgroup - Implemented configuration changes on an existing Distributed vSwitch portgroup.

@ -1,2 +0,0 @@
minor_changes:
- luks_device - added the ``type`` option that allows user explicit define the LUKS container format version

@ -1,2 +0,0 @@
minor_changes:
- luks_device - added support to use UUIDs, and labels with LUKS2 containers

@ -1,2 +0,0 @@
bugfixes:
- Use Category id to uniquely identify a tag when multiple tags with same name is available (https://github.com/ansible/ansible/issues/59379).

@ -1,2 +0,0 @@
minor_changes:
- meraki_content_filtering.py - Fixed to use net_id veraible instead static value of None.

@ -1,2 +0,0 @@
bugfixes:
- pulp_repo - the ``client_cert`` and ``client_key`` options were used for both requests to the Pulp instance and for the repo to sync with, resulting in errors when they were used. Use the new options ``feed_client_cert`` and ``feed_client_key`` for client certificates that should only be used for repo synchronisation, and not for communication with the Pulp instance. (https://github.com/ansible/ansible/issues/59513)

@ -1,3 +0,0 @@
---
minor_changes:
- os_image - add ``volume`` option to support creating an image from a volume

@ -1,2 +0,0 @@
minor_changes:
- ecs_task_definition - Add network_mode=default to support Windows ECS tasks.

@ -1,3 +0,0 @@
---
bugfixes:
- redfish_facts - fix KeyError exceptions in GetLogs (https://github.com/ansible/ansible/issues/59797)

@ -1,3 +0,0 @@
---
bugfixes:
- redfish_command - fix power ResetType mapping logic (https://github.com/ansible/ansible/issues/59804)

@ -1,2 +0,0 @@
minor_changes:
- idrac_redfish_config - Support for multiple manager attributes configuration

@ -1,2 +0,0 @@
minor_changes:
- "openssl_privatekey - add ``format`` and ``format_mismatch`` options."

@ -1,3 +0,0 @@
---
bugfixes:
- route53 - improve handling of octal encoded characters

@ -1,2 +0,0 @@
bugfixes:
- k8s - ensure that apply works with check mode. Bumps minimum openshift version for apply to 0.9.2.

@ -1,2 +0,0 @@
bugfixes:
- plugins-netconf-ce - to get attribute 'set-id' from rpc-reply.

@ -1,3 +0,0 @@
bugfixes:
- fixed issue with sns_topic's delivery_policy option resulting in changed
always being true

@ -1,2 +0,0 @@
bugfixes:
- "docker_compose - fix issue where docker deprecation warning results in ansible erroneously reporting a failure"

@ -1,2 +0,0 @@
minor_changes:
- os_server - add ``tag`` to instance nics

@ -1,2 +0,0 @@
bugfixes:
- cloudfront_distribution - Always add field_level_encryption_id to cache behaviour to match AWS requirements

@ -1,2 +0,0 @@
bugfixes:
- ec2_launch_template - Update output to include latest_version and default_version, matching the documentation

@ -1,3 +0,0 @@
---
bugfixes:
- tower inventory plugin - fix TypeError when giving inventory_id as integer (https://github.com/ansible/ansible/issues/61333)

@ -1,2 +0,0 @@
minor_changes:
- luks_device - add ``keysize`` parameter to set key size at LUKS container creation

@ -1,5 +0,0 @@
minor_changes:
- nagios module - a start parameter has been added, allowing the time a
Nagios outage starts to be set. It defaults to the current time if not
provided, preserving the previous behavior and ensuring compatibility with
existing playbooks.

@ -1,2 +0,0 @@
minor_changes:
- purefa_volume - Change I(qos) parameter to I(bw_iops), but retain I(qos) as an alias for backwards compatability (https://github.com/ansible/ansible/pull/61577).

@ -1,2 +0,0 @@
bugfixes:
- digital_ocean_droplet - Fix creation of DigitalOcean droplets using digital_ocean_droplet module (https://github.com/ansible/ansible/pull/61655)

@ -1,2 +0,0 @@
bugfixes:
- "openssh_keypair - public key's file attributes (permissions, owner, group, etc.) are now set to the same values as the private key."

@ -1,3 +0,0 @@
bugfixes:
- "ACME modules: support Buypass' ACME v1 endpoint"
- "ACME modules: fix bug in ACME v1 account update code"

@ -1,2 +0,0 @@
bugfixes:
- aws_s3 - Try to wait for the bucket to exist before setting the access control list.

@ -1,3 +0,0 @@
bugfixes:
- Remove case sensitivity on interface names from eos_interfaces, eos_l2_interfaces, eos_l3_interfaces,
eos_lacp_interfaces, eos_lag_interfaces, and eos_lldp_interfaces.

@ -1,2 +0,0 @@
bugfixes:
- ecs_certificate - Fix formatting of contents of ``full_chain_path``.

@ -1,2 +0,0 @@
bugfixes:
- "docker_container - improve error behavior when parsing port ranges fails."

@ -1,7 +0,0 @@
bugfixes:
- "azure_rm_dnsrecordset_info - no longer returns empty ``azure_dnsrecordset`` facts when called as ``_info`` module."
- "azure_rm_resourcegroup_info - no longer returns ``azure_resourcegroups`` facts when called as ``_info`` module."
- "azure_rm_storageaccount_info - no longer returns empty ``azure_storageaccounts`` facts when called as ``_info`` module."
- "azure_rm_virtualmachineimage_info - no longer returns empty ``azure_vmimages`` facts when called as ``_info`` module."
- "azure_rm_virtualmachinescaleset_info - fix wrongly empty result, or ``ansible_facts`` result, when called as ``_info`` module."
- "azure_rm_virtualnetwork_info - no longer returns empty ``azure_virtualnetworks`` facts when called as ``_info`` module."

@ -1,3 +0,0 @@
bugfixes:
- purefa_info - Fix missing API version check when calling I(admins) or I(all) as the subset
- _purefa_facts - Fix missing API version check when calling I(admins) or I(all) as the subset

@ -1,2 +0,0 @@
bugfixes:
- ec2_transit_gateway - fixed issue where auto_attach set to yes was not being honored (https://github.com/ansible/ansible/issues/61907)

@ -1,3 +0,0 @@
bugfixes:
- purefa_info - Add support for Cloud Block Store (https://github.com/ansible/ansible/pull/62068)
- purefa_host - Add support for Cloud Block Store (https://github.com/ansible/ansible/pull/62068)

@ -1,2 +0,0 @@
bugfixes:
- vmware_guest - Add ability to upgrade the guest hardware version to latest fix issue #56273.

@ -1,2 +0,0 @@
minor_changes:
- os_server now supports diff and check_mode

@ -1,2 +0,0 @@
bugfixes:
- cloudformation_info - Fix a KeyError returning information about the stack(s).

@ -1,2 +0,0 @@
bugfixes:
- nsupdate - Fix zone name lookup of internal/private zones (https://github.com/ansible/ansible/issues/62052)

@ -1,3 +0,0 @@
---
bugfixes:
- yarn - handle no version when installing module by name (https://github.com/ansible/ansible/issues/55097)

@ -1,2 +0,0 @@
minor_changes:
- ce_bgp_neighbor_af - Rename the parameter ``redirect_ip_vaildation`` to ``redirect_ip_validation`` (https://github.com/ansible/ansible/pull/62403).

@ -1,2 +0,0 @@
minor_changes:
- foreman inventory plugin - Add support for constructed options.

@ -1,3 +0,0 @@
bugfixes:
- "Cloudengine module_utils - the ``set-id`` (RPC-REPLY XML attribute) may change over the time althougth ``set-id`` is the identity of the next RPC packet."
- "Cloudengine netconf plugin - add a dispatch RPC function,just return original RPC-REPLY, the function is used by ``Cloudengine module_utils``."

@ -1,2 +0,0 @@
minor_changes:
- vmware_cluster_ha - Remove a wrong parameter from an example in the documentation.

@ -1,3 +0,0 @@
---
bugfixes:
- redfish_command - fix EnableAccount if Enabled property is not present in Account resource (https://github.com/ansible/ansible/issues/59822)

@ -1,2 +0,0 @@
bugfixes:
- "docker_login - correct broken fix for https://github.com/ansible/ansible/pull/60381 which crashes for Python 3."

@ -1,2 +0,0 @@
minor_changes:
- mysql_replication - add ``master_use_gtid`` parameter (https://github.com/ansible/ansible/pull/62648).

@ -1,2 +0,0 @@
bugfixes:
- Check for virtualNicManager in Esxi host system before accessing properties in vmware_vmkernel_info (https://github.com/ansible/ansible/issues/62772).

@ -1,2 +0,0 @@
bugfixes:
- "openssl_certificate - fix ``assertonly`` provider certificate verification, causing 'private key mismatch' and 'subject mismatch' errors."

@ -1,2 +0,0 @@
bugfixes:
- vmware_guest - Allow '-' (Dash) special char in windows DNS name.

@ -1,2 +0,0 @@
bugfixes:
- ce_config - fixed issue - Re-building commands(config src) by replacing '#' with 'quit','quit' commands may close connection (https://github.com/ansible/ansible/issues/62872)

@ -1,2 +0,0 @@
minor_changes:
- vmware_host_facts - added ``properties`` and ``schema`` options.

@ -1,4 +0,0 @@
bugfixes:
- "docker_container - fix idempotency for IP addresses for networks. The old implementation checked the effective
IP addresses assigned by the Docker daemon, and not the specified ones. This causes idempotency issues for
containers which are not running, since they have no effective IP addresses assigned."

@ -1,2 +0,0 @@
minor_changes:
- vmware_datastore_info - added ``properties`` and ``schema`` options.

@ -1,2 +0,0 @@
bugfixes:
- "docker_container - make sure that when image is missing, check mode indicates a change (image will be pulled)."

@ -1,2 +0,0 @@
minor_changes:
- "openssl_dhparam - now supports a ``cryptography``-based backend. Auto-detection can be overwritten with the ``select_crypto_backend`` option."

@ -1,2 +0,0 @@
minor_changes:
- postgresql_lang - add ``owner`` parameter (https://github.com/ansible/ansible/pull/62999).

@ -1,2 +0,0 @@
minor_changes:
- mysql_replication - add ``queries`` return value (https://github.com/ansible/ansible/pull/63036).

@ -1,2 +0,0 @@
minor_changes:
- mysql_replication - add ``master_delay`` parameter (https://github.com/ansible/ansible/issues/51326).

@ -1,2 +0,0 @@
bugfixes:
- "ACME modules: make sure some connection errors are handled properly"

@ -1,2 +0,0 @@
minor_changes:
- podman connection - allow to add extra arguments to podman command and to configure the executable.

@ -1,2 +0,0 @@
minor_changes:
- nsupdate - Use provided TSIG key to not only sign update queries but also lookup queries

@ -1,2 +0,0 @@
minor_changes:
- mysql_info - add ``global_status`` filter parameter option and return (https://github.com/ansible/ansible/pull/63189).

@ -1,2 +0,0 @@
minor_changes:
- mysql_replication - add ``connection_name`` parameter (https://github.com/ansible/ansible/issues/46243).

@ -1,2 +0,0 @@
minor_changes:
- mysql_replication - add ``channel`` parameter (https://github.com/ansible/ansible/issues/29311).

@ -1,2 +0,0 @@
bugfixes:
- "acl - fixed module failure if there are spaces in a path"

@ -1,2 +0,0 @@
minor_changes:
- mysql_replication - add support of ``resetmaster`` choice to ``mode`` parameter (https://github.com/ansible/ansible/issues/42870).

@ -1,2 +0,0 @@
bugfixes:
- "docker_image - make sure that deprecated options also emit proper deprecation warnings next to warnings which indicate how to replace them."

@ -1,2 +0,0 @@
bugfixes:
- edgeos_config - fix issue where module would silently filter out encrypted passwords

@ -1,2 +0,0 @@
minor_changes:
- mysql_info - add ``exclude_fields`` parameter (https://github.com/ansible/ansible/issues/63319).

@ -1,2 +0,0 @@
bugfixes:
- nsupdate - Do not try fixing non-existing TXT values (https://github.com/ansible/ansible/issues/63364)

@ -1,2 +0,0 @@
bugfixes:
- action/ce - fix a bug, some new version os will not discard uncommitted configure with a return directly.(https://github.com/ansible/ansible/pull/63513).

@ -1,2 +0,0 @@
bugfixes:
- '**security issue** - Ansible: Splunk and Sumologic callback plugins leak sensitive data in logs (CVE-2019-14864)'

@ -1,2 +0,0 @@
bugfixes:
- mysql_replication - allow to pass empty values to parameters (https://github.com/ansible/ansible/issues/23976).

@ -1,2 +0,0 @@
minor_changes:
- mysql_variables - add ``mode`` parameter (https://github.com/ansible/ansible/issues/60119).

@ -1,2 +0,0 @@
minor_changes:
- postgresql_privs - add support for TYPE as object types in postgresql_privs module (https://github.com/ansible/ansible/issues/62432).

@ -1,2 +0,0 @@
bugfixes:
- "gitlab_user - Fix adding ssh key to new/changed user and adding group membership for new/changed user"

@ -1,2 +0,0 @@
minor_changes:
- postgresql_db - add support for .pgc file format for dump and restores.

@ -1,5 +0,0 @@
---
minor_changes:
- vmware_guest_disk - Add `destroy` option which allows to remove a disk without deleting the VMDK file.
- vmware_guest_disk - Add `filename` option which allows to create a disk from an existing VMDK.

@ -1,4 +0,0 @@
---
minor_changes:
- vmware_guest - Don't search for VMDK if filename is defined.

@ -1,2 +0,0 @@
minor_changes:
- cloudformation - Return change_set_id in the cloudformation output if a change set was created.

@ -1,2 +0,0 @@
minor_changes:
- "docker_swarm_service - Sort lists when checking for changes."

@ -1,2 +0,0 @@
minor_changes:
- ufw - accept ``interface_in`` and ``interface_out`` as parameters.

@ -1,2 +0,0 @@
bugfixes:
- synchronize - remove unused block (https://github.com/ansible/ansible/issues/63954)

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save