From 177dae648598767072e3e4ddba07ebf9b68d337d Mon Sep 17 00:00:00 2001 From: Aleksandr Kurbatov <aleksandr.kurbatov@GL1342-AKURBATOV.local> Date: Wed, 24 Jul 2024 09:21:16 +0100 Subject: [PATCH] 1.0.81 --- geant/gap_ansible/CHANGELOG.md | 2 ++ geant/gap_ansible/galaxy.yml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/geant/gap_ansible/CHANGELOG.md b/geant/gap_ansible/CHANGELOG.md index fc0f8894..b58d0180 100644 --- a/geant/gap_ansible/CHANGELOG.md +++ b/geant/gap_ansible/CHANGELOG.md @@ -1,4 +1,6 @@ # GAP Ansible changelog +1.0.81: +- Added ICMP TTL-expired config in interface template in `iptrunk_migration` (NAT-622) 1.0.80: - Added ICMP TTL-expired config in interface template (NAT-622) 1.0.79: diff --git a/geant/gap_ansible/galaxy.yml b/geant/gap_ansible/galaxy.yml index a49e1625..7f952284 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.80 +version: 1.0.81 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md -- GitLab