Skip to content

Latest commit

 

History

History
146 lines (100 loc) · 8.41 KB

CHANGELOG.rst

File metadata and controls

146 lines (100 loc) · 8.41 KB

Community Network Release Notes

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 library distutils.
  • Include PSF-license.txt file for plugins/module_utils/_version.py.
  • Include simplified_bsd.txt license file for the icx and netvisor 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 library distutils.
  • Include PSF-license.txt file for plugins/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 library distutils.

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 and delete commands (#199).
  • nclu - execute net commit description <description> only if changed net pending's diff field (#219).
  • The deprecated community.network.ce_sflow parameters: rate_limit, rate_limit_slot, and forward_enp_slot have been removed (#255).
  • The deprecated community.network.sros netconf plugin has been removed. Use nokia.sros.md instead (#255).
  • avi_cloudconnectoruser - mark the azure_userpass, gcp_credentials, oci_credentials, and tencent_credentials parameters as no_log to prevent leaking of secret values (#223).
  • avi_sslkeyandcertificate - mark the enckey_base64 parameter as no_log to prevent potential leaking of secret values (#223).
  • avi_webhook - mark the verification_token parameter as no_log to prevent potential leaking of secret values (#223).
  • ce_vrrp - mark the auth_key parameter as no_log to avoid leakage of secrets (#206).
  • cloudengine/ce_vrrp - enabled no_log for the options auth_key to prevent accidental disclosure (CVE-2021-20191, #203).
  • cnos_* modules - mark the passwords parameter as no_log to avoid leakage of secrets (#206).
  • enos_* modules - mark the passwords parameter as no_log to avoid leakage of secrets (#206).
  • iap_start_workflow - mark the token_key parameter as no_log to avoid leakage of secrets (#206).
  • icx_system - mark the auth_key parameter as no_log to avoid leakage of secrets (#206).
  • itential/iap_start_workflow - enabled no_log for the options token_key to prevent accidental disclosure (CVE-2021-20191, #203).
  • netscaler/netscaler_lb_monitor - enabled no_log for the options radkey to prevent accidental disclosure (CVE-2021-20191, #203).
  • netscaler_lb_monitor - mark the password and secondarypassword parameters as no_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