diff --git a/geant/gap_ansible/CHANGELOG.md b/geant/gap_ansible/CHANGELOG.md index 4c5d9aef6f6ef62601c4e4d2f2962f70a2644958..da24b2087f03075266d67dc6313042c818f43205 100644 --- a/geant/gap_ansible/CHANGELOG.md +++ b/geant/gap_ansible/CHANGELOG.md @@ -1,4 +1,8 @@ # GAP Ansible changelog +1.1.17 2024-11-27 +- Added GRPC config to the general/system stanza. +- Cleanup in `ibgp_update` templates. + 1.1.16 2024-11-20 - Fixed remaining issue with netconf exclusive lock by introducing lock=never diff --git a/geant/gap_ansible/galaxy.yml b/geant/gap_ansible/galaxy.yml index 0fff15b72421751771295a01293a435b75b6e4ce..f6442b7397f96ca23c5e9c220b1ca73696564a62 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.16 +version: 1.1.17 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md