From 13138caeb2811e694f891ef5d0e3e1b89a45761a Mon Sep 17 00:00:00 2001 From: Aleksandr Kurbatov <ak@geant.org> Date: Mon, 30 Sep 2024 19:51:36 +0100 Subject: [PATCH] v1.1.5 --- geant/gap_ansible/CHANGELOG.md | 3 +++ geant/gap_ansible/galaxy.yml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/geant/gap_ansible/CHANGELOG.md b/geant/gap_ansible/CHANGELOG.md index 011592f5..e116c7ab 100644 --- a/geant/gap_ansible/CHANGELOG.md +++ b/geant/gap_ansible/CHANGELOG.md @@ -1,4 +1,7 @@ # GAP Ansible changelog +1.1.5 2024-09-30: +- Added Destination class usage / accounting for the Nokia devices. + [1.1.4] 2024-09-26: - Bugfixes in iBGP/SDP PE update - Backports from v1.0.90 diff --git a/geant/gap_ansible/galaxy.yml b/geant/gap_ansible/galaxy.yml index 51bdd8be..5fd21137 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.4 +version: 1.1.5 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md -- GitLab