diff --git a/geant/gap_ansible/CHANGELOG.md b/geant/gap_ansible/CHANGELOG.md index e86ecabc4f1ce327ebc42a83a2708384cf5b905c..47d781522b7bdce19cc9a832257d51a891f21934 100644 --- a/geant/gap_ansible/CHANGELOG.md +++ b/geant/gap_ansible/CHANGELOG.md @@ -1,4 +1,8 @@ # GAP Ansible changelog +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. +- `promote_p_to_pe` role reworked to use the common `bc_templates` folder. 1.1.0: - Added role `promote_p_to_pe`. - Updates to `ibgp_update` related to the `promote_p_to_pe`. diff --git a/geant/gap_ansible/galaxy.yml b/geant/gap_ansible/galaxy.yml index f81a0d036a3e19a317a01710a1f841581d48912d..3afb355ca3219329c30a8f01076dd946159f84f7 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.0 +version: 1.1.1 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md