From 0f7dd2d02ba1ec5a211829aae4e94464fda75cc7 Mon Sep 17 00:00:00 2001 From: Aleksandr Kurbatov <aleksandr.kurbatov@GL1342.local> Date: Fri, 8 Mar 2024 12:16:10 +0000 Subject: [PATCH] v1.0.50 --- 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 3794ad0f..01ebd98c 100644 --- a/geant/gap_ansible/CHANGELOG.md +++ b/geant/gap_ansible/CHANGELOG.md @@ -1,4 +1,9 @@ # GAP Ansible changelog +1.0.50: +- basic support for the iptrunk_migration workflow: + mx-mx trunk -> mx-nokia trunk. +1.0.49: +- get rid of the hardcoded `remote_user` in playbooks. 1.0.48: - fix PIM fw filter - add redundancy rollback config diff --git a/geant/gap_ansible/galaxy.yml b/geant/gap_ansible/galaxy.yml index c5fb0184..6859564d 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.48 +version: 1.0.50 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md -- GitLab