Release 1.1.0.

This commit is contained in:
Felix Fontein 2020-08-18 13:15:39 +02:00
commit d472953e10
10 changed files with 91 additions and 21 deletions

View file

@ -1,2 +0,0 @@
release_summary: |
Release for Ansible 2.10.0.

View file

@ -1,4 +0,0 @@
bugfixes:
- cobbler inventory plugin - ``name`` needed FQCN (https://github.com/ansible-collections/community.general/pull/722).
- oc connection plugin - ``transport`` needed FQCN (https://github.com/ansible-collections/community.general/pull/722).
- inventory plugins - allow FQCN in ``plugin`` option (https://github.com/ansible-collections/community.general/pull/722).

View file

@ -1,2 +0,0 @@
bugfixes:
- ipa_hostgroup - fix an issue with load-balanced ipa and cookie handling with Python 3 (https://github.com/ansible-collections/community.general/issues/737).

View file

@ -1,5 +0,0 @@
minor_changes:
- xfconf - add support for ``double`` type (https://github.com/ansible-collections/community.general/pull/744).
bugfixes:
- xfconf - make it work in non-english locales (https://github.com/ansible-collections/community.general/pull/744).

View file

@ -1,2 +0,0 @@
minor_changes:
- jc - new filter to convert the output of many shell commands and file-types to JSON. Uses the jc library at https://github.com/kellyjonbrazil/jc. For example, filtering the STDOUT output of ``uname -a`` via ``{{ result.stdout | community.general.jc('uname') }}``. Requires Python 3.6+ (https://github.com/ansible-collections/community.general/pull/750).

View file

@ -1,2 +0,0 @@
bugfixes:
- postgresql_set - allow to pass an empty string to the ``value`` parameter (https://github.com/ansible-collections/community.general/issues/775).

View file

@ -1,2 +0,0 @@
bugfixes:
- dsv lookup - use correct dict usage (https://github.com/ansible-collections/community.general/pull/743).

View file

@ -1,2 +0,0 @@
minor_changes:
- "The collection dependencies where adjusted so that ``community.kubernetes`` and ``google.cloud`` are required to be of version 1.0.0 or newer (https://github.com/ansible-collections/community.general/pull/774)."