From bea2d350344eea608aa20fcb2281493486e230d9 Mon Sep 17 00:00:00 2001
From: Aleksandr Kurbatov <aleksandr.kurbatov@GL1342-AKURBATOV.local>
Date: Thu, 25 Jul 2024 16:04:51 +0100
Subject: [PATCH] v1.0.83

---
 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 3e0f1350..edbbe072 100644
--- a/geant/gap_ansible/CHANGELOG.md
+++ b/geant/gap_ansible/CHANGELOG.md
@@ -1,4 +1,6 @@
 # GAP Ansible changelog
+1.0.83:
+- Update iBGP groups when terminating PE router: a) Remove PE from PE mesh; b) Remove PE from P routers config.
 1.0.82:
 - Fix of ICMP TTL-expired in `iptrunk_migration`
 1.0.81:
diff --git a/geant/gap_ansible/galaxy.yml b/geant/gap_ansible/galaxy.yml
index eb139aac..3b60bc57 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.82
+version: 1.0.83
 
 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection
 readme: README.md
-- 
GitLab