summaryrefslogtreecommitdiffstats
path: root/ansible_collections/community/network/changelogs
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-18 05:52:35 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-18 05:52:35 +0000
commit7fec0b69a082aaeec72fee0612766aa42f6b1b4d (patch)
treeefb569b86ca4da888717f5433e757145fa322e08 /ansible_collections/community/network/changelogs
parentReleasing progress-linux version 7.7.0+dfsg-3~progress7.99u1. (diff)
downloadansible-7fec0b69a082aaeec72fee0612766aa42f6b1b4d.tar.xz
ansible-7fec0b69a082aaeec72fee0612766aa42f6b1b4d.zip
Merging upstream version 9.4.0+dfsg.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ansible_collections/community/network/changelogs')
-rw-r--r--ansible_collections/community/network/changelogs/changelog.yaml36
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'