File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1
- ## Release 2.6.7.dev0 - 9 DEC 2022
1
+ ## Release 2.6.8 - 3 OCT 2023
2
2
## Features Added
3
-
3
+ - Introduced optional argument routing instance for fs.cp() API
4
+ - Intoduced optional argument member_id for installation of pkg on specific member id of EX-VC
4
5
## Bugs fixed
6
+ - Changed the VlanTable field name to vlan-name and BfdSessionTable field name to client-bame #423
7
+ - Fixed the port details in StartShell to use the port from Device object instead of default Port 22 #573
8
+ - Fixed the sw.install to use Windows file path for package copy #1206
9
+ - 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
10
+ - Removed Unused Dependency: Netaddr #1257
11
+ - Fixed "object": version_info(re_version) emits ValueError: invalid literal for int() with base 10: '17-EVO' for EVO version X50.17-EVO#1264
5
12
6
13
## Release 2.6.6 - 9 DEC 2022
7
14
## Bugs fixed
Original file line number Diff line number Diff line change 1
- VERSION = "2.6.8.dev0 "
2
- DATE = "2023-Feb-28 "
1
+ VERSION = "2.6.8"
2
+ DATE = "2023-Oct-03 "
3
3
4
4
# Augment with the internal version if present
5
5
try :
You can’t perform that action at this time.
0 commit comments