From 5c9c2a3c3481119b38d8f6142962336b2f7276f8 Mon Sep 17 00:00:00 2001 From: Aleksandr Kurbatov <ak@geant.org> Date: Tue, 8 Oct 2024 21:11:25 +0100 Subject: [PATCH] v1.1.9 --- geant/gap_ansible/CHANGELOG.md | 7 +++++++ geant/gap_ansible/galaxy.yml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/geant/gap_ansible/CHANGELOG.md b/geant/gap_ansible/CHANGELOG.md index 9f55fc3c..eb05062a 100644 --- a/geant/gap_ansible/CHANGELOG.md +++ b/geant/gap_ansible/CHANGELOG.md @@ -1,4 +1,11 @@ # GAP Ansible changelog +1.1.9 2024-10-08 +- `iptrunk_migration`: Add BFD update logic and template to Nokia as a remaining side. +- `iptrunk_migration`: Add trunk deactivation part for Nokia as a replaced side. + +1.1.8 2024-10-07 +- Small bugfixes + 1.1.7 2024-10-07 - Small fixes in iBGP config verification for P-routers. diff --git a/geant/gap_ansible/galaxy.yml b/geant/gap_ansible/galaxy.yml index 7c2f52b6..850c6bf8 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.7 +version: 1.1.9 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md -- GitLab