diff --git a/geant/gap_ansible/CHANGELOG.md b/geant/gap_ansible/CHANGELOG.md index da24b2087f03075266d67dc6313042c818f43205..6a009bb8bfdcc40d7e1d7987a2c80e35b964520b 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 f6442b7397f96ca23c5e9c220b1ca73696564a62..3424cb44f862bafc7742a635f42993f0cfa431b9 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