From 2efe44a78b84b4d02848349ebc4b10c28ed7a2df Mon Sep 17 00:00:00 2001
From: Aleksandr Kurbatov <ak@geant.org>
Date: Wed, 30 Oct 2024 11:47:10 +0000
Subject: [PATCH] v1.1.12

---
 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 8ac0b89c..6245aa5c 100644
--- a/geant/gap_ansible/CHANGELOG.md
+++ b/geant/gap_ansible/CHANGELOG.md
@@ -1,4 +1,8 @@
 # GAP Ansible changelog
+1.1.12 2024-10-30
+- Updates to `bgp_base` template (added `local-as` parameter)
+- Updates to `general` base-config template (strict `redundancy` config)
+
 1.1.11 2024-10-26
 - Added role for the Edge (access) port
 - IES definition is added to the PE base config
diff --git a/geant/gap_ansible/galaxy.yml b/geant/gap_ansible/galaxy.yml
index b39b9a4d..7f3e1e6b 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.11
+version: 1.1.12
 
 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection
 readme: README.md
-- 
GitLab