From d8e84ca6df9d79da37f506cb360ff7de58f2a6a1 Mon Sep 17 00:00:00 2001 From: Aleksandr Kurbatov <ak@geant.org> Date: Tue, 15 Apr 2025 14:25:00 +0100 Subject: [PATCH] v1.1.66 --- geant/gap_ansible/CHANGELOG.md | 6 +++++- geant/gap_ansible/galaxy.yml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/geant/gap_ansible/CHANGELOG.md b/geant/gap_ansible/CHANGELOG.md index 41b69f04..95cf4aaf 100644 --- a/geant/gap_ansible/CHANGELOG.md +++ b/geant/gap_ansible/CHANGELOG.md @@ -1,6 +1,10 @@ # GAP Ansible changelog -1.1.65 2025-04-15 +1.1.66 2025-04-15 + +- Add support for `vpn-apply-export` in `bgp_group` template under `base_config`. + + 1.1.65 2025-04-15 - `base_config`: Add `label-mode` support in VPRN template. diff --git a/geant/gap_ansible/galaxy.yml b/geant/gap_ansible/galaxy.yml index 73a0c206..92ea0364 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.65 +version: 1.1.66 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md -- GitLab