Release 1.3.1.

This commit is contained in:
Felix Fontein 2020-12-21 14:25:46 +01:00
commit 332ba8166c
21 changed files with 93 additions and 43 deletions

View file

@ -1 +0,0 @@
release_summary: Regular bugfix release.

View file

@ -1,2 +0,0 @@
bugfixes:
- utm_proxy_exception - four parameters had elements types set as 'string' (invalid), changed to 'str' (https://github.com/ansible-collections/community.general/pull/1399).

View file

@ -1,2 +0,0 @@
bugfixes:
- vmadm - simplification of code (https://github.com/ansible-collections/community.general/pull/1415).

View file

@ -1,2 +0,0 @@
bugfixes:
- xfconf - add in missing return values that are specified in the documentation (https://github.com/ansible-collections/community.general/issues/1418).

View file

@ -1,6 +0,0 @@
bugfixes:
- utm_network_interface_address - changed param type from invalid 'boolean' to valid 'bool' (https://github.com/ansible-collections/community.general/pull/1423).
- bigpanda - removed the dynamic default for ``host`` param (https://github.com/ansible-collections/community.general/pull/1423).
- udm_user - removed the dynamic default for ``userexpiry`` param (https://github.com/ansible-collections/community.general/pull/1423).
- profitbricks_nic - removed the dynamic default for ``name`` param (https://github.com/ansible-collections/community.general/pull/1423).
- profitbricks_nic - replaced code with ``required`` and ``required_if`` (https://github.com/ansible-collections/community.general/pull/1423).

View file

@ -1,2 +0,0 @@
bugfixes:
- bitbucket_pipeline_variable - change pagination logic for pipeline variable get API (https://github.com/ansible-collections/community.general/issues/1425).

View file

@ -1,3 +0,0 @@
---
bugfixes:
- "mas - fix ``invalid literal`` when no app can be found (https://github.com/ansible-collections/community.general/pull/1436)."

View file

@ -1,2 +0,0 @@
bugfixes:
- saltstack connection plugin - use ``hashutil.base64_decodefile`` to ensure that the file checksum is preserved (https://github.com/ansible-collections/community.general/pull/1472).

View file

@ -1,2 +0,0 @@
bugfixes:
- redfish_info module, redfish_utils module utils - correct ``PartNumber`` property name in Redfish ``GetMemoryInventory`` command (https://github.com/ansible-collections/community.general/issues/1483).

View file

@ -1,2 +0,0 @@
bugfixes:
- jira - provide error message raised from exception (https://github.com/ansible-collections/community.general/issues/1504).

View file

@ -1,2 +0,0 @@
bugfixes:
- ldap_entry - improvements in documentation, simplifications and replaced code with better ``AnsibleModule`` arguments (https://github.com/ansible-collections/community.general/pull/1516).

View file

@ -1,2 +0,0 @@
bugfixes:
- json_query - handle ``AnsibleUnicode`` and ``AnsibleUnsafeText`` (https://github.com/ansible-collections/community.general/issues/320).

View file

@ -1,2 +0,0 @@
bugfixes:
- keycloak module_utils - provide meaningful error message to user when auth URL does not start with http or https (https://github.com/ansible-collections/community.general/issues/331).

View file

@ -1,2 +0,0 @@
bugfixes:
- icinga2_host - fix returning error codes (https://github.com/ansible-collections/community.general/pull/335).

View file

@ -1,2 +0,0 @@
bugfixes:
- git_config - now raises an error for non-existent repository paths (https://github.com/ansible-collections/community.general/issues/630).

View file

@ -1,2 +0,0 @@
bugfixes:
- cobbler inventory script - add Python 3 support (https://github.com/ansible-collections/community.general/issues/638).

View file

@ -1,2 +0,0 @@
bugfixes:
- "docker_container - the validation for ``capabilities`` in ``device_requests`` was incorrect (https://github.com/ansible-collections/community.docker/issues/42, https://github.com/ansible-collections/community.docker/pull/43)."

View file

@ -1,2 +0,0 @@
bugfixes:
- osx_defaults - unquote values and unescape double quotes when reading array values (https://github.com/ansible-collections/community.general/pull/358).

View file

@ -1,3 +0,0 @@
---
bugfixes:
- nios_host_record - fix to remove ``aliases`` (CNAMES) for configuration comparison (https://github.com/ansible-collections/community.general/issues/1335).