From be68df6b2816f28a16031c500e43d2d5e470b7b8 Mon Sep 17 00:00:00 2001 From: Aleksandr Kurbatov <ak@geant.org> Date: Fri, 25 Apr 2025 18:48:59 +0100 Subject: [PATCH] v1.1.67 --- geant/gap_ansible/CHANGELOG.md | 21 ++++++++++++++++++++- geant/gap_ansible/galaxy.yml | 2 +- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/geant/gap_ansible/CHANGELOG.md b/geant/gap_ansible/CHANGELOG.md index 95cf4aaf..2f323e5f 100644 --- a/geant/gap_ansible/CHANGELOG.md +++ b/geant/gap_ansible/CHANGELOG.md @@ -1,6 +1,25 @@ # GAP Ansible changelog -1.1.66 2025-04-15 +1.1.67 2025-04-25 + +- Update of the L3-related playbooks and roles to match the new GSO (v3.x) subscription + structure: + + - playbooks: + - `l3_core_service` + - `manage_bgp_peers` + - `manage_sbp` + - `validate_prefix_list` + - roles: + + - `fw_filters` + - `sbp` + - `po_prefix_lists` + - `policy_options` + - `bgp_config` + - `deploy_service_config` + + 1.1.66 2025-04-15 - Add support for `vpn-apply-export` in `bgp_group` template under `base_config`. diff --git a/geant/gap_ansible/galaxy.yml b/geant/gap_ansible/galaxy.yml index 92ea0364..5c06d6b0 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.66 +version: 1.1.67 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md -- GitLab