From 8fc7ec36465390e413fd8f61d78b3380a2cd4469 Mon Sep 17 00:00:00 2001 From: Aleksandr Kurbatov <ak@geant.org> Date: Wed, 2 Oct 2024 18:19:59 +0100 Subject: [PATCH] v1.1.6 --- 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 e116c7ab..1472c358 100644 --- a/geant/gap_ansible/CHANGELOG.md +++ b/geant/gap_ansible/CHANGELOG.md @@ -1,4 +1,7 @@ # GAP Ansible changelog +1.1.6 2024-10-02: +- Card FP (accounting) is only 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 5fd21137..5cbf976d 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.5 +version: 1.1.6 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md -- GitLab