From dc5e659942a03039d52162d3a95608d1ac032cc9 Mon Sep 17 00:00:00 2001 From: CHIDANAND PUJAR <46497833+chidanandpujar@users.noreply.github.com> Date: Thu, 19 Dec 2024 11:32:55 +0530 Subject: [PATCH] release v1.0.7 update (#708) --- tests/pb.juniper_junos_config.yml | 3 ++- version.py | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/tests/pb.juniper_junos_config.yml b/tests/pb.juniper_junos_config.yml index ed80da34..a7021f54 100644 --- a/tests/pb.juniper_junos_config.yml +++ b/tests/pb.juniper_junos_config.yml @@ -52,7 +52,8 @@ - name: Save rescue configuration juniper.device.command: commands: "request system configuration rescue save" - + formats: + - "xml" - name: Configure syslog configuration juniper.device.config: diff --git a/version.py b/version.py index bf9f997b..71d704f6 100755 --- a/version.py +++ b/version.py @@ -1,2 +1,2 @@ -VERSION = "v1.0.6" -DATE = "2024-Aug-5" +VERSION = "v1.0.7" +DATE = "2024-Dec-18"