From 7a9cd4904d7a8028793b3e5c39362b9c2dbc8057 Mon Sep 17 00:00:00 2001 From: Aleksandr Kurbatov <aleksandr.kurbatov@GL1342-AKURBATOV.local> Date: Tue, 23 Jul 2024 15:02:47 +0100 Subject: [PATCH] v1.0.80 --- geant/gap_ansible/CHANGELOG.md | 4 +++- geant/gap_ansible/galaxy.yml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/geant/gap_ansible/CHANGELOG.md b/geant/gap_ansible/CHANGELOG.md index 6d675abd..fc0f8894 100644 --- a/geant/gap_ansible/CHANGELOG.md +++ b/geant/gap_ansible/CHANGELOG.md @@ -1,4 +1,6 @@ # GAP Ansible changelog +1.0.80: +- Added ICMP TTL-expired config in interface template (NAT-622) 1.0.79: - Added SSH `inbound-max-session` to the base_config. 1.0.78: @@ -7,7 +9,7 @@ - Cleanup of `iptrunk` templates. 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`: added LLDP check - simple `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) diff --git a/geant/gap_ansible/galaxy.yml b/geant/gap_ansible/galaxy.yml index 2f894225..a49e1625 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.79 +version: 1.0.80 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md -- GitLab