From 52b40c6b39990e29556e6e2fa534eb8f3fe485fa Mon Sep 17 00:00:00 2001 From: Aleksandr Kurbatov <ak@geant.org> Date: Thu, 17 Oct 2024 12:59:09 +0200 Subject: [PATCH] v1.1.10 --- 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 eb05062a..85f48525 100644 --- a/geant/gap_ansible/CHANGELOG.md +++ b/geant/gap_ansible/CHANGELOG.md @@ -1,4 +1,7 @@ # GAP Ansible changelog +1.1.10 2024-10-17 +- Enable `config_mode` "private" in all relevant Nokia deployment tasks. + 1.1.9 2024-10-08 - `iptrunk_migration`: Add BFD update logic and template to Nokia as a remaining side. - `iptrunk_migration`: Add trunk deactivation part for Nokia as a replaced side. diff --git a/geant/gap_ansible/galaxy.yml b/geant/gap_ansible/galaxy.yml index 850c6bf8..520a4554 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.9 +version: 1.1.10 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md -- GitLab