From 6cadab8657e35cc66b7d4175810e01edab539167 Mon Sep 17 00:00:00 2001
From: Aleksandr Kurbatov <ak@geant.org>
Date: Tue, 12 Nov 2024 17:48:38 +0000
Subject: [PATCH] v1.1.15

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

diff --git a/geant/gap_ansible/CHANGELOG.md b/geant/gap_ansible/CHANGELOG.md
index 3e277f1a..9baf7a90 100644
--- a/geant/gap_ansible/CHANGELOG.md
+++ b/geant/gap_ansible/CHANGELOG.md
@@ -1,4 +1,10 @@
 # GAP Ansible changelog
+1.1.15 2024-11-12
+- Fixed `ansible_connection` setting in `ibgp_update` role.
+- PE-specific SNMP communities in PE base config and `promote_p_to_pe`.
+- Fixed `source-addresses` in `promote_p_to_pe` to include PE-specific source-addresses.
+- SNMP ACL made optional.
+
 1.1.14 2024-11-11
 - Cleanup of `ansible_connection` in different roles to load it correctly from the inventory.
 - Add `fec none` into Juniper template inside `iptrunk` role.
diff --git a/geant/gap_ansible/galaxy.yml b/geant/gap_ansible/galaxy.yml
index 137dc7fc..7b4dd368 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.14
+version: 1.1.15
 
 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection
 readme: README.md
-- 
GitLab