From eaae88e7870519a09f15738e2631095fea2ee0bb Mon Sep 17 00:00:00 2001
From: Aleksandr Kurbatov <ak@geant.org>
Date: Thu, 13 Mar 2025 14:26:30 +0000
Subject: [PATCH] v1.1.54

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

diff --git a/geant/gap_ansible/CHANGELOG.md b/geant/gap_ansible/CHANGELOG.md
index 2967c840..c06657be 100644
--- a/geant/gap_ansible/CHANGELOG.md
+++ b/geant/gap_ansible/CHANGELOG.md
@@ -1,6 +1,11 @@
 # GAP Ansible changelog
 
-1.1.53 2025-03-12
+1.1.54 2025-03-13
+
+- `sbp`: added support for Q-in-Q interfaces that are configured on Q-in-Q Edge
+  ports.
+
+  1.1.53 2025-03-12
 
 - `base_config`: Changes in `cflowd` config.
 
@@ -22,7 +27,7 @@
   - Added option to exclude manually defined routes (via inventory).
   - General Refactoring.
 
-  1.1.50 2025-03-06
+    1.1.50 2025-03-06
 
 - Added playbooks to `validate_prefix_list` and `deploy_prefix_list`.
 
@@ -50,7 +55,7 @@
   - Refactoring of loading policies and communities per IAS flavour (set per partner).
   - Changes to the policy naming: include `ap_type` (PRIMARY/BACKUP/LOADBALANCE) into policy name.
 
-  1.1.46 2025-02-25
+    1.1.46 2025-02-25
 
 - Code cleanup
 
@@ -70,7 +75,7 @@
   - `deploy_service_config`
   - `service_checks`
 
-  1.1.43 2025-02-19
+    1.1.43 2025-02-19
 
 - `po_prefix_lists`: add an option to define addition prefixes in the inventory (`geant_partners`, per Partner).
 
@@ -152,7 +157,7 @@
   - `push_config`
     roles to adjust them to `LHCONE` NREN access.
 
-  1.1.27 2025-01-09
+    1.1.27 2025-01-09
 
 - `promote_p_to_pe`: PE static routes as a separate WF step
 
@@ -179,7 +184,7 @@
   - `iptrunk_twamp`
   - `iptrunk_checks`
 
-  1.1.22 2024-12-13
+    1.1.22 2024-12-13
 
 - Added `vrf` role, which rolls out a base VRPN config on a list of provided routers.
   - Requires an appropriate set of vars in `geant_services/VRF/{{ VRF_NAME }}`
@@ -208,7 +213,7 @@
   - `bgp` - A role to configure BGP neighbors.
   - `deploy_service_config` - A role to assemble config from the artifacts produced by the above roles and push it to a device.
 
-  1.1.18 2024-12-02
+    1.1.18 2024-12-02
 
 - GRPC config with conditional for easy on and off.
 
@@ -461,7 +466,7 @@
 
   - SNMP ACL definitions in inventory are moved into a separate dict and are now rendered separately in the template.
 
-  1.0.50:
+    1.0.50:
 
 - basic support for the iptrunk_migration workflow:
   mx-mx trunk -> mx-nokia trunk.
@@ -604,7 +609,7 @@
   - Global load balancing
   - Templates reorganized according to the config hierarchy
 
-  1.0.11:
+    1.0.11:
 
 - Added 'static_routes' template
 - Reorganized templated related to the 'router' stanza
diff --git a/geant/gap_ansible/galaxy.yml b/geant/gap_ansible/galaxy.yml
index 01310cb8..c718d96c 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.53
+version: 1.1.54
 
 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection
 readme: README.md
-- 
GitLab