This changelog describes changes after version 2.0.0.
Final maintenance release of community.network major version 3.
- The community.network 3.x.y release stream is now effectively End of Life. No more releases will be made. Regular CI runs have stopped.
- Support for Ansible 2.9 and ansible-base 2.10 is deprecated, and will be removed in the next major release (community.network 4.0.0) this spring. While most content will probably still work with ansible-base 2.10, we will remove symbolic links for modules and action plugins, which will make it impossible to use them with Ansible 2.9 anymore. Please use community.network 3.x.y with Ansible 2.9 and ansible-base 2.10, as these releases will continue to support Ansible 2.9 and ansible-base 2.10 even after they are End of Life (ansible-community/community-topics#50, #382).
- Collection core functions - use vendored version of
distutils.version
instead of the deprecated Python standard librarydistutils
. - Include
PSF-license.txt
file forplugins/module_utils/_version.py
. - Include
simplified_bsd.txt
license file for theicx
andnetvisor
module utils.
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.2.0.
- Support for Ansible 2.9 and ansible-base 2.10 is deprecated, and will be removed in the next major release (community.network 4.0.0) this spring. While most content will probably still work with ansible-base 2.10, we will remove symbolic links for modules and action plugins, which will make it impossible to use them with Ansible 2.9 anymore. Please use community.network 3.x.y with Ansible 2.9 and ansible-base 2.10, as these releases will continue to support Ansible 2.9 and ansible-base 2.10 even after they are End of Life (ansible-community/community-topics#50, #382).
- Collection core functions - use vendored version of
distutils.version
instead of the deprecated Python standard librarydistutils
. - Include
PSF-license.txt
file forplugins/module_utils/_version.py
.
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.1.0.
- Support for Ansible 2.9 and ansible-base 2.10 is deprecated, and will be removed in the next major release (community.network 4.0.0) this spring. While most content will probably still work with ansible-base 2.10, we will remove symbolic links for modules and action plugins, which will make it impossible to use them with Ansible 2.9 anymore. Please use community.network 3.x.y with Ansible 2.9 and ansible-base 2.10, as these releases will continue to support Ansible 2.9 and ansible-base 2.10 even after they are End of Life (ansible-community/community-topics#50, #382).
- Collection core functions - use vendored version of
distutils.version
instead of the deprecated Python standard librarydistutils
.
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.
- community.network.ce_switchport - add support of decode a few stdout values from bitmap to human readable format(#315)
- community.network.edgeos_config - append save command into result (#189)
- ce - Modify the bug in the query configuration method (#56).
- community.network.ce_switchport - fix error causing by
KeyError:
host
due to properties aren't used anywhere (#313) - exos_config - fix a hang due to an unexpected prompt during save_when (#110).
- weos4 cliconf plugin - fix linting errors in documentation data (#368).
This is release 3.0.0 of community.network
, released on 2021-04-22.
- edgeos_config - match the space after
set
anddelete
commands (#199). - nclu - execute
net commit description <description>
only if changednet pending
's diff field (#219).
- The deprecated
community.network.ce_sflow
parameters:rate_limit
,rate_limit_slot
, andforward_enp_slot
have been removed (#255). - The deprecated
community.network.sros
netconf plugin has been removed. Usenokia.sros.md
instead (#255).
- avi_cloudconnectoruser - mark the
azure_userpass
,gcp_credentials
,oci_credentials
, andtencent_credentials
parameters asno_log
to prevent leaking of secret values (#223). - avi_sslkeyandcertificate - mark the
enckey_base64
parameter asno_log
to prevent potential leaking of secret values (#223). - avi_webhook - mark the
verification_token
parameter asno_log
to prevent potential leaking of secret values (#223). - ce_vrrp - mark the
auth_key
parameter asno_log
to avoid leakage of secrets (#206). - cloudengine/ce_vrrp - enabled
no_log
for the optionsauth_key
to prevent accidental disclosure (CVE-2021-20191, #203). - cnos_* modules - mark the
passwords
parameter asno_log
to avoid leakage of secrets (#206). - enos_* modules - mark the
passwords
parameter asno_log
to avoid leakage of secrets (#206). - iap_start_workflow - mark the
token_key
parameter asno_log
to avoid leakage of secrets (#206). - icx_system - mark the
auth_key
parameter asno_log
to avoid leakage of secrets (#206). - itential/iap_start_workflow - enabled
no_log
for the optionstoken_key
to prevent accidental disclosure (CVE-2021-20191, #203). - netscaler/netscaler_lb_monitor - enabled
no_log
for the optionsradkey
to prevent accidental disclosure (CVE-2021-20191, #203). - netscaler_lb_monitor - mark the
password
andsecondarypassword
parameters asno_log
to avoid leakage of secrets (#206).
- nclu - fix
net pending
delimiter string (#219). - {cnos,icx}_static_route modules - fix modules to work with ansible-core 2.11 (#228).
- weos4 - Use weos4 cliconf to run commands on Westermo platform