From e46a20f2297fb4848f9b56e2ab09f3dccfc56853 Mon Sep 17 00:00:00 2001 From: Aleksandr Kurbatov <ak@geant.org> Date: Thu, 3 Apr 2025 22:12:06 +0100 Subject: [PATCH] v1.1.58 --- geant/gap_ansible/CHANGELOG.md | 10 +++++++++- geant/gap_ansible/galaxy.yml | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/geant/gap_ansible/CHANGELOG.md b/geant/gap_ansible/CHANGELOG.md index dcc64a1f..15460f2a 100644 --- a/geant/gap_ansible/CHANGELOG.md +++ b/geant/gap_ansible/CHANGELOG.md @@ -1,6 +1,14 @@ # GAP Ansible changelog -1.1.57 2025-04-01 +1.1.58 2025-04-03 + +- Added a separate `sdp` role to manage SDP config. + + - add SDP mesh to a PE + - add PE to the SDP mesh + - remove PE from SDP mesh + + 1.1.57 2025-04-01 - `l2circuits` - Add a new role to manage l2circuits (epipes). - SDP description will now take the value of far end FQDN instead of SDP ID. diff --git a/geant/gap_ansible/galaxy.yml b/geant/gap_ansible/galaxy.yml index 6f6a1249..af5dbdc6 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.57 +version: 1.1.58 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md -- GitLab