diff --git a/geant/gap_ansible/CHANGELOG.md b/geant/gap_ansible/CHANGELOG.md index df19443b53c0473382822ec683441b50c3c6b02a..adbee014c2142e15b310bc8e7bc3a14c15c5087b 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 fc229148149f367072a449949f72dfd328e89748..706da244b239dd779b680cb65c417a279337392e 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