From 4da0b87e4f4203dba0eee80a797b1442e1bf7985 Mon Sep 17 00:00:00 2001
From: Aleksandr Kurbatov <ak@geant.org>
Date: Mon, 17 Mar 2025 13:00:04 +0000
Subject: [PATCH] v1.1.56

---
 geant/gap_ansible/CHANGELOG.md | 7 ++++++-
 geant/gap_ansible/galaxy.yml   | 2 +-
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/geant/gap_ansible/CHANGELOG.md b/geant/gap_ansible/CHANGELOG.md
index ecc41109..adb9286d 100644
--- a/geant/gap_ansible/CHANGELOG.md
+++ b/geant/gap_ansible/CHANGELOG.md
@@ -1,6 +1,11 @@
 # GAP Ansible changelog
 
-1.1.55 2025-03-17
+1.1.56 2025-03-17
+
+- `bgp_config`: Updated Juniper deactivate template.
+  Legacy routing-instance and BGP group names are now defined in inventory.
+
+  1.1.55 2025-03-17
 
 - `iptrunk_checks`: Disable diff of the optical level files.
 
diff --git a/geant/gap_ansible/galaxy.yml b/geant/gap_ansible/galaxy.yml
index 21a59a42..883665c2 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.1.55
+version: 1.1.56
 
 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection
 readme: README.md
-- 
GitLab