From 14bcfd3f758b1945dce9b62f1dad67aa3fe29d9a Mon Sep 17 00:00:00 2001 From: Aleksandr Kurbatov <aleksandr.kurbatov@GL1342.local> Date: Wed, 27 Mar 2024 17:16:23 +0000 Subject: [PATCH] v1.0.57 --- geant/gap_ansible/CHANGELOG.md | 2 ++ geant/gap_ansible/galaxy.yml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/geant/gap_ansible/CHANGELOG.md b/geant/gap_ansible/CHANGELOG.md index a9d96e73..e6b0f434 100644 --- a/geant/gap_ansible/CHANGELOG.md +++ b/geant/gap_ansible/CHANGELOG.md @@ -1,4 +1,6 @@ # GAP Ansible changelog +1.0.57: +- Fixes to enable `commit_comment` in base_config and ipbg_update roles 1.0.56: - Using custom `nokia_netconf_config` module which gives an option to use `commit_comment` with SROS. - Update `meta` for each of roles to use `colletions` specification. diff --git a/geant/gap_ansible/galaxy.yml b/geant/gap_ansible/galaxy.yml index 428450b0..f5119ad3 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.56 +version: 1.0.57 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md -- GitLab