diff --git a/geant/gap_ansible/CHANGELOG.md b/geant/gap_ansible/CHANGELOG.md index ad5020b7340cda6795cd881098a88a0f6962ec39..c379b8b28bddd804ac7093626c2b7ce5e22be09a 100644 --- a/geant/gap_ansible/CHANGELOG.md +++ b/geant/gap_ansible/CHANGELOG.md @@ -1,4 +1,11 @@ # GAP Ansible changelog +1.1.30 2025-01-17 +- VPRN: + - added aggregates to the template. + - added description under BGP stanza. +- `bgp_config` role: explicit config of `local-address`. +- `sbp` role: static config of `cflowd` under interface. + 1.1.29 2025-01-16 - Updates to edge_port role (interface descriptions) - Updates to sbp role (interface_description) diff --git a/geant/gap_ansible/galaxy.yml b/geant/gap_ansible/galaxy.yml index d1832fb93a526ef4d14ce779507e8e39c1c38cc2..4b91c3785d9a4d956b38ee2719aec1fa717dc202 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.29 +version: 1.1.30 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md