From 644932557e28ef46f84ccb4c8a6f282c493b0441 Mon Sep 17 00:00:00 2001 From: Aleksandr Kurbatov <ak@geant.org> Date: Mon, 7 Apr 2025 12:55:34 +0100 Subject: [PATCH] v1.1.60 --- geant/gap_ansible/CHANGELOG.md | 6 +++++- geant/gap_ansible/galaxy.yml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/geant/gap_ansible/CHANGELOG.md b/geant/gap_ansible/CHANGELOG.md index 68a4eea5..db51d0e1 100644 --- a/geant/gap_ansible/CHANGELOG.md +++ b/geant/gap_ansible/CHANGELOG.md @@ -1,6 +1,10 @@ # GAP Ansible changelog -1.1.59 2025-04-04 +1.1.60 2026-04-07 + +- `iptrunk`: An additional trunk suffix support. + + 1.1.59 2025-04-04 - Fix `deploy_service_config` to work with the VRF update. diff --git a/geant/gap_ansible/galaxy.yml b/geant/gap_ansible/galaxy.yml index bce8e1fc..30606843 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.59 +version: 1.1.60 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md -- GitLab