From 764e0e05edc2473c44d7ea28885b69e50f540dfe Mon Sep 17 00:00:00 2001
From: Aleksandr Kurbatov <aleksandr.kurbatov@GL1342.local>
Date: Thu, 28 Mar 2024 12:20:50 +0000
Subject: [PATCH] v1.0.58

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

diff --git a/geant/gap_ansible/CHANGELOG.md b/geant/gap_ansible/CHANGELOG.md
index e6b0f434..060a626c 100644
--- a/geant/gap_ansible/CHANGELOG.md
+++ b/geant/gap_ansible/CHANGELOG.md
@@ -1,4 +1,7 @@
 # GAP Ansible changelog
+1.0.58:
+- Refinements on iptrunk role (NAT-401).
+- iptrunk_checks role: update ping count.
 1.0.57:
 - Fixes to enable `commit_comment` in base_config and ipbg_update roles
 1.0.56:
diff --git a/geant/gap_ansible/galaxy.yml b/geant/gap_ansible/galaxy.yml
index f5119ad3..7d591517 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.0.57
+version: 1.0.58
 
 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection
 readme: README.md
-- 
GitLab