From 8c3c5f8633f9a390bd89f3f4f31812cedc932f43 Mon Sep 17 00:00:00 2001 From: "ak@geant.org" <ak@geant.org> Date: Thu, 21 Dec 2023 09:33:57 +0000 Subject: [PATCH] Updates for v1.0.12 --- geant/gap_ansible/CHANGELOG.md | 9 +++++++++ geant/gap_ansible/galaxy.yml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/geant/gap_ansible/CHANGELOG.md b/geant/gap_ansible/CHANGELOG.md index d1d397a2..f1de9267 100644 --- a/geant/gap_ansible/CHANGELOG.md +++ b/geant/gap_ansible/CHANGELOG.md @@ -1,4 +1,13 @@ # GAP Ansible changelog +1.0.12: +- Changes to the base_config based on the NE feedback + - SNMP Views + - System wide source addresses + - BGP (error-handling) + - ISIS (advertise capability) + - PIM RP default config + - Global load balancing + - Templates reorganized according to the config hierarchy 1.0.11: - Added 'static_routes' template - Reorganized templated related to the 'router' stanza diff --git a/geant/gap_ansible/galaxy.yml b/geant/gap_ansible/galaxy.yml index 10263df8..2be7d49a 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.0.11 +version: 1.0.12 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md -- GitLab