From db8c6aa2107172a185acf0b9d545586c62685c90 Mon Sep 17 00:00:00 2001 From: Aleksandr Kurbatov <ak@geant.org> Date: Thu, 26 Sep 2024 14:15:31 +0100 Subject: [PATCH] v1.1.4 --- 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 22fe422a..011592f5 100644 --- a/geant/gap_ansible/CHANGELOG.md +++ b/geant/gap_ansible/CHANGELOG.md @@ -1,4 +1,8 @@ # GAP Ansible changelog +[1.1.4] 2024-09-26: +- Bugfixes in iBGP/SDP PE update +- Backports from v1.0.90 + 1.1.3: - Enhancements to FW template diff --git a/geant/gap_ansible/galaxy.yml b/geant/gap_ansible/galaxy.yml index 42ed5a01..51bdd8be 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.3 +version: 1.1.4 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md -- GitLab