diff --git a/geant/gap_ansible/CHANGELOG.md b/geant/gap_ansible/CHANGELOG.md index 40f5067322de039726c531946e2839559598d0d1..60da280036708032b987fa1c298f3b87888aeec3 100644 --- a/geant/gap_ansible/CHANGELOG.md +++ b/geant/gap_ansible/CHANGELOG.md @@ -1,5 +1,8 @@ # GAP Ansible changelog -1.0.69; +1.0.70: +- iptrunk_checks: Optical trunk checks with PRE and POST stages with the diff produced for the "remaining" trunk endpoint. +- iptrunk_checks: connectivity checks (ping) now split into 2 tests: packet-loss and MTU with the respective separate parameters. +1.0.69: - iptrunk_twamp: Refinement to the Junos client template 1.0.68: - iptrunk_twamp: added `verb` extra var for better management of the tasks inside role diff --git a/geant/gap_ansible/galaxy.yml b/geant/gap_ansible/galaxy.yml index 1c5277217b5fad16688f4a55be9f7f5a051749e8..d6da6ce038940a1b163a9c4c87af3544cdb26cae 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.69 +version: 1.0.70 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md