From 4d544fc0f5284a5a71bbd1ce6ed52fa36a4655b4 Mon Sep 17 00:00:00 2001 From: Aleksandr Kurbatov <aleksandr.kurbatov@GL1342.local> Date: Thu, 4 Jul 2024 20:12:03 +0100 Subject: [PATCH] v1.0.77 --- geant/gap_ansible/CHANGELOG.md | 1 + geant/gap_ansible/galaxy.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/geant/gap_ansible/CHANGELOG.md b/geant/gap_ansible/CHANGELOG.md index df19443b..adbee014 100644 --- a/geant/gap_ansible/CHANGELOG.md +++ b/geant/gap_ansible/CHANGELOG.md @@ -2,6 +2,7 @@ 1.0.77: - `iptrunk_migration`: if trunk is `Leased`, update the target BFD address (LO of the new node) after migration and check the BFD status. - `iptrunk_checks`: added LLDP check - simpple `show lldp neighbors`. +- `iptrunk_checks`: updated parser for Nokia optical port output. 1.0.76: - fixes in `iptrunk_migration` role (BFD, min-links, corrected interface descriptions) 1.0.75: diff --git a/geant/gap_ansible/galaxy.yml b/geant/gap_ansible/galaxy.yml index fc229148..706da244 100644 --- a/geant/gap_ansible/galaxy.yml +++ b/geant/gap_ansible/galaxy.yml @@ -8,7 +8,7 @@ namespace: geant name: gap_ansible # The version of the collection. Must be compatible with semantic versioning -version: 1.0.76 +version: 1.0.77 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md -- GitLab