From 5e212abf0fc56f2fbb3eb4a709e031db2b6c534e Mon Sep 17 00:00:00 2001 From: Aleksandr Kurbatov <ak@geant.org> Date: Mon, 2 Dec 2024 14:34:35 +0000 Subject: [PATCH] v1.1.18 --- 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 da24b208..6a009bb8 100644 --- a/geant/gap_ansible/CHANGELOG.md +++ b/geant/gap_ansible/CHANGELOG.md @@ -1,4 +1,7 @@ # GAP Ansible changelog +1.1.18 2024-12-02 +- GRPC config with conditional for easy on and off. + 1.1.17 2024-11-27 - Added GRPC config to the general/system stanza. - Cleanup in `ibgp_update` templates. diff --git a/geant/gap_ansible/galaxy.yml b/geant/gap_ansible/galaxy.yml index f6442b73..3424cb44 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.17 +version: 1.1.18 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md -- GitLab