From cc2beb447623209e2b17e31982293b663c080fbd Mon Sep 17 00:00:00 2001 From: Aleksandr Kurbatov <ak@geant.org> Date: Mon, 17 Mar 2025 11:05:07 +0000 Subject: [PATCH] v1.1.55 --- geant/gap_ansible/CHANGELOG.md | 6 +++++- geant/gap_ansible/galaxy.yml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/geant/gap_ansible/CHANGELOG.md b/geant/gap_ansible/CHANGELOG.md index c06657be..ecc41109 100644 --- a/geant/gap_ansible/CHANGELOG.md +++ b/geant/gap_ansible/CHANGELOG.md @@ -1,6 +1,10 @@ # GAP Ansible changelog -1.1.54 2025-03-13 +1.1.55 2025-03-17 + +- `iptrunk_checks`: Disable diff of the optical level files. + + 1.1.54 2025-03-13 - `sbp`: added support for Q-in-Q interfaces that are configured on Q-in-Q Edge ports. diff --git a/geant/gap_ansible/galaxy.yml b/geant/gap_ansible/galaxy.yml index c718d96c..21a59a42 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.54 +version: 1.1.55 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md -- GitLab