From b6cd755b8d07d44685cec75a89d80c3e1eab0f8b Mon Sep 17 00:00:00 2001
From: Aleksandr Kurbatov <ak@geant.org>
Date: Wed, 27 Nov 2024 16:02:31 +0000
Subject: [PATCH] v1.1.17

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

diff --git a/geant/gap_ansible/CHANGELOG.md b/geant/gap_ansible/CHANGELOG.md
index 4c5d9aef..da24b208 100644
--- a/geant/gap_ansible/CHANGELOG.md
+++ b/geant/gap_ansible/CHANGELOG.md
@@ -1,4 +1,8 @@
 # GAP Ansible changelog
+1.1.17 2024-11-27
+- Added GRPC config to the general/system stanza.
+- Cleanup in `ibgp_update` templates.
+
 1.1.16 2024-11-20
 - Fixed remaining issue with netconf exclusive lock by introducing lock=never
 
diff --git a/geant/gap_ansible/galaxy.yml b/geant/gap_ansible/galaxy.yml
index 0fff15b7..f6442b73 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.16
+version: 1.1.17
 
 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection
 readme: README.md
-- 
GitLab