mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-18 20:11:42 -07:00
Release 1.1.0.
This commit is contained in:
parent
c78d6c95d6
commit
d472953e10
10 changed files with 91 additions and 21 deletions
|
@ -1,2 +0,0 @@
|
|||
release_summary: |
|
||||
Release for Ansible 2.10.0.
|
|
@ -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).
|
|
@ -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).
|
|
@ -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).
|
||||
|
|
@ -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).
|
|
@ -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).
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- dsv lookup - use correct dict usage (https://github.com/ansible-collections/community.general/pull/743).
|
|
@ -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)."
|
Loading…
Add table
Add a link
Reference in a new issue