From db48bb36d487ab2413f0674ceb56b2b94458ecb9 Mon Sep 17 00:00:00 2001 From: Aleksandr Kurbatov <aleksandr.kurbatov@GL1342-AKURBATOV.local> Date: Tue, 13 Aug 2024 17:43:05 +0100 Subject: [PATCH] v1.0.85 --- geant/gap_ansible/CHANGELOG.md | 3 +++ geant/gap_ansible/galaxy.yml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/geant/gap_ansible/CHANGELOG.md b/geant/gap_ansible/CHANGELOG.md index 23dfe115..5360e293 100644 --- a/geant/gap_ansible/CHANGELOG.md +++ b/geant/gap_ansible/CHANGELOG.md @@ -1,4 +1,7 @@ # GAP Ansible changelog +1.0.85: +- Update in `port-threshold` calculation in `iptrunk` role. +- Update in `iptrunk_checks` role (Skip Juniper side checks if interface is not 'et-'; skip optical diff if not called from `iptrunk_migration` role). 1.0.84: - Update config parameters for TTL-expired in `iptrunk` and `iptrunk_migration` roles. 1.0.83: diff --git a/geant/gap_ansible/galaxy.yml b/geant/gap_ansible/galaxy.yml index bcaa37b9..968ab96d 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.0.84 +version: 1.0.85 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md -- GitLab