From b2b489958e975152fcb83213e6b1ed6f523b49b6 Mon Sep 17 00:00:00 2001 From: Aleksandr Kurbatov <ak@geant.org> Date: Thu, 29 May 2025 16:24:16 +0100 Subject: [PATCH] v1.1.75 --- geant/gap_ansible/CHANGELOG.md | 5 +++++ geant/gap_ansible/galaxy.yml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/geant/gap_ansible/CHANGELOG.md b/geant/gap_ansible/CHANGELOG.md index 7b6013f..817216a 100644 --- a/geant/gap_ansible/CHANGELOG.md +++ b/geant/gap_ansible/CHANGELOG.md @@ -1,5 +1,10 @@ # GAP Ansible changelog +## 1.1.75 2025-05-29 + +- `iptrunk`, `iptrunk_migration`: remove egress QoS policy from router/interface level + in Nokia template. + ## 1.1.74 2025-05-27 - `iptrunk`, `iptrunk_migration`: Print the final trunk version. diff --git a/geant/gap_ansible/galaxy.yml b/geant/gap_ansible/galaxy.yml index 95fb766..6373362 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.74 +version: 1.1.75 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md -- GitLab