From eca20a67791cbd5e247bde90586c2bf8ce668b71 Mon Sep 17 00:00:00 2001 From: Aleksandr Kurbatov <ak@geant.org> Date: Tue, 1 Apr 2025 13:49:11 +0100 Subject: [PATCH] v1.1.57 --- geant/gap_ansible/CHANGELOG.md | 7 ++++++- geant/gap_ansible/galaxy.yml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/geant/gap_ansible/CHANGELOG.md b/geant/gap_ansible/CHANGELOG.md index adb9286d..dcc64a1f 100644 --- a/geant/gap_ansible/CHANGELOG.md +++ b/geant/gap_ansible/CHANGELOG.md @@ -1,6 +1,11 @@ # GAP Ansible changelog -1.1.56 2025-03-17 +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. + + 1.1.56 2025-03-17 - `bgp_config`: Updated Juniper deactivate template. Legacy routing-instance and BGP group names are now defined in inventory. diff --git a/geant/gap_ansible/galaxy.yml b/geant/gap_ansible/galaxy.yml index 883665c2..6f6a1249 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.56 +version: 1.1.57 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md -- GitLab