From 57d5470372ee29e135647f30c40fe933ac79e6a4 Mon Sep 17 00:00:00 2001 From: Aleksandr Kurbatov <aleksandr.kurbatov@GL1342.local> Date: Fri, 3 May 2024 18:11:38 +0100 Subject: [PATCH] v1.0.71 --- geant/gap_ansible/CHANGELOG.md | 2 ++ geant/gap_ansible/galaxy.yml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/geant/gap_ansible/CHANGELOG.md b/geant/gap_ansible/CHANGELOG.md index 60da2800..95367ae0 100644 --- a/geant/gap_ansible/CHANGELOG.md +++ b/geant/gap_ansible/CHANGELOG.md @@ -1,4 +1,6 @@ # GAP Ansible changelog +1.0.71: +- iptrunk_twamp: Added support for Nokia-Nokia trunks (TWAMP-light) 1.0.70: - iptrunk_checks: Optical trunk checks with PRE and POST stages with the diff produced for the "remaining" trunk endpoint. - iptrunk_checks: connectivity checks (ping) now split into 2 tests: packet-loss and MTU with the respective separate parameters. diff --git a/geant/gap_ansible/galaxy.yml b/geant/gap_ansible/galaxy.yml index d6da6ce0..b2a75665 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.70 +version: 1.0.71 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md -- GitLab