From 0586cf3dd27db6dd55abe3bdd88cb822c18e304e Mon Sep 17 00:00:00 2001 From: Aleksandr Kurbatov <ak@geant.org> Date: Wed, 15 Jan 2025 10:27:54 +0000 Subject: [PATCH] v1.1.28 --- geant/gap_ansible/CHANGELOG.md | 10 ++++++++++ geant/gap_ansible/galaxy.yml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/geant/gap_ansible/CHANGELOG.md b/geant/gap_ansible/CHANGELOG.md index 24a02727..9fbb657a 100644 --- a/geant/gap_ansible/CHANGELOG.md +++ b/geant/gap_ansible/CHANGELOG.md @@ -1,4 +1,14 @@ # GAP Ansible changelog +1.1.28 2025-01-15 +- Updated `vrf` role +- Updates to: + - `fw_filter` + - `sbp` + - `ip_prefix_list` + - `policy_options` + - `push_config` + roles to adjust them to `LHCONE` NREN access. + 1.1.27 2025-01-09 - `promote_p_to_pe`: PE static routes as a separate WF step diff --git a/geant/gap_ansible/galaxy.yml b/geant/gap_ansible/galaxy.yml index b32fa1d1..f823ca38 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.27 +version: 1.1.28 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md -- GitLab