From b1d7dd456c55d39bb419b14d85f15b06ef60b000 Mon Sep 17 00:00:00 2001 From: Aleksandr Kurbatov <aleksandr.kurbatov@GL1342-AKURBATOV.local> Date: Thu, 19 Sep 2024 11:40:37 +0100 Subject: [PATCH] v1.1.2 --- geant/gap_ansible/CHANGELOG.md | 4 ++++ geant/gap_ansible/galaxy.yml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/geant/gap_ansible/CHANGELOG.md b/geant/gap_ansible/CHANGELOG.md index 47d78152..83f33db8 100644 --- a/geant/gap_ansible/CHANGELOG.md +++ b/geant/gap_ansible/CHANGELOG.md @@ -1,4 +1,8 @@ # GAP Ansible changelog +1.1.2: +- Bug fixes for SR2se `base_config` in `PE` mode: +- changes to `cflowd` +- changes to `cards` template 1.1.1: - `base_config` role reworked to allow P or PE config and SR2se routers. - templates from `base_config` role moved to a separate `bc_templates` folder. diff --git a/geant/gap_ansible/galaxy.yml b/geant/gap_ansible/galaxy.yml index 3afb355c..ff4ff3f7 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.1 +version: 1.1.2 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md -- GitLab