From f243b5e0ec5098a551e7b756051293715e2a5407 Mon Sep 17 00:00:00 2001 From: Aleksandr Kurbatov <ak@geant.org> Date: Thu, 8 May 2025 23:18:04 +0100 Subject: [PATCH] v1.1.70 --- geant/gap_ansible/CHANGELOG.md | 4 ++++ geant/gap_ansible/galaxy.yml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/geant/gap_ansible/CHANGELOG.md b/geant/gap_ansible/CHANGELOG.md index 254b3e6..94d4ced 100644 --- a/geant/gap_ansible/CHANGELOG.md +++ b/geant/gap_ansible/CHANGELOG.md @@ -1,5 +1,9 @@ # GAP Ansible changelog +## 1.1.70 2025-05-08 + +- `l2circuits`: updated algorithm how to calculate `ims_service_name` (aka `custom_service_name`). + ## 1.1.69 2025-05-01 - Add Juniper templates to the `edge_port` role. This allows to: diff --git a/geant/gap_ansible/galaxy.yml b/geant/gap_ansible/galaxy.yml index b5760c9..b61cd3d 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.69 +version: 1.1.70 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md -- GitLab