Reap collections changelog fragments - 6 (#69491)

This commit is contained in:
David Shrewsbury 2020-06-02 12:39:46 -04:00 committed by GitHub
parent 00ead98595
commit 2d394382cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
35 changed files with 0 additions and 78 deletions

View file

@ -1,4 +0,0 @@
bugfixes:
- Replace parameter 'message' with appropriate parameter name in several modules, as 'message' is used internally in Ansible Core engine (https://github.com/ansible/ansible/issues/39295).
minor_changes:
- Added invalid-argument-name spec in ansible-test.

View file

@ -1,3 +0,0 @@
---
minor_changes:
- win_disk_facts - Adds Win32_DiskDrive class object as `win32_disk_drive` key to return of the module

View file

@ -1,2 +0,0 @@
minor_changes:
- "win_iis_webapplication - add new options ``connect_as``, ``username``, ``password``."

View file

@ -1,2 +0,0 @@
bugfixes:
- win_format - fixed issue where module would not change allocation unit size (https://github.com/ansible/ansible/issues/56961)

View file

@ -1,2 +0,0 @@
bugfixes:
- win_partition - don't resize partitions if size difference is < 1 MiB

View file

@ -1,2 +0,0 @@
minor_changes:
- win_iis_webapplication - now uses the current application pool of the website instead of the DefaultAppPool if none was specified.

View file

@ -1,2 +0,0 @@
bugfixes:
- "fixed issues when using net_get & net_put before the persistent connection has been started"

View file

@ -1,3 +0,0 @@
bugfixes:
- "openssl_certificate - When provider is ``entrust``, use a ``connection: keep-alive`` header for ECS API connections."
- "ecs_certificate - Always specify header ``connection: keep-alive`` for ECS API connections."

View file

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

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

View file

@ -1,2 +0,0 @@
bugfixes:
- hcloud - Added missing host variables in Compose section

View file

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

View file

@ -1,2 +0,0 @@
bugfixes:
- Support virtualization for podman container (https://github.com/ansible/ansible/issues/64954).

View file

@ -1,2 +0,0 @@
minor_changes:
- win_group_membership - Add multi-domain forest support - https://github.com/ansible/ansible/issues/59829

View file

@ -1,2 +0,0 @@
minor_changes:
- netbox - use inventory cache if configured

View file

@ -1,4 +0,0 @@
---
minor_changes:
- A `vmware` module_defaults group has been added to simplify parameters for
multiple VMware tasks. This group includes all VMware modules.

View file

@ -1,2 +0,0 @@
minor_changes:
- Minor typo fixes in vmware_httpapi related modules and module_utils.

View file

@ -1,2 +0,0 @@
bugfixes:
- win_become - Do not dispose of one of the logon tokens until after the process has run

View file

@ -1,2 +0,0 @@
minor_changes:
- win_command, win_shell - Add the ability to override the console output encoding with ``output_encoding_override`` - https://github.com/ansible/ansible/issues/54896

View file

@ -1,2 +0,0 @@
bugfixes:
- win_credential - Fix issue that errors when trying to add a ``name`` with wildcards.

View file

@ -1,2 +0,0 @@
minor_changes:
- "win_disk_facts - Set output array order to be by disk number property - https://github.com/ansible/ansible/issues/63998"

View file

@ -1,2 +0,0 @@
bugfixes:
- win_domain_computer - Honour the explicit domain server and credentials when moving or removing a computer object - https://github.com/ansible/ansible/pull/63093

View file

@ -1,2 +0,0 @@
bugfixes:
- win_domain_computer - Fix idempotence checks when ``sAMAccountName`` is different from ``name``

View file

@ -1,2 +0,0 @@
bugfixes:
- win_domain_user - Better handle cases when getting a new user's groups fail - https://github.com/ansible/ansible/issues/54331

View file

@ -1,2 +0,0 @@
minor_changes:
- win_domain_user - Added the ``identity`` module option to explicitly set the identity of the user when searching for it - https://github.com/ansible/ansible/issues/45298

View file

@ -1,2 +0,0 @@
minor_changes:
- "win_firewall- Change req check from wmf version to cmdlets presence - https://github.com/ansible/ansible/issues/63003"

View file

@ -1,2 +0,0 @@
minor_changes:
- "win_firewall_rule - add parameter to support ICMP Types and Codes (https://github.com/ansible/ansible/issues/46809)"

View file

@ -1,2 +0,0 @@
bugfixes:
- "win_format - Idem not working if file exist but same fs (https://github.com/ansible/ansible/issues/58302)"

View file

@ -1,2 +0,0 @@
bugfixes:
- win_iis_webapppool - Do not try and set attributes in check mode when the pool did not exist

View file

@ -1,2 +0,0 @@
bugfixes:
- win_iis_website - Actually restart the site when ``state=restarted`` - https://github.com/ansible/ansible/issues/63828

View file

@ -1,2 +0,0 @@
minor_changes:
- "win_nssm - Implement additional parameters - (https://github.com/ansible/ansible/issues/62620)"

View file

@ -1,2 +0,0 @@
bugfixes:
- win_partition - Fix invalid variable name causing a failure on checks - https://github.com/ansible/ansible/issues/62401

View file

@ -1,2 +0,0 @@
minor_changes:
- win_pester - Only execute ``*.tests.ps1`` in ``path`` to match the default behaviour in Pester - https://github.com/ansible/ansible/issues/55736

View file

@ -1,3 +0,0 @@
---
bugfixes:
- "win_timezone - Allow for _dstoff timezones"

View file

@ -1,2 +0,0 @@
bugfixes:
- win_unzip - Fix support for paths with square brackets not being detected properly