Skip to content

Commit 332ba81

Browse files
committed
Release 1.3.1.
1 parent 725450e commit 332ba81

21 files changed

+93
-43
lines changed

CHANGELOG.rst

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,40 @@ Community General Release Notes
55
.. contents:: Topics
66

77

8+
v1.3.1
9+
======
10+
11+
Release Summary
12+
---------------
13+
14+
Regular bugfix release.
15+
16+
Bugfixes
17+
--------
18+
19+
- bigpanda - removed the dynamic default for ``host`` param (https://github.com/ansible-collections/community.general/pull/1423).
20+
- bitbucket_pipeline_variable - change pagination logic for pipeline variable get API (https://github.com/ansible-collections/community.general/issues/1425).
21+
- cobbler inventory script - add Python 3 support (https://github.com/ansible-collections/community.general/issues/638).
22+
- 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).
23+
- git_config - now raises an error for non-existent repository paths (https://github.com/ansible-collections/community.general/issues/630).
24+
- icinga2_host - fix returning error codes (https://github.com/ansible-collections/community.general/pull/335).
25+
- jira - provide error message raised from exception (https://github.com/ansible-collections/community.general/issues/1504).
26+
- json_query - handle ``AnsibleUnicode`` and ``AnsibleUnsafeText`` (https://github.com/ansible-collections/community.general/issues/320).
27+
- 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).
28+
- ldap_entry - improvements in documentation, simplifications and replaced code with better ``AnsibleModule`` arguments (https://github.com/ansible-collections/community.general/pull/1516).
29+
- mas - fix ``invalid literal`` when no app can be found (https://github.com/ansible-collections/community.general/pull/1436).
30+
- nios_host_record - fix to remove ``aliases`` (CNAMES) for configuration comparison (https://github.com/ansible-collections/community.general/issues/1335).
31+
- osx_defaults - unquote values and unescape double quotes when reading array values (https://github.com/ansible-collections/community.general/pull/358).
32+
- profitbricks_nic - removed the dynamic default for ``name`` param (https://github.com/ansible-collections/community.general/pull/1423).
33+
- profitbricks_nic - replaced code with ``required`` and ``required_if`` (https://github.com/ansible-collections/community.general/pull/1423).
34+
- redfish_info module, redfish_utils module utils - correct ``PartNumber`` property name in Redfish ``GetMemoryInventory`` command (https://github.com/ansible-collections/community.general/issues/1483).
35+
- saltstack connection plugin - use ``hashutil.base64_decodefile`` to ensure that the file checksum is preserved (https://github.com/ansible-collections/community.general/pull/1472).
36+
- udm_user - removed the dynamic default for ``userexpiry`` param (https://github.com/ansible-collections/community.general/pull/1423).
37+
- utm_network_interface_address - changed param type from invalid 'boolean' to valid 'bool' (https://github.com/ansible-collections/community.general/pull/1423).
38+
- utm_proxy_exception - four parameters had elements types set as 'string' (invalid), changed to 'str' (https://github.com/ansible-collections/community.general/pull/1399).
39+
- vmadm - simplification of code (https://github.com/ansible-collections/community.general/pull/1415).
40+
- xfconf - add in missing return values that are specified in the documentation (https://github.com/ansible-collections/community.general/issues/1418).
41+
842
v1.3.0
943
======
1044

changelogs/changelog.yaml

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1568,3 +1568,62 @@ releases:
15681568
name: proxmox_user_info
15691569
namespace: cloud.misc
15701570
release_date: '2020-11-26'
1571+
1.3.1:
1572+
changes:
1573+
bugfixes:
1574+
- bigpanda - removed the dynamic default for ``host`` param (https://github.com/ansible-collections/community.general/pull/1423).
1575+
- bitbucket_pipeline_variable - change pagination logic for pipeline variable
1576+
get API (https://github.com/ansible-collections/community.general/issues/1425).
1577+
- cobbler inventory script - add Python 3 support (https://github.com/ansible-collections/community.general/issues/638).
1578+
- docker_container - the validation for ``capabilities`` in ``device_requests``
1579+
was incorrect (https://github.com/ansible-collections/community.docker/issues/42,
1580+
https://github.com/ansible-collections/community.docker/pull/43).
1581+
- git_config - now raises an error for non-existent repository paths (https://github.com/ansible-collections/community.general/issues/630).
1582+
- icinga2_host - fix returning error codes (https://github.com/ansible-collections/community.general/pull/335).
1583+
- jira - provide error message raised from exception (https://github.com/ansible-collections/community.general/issues/1504).
1584+
- json_query - handle ``AnsibleUnicode`` and ``AnsibleUnsafeText`` (https://github.com/ansible-collections/community.general/issues/320).
1585+
- keycloak module_utils - provide meaningful error message to user when auth
1586+
URL does not start with http or https (https://github.com/ansible-collections/community.general/issues/331).
1587+
- ldap_entry - improvements in documentation, simplifications and replaced code
1588+
with better ``AnsibleModule`` arguments (https://github.com/ansible-collections/community.general/pull/1516).
1589+
- mas - fix ``invalid literal`` when no app can be found (https://github.com/ansible-collections/community.general/pull/1436).
1590+
- nios_host_record - fix to remove ``aliases`` (CNAMES) for configuration comparison
1591+
(https://github.com/ansible-collections/community.general/issues/1335).
1592+
- osx_defaults - unquote values and unescape double quotes when reading array
1593+
values (https://github.com/ansible-collections/community.general/pull/358).
1594+
- profitbricks_nic - removed the dynamic default for ``name`` param (https://github.com/ansible-collections/community.general/pull/1423).
1595+
- profitbricks_nic - replaced code with ``required`` and ``required_if`` (https://github.com/ansible-collections/community.general/pull/1423).
1596+
- redfish_info module, redfish_utils module utils - correct ``PartNumber`` property
1597+
name in Redfish ``GetMemoryInventory`` command (https://github.com/ansible-collections/community.general/issues/1483).
1598+
- saltstack connection plugin - use ``hashutil.base64_decodefile`` to ensure
1599+
that the file checksum is preserved (https://github.com/ansible-collections/community.general/pull/1472).
1600+
- udm_user - removed the dynamic default for ``userexpiry`` param (https://github.com/ansible-collections/community.general/pull/1423).
1601+
- utm_network_interface_address - changed param type from invalid 'boolean'
1602+
to valid 'bool' (https://github.com/ansible-collections/community.general/pull/1423).
1603+
- utm_proxy_exception - four parameters had elements types set as 'string' (invalid),
1604+
changed to 'str' (https://github.com/ansible-collections/community.general/pull/1399).
1605+
- vmadm - simplification of code (https://github.com/ansible-collections/community.general/pull/1415).
1606+
- xfconf - add in missing return values that are specified in the documentation
1607+
(https://github.com/ansible-collections/community.general/issues/1418).
1608+
release_summary: Regular bugfix release.
1609+
fragments:
1610+
- 1.3.1.yml
1611+
- 1399-fixed-wrong-elements-type.yaml
1612+
- 1415-valmod_req_mismatch.yml
1613+
- 1419-xfconf-return-values.yaml
1614+
- 1423-valmod_multiple_cases.yml
1615+
- 1425_bitbucket_pipeline_variable.yml
1616+
- 1436-mas-fix-no-app-installed.yml
1617+
- 1472-saltstack-fix-put_file-to-preserve-checksum.yml
1618+
- 1484-fix-property-name-in-redfish-memory-inventory.yml
1619+
- 1504_jira.yml
1620+
- 1516-ldap_entry-improvements.yaml
1621+
- 320_unsafe_text.yml
1622+
- 331_keycloak.yml
1623+
- 335-icinga2_host-return-error-code.yaml
1624+
- 630-git_config-handling-invalid-dir.yaml
1625+
- 638_cobbler_py3.yml
1626+
- community.docker-43-docker_container-device_requests.yml
1627+
- fix_parsing_array_values_in_osx_defaults.yml
1628+
- nios_host_record-fix-aliases-removal.yml
1629+
release_date: '2020-12-21'

changelogs/fragments/1.3.1.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelogs/fragments/1399-fixed-wrong-elements-type.yaml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelogs/fragments/1415-valmod_req_mismatch.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelogs/fragments/1419-xfconf-return-values.yaml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelogs/fragments/1423-valmod_multiple_cases.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

changelogs/fragments/1425_bitbucket_pipeline_variable.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelogs/fragments/1436-mas-fix-no-app-installed.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelogs/fragments/1472-saltstack-fix-put_file-to-preserve-checksum.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)