From addf2ca4822416285738a2642ba2f77c7c08e042 Mon Sep 17 00:00:00 2001 From: Aleksandr Kurbatov <aleksandr.kurbatov@GL1342.local> Date: Mon, 17 Jun 2024 14:50:33 +0100 Subject: [PATCH] v1.0.72 --- 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 95367ae0..b12a8308 100644 --- a/geant/gap_ansible/CHANGELOG.md +++ b/geant/gap_ansible/CHANGELOG.md @@ -1,4 +1,7 @@ # GAP Ansible changelog +1.0.72: +- bugfixes in `iptrunk`, `iptrunk_checks` and `iptrunk_migration` roles +- update in command list in `base_config_checks` role. 1.0.71: - iptrunk_twamp: Added support for Nokia-Nokia trunks (TWAMP-light) 1.0.70: diff --git a/geant/gap_ansible/galaxy.yml b/geant/gap_ansible/galaxy.yml index b2a75665..b5686b20 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.71 +version: 1.0.72 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md -- GitLab