From ac3aaf64de68d0fd115eb8406bba6d62add5f86e Mon Sep 17 00:00:00 2001 From: Aleksandr Kurbatov <ak@geant.org> Date: Thu, 26 Sep 2024 11:27:43 +0100 Subject: [PATCH] v1.0.89 --- 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 9da1df37..11904361 100644 --- a/geant/gap_ansible/CHANGELOG.md +++ b/geant/gap_ansible/CHANGELOG.md @@ -1,4 +1,6 @@ # GAP Ansible changelog +1.0.89: +- Fix in the FW template - corrected duplicated IPV6_ND term. 1.0.88: - Fix in the FW template - corrected path to `port_list_entries.j2` 1.0.87: diff --git a/geant/gap_ansible/galaxy.yml b/geant/gap_ansible/galaxy.yml index 3332d682..252d2476 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.88 +version: 1.0.89 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md -- GitLab