diff --git a/geant/gap_ansible/CHANGELOG.md b/geant/gap_ansible/CHANGELOG.md index 3d7b45322c79bee2a17979d80f1d53c122d2996d..455601f434e344f3b498a750b7ad721a0741aa62 100644 --- a/geant/gap_ansible/CHANGELOG.md +++ b/geant/gap_ansible/CHANGELOG.md @@ -1,4 +1,7 @@ # GAP Ansible changelog +1.0.15: +- Add role to do show commands for checking health of the router after installing base config +- Renamed attribute router_vendor to vendor in iptrunk role 1.0.14: - Base-config cleanup 1.0.13: diff --git a/geant/gap_ansible/galaxy.yml b/geant/gap_ansible/galaxy.yml index 6928d512b3543b6a4bbe5f091ce9acd40b1b55de..1da93d9ae12b1f45c4c5d6e3ee85639d06a17a01 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.14 +version: 1.0.15 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md