From a50c0623f82e20dd94d69ac34692bd2f75fa9914 Mon Sep 17 00:00:00 2001 From: Aleksandr Kurbatov <ak@geant.org> Date: Thu, 9 Jan 2025 12:21:25 +0000 Subject: [PATCH] v1.1.27 --- 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 1462daed..24a02727 100644 --- a/geant/gap_ansible/CHANGELOG.md +++ b/geant/gap_ansible/CHANGELOG.md @@ -1,4 +1,7 @@ # GAP Ansible changelog +1.1.27 2025-01-09 +- `promote_p_to_pe`: PE static routes as a separate WF step + 1.1.26 2025-01-09 - bugfixes in `promote_p_to_pe` diff --git a/geant/gap_ansible/galaxy.yml b/geant/gap_ansible/galaxy.yml index a8253c56..b32fa1d1 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.26 +version: 1.1.27 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md -- GitLab