From eef26d3058076a823f1c3c95c0dccebfb381d022 Mon Sep 17 00:00:00 2001
From: Aleksandr Kurbatov <aleksandr.kurbatov@GL1342-AKURBATOV.local>
Date: Fri, 12 Jul 2024 14:16:09 +0100
Subject: [PATCH] v1.0.78

---
 geant/gap_ansible/CHANGELOG.md | 4 ++++
 geant/gap_ansible/galaxy.yml   | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/geant/gap_ansible/CHANGELOG.md b/geant/gap_ansible/CHANGELOG.md
index adbee014..0c413048 100644
--- a/geant/gap_ansible/CHANGELOG.md
+++ b/geant/gap_ansible/CHANGELOG.md
@@ -1,4 +1,8 @@
 # GAP Ansible changelog
+1.0.78:
+- Validation/verification logic added to `base_config`, `iptrunk`, `iptrunk_twamp` roles.
+- Cleanup of `base_config` templates.
+- 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`.
diff --git a/geant/gap_ansible/galaxy.yml b/geant/gap_ansible/galaxy.yml
index 706da244..42c60a19 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.77
+version: 1.0.78
 
 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection
 readme: README.md
-- 
GitLab