Topics
This changelog describes changes after version 4.0.0.
This is release 5.1.0 of the community.network
collection which aims to announce the collection deprecation and does not contain any functional changes. See the changelog for details.
- This collection and all content in it is unmaintained and deprecated (https://forum.ansible.com/t/8030). If you are interested in maintaining parts of the collection, please copy them to your own repository, and tell others about in the Forum discussion. See the collection creator path for details.
This is a patch release of the community.network
collection.
This changelog contains changes made since the previous release.
- exos - Add error handling of
Permission denied
errors (#571).
This is the mock patch release of the community.network
collection
caused by Galaxy issues.
This changelog contains changes made since release 5.0.0.
See the changelog for version 5.0.1 for details.
This is a patch release of the community.network
collection.
This changelog contains all changes to the modules and plugins in this collection
that have been made after the previous release.
- cnos_l3_interface - fix import errors (#531).
- exos_config - missing whitespace in command with
defaults: True
. It happened because the command isshow configurationdetail
instead ofshow configuration detail
(#516). - exos_facts - returns timeout error when we use connection type
network_cli
. It happened because we send command withoutno-refresh
and scriptcli2json.py
stuck in loop while reading console output (#517). - icx_l3_interface - fix import errors (#531).
- slxos_l3_interface - fix import errors (#531).
This is release 5.0.0 of the community.network collection.
- The community.network collection no longer supports Ansible 2.9 and ansible-base 2.10. While we take no active measures to prevent usage, we will remove compatibility code and other compatility measures that will effectively prevent using most content from this collection with Ansible 2.9, and some content of this collection with ansible-base 2.10. Both Ansible 2.9 and ansible-base 2.10 will very soon be End of Life and if you are still using them, you should consider upgrading to ansible-core 2.11 or later as soon as possible (#426).
- The internal structure of the collection was changed for modules and action plugins. These no longer live in a directory hierarchy ordered by topic, but instead are now all in a single (flat) directory. This has no impact on users assuming they did not use internal FQCNs. These will still work, but result in deprecation warnings. They were never officially supported and thus the redirects are kept as a courtsey, and this is not labelled as a breaking change. Note that for example the Ansible VScode plugin started recommending these internal names. If you followed its recommendation, you will now have to change back to the short names to avoid deprecation warnings, and potential errors in the future as these redirects will be removed in community.network 8.0.0 (#482).
- 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)
- aireos modules - removed deprecated
connection: local
support. Useconnection: network_cli
instead (#440). - aireos modules - removed deprecated
provider
option. Useconnection: network_cli
instead (#440). - aruba modules - removed deprecated
connection: local
support. Useconnection: network_cli
instead (#440). - aruba modules - removed deprecated
provider
option. Useconnection: network_cli
instead (#440). - ce modules - removed deprecated
connection: local
support. Useconnection: network_cli
instead (#440). - ce modules - removed deprecated
provider
option. Useconnection: network_cli
instead (#440). - enos modules - removed deprecated
connection: local
support. Useconnection: network_cli
instead (#440). - enos modules - removed deprecated
provider
option. Useconnection: network_cli
instead (#440). - ironware modules - removed deprecated
connection: local
support. Useconnection: network_cli
instead (#440). - ironware modules - removed deprecated
provider
option. Useconnection: network_cli
instead (#440). - sros modules - removed deprecated
connection: local
support. Useconnection: network_cli
instead (#440). - sros modules - removed deprecated
provider
option. Useconnection: network_cli
instead (#440).
- 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. - 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).