From c531163a1ffddc3202ec7267b217b3d47c4e6f99 Mon Sep 17 00:00:00 2001 From: Aleksandr Kurbatov <aleksandr.kurbatov@GL1342.local> Date: Fri, 8 Mar 2024 19:09:53 +0000 Subject: [PATCH] v1.0.51 --- 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 01ebd98c..80da0d10 100644 --- a/geant/gap_ansible/CHANGELOG.md +++ b/geant/gap_ansible/CHANGELOG.md @@ -1,4 +1,7 @@ # GAP Ansible changelog +1.0.51: +- Rework of SNMP communities and SNMP ACLs: + - SNMP ACL definitions in inventory are moved into a separate dict and are now rendered separately in the template. 1.0.50: - basic support for the iptrunk_migration workflow: mx-mx trunk -> mx-nokia trunk. diff --git a/geant/gap_ansible/galaxy.yml b/geant/gap_ansible/galaxy.yml index 6859564d..838ac761 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.50 +version: 1.0.51 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md -- GitLab