From f01a4468bc276a78a402d6f36caf7ac51c23a9a6 Mon Sep 17 00:00:00 2001 From: Aleksandr Kurbatov <ak@geant.org> Date: Thu, 5 Dec 2024 18:45:16 +0000 Subject: [PATCH] v1.1.21 --- geant/gap_ansible/CHANGELOG.md | 5 +++++ geant/gap_ansible/galaxy.yml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/geant/gap_ansible/CHANGELOG.md b/geant/gap_ansible/CHANGELOG.md index e3a3177e..cc2331c8 100644 --- a/geant/gap_ansible/CHANGELOG.md +++ b/geant/gap_ansible/CHANGELOG.md @@ -1,4 +1,9 @@ # GAP Ansible changelog +1.1.21 2024-12-05 +- Bugfixes in `edge_port`: encapsulation +- Added `service_checks` role +- Updates to `l3_core_service` playbook + 1.1.20 2024-12-04 - Bugfixes in `p_to_pe_promotion` pre and post checks diff --git a/geant/gap_ansible/galaxy.yml b/geant/gap_ansible/galaxy.yml index f2e294b5..8eb20a29 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.20 +version: 1.1.21 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md -- GitLab