1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Add changelog fragments for this collection from ansible/ansible. (#156)

This commit is contained in:
Felix Fontein 2020-04-13 09:14:50 +02:00 committed by GitHub
parent 4ebb65e6f6
commit fab6b980d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
159 changed files with 372 additions and 0 deletions

View file

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

View file

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

View file

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

View file

@ -0,0 +1,2 @@
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)

View file

@ -0,0 +1,2 @@
bugfixes:
- cronvar - use get_bin_path utility to locate the default crontab executable instead of the hardcoded /usr/bin/crontab. (https://github.com/ansible/ansible/pull/59765)

View file

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

View file

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

View file

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

View file

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

View file

@ -0,0 +1,5 @@
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.

View file

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

View file

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

View file

@ -0,0 +1,2 @@
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

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -0,0 +1,4 @@
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."

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -0,0 +1,3 @@
bugfixes:
- "docker_node_info - improve error handling when service inspection fails, for example because node name being ambiguous
(https://github.com/ansible/ansible/issues/63353, PR https://github.com/ansible/ansible/pull/63418)."

View file

@ -0,0 +1,4 @@
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

@ -0,0 +1,2 @@
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

@ -0,0 +1,5 @@
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

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

View file

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

View file

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

View file

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

View file

@ -0,0 +1,2 @@
bugfixes:
- postgresql_user - allow to pass user name which contains dots (https://github.com/ansible/ansible/issues/63204).

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -0,0 +1,2 @@
bugfixes:
- replace use of deprecated functions from ``ansible.module_utils.basic``.

View file

@ -0,0 +1,2 @@
bugfixes:
- postgresql_db - allow to pass users names which contain dots (https://github.com/ansible/ansible/issues/63204).

View file

@ -0,0 +1,2 @@
bugfixes:
- Fix to return XML as a string even for python3 (https://github.com/ansible/ansible/pull/64032).

View file

@ -0,0 +1,2 @@
bugfixes:
- mysql_user - make sure current_pass_hash is a string before using it in comparison (https://github.com/ansible/ansible/issues/60567).

View file

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

View file

@ -0,0 +1,2 @@
bugfixes:
- postgresql_privs.py - fix reports as changed behavior of module when using ``type=default_privs`` (https://github.com/ansible/ansible/issues/64371).

View file

@ -0,0 +1,2 @@
bugfixes:
- "docker_login - Use ``with`` statement when accessing files, to prevent that invalid JSON output is produced."

View file

@ -0,0 +1,2 @@
bugfixes:
- postgresql_publication - fix typo in module.warn method name (https://github.com/ansible/ansible/issues/64582).

View file

@ -0,0 +1,2 @@
bugfixes:
- postgresql_subscription - fix typo in module.warn method name (https://github.com/ansible/ansible/pull/64583).

View file

@ -0,0 +1,2 @@
bugfixes:
- mysql - dont mask ``mysql_connect`` function errors from modules (https://github.com/ansible/ansible/issues/64560).

View file

@ -0,0 +1,2 @@
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

@ -0,0 +1,2 @@
bugfixes:
- "docker_swarm_service - ``source`` must no longer be specified for ``tmpfs`` mounts."

View file

@ -0,0 +1,3 @@
bugfixes:
- postgres.py - add a new keyword argument ``query_params`` (https://github.com/ansible/ansible/pull/64661).
- postgresql_idx.py - use the ``query_params`` arg of exec_sql function (https://github.com/ansible/ansible/pull/64661).

View file

@ -0,0 +1,2 @@
minor_changes:
- "docker_container - add ``cpus`` option (https://github.com/ansible/ansible/issues/34320)."

View file

@ -0,0 +1,3 @@
---
bugfixes:
- redfish_command - fix error when deleting a disabled Redfish account (https://github.com/ansible/ansible/issues/64684)

View file

@ -0,0 +1,2 @@
bugfixes:
- Fix GitLab modules authentication by handling `python-gitlab` library version >= 1.13.0 (https://github.com/ansible/ansible/issues/64770)

View file

@ -0,0 +1,2 @@
minor_changes:
- postgresql_ext - use query parameters with cursor object (https://github.com/ansible/ansible/pull/64994).

View file

@ -0,0 +1,3 @@
bugfixes:
- "docker_container - fix network idempotence comparison error."
- "docker_network - fix idempotence comparison error."

View file

@ -0,0 +1,2 @@
bugfixes:
- terraform module - fixes usage for providers not supporting workspaces

View file

@ -0,0 +1,2 @@
bugfixes:
- postgresql_lang - use query params with cursor.execute (https://github.com/ansible/ansible/pull/65093).

View file

@ -0,0 +1,2 @@
bugfixes:
- postgres - use query params with cursor.execute in module_utils.postgres.PgMembership class (https://github.com/ansible/ansible/pull/65164).

View file

@ -0,0 +1,2 @@
bugfixes:
- postgresql_db - Removed exception for 'LibraryError' (https://github.com/ansible/ansible/issues/65223).

View file

@ -0,0 +1,2 @@
bugfixes:
- pacman - Fix pacman output parsing on localized environment. (https://github.com/ansible/ansible/issues/65237)

View file

@ -0,0 +1,2 @@
bugfixes:
- zabbix_host - fixed inventory_mode key error, which occurs with Zabbix 4.4.1 or more (https://github.com/ansible/ansible/issues/65304).

View file

@ -0,0 +1,2 @@
bugfixes:
- postgresql_owner - use query_params with cursor object (https://github.com/ansible/ansible/pull/65310).

View file

@ -0,0 +1,5 @@
bugfixes:
- spacewalk inventory - improve file handling by using a context manager.
- intersight_rest_api, intersight_info - improve file handling by using a context manager.
- one_vm - improve file handling by using a context manager.
- postgresql_query - improve file handling by using a context manager.

View file

@ -0,0 +1,2 @@
bugfixes:
- homebrew - fix Homebrew module's some functions ignored check_mode option (https://github.com/ansible/ansible/pull/65387).

View file

@ -0,0 +1,2 @@
bugfixes:
- postgresql_publication - use query params arg with cursor object (https://github.com/ansible/ansible/issues/65404).

View file

@ -0,0 +1,2 @@
minor_changes:
- mysql_db - add the ``executed_commands`` returned value (https://github.com/ansible/ansible/pull/65498).

View file

@ -0,0 +1,2 @@
minor_changes:
- postgresql_db - add the ``executed_commands`` returned value (https://github.com/ansible/ansible/pull/65542).

View file

@ -0,0 +1,2 @@
minor_changes:
- mysql_db - add the ``force`` parameter (https://github.com/ansible/ansible/pull/65547).

View file

@ -0,0 +1,2 @@
bugfixes:
- docker_image - improve file handling when loading images from disk.

View file

@ -0,0 +1,3 @@
bugfixes:
- "docker_image - fix validation of build options."
- "docker_login - fix error handling when ``username`` or ``password`` is not specified when ``state`` is ``present``."

View file

@ -0,0 +1,2 @@
bugfixes:
- postgresql_schema - use query parameters with cursor object (https://github.com/ansible/ansible/pull/65679).

View file

@ -0,0 +1,2 @@
bugfixes:
- "pacman - fix module crash with ``IndexError: list index out of range`` (https://github.com/ansible/ansible/issues/63077)"

View file

@ -0,0 +1,2 @@
minor_changes:
- mysql_info - add ``return_empty_dbs`` parameter to list empty databases (https://github.com/ansible/ansible/issues/65727).

View file

@ -0,0 +1,2 @@
bugfixes:
- postgresql_sequence - use query parameters with cursor object (https://github.com/ansible/ansible/pull/65787).

View file

@ -0,0 +1,4 @@
minor_changes:
- mysql_user - add ``plugin`` parameter (https://github.com/ansible/ansible/pull/44267).
- mysql_user - add ``plugin_hash_string`` parameter (https://github.com/ansible/ansible/pull/44267).
- mysql_user - add ``plugin_auth_string`` parameter (https://github.com/ansible/ansible/pull/44267).

View file

@ -0,0 +1,4 @@
bugfixes:
- postgresql_set - use query parameters with cursor object (https://github.com/ansible/ansible/pull/65791).
- postgresql_slot - use query parameters with cursor object (https://github.com/ansible/ansible/pull/65791).
- postgresql_subscription - use query parameters with cursor object (https://github.com/ansible/ansible/pull/65791).

View file

@ -0,0 +1,3 @@
bugfixes:
- "docker_network - fix idempotency for multiple IPAM configs of the same IP version (https://github.com/ansible/ansible/issues/65815)."
- "docker_network - validate IPAM config subnet CIDR notation on module setup and not during idempotence checking."

View file

@ -0,0 +1,2 @@
bugfixes:
- "docker_container - wait for removal of container if docker API returns early (https://github.com/ansible/ansible/issues/65811)."

View file

@ -0,0 +1,4 @@
bugfixes:
- postgresql_table - use query parameters with cursor object (https://github.com/ansible/ansible/pull/65862).
- postgresql_tablespace - use query parameters with cursor object (https://github.com/ansible/ansible/pull/65862).
- postgresql_user - use query parameters with cursor object (https://github.com/ansible/ansible/pull/65862).

View file

@ -0,0 +1,4 @@
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

@ -0,0 +1,2 @@
bugfixes:
- postgresql_privs - fix sorting lists with None elements for python3 (https://github.com/ansible/ansible/issues/65761).

View file

@ -0,0 +1,2 @@
minor_changes:
- docker_container.py - update a containers restart_policy without restarting the container (https://github.com/ansible/ansible/issues/65993)

View file

@ -0,0 +1,2 @@
minor_changes:
- zabbix_host_info - ``host_name`` based search results now include host groups.

View file

@ -0,0 +1,2 @@
minor_changes:
- mysql_db - add ``master_data`` parameter (https://github.com/ansible/ansible/pull/66048).

View file

@ -0,0 +1,4 @@
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

@ -0,0 +1,2 @@
minor_changes:
- "docker_container - allow to configure timeout when the module waits for a container's removal."

View file

@ -0,0 +1,2 @@
bugfixes:
- "docker_swarm_service - fix task always reporting as changed when using ``healthcheck.start_period``."

View file

@ -0,0 +1,2 @@
minor_changes:
- database - add support to unique indexes in postgresql_idx

View file

@ -0,0 +1,2 @@
minor_changes:
- zabbix_proxy - added option proxy_address for comma-delimited list of IP/CIDR addresses or DNS names to accept active proxy requests from

View file

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

View file

@ -0,0 +1,2 @@
bugfixes:
- cyberarkpassword - fix invalid attribute access (https://github.com/ansible/ansible/issues/66268)

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