[WIP] Cleanups and version bumping for 2.10 (#61572)
* Cleanups and version bumping for 2.10 * Fix changelog url now that stable has been branched * Fix the lenth of the porting guide title now that the version is two digits
This commit is contained in:
parent
0c2590d3df
commit
8f6dbb732a
480 changed files with 82 additions and 1392 deletions
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- Fixed role's hash_params behavior to not union (https://github.com/ansible/ansible/issues/20596).
|
|
@ -1,4 +0,0 @@
|
|||
bugfixes:
|
||||
- TaskQueueManager - Ensure ``has_dead_workers`` can function, by using the
|
||||
correct reference, and only allow an exit code of 0.
|
||||
(https://github.com/ansible/ansible/issues/29124)
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- rabbitmq_policy - Add full check for rabbit policy changes (https://github.com/ansible/ansible/issues/29264)
|
|
@ -1,2 +0,0 @@
|
|||
minor_changes:
|
||||
- add purge_tags parameter to s3_bucket to allow preservation of existing tags when updating tags.
|
|
@ -1,3 +0,0 @@
|
|||
bugfixes:
|
||||
- uri - Handle multiple Content-Type headers correctly
|
||||
(https://github.com/ansible/ansible/pull/31238)
|
|
@ -1,2 +0,0 @@
|
|||
minor_changes:
|
||||
- getent - add service parameter to getent to lookup specified service
|
|
@ -1,3 +0,0 @@
|
|||
---
|
||||
bugfixes:
|
||||
- "os_quota - fix failure to set compute or network quota when volume service is not available"
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- dnsmadeeasy - force the date to be rendered with C (POSIX system default) locale as English short date names are required by API
|
|
@ -1,2 +0,0 @@
|
|||
minor_changes:
|
||||
- xml - Introduce ``insertbefore`` and ``insertafter`` to specify the position (https://github.com/ansible/ansible/pull/44811)
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- cowsay - Fix issue with an empty cow_whitelist (https://github.com/ansible/ansible/issues/45631)
|
|
@ -1,2 +0,0 @@
|
|||
minor_changes:
|
||||
- vmware_cluster_facts now supports tag facts (https://github.com/ansible/ansible/issues/46458).
|
|
@ -1,2 +0,0 @@
|
|||
minor_changes:
|
||||
- vmware_host_facts now supports tag facts (https://github.com/ansible/ansible/issues/46461).
|
|
@ -1,2 +0,0 @@
|
|||
minor_changes:
|
||||
- Add folder option in vmware_datastore_cluster to place datastore cluster in specific folder (https://github.com/ansible/ansible/issues/48010).
|
|
@ -1,2 +0,0 @@
|
|||
minor_changes:
|
||||
- "meraki_* - Idempotency check has been rewritten. The new version is more thorough."
|
|
@ -1,2 +0,0 @@
|
|||
minor_changes:
|
||||
- "meraki_network - Add support for enabling or disabling VLANs on a network."
|
|
@ -1,2 +0,0 @@
|
|||
minor_changes:
|
||||
- meraki_network - Add support for disabling remote status page on a network.
|
|
@ -1,2 +0,0 @@
|
|||
minor_changes:
|
||||
- meraki_ssid - Add examples to documentation.
|
|
@ -1,3 +0,0 @@
|
|||
---
|
||||
bugfixes:
|
||||
- "nagios - Removed redundant type check which caused crashes. Guardrails added elsewhere in earlier change."
|
|
@ -1,2 +0,0 @@
|
|||
minor_changes:
|
||||
- "docker_container - add ``mounts`` option."
|
|
@ -1,2 +0,0 @@
|
|||
minor_changes:
|
||||
- Restrict vcenter_folder to vCenter only, since folder creation api is not supported on ESXi hostsystem (https://github.com/ansible/ansible/issues/49938).
|
|
@ -1,2 +0,0 @@
|
|||
minor_changes:
|
||||
- vApp setting can be set while VM creation in vmware_guest (https://github.com/ansible/ansible/issues/50617).
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- aws_ses_identity module works when region is provided using config or environment variables rather than the region parameter (https://github.com/ansible/ansible/issues/51531)
|
|
@ -1,3 +0,0 @@
|
|||
bugfixes:
|
||||
- "meraki_ssid - Provides more accurate change results for some operations."
|
||||
- "meraki_ssid - Improved documentation about parameter dependencies."
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- apt_repository - Fix crash caused by ``cache.update()`` raising an ``IOError`` due to a timeout in ``apt update`` (https://github.com/ansible/ansible/issues/51995)
|
|
@ -1,2 +0,0 @@
|
|||
minor_changes:
|
||||
- vmware - The VMware modules can now access a server behind a HTTP proxy (https://github.com/ansible/ansible/pull/52936)
|
|
@ -1,2 +0,0 @@
|
|||
minor_changes:
|
||||
- Implement config options for ``display_ok_hosts`` and ``display_skipped_hosts`` in unixy callback plugin
|
|
@ -1,2 +0,0 @@
|
|||
minor_changes:
|
||||
- Add managed object identifier (moId) and vim reference (vimref) of virtual machine in guest facts (https://github.com/ansible/ansible/issues/53372).
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
bugfixes:
|
||||
- Fix privilege escalation support for the docker connection plugin when
|
||||
credentials need to be supplied (e.g. sudo with password).
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- ec2_launch_template - Only 'volume' and 'instance' are valid resource types for tag specifications.
|
|
@ -1,3 +0,0 @@
|
|||
bugfixes:
|
||||
- rds_instance - Don't hardcode the license models because there are accepted values undocumented by AWS.
|
||||
Rely on the exception handling instead to provide a helpful error for invalid license models.
|
|
@ -1,2 +0,0 @@
|
|||
minor_changes:
|
||||
- "meraki_* - Meraki modules now return data when no changes are made."
|
|
@ -1,2 +0,0 @@
|
|||
minor_changes:
|
||||
- Allow debugger to take a templated value (https://github.com/ansible/ansible/pull/53587)
|
|
@ -1,3 +0,0 @@
|
|||
---
|
||||
minor_changes:
|
||||
- "meraki_admin - Add support for check mode."
|
|
@ -1,3 +0,0 @@
|
|||
---
|
||||
minor_changes:
|
||||
- "meraki_config_template - Enable check mode."
|
|
@ -1,2 +0,0 @@
|
|||
minor_changes:
|
||||
- "meraki_content_filtering - Add support for check mode."
|
|
@ -1,2 +0,0 @@
|
|||
minor_changes:
|
||||
- meraki_snmp - Add support for check mode.
|
|
@ -1,3 +0,0 @@
|
|||
---
|
||||
minor_changes:
|
||||
- "meraki_vlan - Add support for check mode."
|
|
@ -1,2 +0,0 @@
|
|||
minor_changes:
|
||||
- meraki_mr_l3_firewall - Integration test now uses net_id in some tests for improved code coverage.
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- "meraki_switchport - improve reliability with native VLAN functionality."
|
|
@ -1,2 +0,0 @@
|
|||
minor_changes:
|
||||
- Ansible will now warn if two aliases of the same option are used for Python modules.
|
|
@ -1,2 +0,0 @@
|
|||
minor_changes:
|
||||
- Meraki modules now return data in snake_case instead of camelCase. The ANSIBLE_MERAKI_FORMAT environment variable can be set to camelcase to revert back to camelcase until deprecation in Ansible 2.13.
|
|
@ -1,2 +0,0 @@
|
|||
minor_changes:
|
||||
- Remove duplicate implementation of memory reservation parameter in vmware_guest (https://github.com/ansible/ansible/issues/54335).
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- "setup.ps1 - Support non NETBIOS compliant hostnames (https://github.com/ansible/ansible/issues/54550)"
|
|
@ -1,2 +0,0 @@
|
|||
minor_changes:
|
||||
- Check return value of FindByInventoryPath API used for finding folder value (https://github.com/ansible/ansible/issues/54823).
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- "docker_container - fix idempotency of ``log_options`` when non-string values are used. Also warn user that this is the case."
|
|
@ -1,2 +0,0 @@
|
|||
minor_changes:
|
||||
- pluribus networks modules to handle empty output string.
|
|
@ -1,2 +0,0 @@
|
|||
minor_changes:
|
||||
- Add folder option in vmware_dvswitch to place distributed switch in a network specific folder (https://github.com/ansible/ansible/issues/54986).
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- template lookup - restore variables between calls (https://github.com/ansible/ansible/issues/55113)
|
|
@ -1,3 +0,0 @@
|
|||
bugfixes:
|
||||
- "openssl_csr - the cryptography backend's idempotency checking for basic constraints was broken."
|
||||
- "openssl_csr - SAN normalization for IP addresses for the pyOpenSSL backend was broken."
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- ec2_instance - make Name tag idempotent (https://github.com/ansible/ansible/pull/55224)
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- Fixed loading namespaced documentation fragments from collections.
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- "docker_host_info - ``network_filters`` needs docker-py 2.0.2, ``disk_usage`` needs docker-py 2.2.0."
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- "docker_swarm_service_info - work around problems with older docker-py versions such as 2.0.2."
|
|
@ -1,3 +0,0 @@
|
|||
bugfixes:
|
||||
- "openssl_csr, openssl_csr_info - use ``ipaddress`` module bundled with Ansible for normalizations needed for pyOpenSSL backend."
|
||||
- "acme_certificate - use ``ipaddress`` module bundled with Ansible for normalizations needed for OpenSSL backend."
|
|
@ -1,2 +0,0 @@
|
|||
minor_changes:
|
||||
- ec2 - Remove deprecated ``device_type`` option (https://github.com/ansible/ansible/issues/55306)
|
|
@ -1,2 +0,0 @@
|
|||
minor_changes:
|
||||
- ec2_instance - Remove deprecated ``network.ebs_optimized`` option (https://github.com/ansible/ansible/issues/55307)
|
|
@ -1,2 +0,0 @@
|
|||
minor_changes:
|
||||
- ec2_lc - Remove deprecated ``device_type`` option (https://github.com/ansible/ansible/issues/55308)
|
|
@ -1,2 +0,0 @@
|
|||
minor_changes:
|
||||
- apt - Remove deprecated ``installed`` and ``removed`` aliases (https://github.com/ansible/ansible/issues/55311)
|
|
@ -1,2 +0,0 @@
|
|||
minor_changes:
|
||||
- zfs - Remove deprecated key=value 'option' (https://github.com/ansible/ansible/issues/55318)
|
|
@ -1,3 +0,0 @@
|
|||
---
|
||||
minor_changes:
|
||||
- git - add a ``gpg_whitelist`` option to specify a list of trusted GPG fingerprints for when ``verify_commit`` is enabled (https://github.com/ansible/ansible/pull/55396)
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- Fix foreman inventory plugin when inventory caching is disabled
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- Be sure to use the active state when checking for any_errors_fatal
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
bugfixes:
|
||||
- os_port - handle binding:vnic_type as optional
|
||||
(https://github.com/ansible/ansible/issues/55524,
|
||||
https://github.com/ansible/ansible/issues/55525)
|
|
@ -1,3 +0,0 @@
|
|||
bugfixes:
|
||||
- handlers - Only notify a handler if the handler is an exact match by ensuring `listen` is a list of strings.
|
||||
(https://github.com/ansible/ansible/issues/55575)
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- "docker_swarm_service - Change the type of options ``gid`` and ``uid`` on ``secrets`` and ``configs`` to ``str``."
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- vultr_server - Fix idempotency for options ``ipv6_enabled`` and ``private_network_enabled``.
|
|
@ -1,2 +0,0 @@
|
|||
minor_changes:
|
||||
- refactor iSCSI network facts for AIX and HP-UX, add unit test, remove external grep call
|
|
@ -1,6 +0,0 @@
|
|||
minor_changes:
|
||||
- xenserver_guest - wait_for_ip_address is now ignored when state=absent (https://github.com/ansible/ansible/issues/55348).
|
||||
|
||||
bugfixes:
|
||||
- xenserver_guest - proper error message is shown when maximum number of network interfaces is reached and multiple network interfaces are added at once.
|
||||
- xenserver_guest - fixed an issue where VM whould be powered off even though check mode is used if reconfiguration requires VM to be powered off.
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- Fix firewalld source option handling to be exclusive (https://github.com/ansible/ansible/issues/55683)
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- ec2_instance - Ensures ``ebs.volume_size`` and ``ebs.iops`` are ``int`` to avoid issues with Jinja2 templating
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- apt - strip whitespaces in package names (https://github.com/ansible/ansible/issues/55741)
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- fact_cache - Define the first_order_merge method for the legacy FactCache.update(key, value).
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- combine filter - Validate that undefined variables aren't used (https://github.com/ansible/ansible/issues/55810).
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- Fixed some PSlint warnings
|
|
@ -1,3 +0,0 @@
|
|||
---
|
||||
minor_changes:
|
||||
- os_network - added MTU support when creating/updating a network
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- "docker_container - use docker API's ``restart`` instead of ``stop``/``start`` to restart a container."
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- uri - always return a value for status even during failure (https://github.com/ansible/ansible/issues/55897)
|
|
@ -1,4 +0,0 @@
|
|||
minor_changes:
|
||||
- vsphere_copy - The module can now also be used with standalone ESXi.
|
||||
- vsphere_copy - The ``host`` and ``login`` parameters are deprecated, use `hostname` and ``username``
|
||||
like for the other VMware modules.
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- "dnf - fix wildcard matching for state: absent (https://github.com/ansible/ansible/issues/55938)"
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- Allow config options that are type boolean to default to None rather than only True or False.
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- file - Fix setting relative paths for hard links (https://github.com/ansible/ansible/issues/55971)
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- "docker_container - ``oom_killer`` and ``oom_score_adj`` options are available since docker-py 1.8.0, not 2.0.0 as assumed by the version check."
|
|
@ -1,2 +0,0 @@
|
|||
minor_changes:
|
||||
- vmware_guest_disk module supports use_instance_uuid parameter since Ansible 2.8 (https://github.com/ansible/ansible/issues/56021).
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- meraki_config_template - Don't query all networks unless needed.
|
|
@ -1,2 +0,0 @@
|
|||
minor_changes:
|
||||
- mysql_db now supports multiple databases in dump operation (https://github.com/ansible/ansible/issues/56059)
|
|
@ -1,3 +0,0 @@
|
|||
---
|
||||
bugfixes:
|
||||
- redfish_command - make power commands idempotent (https://github.com/ansible/ansible/issues/55869)
|
|
@ -1,2 +0,0 @@
|
|||
minor_changes:
|
||||
- vmware_vm_facts supports folder as a filter to gather fact for VM (https://github.com/ansible/ansible/issues/56125).
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- k8s - resource updates applied with force work correctly now
|
|
@ -1,3 +0,0 @@
|
|||
---
|
||||
bugfixes:
|
||||
- redfish_command - add If-Match etag header to Redfish PATCH requests (https://github.com/ansible/ansible/issues/56050)
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- "openssl_certificate - fix private key passphrase handling for ``cryptography`` backend."
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- Redfish - Instead of building the Power URI from assumptions about URI structure, assemble from @odata.id information in the Chassis resource (https://github.com/ansible/ansible/issues/56137).
|
|
@ -1,2 +0,0 @@
|
|||
minor_changes:
|
||||
- "zabbix_screen - added an option to sort hosts on a zabbix screen alphabetically"
|
|
@ -1,2 +0,0 @@
|
|||
minor_changes:
|
||||
- "acme_certificate - all alternate chains can be retrieved using the new ``retrieve_all_alternates`` option."
|
|
@ -1,2 +0,0 @@
|
|||
minor_changes:
|
||||
- file - Extend ``-diff`` to return list of files and folders that will be removed in case of ``state=absent`` (https://github.com/ansible/ansible/pull/56353)
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- ibm_storage - Added a check for null fields in ibm_storage utils module.
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- nmcli - fixed regression caused by commit b7724fd, github issue #36615 (https://github.com/ansible/ansible/issues/36615)
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- file - return more useful error message for recursion error (https://github.com/ansible/ansible/issues/56397)
|
|
@ -1,2 +0,0 @@
|
|||
minor_changes:
|
||||
- eos_use_sessions is now type boolean instead of int.
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- "win_hostname - Fix non netbios compliant name handling (https://github.com/ansible/ansible/issues/55283)"
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- facts - properly detect is_chroot on XFS for non-root users (https://github.com/ansible/ansible/issues/56437)
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue