From 94d36509446a11b388783ce2cab34fe3a09a1aa4 Mon Sep 17 00:00:00 2001
From: Aleksandr Kurbatov <ak@geant.org>
Date: Thu, 13 Feb 2025 12:31:05 +0000
Subject: [PATCH] v1.1.40

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

diff --git a/.gitignore b/.gitignore
index 43751b0e..8230afb2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ dist/
 __pycache__/
 .DS_Store
 .vscode
+geant/gap_ansible/.ansible-lint
diff --git a/geant/gap_ansible/CHANGELOG.md b/geant/gap_ansible/CHANGELOG.md
index 423f47d3..656ac736 100644
--- a/geant/gap_ansible/CHANGELOG.md
+++ b/geant/gap_ansible/CHANGELOG.md
@@ -1,5 +1,9 @@
 # GAP Ansible changelog
 
+1.1.40 2025-02-13
+
+- `iptrunk_checks`: bugfix in Optical checks to work correctly with SR2se connectors (with extra `x1` for XIOM reference).
+
 1.1.39 2025-02-10
 
 - `l3_core_service` playbook: avoid loading custom Partner's dir if nothing custom is selected.
diff --git a/geant/gap_ansible/galaxy.yml b/geant/gap_ansible/galaxy.yml
index ea3c4030..ab3241d7 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.39
+version: 1.1.40
 
 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection
 readme: README.md
-- 
GitLab