mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-28 07:31:23 -07:00
Release 2.2.0.
This commit is contained in:
parent
bd8634e04e
commit
3f2111582d
28 changed files with 344 additions and 123 deletions
144
CHANGELOG.rst
144
CHANGELOG.rst
|
@ -6,6 +6,150 @@ Community General Release Notes
|
||||||
|
|
||||||
This changelog describes changes after version 1.0.0.
|
This changelog describes changes after version 1.0.0.
|
||||||
|
|
||||||
|
v2.2.0
|
||||||
|
======
|
||||||
|
|
||||||
|
Release Summary
|
||||||
|
---------------
|
||||||
|
|
||||||
|
Regular feature and bugfix release.
|
||||||
|
|
||||||
|
Minor Changes
|
||||||
|
-------------
|
||||||
|
|
||||||
|
- bundler - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1885).
|
||||||
|
- consul - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1885).
|
||||||
|
- consul_acl - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1885).
|
||||||
|
- consul_io inventory script - conf options - allow custom configuration options via env variables (https://github.com/ansible-collections/community.general/pull/620).
|
||||||
|
- consul_session - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1885).
|
||||||
|
- datadog_monitor - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1885).
|
||||||
|
- grove - the option ``message`` has been renamed to ``message_content``. The old name ``message`` is kept as an alias and will be removed for community.general 4.0.0. This was done because ``message`` is used internally by Ansible (https://github.com/ansible-collections/community.general/pull/1929).
|
||||||
|
- heroku_collaborator - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1970).
|
||||||
|
- linode_v4 - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1970).
|
||||||
|
- manageiq_alert_profiles - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1970).
|
||||||
|
- manageiq_policies - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1970).
|
||||||
|
- manageiq_tags - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1970).
|
||||||
|
- manageiq_tags and manageiq_policies - added new parameter ``resource_id``. This parameter can be used instead of parameter ``resource_name`` (https://github.com/ansible-collections/community.general/pull/719).
|
||||||
|
- module_helper module utils - ``CmdMixin.run_command()`` now accepts ``dict`` command arguments, providing the parameter and its value (https://github.com/ansible-collections/community.general/pull/1867).
|
||||||
|
- one_host - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1970).
|
||||||
|
- one_image_info - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1970).
|
||||||
|
- one_vm - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1970).
|
||||||
|
- oneandone_firewall_policy - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1885).
|
||||||
|
- oneandone_load_balancer - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1885).
|
||||||
|
- oneandone_monitoring_policy - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1885).
|
||||||
|
- oneandone_private_network - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1885).
|
||||||
|
- oneandone_server - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1885).
|
||||||
|
- oneview_datacenter_info - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1970).
|
||||||
|
- oneview_enclosure_info - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1970).
|
||||||
|
- oneview_ethernet_network_info - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1970).
|
||||||
|
- oneview_network_set_info - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1970).
|
||||||
|
- profitbricks - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1885).
|
||||||
|
- profitbricks_volume - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1885).
|
||||||
|
- scaleway_compute - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1970).
|
||||||
|
- scaleway_lb - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1970).
|
||||||
|
- sensu_check - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1885).
|
||||||
|
- sensu_client - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1885).
|
||||||
|
- sensu_handler - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1885).
|
||||||
|
- webfaction_domain - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1885).
|
||||||
|
- webfaction_site - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1885).
|
||||||
|
- yum_versionlock - Do the lock/unlock concurrently to speed up (https://github.com/ansible-collections/community.general/pull/1912).
|
||||||
|
|
||||||
|
Deprecated Features
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
- apt_rpm - deprecated invalid parameter alias ``update-cache``, will be removed in 5.0.0 (https://github.com/ansible-collections/community.general/pull/1927).
|
||||||
|
- composer - deprecated invalid parameter aliases ``working-dir``, ``global-command``, ``prefer-source``, ``prefer-dist``, ``no-dev``, ``no-scripts``, ``no-plugins``, ``optimize-autoloader``, ``classmap-authoritative``, ``apcu-autoloader``, ``ignore-platform-reqs``, will be removed in 5.0.0 (https://github.com/ansible-collections/community.general/pull/1927).
|
||||||
|
- github_deploy_key - deprecated invalid parameter alias ``2fa_token``, will be removed in 5.0.0 (https://github.com/ansible-collections/community.general/pull/1927).
|
||||||
|
- grove - the option ``message`` will be removed in community.general 4.0.0. Use the new option ``message_content`` instead (https://github.com/ansible-collections/community.general/pull/1929).
|
||||||
|
- homebrew - deprecated invalid parameter alias ``update-brew``, will be removed in 5.0.0 (https://github.com/ansible-collections/community.general/pull/1927).
|
||||||
|
- homebrew_cask - deprecated invalid parameter alias ``update-brew``, will be removed in 5.0.0 (https://github.com/ansible-collections/community.general/pull/1927).
|
||||||
|
- opkg - deprecated invalid parameter alias ``update-cache``, will be removed in 5.0.0 (https://github.com/ansible-collections/community.general/pull/1927).
|
||||||
|
- pacman - deprecated invalid parameter alias ``update-cache``, will be removed in 5.0.0 (https://github.com/ansible-collections/community.general/pull/1927).
|
||||||
|
- puppet - deprecated undocumented parameter ``show_diff``, will be removed in 7.0.0. (https://github.com/ansible-collections/community.general/pull/1927).
|
||||||
|
- runit - unused parameter ``dist`` marked for deprecation (https://github.com/ansible-collections/community.general/pull/1830).
|
||||||
|
- slackpkg - deprecated invalid parameter alias ``update-cache``, will be removed in 5.0.0 (https://github.com/ansible-collections/community.general/pull/1927).
|
||||||
|
- urmpi - deprecated invalid parameter aliases ``update-cache`` and ``no-recommends``, will be removed in 5.0.0 (https://github.com/ansible-collections/community.general/pull/1927).
|
||||||
|
- xbps - deprecated invalid parameter alias ``update-cache``, will be removed in 5.0.0 (https://github.com/ansible-collections/community.general/pull/1927).
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- bigpanda - actually use the ``deployment_message`` option (https://github.com/ansible-collections/community.general/pull/1928).
|
||||||
|
- chef_databag lookup plugin - wrapped usages of ``dict.keys()`` in ``list()`` for Python 3 compatibility (https://github.com/ansible-collections/community.general/pull/1861).
|
||||||
|
- cloudforms inventory - fixed issue that non-existing (archived) VMs were synced (https://github.com/ansible-collections/community.general/pull/720).
|
||||||
|
- cobbler_sync, cobbler_system - fix SSL/TLS certificate check when ``validate_certs`` set to ``false`` (https://github.com/ansible-collections/community.general/pull/1880).
|
||||||
|
- consul_io inventory script - kv_groups - fix byte chain decoding for Python 3 (https://github.com/ansible-collections/community.general/pull/620).
|
||||||
|
- deploy_helper - allow ``state=clean`` to be used without defining a ``release`` (https://github.com/ansible-collections/community.general/issues/1852).
|
||||||
|
- diy callback plugin - wrapped usages of ``dict.keys()`` in ``list()`` for Python 3 compatibility (https://github.com/ansible-collections/community.general/pull/1861).
|
||||||
|
- idrac_redfish_command - wrapped usages of ``dict.keys()`` in ``list()`` for Python 3 compatibility (https://github.com/ansible-collections/community.general/pull/1861).
|
||||||
|
- idrac_redfish_config - wrapped usages of ``dict.keys()`` in ``list()`` for Python 3 compatibility (https://github.com/ansible-collections/community.general/pull/1861).
|
||||||
|
- idrac_redfish_info - wrapped usages of ``dict.keys()`` in ``list()`` for Python 3 compatibility (https://github.com/ansible-collections/community.general/pull/1861).
|
||||||
|
- imc_rest - explicitly logging out instead of registering the call in ```atexit``` (https://github.com/ansible-collections/community.general/issues/1735).
|
||||||
|
- infoblox inventory script - make sure that the script also works with Ansible 2.9, and returns a more helpful error when community.general is not installed as part of Ansible 2.10/3 (https://github.com/ansible-collections/community.general/pull/1871).
|
||||||
|
- ini_file - allows an empty string as a value for an option (https://github.com/ansible-collections/community.general/pull/1972).
|
||||||
|
- lxc_container - wrapped usages of ``dict.keys()`` in ``list()`` for Python 3 compatibility (https://github.com/ansible-collections/community.general/pull/1861).
|
||||||
|
- lxd_container - wrapped usages of ``dict.keys()`` in ``list()`` for Python 3 compatibility (https://github.com/ansible-collections/community.general/pull/1861).
|
||||||
|
- manageiq_provider - wrapped ``dict.keys()`` with ``list`` for use in ``choices`` setting (https://github.com/ansible-collections/community.general/pull/1970).
|
||||||
|
- memcached cache plugin - wrapped usages of ``dict.keys()`` in ``list()`` for Python 3 compatibility (https://github.com/ansible-collections/community.general/pull/1861).
|
||||||
|
- meta/runtime.yml - improve deprecation messages (https://github.com/ansible-collections/community.general/pull/1918).
|
||||||
|
- net_tools.nios.api module_utils - wrapped usages of ``dict.keys()`` in ``list()`` for Python 3 compatibility (https://github.com/ansible-collections/community.general/pull/1861).
|
||||||
|
- nmcli - add ``method4`` and ``method6`` options (https://github.com/ansible-collections/community.general/pull/1894).
|
||||||
|
- nmcli - ensure the ``slave-type`` option is passed to ``nmcli`` for type ``bond-slave`` (https://github.com/ansible-collections/community.general/pull/1882).
|
||||||
|
- nsot inventory script - wrapped usages of ``dict.keys()`` in ``list()`` for Python 3 compatibility (https://github.com/ansible-collections/community.general/pull/1861).
|
||||||
|
- oci_vcn - wrapped usages of ``dict.keys()`` in ``list()`` for Python 3 compatibility (https://github.com/ansible-collections/community.general/pull/1861).
|
||||||
|
- oneandone_monitoring_policy - wrapped usages of ``dict.keys()`` in ``list()`` for Python 3 compatibility (https://github.com/ansible-collections/community.general/pull/1861).
|
||||||
|
- packet_volume_attachment - removed extraneous ``print`` call - old debug? (https://github.com/ansible-collections/community.general/pull/1970).
|
||||||
|
- proxmox inventory - added handling of extra trailing slashes in the URL (https://github.com/ansible-collections/community.general/pull/1914).
|
||||||
|
- proxmox_kvm - fix parameter ``vmid`` passed twice to ``exit_json`` while creating a virtual machine without cloning (https://github.com/ansible-collections/community.general/issues/1875, https://github.com/ansible-collections/community.general/pull/1895).
|
||||||
|
- redfish_command - wrapped usages of ``dict.keys()`` in ``list()`` for Python 3 compatibility (https://github.com/ansible-collections/community.general/pull/1861).
|
||||||
|
- redfish_config - wrapped usages of ``dict.keys()`` in ``list()`` for Python 3 compatibility (https://github.com/ansible-collections/community.general/pull/1861).
|
||||||
|
- redhat_subscription - wrapped usages of ``dict.keys()`` in ``list()`` for Python 3 compatibility (https://github.com/ansible-collections/community.general/pull/1861).
|
||||||
|
- redis cache plugin - wrapped usages of ``keys()`` in ``list()`` for Python 3 compatibility (https://github.com/ansible-collections/community.general/pull/1861).
|
||||||
|
- selective callback plugin - wrapped usages of ``dict.keys()`` in ``list()`` for Python 3 compatibility (https://github.com/ansible-collections/community.general/pull/1861).
|
||||||
|
- sensu_check - wrapped usages of ``dict.keys()`` in ``list()`` for Python 3 compatibility (https://github.com/ansible-collections/community.general/pull/1861).
|
||||||
|
- spotinst_aws_elastigroup - wrapped usages of ``dict.keys()`` in ``list()`` for Python 3 compatibility (https://github.com/ansible-collections/community.general/pull/1861).
|
||||||
|
- utm_utils module_utils - wrapped usages of ``dict.keys()`` in ``list()`` for Python 3 compatibility (https://github.com/ansible-collections/community.general/pull/1861).
|
||||||
|
- vdo - wrapped usages of ``dict.keys()`` in ``list()`` for Python 3 compatibility (https://github.com/ansible-collections/community.general/pull/1861).
|
||||||
|
- xfs_quota - the feedback for initializing project quota using xfs_quota binary from ``xfsprogs`` has changed since the version it was written for (https://github.com/ansible-collections/community.general/pull/1596).
|
||||||
|
- zfs - some ZFS properties could be passed when the dataset/volume did not exist, but would fail if the dataset already existed, even if the property matched what was specified in the ansible task (https://github.com/ansible-collections/community.general/issues/868, https://github.com/ansible-collections/community.general/pull/1833).
|
||||||
|
|
||||||
|
New Plugins
|
||||||
|
-----------
|
||||||
|
|
||||||
|
Filter
|
||||||
|
~~~~~~
|
||||||
|
|
||||||
|
- version_sort - Sort a list according to version order instead of pure alphabetical one
|
||||||
|
|
||||||
|
New Modules
|
||||||
|
-----------
|
||||||
|
|
||||||
|
Cloud
|
||||||
|
~~~~~
|
||||||
|
|
||||||
|
misc
|
||||||
|
^^^^
|
||||||
|
|
||||||
|
- proxmox_storage_info - Retrieve information about one or more Proxmox VE storages
|
||||||
|
|
||||||
|
Source Control
|
||||||
|
~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
github
|
||||||
|
^^^^^^
|
||||||
|
|
||||||
|
- github_repo - Manage your repositories on Github
|
||||||
|
|
||||||
|
gitlab
|
||||||
|
^^^^^^
|
||||||
|
|
||||||
|
- gitlab_project_members - Manage project members on GitLab Server
|
||||||
|
|
||||||
|
Web Infrastructure
|
||||||
|
~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
- jenkins_build - Manage jenkins builds
|
||||||
|
|
||||||
v2.1.1
|
v2.1.1
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
|
@ -1344,3 +1344,203 @@ releases:
|
||||||
- 1847-proxmox-kvm-fix-status.yml
|
- 1847-proxmox-kvm-fix-status.yml
|
||||||
- 2.1.0.yml
|
- 2.1.0.yml
|
||||||
release_date: '2021-02-17'
|
release_date: '2021-02-17'
|
||||||
|
2.2.0:
|
||||||
|
changes:
|
||||||
|
bugfixes:
|
||||||
|
- bigpanda - actually use the ``deployment_message`` option (https://github.com/ansible-collections/community.general/pull/1928).
|
||||||
|
- chef_databag lookup plugin - wrapped usages of ``dict.keys()`` in ``list()``
|
||||||
|
for Python 3 compatibility (https://github.com/ansible-collections/community.general/pull/1861).
|
||||||
|
- cloudforms inventory - fixed issue that non-existing (archived) VMs were synced
|
||||||
|
(https://github.com/ansible-collections/community.general/pull/720).
|
||||||
|
- cobbler_sync, cobbler_system - fix SSL/TLS certificate check when ``validate_certs``
|
||||||
|
set to ``false`` (https://github.com/ansible-collections/community.general/pull/1880).
|
||||||
|
- consul_io inventory script - kv_groups - fix byte chain decoding for Python
|
||||||
|
3 (https://github.com/ansible-collections/community.general/pull/620).
|
||||||
|
- deploy_helper - allow ``state=clean`` to be used without defining a ``release``
|
||||||
|
(https://github.com/ansible-collections/community.general/issues/1852).
|
||||||
|
- diy callback plugin - wrapped usages of ``dict.keys()`` in ``list()`` for
|
||||||
|
Python 3 compatibility (https://github.com/ansible-collections/community.general/pull/1861).
|
||||||
|
- idrac_redfish_command - wrapped usages of ``dict.keys()`` in ``list()`` for
|
||||||
|
Python 3 compatibility (https://github.com/ansible-collections/community.general/pull/1861).
|
||||||
|
- idrac_redfish_config - wrapped usages of ``dict.keys()`` in ``list()`` for
|
||||||
|
Python 3 compatibility (https://github.com/ansible-collections/community.general/pull/1861).
|
||||||
|
- idrac_redfish_info - wrapped usages of ``dict.keys()`` in ``list()`` for Python
|
||||||
|
3 compatibility (https://github.com/ansible-collections/community.general/pull/1861).
|
||||||
|
- imc_rest - explicitly logging out instead of registering the call in ```atexit```
|
||||||
|
(https://github.com/ansible-collections/community.general/issues/1735).
|
||||||
|
- infoblox inventory script - make sure that the script also works with Ansible
|
||||||
|
2.9, and returns a more helpful error when community.general is not installed
|
||||||
|
as part of Ansible 2.10/3 (https://github.com/ansible-collections/community.general/pull/1871).
|
||||||
|
- ini_file - allows an empty string as a value for an option (https://github.com/ansible-collections/community.general/pull/1972).
|
||||||
|
- lxc_container - wrapped usages of ``dict.keys()`` in ``list()`` for Python
|
||||||
|
3 compatibility (https://github.com/ansible-collections/community.general/pull/1861).
|
||||||
|
- lxd_container - wrapped usages of ``dict.keys()`` in ``list()`` for Python
|
||||||
|
3 compatibility (https://github.com/ansible-collections/community.general/pull/1861).
|
||||||
|
- manageiq_provider - wrapped ``dict.keys()`` with ``list`` for use in ``choices``
|
||||||
|
setting (https://github.com/ansible-collections/community.general/pull/1970).
|
||||||
|
- memcached cache plugin - wrapped usages of ``dict.keys()`` in ``list()`` for
|
||||||
|
Python 3 compatibility (https://github.com/ansible-collections/community.general/pull/1861).
|
||||||
|
- meta/runtime.yml - improve deprecation messages (https://github.com/ansible-collections/community.general/pull/1918).
|
||||||
|
- net_tools.nios.api module_utils - wrapped usages of ``dict.keys()`` in ``list()``
|
||||||
|
for Python 3 compatibility (https://github.com/ansible-collections/community.general/pull/1861).
|
||||||
|
- nmcli - add ``method4`` and ``method6`` options (https://github.com/ansible-collections/community.general/pull/1894).
|
||||||
|
- nmcli - ensure the ``slave-type`` option is passed to ``nmcli`` for type ``bond-slave``
|
||||||
|
(https://github.com/ansible-collections/community.general/pull/1882).
|
||||||
|
- nsot inventory script - wrapped usages of ``dict.keys()`` in ``list()`` for
|
||||||
|
Python 3 compatibility (https://github.com/ansible-collections/community.general/pull/1861).
|
||||||
|
- oci_vcn - wrapped usages of ``dict.keys()`` in ``list()`` for Python 3 compatibility
|
||||||
|
(https://github.com/ansible-collections/community.general/pull/1861).
|
||||||
|
- oneandone_monitoring_policy - wrapped usages of ``dict.keys()`` in ``list()``
|
||||||
|
for Python 3 compatibility (https://github.com/ansible-collections/community.general/pull/1861).
|
||||||
|
- packet_volume_attachment - removed extraneous ``print`` call - old debug?
|
||||||
|
(https://github.com/ansible-collections/community.general/pull/1970).
|
||||||
|
- proxmox inventory - added handling of extra trailing slashes in the URL (https://github.com/ansible-collections/community.general/pull/1914).
|
||||||
|
- proxmox_kvm - fix parameter ``vmid`` passed twice to ``exit_json`` while creating
|
||||||
|
a virtual machine without cloning (https://github.com/ansible-collections/community.general/issues/1875,
|
||||||
|
https://github.com/ansible-collections/community.general/pull/1895).
|
||||||
|
- redfish_command - wrapped usages of ``dict.keys()`` in ``list()`` for Python
|
||||||
|
3 compatibility (https://github.com/ansible-collections/community.general/pull/1861).
|
||||||
|
- redfish_config - wrapped usages of ``dict.keys()`` in ``list()`` for Python
|
||||||
|
3 compatibility (https://github.com/ansible-collections/community.general/pull/1861).
|
||||||
|
- redhat_subscription - wrapped usages of ``dict.keys()`` in ``list()`` for
|
||||||
|
Python 3 compatibility (https://github.com/ansible-collections/community.general/pull/1861).
|
||||||
|
- redis cache plugin - wrapped usages of ``keys()`` in ``list()`` for Python
|
||||||
|
3 compatibility (https://github.com/ansible-collections/community.general/pull/1861).
|
||||||
|
- selective callback plugin - wrapped usages of ``dict.keys()`` in ``list()``
|
||||||
|
for Python 3 compatibility (https://github.com/ansible-collections/community.general/pull/1861).
|
||||||
|
- sensu_check - wrapped usages of ``dict.keys()`` in ``list()`` for Python 3
|
||||||
|
compatibility (https://github.com/ansible-collections/community.general/pull/1861).
|
||||||
|
- spotinst_aws_elastigroup - wrapped usages of ``dict.keys()`` in ``list()``
|
||||||
|
for Python 3 compatibility (https://github.com/ansible-collections/community.general/pull/1861).
|
||||||
|
- utm_utils module_utils - wrapped usages of ``dict.keys()`` in ``list()`` for
|
||||||
|
Python 3 compatibility (https://github.com/ansible-collections/community.general/pull/1861).
|
||||||
|
- vdo - wrapped usages of ``dict.keys()`` in ``list()`` for Python 3 compatibility
|
||||||
|
(https://github.com/ansible-collections/community.general/pull/1861).
|
||||||
|
- xfs_quota - the feedback for initializing project quota using xfs_quota binary
|
||||||
|
from ``xfsprogs`` has changed since the version it was written for (https://github.com/ansible-collections/community.general/pull/1596).
|
||||||
|
- zfs - some ZFS properties could be passed when the dataset/volume did not
|
||||||
|
exist, but would fail if the dataset already existed, even if the property
|
||||||
|
matched what was specified in the ansible task (https://github.com/ansible-collections/community.general/issues/868,
|
||||||
|
https://github.com/ansible-collections/community.general/pull/1833).
|
||||||
|
deprecated_features:
|
||||||
|
- apt_rpm - deprecated invalid parameter alias ``update-cache``, will be removed
|
||||||
|
in 5.0.0 (https://github.com/ansible-collections/community.general/pull/1927).
|
||||||
|
- composer - deprecated invalid parameter aliases ``working-dir``, ``global-command``,
|
||||||
|
``prefer-source``, ``prefer-dist``, ``no-dev``, ``no-scripts``, ``no-plugins``,
|
||||||
|
``optimize-autoloader``, ``classmap-authoritative``, ``apcu-autoloader``,
|
||||||
|
``ignore-platform-reqs``, will be removed in 5.0.0 (https://github.com/ansible-collections/community.general/pull/1927).
|
||||||
|
- github_deploy_key - deprecated invalid parameter alias ``2fa_token``, will
|
||||||
|
be removed in 5.0.0 (https://github.com/ansible-collections/community.general/pull/1927).
|
||||||
|
- grove - the option ``message`` will be removed in community.general 4.0.0.
|
||||||
|
Use the new option ``message_content`` instead (https://github.com/ansible-collections/community.general/pull/1929).
|
||||||
|
- homebrew - deprecated invalid parameter alias ``update-brew``, will be removed
|
||||||
|
in 5.0.0 (https://github.com/ansible-collections/community.general/pull/1927).
|
||||||
|
- homebrew_cask - deprecated invalid parameter alias ``update-brew``, will be
|
||||||
|
removed in 5.0.0 (https://github.com/ansible-collections/community.general/pull/1927).
|
||||||
|
- opkg - deprecated invalid parameter alias ``update-cache``, will be removed
|
||||||
|
in 5.0.0 (https://github.com/ansible-collections/community.general/pull/1927).
|
||||||
|
- pacman - deprecated invalid parameter alias ``update-cache``, will be removed
|
||||||
|
in 5.0.0 (https://github.com/ansible-collections/community.general/pull/1927).
|
||||||
|
- puppet - deprecated undocumented parameter ``show_diff``, will be removed
|
||||||
|
in 7.0.0. (https://github.com/ansible-collections/community.general/pull/1927).
|
||||||
|
- runit - unused parameter ``dist`` marked for deprecation (https://github.com/ansible-collections/community.general/pull/1830).
|
||||||
|
- slackpkg - deprecated invalid parameter alias ``update-cache``, will be removed
|
||||||
|
in 5.0.0 (https://github.com/ansible-collections/community.general/pull/1927).
|
||||||
|
- urmpi - deprecated invalid parameter aliases ``update-cache`` and ``no-recommends``,
|
||||||
|
will be removed in 5.0.0 (https://github.com/ansible-collections/community.general/pull/1927).
|
||||||
|
- xbps - deprecated invalid parameter alias ``update-cache``, will be removed
|
||||||
|
in 5.0.0 (https://github.com/ansible-collections/community.general/pull/1927).
|
||||||
|
minor_changes:
|
||||||
|
- bundler - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1885).
|
||||||
|
- consul - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1885).
|
||||||
|
- consul_acl - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1885).
|
||||||
|
- consul_io inventory script - conf options - allow custom configuration options
|
||||||
|
via env variables (https://github.com/ansible-collections/community.general/pull/620).
|
||||||
|
- consul_session - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1885).
|
||||||
|
- datadog_monitor - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1885).
|
||||||
|
- grove - the option ``message`` has been renamed to ``message_content``. The
|
||||||
|
old name ``message`` is kept as an alias and will be removed for community.general
|
||||||
|
4.0.0. This was done because ``message`` is used internally by Ansible (https://github.com/ansible-collections/community.general/pull/1929).
|
||||||
|
- heroku_collaborator - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1970).
|
||||||
|
- linode_v4 - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1970).
|
||||||
|
- manageiq_alert_profiles - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1970).
|
||||||
|
- manageiq_policies - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1970).
|
||||||
|
- manageiq_tags - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1970).
|
||||||
|
- manageiq_tags and manageiq_policies - added new parameter ``resource_id``.
|
||||||
|
This parameter can be used instead of parameter ``resource_name`` (https://github.com/ansible-collections/community.general/pull/719).
|
||||||
|
- module_helper module utils - ``CmdMixin.run_command()`` now accepts ``dict``
|
||||||
|
command arguments, providing the parameter and its value (https://github.com/ansible-collections/community.general/pull/1867).
|
||||||
|
- one_host - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1970).
|
||||||
|
- one_image_info - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1970).
|
||||||
|
- one_vm - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1970).
|
||||||
|
- oneandone_firewall_policy - elements of list parameters are now validated
|
||||||
|
(https://github.com/ansible-collections/community.general/pull/1885).
|
||||||
|
- oneandone_load_balancer - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1885).
|
||||||
|
- oneandone_monitoring_policy - elements of list parameters are now validated
|
||||||
|
(https://github.com/ansible-collections/community.general/pull/1885).
|
||||||
|
- oneandone_private_network - elements of list parameters are now validated
|
||||||
|
(https://github.com/ansible-collections/community.general/pull/1885).
|
||||||
|
- oneandone_server - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1885).
|
||||||
|
- oneview_datacenter_info - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1970).
|
||||||
|
- oneview_enclosure_info - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1970).
|
||||||
|
- oneview_ethernet_network_info - elements of list parameters are now validated
|
||||||
|
(https://github.com/ansible-collections/community.general/pull/1970).
|
||||||
|
- oneview_network_set_info - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1970).
|
||||||
|
- profitbricks - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1885).
|
||||||
|
- profitbricks_volume - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1885).
|
||||||
|
- scaleway_compute - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1970).
|
||||||
|
- scaleway_lb - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1970).
|
||||||
|
- sensu_check - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1885).
|
||||||
|
- sensu_client - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1885).
|
||||||
|
- sensu_handler - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1885).
|
||||||
|
- webfaction_domain - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1885).
|
||||||
|
- webfaction_site - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1885).
|
||||||
|
- yum_versionlock - Do the lock/unlock concurrently to speed up (https://github.com/ansible-collections/community.general/pull/1912).
|
||||||
|
release_summary: Regular feature and bugfix release.
|
||||||
|
fragments:
|
||||||
|
- 1596-xfs_quota-feedback_on_projects_not_initialized_has_changed.yml
|
||||||
|
- 1735-imc-sessions.yml
|
||||||
|
- 1833-zfs-creation-only-properties.yaml
|
||||||
|
- 1838-runit-deprecate-param-dist.yml
|
||||||
|
- 1852-deploy-helper-fix-state-is-clean-without-release.yaml
|
||||||
|
- 1861-python3-keys.yml
|
||||||
|
- 1867-modhelper-cmdmixin-dict-params.yml
|
||||||
|
- 1871-infoblox-inventory.yml
|
||||||
|
- 1880-fix_cobbler_system_ssl.yml
|
||||||
|
- 1882-fix-nmcli-ensure-slave-type-for-bond-slave.yml
|
||||||
|
- 1885-sanity-check-fixes-batch3.yml
|
||||||
|
- 1894-feat-nmcli-add-method4-and-method6.yml
|
||||||
|
- 1895-proxmox-kvm-fix-issue-1875.yml
|
||||||
|
- 1912-yum_versionlock-lock_unlock_concurrently.yml
|
||||||
|
- 1914-add-sanitization-to-url.yml
|
||||||
|
- 1916-add-version-sort-filter.yml
|
||||||
|
- 1927-removed-parameter-invalid.yml
|
||||||
|
- 1928-bigpanda-message.yml
|
||||||
|
- 1929-grove-message.yml
|
||||||
|
- 1970-valmod-batch7.yml
|
||||||
|
- 1972-ini_file-empty-str-value.yml
|
||||||
|
- 2.2.0.yml
|
||||||
|
- 620-consul_io-env-variables-conf-based.yml
|
||||||
|
- 719-manageiq-resource_id.yml
|
||||||
|
- 720-cloudforms_inventory.yml
|
||||||
|
- meta-runtime-deprecations.yml
|
||||||
|
modules:
|
||||||
|
- description: Manage your repositories on Github
|
||||||
|
name: github_repo
|
||||||
|
namespace: source_control.github
|
||||||
|
- description: Manage project members on GitLab Server
|
||||||
|
name: gitlab_project_members
|
||||||
|
namespace: source_control.gitlab
|
||||||
|
- description: Manage jenkins builds
|
||||||
|
name: jenkins_build
|
||||||
|
namespace: web_infrastructure
|
||||||
|
- description: Retrieve information about one or more Proxmox VE storages
|
||||||
|
name: proxmox_storage_info
|
||||||
|
namespace: cloud.misc
|
||||||
|
plugins:
|
||||||
|
filter:
|
||||||
|
- description: Sort a list according to version order instead of pure alphabetical
|
||||||
|
one
|
||||||
|
name: version_sort
|
||||||
|
namespace: null
|
||||||
|
release_date: '2021-03-08'
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
---
|
|
||||||
bugfixes:
|
|
||||||
- xfs_quota - the feedback for initializing project quota using xfs_quota binary from ``xfsprogs`` has changed since the version it was written for (https://github.com/ansible-collections/community.general/pull/1596).
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- imc_rest - explicitly logging out instead of registering the call in ```atexit``` (https://github.com/ansible-collections/community.general/issues/1735).
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- zfs - some ZFS properties could be passed when the dataset/volume did not exist, but would fail if the dataset already existed, even if the property matched what was specified in the ansible task (https://github.com/ansible-collections/community.general/issues/868, https://github.com/ansible-collections/community.general/pull/1833).
|
|
|
@ -1,2 +0,0 @@
|
||||||
deprecated_features:
|
|
||||||
- runit - unused parameter ``dist`` marked for deprecation (https://github.com/ansible-collections/community.general/pull/1830).
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- deploy_helper - allow ``state=clean`` to be used without defining a ``release`` (https://github.com/ansible-collections/community.general/issues/1852).
|
|
|
@ -1,22 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- redis cache plugin - wrapped usages of ``keys()`` in ``list()`` for Python 3 compatibility (https://github.com/ansible-collections/community.general/pull/1861).
|
|
||||||
- memcached cache plugin - wrapped usages of ``dict.keys()`` in ``list()`` for Python 3 compatibility (https://github.com/ansible-collections/community.general/pull/1861).
|
|
||||||
- diy callback plugin - wrapped usages of ``dict.keys()`` in ``list()`` for Python 3 compatibility (https://github.com/ansible-collections/community.general/pull/1861).
|
|
||||||
- selective callback plugin - wrapped usages of ``dict.keys()`` in ``list()`` for Python 3 compatibility (https://github.com/ansible-collections/community.general/pull/1861).
|
|
||||||
- chef_databag lookup plugin - wrapped usages of ``dict.keys()`` in ``list()`` for Python 3 compatibility (https://github.com/ansible-collections/community.general/pull/1861).
|
|
||||||
- net_tools.nios.api module_utils - wrapped usages of ``dict.keys()`` in ``list()`` for Python 3 compatibility (https://github.com/ansible-collections/community.general/pull/1861).
|
|
||||||
- utm_utils module_utils - wrapped usages of ``dict.keys()`` in ``list()`` for Python 3 compatibility (https://github.com/ansible-collections/community.general/pull/1861).
|
|
||||||
- lxc_container - wrapped usages of ``dict.keys()`` in ``list()`` for Python 3 compatibility (https://github.com/ansible-collections/community.general/pull/1861).
|
|
||||||
- lxd_container - wrapped usages of ``dict.keys()`` in ``list()`` for Python 3 compatibility (https://github.com/ansible-collections/community.general/pull/1861).
|
|
||||||
- oneandone_monitoring_policy - wrapped usages of ``dict.keys()`` in ``list()`` for Python 3 compatibility (https://github.com/ansible-collections/community.general/pull/1861).
|
|
||||||
- oci_vcn - wrapped usages of ``dict.keys()`` in ``list()`` for Python 3 compatibility (https://github.com/ansible-collections/community.general/pull/1861).
|
|
||||||
- spotinst_aws_elastigroup - wrapped usages of ``dict.keys()`` in ``list()`` for Python 3 compatibility (https://github.com/ansible-collections/community.general/pull/1861).
|
|
||||||
- sensu_check - wrapped usages of ``dict.keys()`` in ``list()`` for Python 3 compatibility (https://github.com/ansible-collections/community.general/pull/1861).
|
|
||||||
- redhat_subscription - wrapped usages of ``dict.keys()`` in ``list()`` for Python 3 compatibility (https://github.com/ansible-collections/community.general/pull/1861).
|
|
||||||
- idrac_redfish_command - wrapped usages of ``dict.keys()`` in ``list()`` for Python 3 compatibility (https://github.com/ansible-collections/community.general/pull/1861).
|
|
||||||
- idrac_redfish_config - wrapped usages of ``dict.keys()`` in ``list()`` for Python 3 compatibility (https://github.com/ansible-collections/community.general/pull/1861).
|
|
||||||
- idrac_redfish_info - wrapped usages of ``dict.keys()`` in ``list()`` for Python 3 compatibility (https://github.com/ansible-collections/community.general/pull/1861).
|
|
||||||
- redfish_command - wrapped usages of ``dict.keys()`` in ``list()`` for Python 3 compatibility (https://github.com/ansible-collections/community.general/pull/1861).
|
|
||||||
- redfish_config - wrapped usages of ``dict.keys()`` in ``list()`` for Python 3 compatibility (https://github.com/ansible-collections/community.general/pull/1861).
|
|
||||||
- vdo - wrapped usages of ``dict.keys()`` in ``list()`` for Python 3 compatibility (https://github.com/ansible-collections/community.general/pull/1861).
|
|
||||||
- nsot inventory script - wrapped usages of ``dict.keys()`` in ``list()`` for Python 3 compatibility (https://github.com/ansible-collections/community.general/pull/1861).
|
|
|
@ -1,2 +0,0 @@
|
||||||
minor_changes:
|
|
||||||
- module_helper module utils - ``CmdMixin.run_command()`` now accepts ``dict`` command arguments, providing the parameter and its value (https://github.com/ansible-collections/community.general/pull/1867).
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- "infoblox inventory script - make sure that the script also works with Ansible 2.9, and returns a more helpful error when community.general is not installed as part of Ansible 2.10/3 (https://github.com/ansible-collections/community.general/pull/1871)."
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- cobbler_sync, cobbler_system - fix SSL/TLS certificate check when ``validate_certs`` set to ``false`` (https://github.com/ansible-collections/community.general/pull/1880).
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- nmcli - ensure the ``slave-type`` option is passed to ``nmcli`` for type ``bond-slave`` (https://github.com/ansible-collections/community.general/pull/1882).
|
|
|
@ -1,18 +0,0 @@
|
||||||
minor_changes:
|
|
||||||
- oneandone_firewall_policy - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1885).
|
|
||||||
- oneandone_load_balancer - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1885).
|
|
||||||
- oneandone_monitoring_policy - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1885).
|
|
||||||
- oneandone_private_network - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1885).
|
|
||||||
- oneandone_server - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1885).
|
|
||||||
- profitbricks - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1885).
|
|
||||||
- profitbricks_volume - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1885).
|
|
||||||
- webfaction_domain - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1885).
|
|
||||||
- webfaction_site - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1885).
|
|
||||||
- consul - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1885).
|
|
||||||
- consul_acl - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1885).
|
|
||||||
- consul_session - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1885).
|
|
||||||
- datadog_monitor - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1885).
|
|
||||||
- sensu_check - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1885).
|
|
||||||
- sensu_client - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1885).
|
|
||||||
- sensu_handler - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1885).
|
|
||||||
- bundler - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1885).
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- nmcli - add ``method4`` and ``method6`` options (https://github.com/ansible-collections/community.general/pull/1894).
|
|
|
@ -1,3 +0,0 @@
|
||||||
---
|
|
||||||
bugfixes:
|
|
||||||
- proxmox_kvm - fix parameter ``vmid`` passed twice to ``exit_json`` while creating a virtual machine without cloning (https://github.com/ansible-collections/community.general/issues/1875, https://github.com/ansible-collections/community.general/pull/1895).
|
|
|
@ -1,3 +0,0 @@
|
||||||
---
|
|
||||||
minor_changes:
|
|
||||||
- yum_versionlock - Do the lock/unlock concurrently to speed up (https://github.com/ansible-collections/community.general/pull/1912).
|
|
|
@ -1,3 +0,0 @@
|
||||||
---
|
|
||||||
bugfixes:
|
|
||||||
- proxmox inventory - added handling of extra trailing slashes in the URL (https://github.com/ansible-collections/community.general/pull/1914).
|
|
|
@ -1,3 +0,0 @@
|
||||||
add plugin.filter:
|
|
||||||
- name: version_sort
|
|
||||||
description: Sort a list according to version order instead of pure alphabetical one
|
|
|
@ -1,12 +0,0 @@
|
||||||
deprecated_features:
|
|
||||||
- composer - deprecated invalid parameter aliases ``working-dir``, ``global-command``, ``prefer-source``, ``prefer-dist``, ``no-dev``, ``no-scripts``, ``no-plugins``, ``optimize-autoloader``, ``classmap-authoritative``, ``apcu-autoloader``, ``ignore-platform-reqs``, will be removed in 5.0.0 (https://github.com/ansible-collections/community.general/pull/1927).
|
|
||||||
- apt_rpm - deprecated invalid parameter alias ``update-cache``, will be removed in 5.0.0 (https://github.com/ansible-collections/community.general/pull/1927).
|
|
||||||
- homebrew - deprecated invalid parameter alias ``update-brew``, will be removed in 5.0.0 (https://github.com/ansible-collections/community.general/pull/1927).
|
|
||||||
- homebrew_cask - deprecated invalid parameter alias ``update-brew``, will be removed in 5.0.0 (https://github.com/ansible-collections/community.general/pull/1927).
|
|
||||||
- opkg - deprecated invalid parameter alias ``update-cache``, will be removed in 5.0.0 (https://github.com/ansible-collections/community.general/pull/1927).
|
|
||||||
- pacman - deprecated invalid parameter alias ``update-cache``, will be removed in 5.0.0 (https://github.com/ansible-collections/community.general/pull/1927).
|
|
||||||
- slackpkg - deprecated invalid parameter alias ``update-cache``, will be removed in 5.0.0 (https://github.com/ansible-collections/community.general/pull/1927).
|
|
||||||
- urmpi - deprecated invalid parameter aliases ``update-cache`` and ``no-recommends``, will be removed in 5.0.0 (https://github.com/ansible-collections/community.general/pull/1927).
|
|
||||||
- xbps - deprecated invalid parameter alias ``update-cache``, will be removed in 5.0.0 (https://github.com/ansible-collections/community.general/pull/1927).
|
|
||||||
- github_deploy_key - deprecated invalid parameter alias ``2fa_token``, will be removed in 5.0.0 (https://github.com/ansible-collections/community.general/pull/1927).
|
|
||||||
- puppet - deprecated undocumented parameter ``show_diff``, will be removed in 7.0.0. (https://github.com/ansible-collections/community.general/pull/1927).
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- "bigpanda - actually use the ``deployment_message`` option (https://github.com/ansible-collections/community.general/pull/1928)."
|
|
|
@ -1,4 +0,0 @@
|
||||||
minor_changes:
|
|
||||||
- "grove - the option ``message`` has been renamed to ``message_content``. The old name ``message`` is kept as an alias and will be removed for community.general 4.0.0. This was done because ``message`` is used internally by Ansible (https://github.com/ansible-collections/community.general/pull/1929)."
|
|
||||||
deprecated_features:
|
|
||||||
- "grove - the option ``message`` will be removed in community.general 4.0.0. Use the new option ``message_content`` instead (https://github.com/ansible-collections/community.general/pull/1929)."
|
|
|
@ -1,18 +0,0 @@
|
||||||
minor_changes:
|
|
||||||
- heroku_collaborator - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1970).
|
|
||||||
- linode_v4 - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1970).
|
|
||||||
- one_host - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1970).
|
|
||||||
- one_image_info - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1970).
|
|
||||||
- one_vm - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1970).
|
|
||||||
- scaleway_compute - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1970).
|
|
||||||
- scaleway_lb - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1970).
|
|
||||||
- manageiq_alert_profiles - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1970).
|
|
||||||
- manageiq_policies - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1970).
|
|
||||||
- manageiq_tags - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1970).
|
|
||||||
- oneview_datacenter_info - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1970).
|
|
||||||
- oneview_enclosure_info - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1970).
|
|
||||||
- oneview_ethernet_network_info - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1970).
|
|
||||||
- oneview_network_set_info - elements of list parameters are now validated (https://github.com/ansible-collections/community.general/pull/1970).
|
|
||||||
bugfixes:
|
|
||||||
- manageiq_provider - wrapped ``dict.keys()`` with ``list`` for use in ``choices`` setting (https://github.com/ansible-collections/community.general/pull/1970).
|
|
||||||
- packet_volume_attachment - removed extraneous ``print`` call - old debug? (https://github.com/ansible-collections/community.general/pull/1970).
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- ini_file - allows an empty string as a value for an option (https://github.com/ansible-collections/community.general/pull/1972).
|
|
|
@ -1 +0,0 @@
|
||||||
release_summary: Regular feature and bugfix release.
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
bugfixes:
|
|
||||||
- consul_io inventory script - kv_groups - fix byte chain decoding for Python 3 (https://github.com/ansible-collections/community.general/pull/620).
|
|
||||||
minor_changes:
|
|
||||||
- consul_io inventory script - conf options - allow custom configuration options via env variables (https://github.com/ansible-collections/community.general/pull/620).
|
|
|
@ -1,2 +0,0 @@
|
||||||
minor_changes:
|
|
||||||
- manageiq_tags and manageiq_policies - added new parameter ``resource_id``. This parameter can be used instead of parameter ``resource_name`` (https://github.com/ansible-collections/community.general/pull/719).
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- cloudforms inventory - fixed issue that non-existing (archived) VMs were synced (https://github.com/ansible-collections/community.general/pull/720).
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- "meta/runtime.yml - improve deprecation messages (https://github.com/ansible-collections/community.general/pull/1918)."
|
|
Loading…
Add table
Add a link
Reference in a new issue