Skip to content

Commit

Permalink
Merge pull request #2701 from ktbyers/minor_updates
Browse files Browse the repository at this point in the history
Minor updates
  • Loading branch information
ktbyers authored Mar 23, 2022
2 parents a98eb1e + 4aa5d43 commit ddc78b3
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 25 deletions.
12 changes: 7 additions & 5 deletions PLATFORMS.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@
- extreme_netiron
- extreme_nos
- extreme_slx
- extreme_tierra
- extreme_vdx
- extreme_vsp
- extreme_wing
Expand Down Expand Up @@ -212,7 +213,7 @@
- zyxel_os

###### Supported Telnet device_type values

- adtran_os_telnet
- apresia_aeos_telnet
- arista_eos_telnet
Expand All @@ -223,20 +224,20 @@
- centec_os_telnet
- ciena_saos_telnet
- cisco_ios_telnet
- cisco_s300_telnet
- cisco_xr_telnet
- cisco_s300_telnet
- dell_dnos6_telnet
- dell_powerconnect_telnet
- dlink_ds_telnet
- extreme_telnet
- extreme_exos_telnet
- extreme_netiron_telnet
- extreme_telnet
- generic_telnet
- generic_termserver_telnet
- hp_comware_telnet
- hp_procurve_telnet
- huawei_olt_telnet
- hp_comware_telnet
- huawei_telnet
- huawei_olt_telnet
- ipinfusion_ocnos_telnet
- juniper_junos_telnet
- nokia_sros_telnet
Expand All @@ -261,6 +262,7 @@
- cisco_xe
- cisco_xr
- dell_os10
- extreme_exos
- juniper_junos
- linux
- nokia_sros
36 changes: 18 additions & 18 deletions license-dependencies.txt
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
#### Netmiko dependencies
#### 2021-05-31
#### 2022-03-23

Name Version License
------------- ------- -------
netmiko 3.4.0 MIT License
netmiko 4.0.0 MIT License

##### Direct dependencies
Name Version License
------------- ------- -------
paramiko 2.7.2 GNU Library or Lesser General Public License (LGPL)
scp 0.13.3 GNU Library or Lesser General Public License (LGPL)
tenacity 7.0.0 Apache Software License
ntc-templates 2.0.0 Apache Software License
paramiko 2.10.3 GNU Library or Lesser General Public License (LGPL)
scp 0.14.4 GNU Library or Lesser General Public License (LGPL)
tenacity 8.0.1 Apache Software License
ntc-templates 3.0.0 Apache Software License
pyserial 3.5 BSD License

##### Child dependencies
Name Version License
------------- ------- -------
PyNaCl 1.4.0 Apache License 2.0
bcrypt 3.2.0 Apache Software License
textfsm 1.1.0 Apache Software License
cryptography 3.4.7 Apache Software License, BSD License
pycparser 2.20 BSD License
cffi 1.14.5 MIT License
future 0.18.2 MIT License
six 1.16.0 MIT License

With assistance from `pip-licenses -o license`
Name Version License
------------- ------- -------
PyNaCl 1.5.0 Apache License 2.0
bcrypt 3.2.0 Apache Software License
textfsm 1.1.2 Apache Software License
cryptography 36.0.2 Apache Software License; BSD License
pycparser 2.21 BSD License
cffi 1.15.0 MIT License
future 0.18.2 MIT License
six 1.16.0 MIT License
importlib-resources 5.4.0 Apache Software License
zipp 3.6.0 MIT License
9 changes: 7 additions & 2 deletions release_process.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@ $ pdoc3 --html --output-dir docs netmiko --force
# Run ./_release.sh

# Create a tag for the version
git tag -a v3.3.3 -m "Version 3.3.3 Release"
git push origin_ssh v3.3.3
git tag -a v4.0.0 -m "Version 4.0.0 Release"
git push origin_ssh v4.0.0

# Make sure to run the performance tests for the new release and to update the graphs!

# Update license dependencies (then edit the file)
pip-licenses -o license >> license-dependencies.txt

# Regenerate device types for PLATFORMS.md document

0 comments on commit ddc78b3

Please sign in to comment.