From 763b3aaace62e378eb19abba5b51b0ffe4f66364 Mon Sep 17 00:00:00 2001 From: Aleksandr Kurbatov <ak@geant.org> Date: Wed, 4 Dec 2024 17:05:59 +0000 Subject: [PATCH] v1.1.20 --- 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 13e8e952..e3a3177e 100644 --- a/geant/gap_ansible/CHANGELOG.md +++ b/geant/gap_ansible/CHANGELOG.md @@ -1,4 +1,7 @@ # GAP Ansible changelog +1.1.20 2024-12-04 +- Bugfixes in `p_to_pe_promotion` pre and post checks + 1.1.19 2024-12-03 - Added a list of roles for L3 service provisioning. - `sbp` - SBP interface configuration diff --git a/geant/gap_ansible/galaxy.yml b/geant/gap_ansible/galaxy.yml index 926db354..f2e294b5 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.19 +version: 1.1.20 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md -- GitLab