From d70e516644e0598c6803bd60b20c8b4e815d760f Mon Sep 17 00:00:00 2001 From: chidanandpujar Date: Fri, 29 Sep 2023 15:30:37 +0530 Subject: [PATCH] PyEZ Release 2.6.8 --- RELEASE-NOTES.md | 11 +++++++++-- lib/jnpr/junos/version.py | 4 ++-- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index a9a4b1a9d..22b792d50 100755 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,7 +1,14 @@ -## Release 2.6.7.dev0 - 9 DEC 2022 +## Release 2.6.8 - 3 OCT 2023 ## Features Added - +- Introduced optional argument routing instance for fs.cp() API +- Intoduced optional argument member_id for installation of pkg on specific member id of EX-VC ## Bugs fixed +- Changed the VlanTable field name to vlan-name and BfdSessionTable field name to client-bame #423 +- Fixed the port details in StartShell to use the port from Device object instead of default Port 22 #573 +- Fixed the sw.install to use Windows file path for package copy #1206 +- Fixed the sw.install to install the vc_master after the other vc_members gets installed for EX-3400 where unlink is set by default #1247 +- Removed Unused Dependency: Netaddr #1257 +- Fixed "object": version_info(re_version) emits ValueError: invalid literal for int() with base 10: '17-EVO' for EVO version X50.17-EVO#1264 ## Release 2.6.6 - 9 DEC 2022 ## Bugs fixed diff --git a/lib/jnpr/junos/version.py b/lib/jnpr/junos/version.py index 5caa895bc..e2a0f875d 100644 --- a/lib/jnpr/junos/version.py +++ b/lib/jnpr/junos/version.py @@ -1,5 +1,5 @@ -VERSION = "2.6.8.dev0" -DATE = "2023-Feb-28" +VERSION = "2.6.8" +DATE = "2023-Oct-03" # Augment with the internal version if present try: