From e2ef681208f392e25e115ec2d3ec3b3a1419ca1a Mon Sep 17 00:00:00 2001 From: Aleksandr Kurbatov <ak@geant.org> Date: Mon, 7 Oct 2024 10:34:28 +0100 Subject: [PATCH] v1.1.7 --- geant/gap_ansible/CHANGELOG.md | 5 ++++- geant/gap_ansible/galaxy.yml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/geant/gap_ansible/CHANGELOG.md b/geant/gap_ansible/CHANGELOG.md index 1472c358..9f55fc3c 100644 --- a/geant/gap_ansible/CHANGELOG.md +++ b/geant/gap_ansible/CHANGELOG.md @@ -1,6 +1,9 @@ # GAP Ansible changelog +1.1.7 2024-10-07 +- Small fixes in iBGP config verification for P-routers. + 1.1.6 2024-10-02: -- Card FP (accounting) is only configured on PE routers. +- Card FP (accounting) should only be configured on PE routers. 1.1.5 2024-09-30: - Added Destination class usage / accounting for the Nokia devices. diff --git a/geant/gap_ansible/galaxy.yml b/geant/gap_ansible/galaxy.yml index 5cbf976d..7c2f52b6 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.6 +version: 1.1.7 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md -- GitLab