From 563e90a38c69fdd4c13cb3dd5cbaa318617b7ed6 Mon Sep 17 00:00:00 2001 From: "ak@geant.org" <ak@geant.org> Date: Fri, 13 Oct 2023 21:31:49 +0100 Subject: [PATCH] Update changelog for v 1.0.5 --- geant/ops_ansible/CHANGELOG.md | 33 ++++++++++++++++++++++++--------- 1 file changed, 24 insertions(+), 9 deletions(-) diff --git a/geant/ops_ansible/CHANGELOG.md b/geant/ops_ansible/CHANGELOG.md index 935129e..4d7ddeb 100644 --- a/geant/ops_ansible/CHANGELOG.md +++ b/geant/ops_ansible/CHANGELOG.md @@ -1,9 +1,24 @@ -# Changelog -## 1.0.4 2023-08-04 -- Changes in the role 'cic_generic': - - Added support for fixing a stanza: a new verb 'fix' to work with the fix_template. - - Added support for Junos 'system_login' stanza. -## 1.0.3 2023-08-02 -- Added cic_generic role to manage the test of arbitrary templates against the network. -- Config push strategy is now template-dependant: you should decide if you want a replace or a merge -- Added email generation for test runs that generates differences +Changelog +========= +1.0.5 2023-10-13 + +Changes in the role 'cic_generic': + +- system_login stanza is in the 'replace' mode. +- Added support for system_dns stanza + + +1.0.4 2023-08-04 + +Changes in the role 'cic_generic': + +Added support for fixing a stanza: a new verb 'fix' to work with the fix_template. +Added support for Junos 'system_login' stanza. + + + +1.0.3 2023-08-02 + +Added cic_generic role to manage the test of arbitrary templates against the network. +Config push strategy is now template-dependant: you should decide if you want a replace or a merge +Added email generation for test runs that generates differences -- GitLab