From 92fe10cf14aafb63c81f8e2635cf95fac526a38d Mon Sep 17 00:00:00 2001 From: Aleksandr Kurbatov <ak@geant.org> Date: Mon, 9 Jun 2025 12:12:15 +0100 Subject: [PATCH] v1.1.76 --- 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 817216af..7f037e07 100644 --- a/geant/gap_ansible/CHANGELOG.md +++ b/geant/gap_ansible/CHANGELOG.md @@ -1,5 +1,10 @@ # GAP Ansible changelog +## 1.1.76 2025-06-05 + +- `iptrunk`, `iptrunk_migration`: re-adding QoS policy to router/interface level + for trunks v1.0 to remove diff with the existing trunks. + ## 1.1.75 2025-05-29 - `iptrunk`, `iptrunk_migration`: remove egress QoS policy from router/interface level diff --git a/geant/gap_ansible/galaxy.yml b/geant/gap_ansible/galaxy.yml index 63733624..8f72030d 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.75 +version: 1.1.76 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md -- GitLab