From 5a9fa7898a5a1a6fa54047090283e345da73b43e Mon Sep 17 00:00:00 2001
From: Aleksandr Kurbatov <ak@geant.org>
Date: Wed, 9 Apr 2025 16:56:25 +0100
Subject: [PATCH] v1.1.61

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

diff --git a/geant/gap_ansible/CHANGELOG.md b/geant/gap_ansible/CHANGELOG.md
index d09ae2e7..aa625b40 100644
--- a/geant/gap_ansible/CHANGELOG.md
+++ b/geant/gap_ansible/CHANGELOG.md
@@ -1,6 +1,13 @@
 # GAP Ansible changelog
 
-1.1.60 2025-04-07
+1.1.61 2025-04-08
+
+- `base_config`: changes in cflowd configuration:
+
+  - `cache_size` calculated based on the router tier (2M for SR7 and 1M for SR2se).
+  - removed `metering-process` for unified export template.
+
+  1.1.60 2025-04-07
 
 - `iptrunk`: An additional trunk description suffix support.
 
diff --git a/geant/gap_ansible/galaxy.yml b/geant/gap_ansible/galaxy.yml
index 30606843..11d45cc4 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.60
+version: 1.1.61
 
 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection
 readme: README.md
-- 
GitLab