diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-18 05:52:22 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-18 05:52:22 +0000 |
commit | 38b7c80217c4e72b1d8988eb1e60bb6e77334114 (patch) | |
tree | 356e9fd3762877d07cde52d21e77070aeff7e789 /ansible_collections/community/network/changelogs/changelog.yaml | |
parent | Adding upstream version 7.7.0+dfsg. (diff) | |
download | ansible-38b7c80217c4e72b1d8988eb1e60bb6e77334114.tar.xz ansible-38b7c80217c4e72b1d8988eb1e60bb6e77334114.zip |
Adding upstream version 9.4.0+dfsg.upstream/9.4.0+dfsg
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ansible_collections/community/network/changelogs/changelog.yaml')
-rw-r--r-- | ansible_collections/community/network/changelogs/changelog.yaml | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/ansible_collections/community/network/changelogs/changelog.yaml b/ansible_collections/community/network/changelogs/changelog.yaml index 94de9fa0b..36d66e2a3 100644 --- a/ansible_collections/community/network/changelogs/changelog.yaml +++ b/ansible_collections/community/network/changelogs/changelog.yaml @@ -80,3 +80,39 @@ releases: - unflatmap.yml - validate-plugins.yml release_date: '2022-11-04' + 5.0.1: + changes: + bugfixes: + - cnos_l3_interface - fix import errors (https://github.com/ansible-collections/community.network/pull/531). + - 'exos_config - missing whitespace in command with ``defaults: True``. It happened + because the command is ``show configurationdetail`` instead of ``show configuration + detail`` (https://github.com/ansible-collections/community.network/pull/516).' + - exos_facts - returns timeout error when we use connection type ``network_cli``. + It happened because we send command without ``no-refresh`` and script ``cli2json.py`` + stuck in loop while reading console output (https://github.com/ansible-collections/community.network/pull/517). + - icx_l3_interface - fix import errors (https://github.com/ansible-collections/community.network/pull/531). + - slxos_l3_interface - fix import errors (https://github.com/ansible-collections/community.network/pull/531). + release_summary: '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.' + fragments: + - 0-fix_imports.yml + - 5.0.1.yml + - 516-whitespace-exos-config-defaults.yaml + - 517-add-ports-no-refresh-in-exos-facts.yaml + release_date: '2023-10-24' + 5.0.2: + changes: + release_summary: '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.' + fragments: + - 5.0.2.yml + release_date: '2023-10-25' |