From 96cf4fed438d847ec0b10a2b7b70f8f354fe4b4a Mon Sep 17 00:00:00 2001
From: Aleksandr Kurbatov <aleksandr.kurbatov@GL1342.local>
Date: Thu, 2 May 2024 16:36:48 +0100
Subject: [PATCH] v1.0.70

includes optical checks and ping tests
---
 geant/gap_ansible/CHANGELOG.md | 5 ++++-
 geant/gap_ansible/galaxy.yml   | 2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/geant/gap_ansible/CHANGELOG.md b/geant/gap_ansible/CHANGELOG.md
index 40f50673..60da2800 100644
--- a/geant/gap_ansible/CHANGELOG.md
+++ b/geant/gap_ansible/CHANGELOG.md
@@ -1,5 +1,8 @@
 # GAP Ansible changelog
-1.0.69;
+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.
+1.0.69:
 - iptrunk_twamp: Refinement to the Junos client template
 1.0.68:
 - iptrunk_twamp: added `verb` extra var for better management of the tasks inside role
diff --git a/geant/gap_ansible/galaxy.yml b/geant/gap_ansible/galaxy.yml
index 1c527721..d6da6ce0 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.69
+version: 1.0.70
 
 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection
 readme: README.md
-- 
GitLab