ancestor: 2.0.0 releases: 3.0.0: changes: bugfixes: - nclu - fix ``net pending`` delimiter string (https://github.com/ansible-collections/community.network/pull/219). - '{cnos,icx}_static_route modules - fix modules to work with ansible-core 2.11 (https://github.com/ansible-collections/community.network/pull/228).' minor_changes: - edgeos_config - match the space after ``set`` and ``delete`` commands (https://github.com/ansible-collections/community.network/pull/199). - nclu - execute ``net commit description `` only if changed ``net pending``'s diff field (https://github.com/ansible-collections/community.network/pull/219). release_summary: This is release 3.0.0 of ``community.network``, released on 2021-04-22. removed_features: - 'The deprecated ``community.network.ce_sflow`` parameters: ``rate_limit``, ``rate_limit_slot``, and ``forward_enp_slot`` have been removed (https://github.com/ansible-collections/community.network/pull/255).' - The deprecated ``community.network.sros`` netconf plugin has been removed. Use ``nokia.sros.md`` instead (https://github.com/ansible-collections/community.network/pull/255). security_fixes: - avi_cloudconnectoruser - mark the ``azure_userpass``, ``gcp_credentials``, ``oci_credentials``, and ``tencent_credentials`` parameters as ``no_log`` to prevent leaking of secret values (https://github.com/ansible-collections/community.network/pull/223). - avi_sslkeyandcertificate - mark the ``enckey_base64`` parameter as ``no_log`` to prevent potential leaking of secret values (https://github.com/ansible-collections/community.network/pull/223). - avi_webhook - mark the ``verification_token`` parameter as ``no_log`` to prevent potential leaking of secret values (https://github.com/ansible-collections/community.network/pull/223). - ce_vrrp - mark the ``auth_key`` parameter as ``no_log`` to avoid leakage of secrets (https://github.com/ansible-collections/community.network/pull/206). - cloudengine/ce_vrrp - enabled ``no_log`` for the options ``auth_key`` to prevent accidental disclosure (CVE-2021-20191, https://github.com/ansible-collections/community.network/pull/203). - cnos_* modules - mark the ``passwords`` parameter as ``no_log`` to avoid leakage of secrets (https://github.com/ansible-collections/community.network/pull/206). - enos_* modules - mark the ``passwords`` parameter as ``no_log`` to avoid leakage of secrets (https://github.com/ansible-collections/community.network/pull/206). - iap_start_workflow - mark the ``token_key`` parameter as ``no_log`` to avoid leakage of secrets (https://github.com/ansible-collections/community.network/pull/206). - icx_system - mark the ``auth_key`` parameter as ``no_log`` to avoid leakage of secrets (https://github.com/ansible-collections/community.network/pull/206). - itential/iap_start_workflow - enabled ``no_log`` for the options ``token_key`` to prevent accidental disclosure (CVE-2021-20191, https://github.com/ansible-collections/community.network/pull/203). - netscaler/netscaler_lb_monitor - enabled ``no_log`` for the options ``radkey`` to prevent accidental disclosure (CVE-2021-20191, https://github.com/ansible-collections/community.network/pull/203). - netscaler_lb_monitor - mark the ``password`` and ``secondarypassword`` parameters as ``no_log`` to avoid leakage of secrets (https://github.com/ansible-collections/community.network/pull/206). fragments: - 199-edgeos-improvements.yaml - 219-nclu-fix-pending.yaml - 223-no_log-missing.yml - 228-static_route-devel.yml - 255-3.0.0-deprecations.yml - 3.0.0.yml - CVE-2021-20191_no_log.yml - no_log-fixes.yml plugins: cliconf: - description: Use weos4 cliconf to run commands on Westermo platform name: weos4 namespace: null release_date: '2021-04-22' 3.1.0: changes: bugfixes: - ce - Modify the bug in the query configuration method (https://github.com/ansible-collections/community.network/pull/56). - community.network.ce_switchport - fix error causing by ``KeyError:`` ``host`` due to properties aren't used anywhere (https://github.com/ansible-collections/community.network/issues/313) - exos_config - fix a hang due to an unexpected prompt during save_when (https://github.com/ansible-collections/community.network/pull/110). - weos4 cliconf plugin - fix linting errors in documentation data (https://github.com/ansible-collections/community.network/pull/368). minor_changes: - community.network.ce_switchport - add support of decode a few stdout values from bitmap to human readable format(https://github.com/ansible-collections/community.network/issues/315) - community.network.edgeos_config - append save command into result (https://github.com/ansible-collections/community.network/pull/189) release_summary: 'This is the minor release of the ``community.network`` collection. This changelog contains all changes to the modules in this collection that have been added after the release of ``community.network`` 3.0.0.' fragments: - 110-fix-exos-save-config.yaml - 189-append-save-command-into-result.yaml - 289-safe-eval-no-concat.yml - 3.1.0.yml - 313_fix_broken_ce_switchport_module.yaml - 315_add_support_decode_bitmap_for_ce_switchport_module.yaml - 56-ce_modify_query_configuration_method.yml - validate-plugins.yml release_date: '2022-03-09'