From a3c0db3fd9c9866adac4c954118349eb33ebf5aa Mon Sep 17 00:00:00 2001 From: Aleksandr Kurbatov <ak@geant.org> Date: Fri, 13 Jun 2025 10:45:26 +0100 Subject: [PATCH] v1.1.77 --- 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 7f037e07..bef4d85b 100644 --- a/geant/gap_ansible/CHANGELOG.md +++ b/geant/gap_ansible/CHANGELOG.md @@ -1,5 +1,9 @@ # GAP Ansible changelog +## 1.1.77 2025-06-13 + +- `bgp_config`: add `multihop` config when `ttl-security` is selected. + ## 1.1.76 2025-06-05 - `iptrunk`, `iptrunk_migration`: re-adding QoS policy to router/interface level diff --git a/geant/gap_ansible/galaxy.yml b/geant/gap_ansible/galaxy.yml index 8f72030d..3ab8e773 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.76 +version: 1.1.77 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md -- GitLab