Skip to content

Commit d72c53b

Browse files
authored
Merge pull request #310 from networktocode/fix_conflict
Main back to develop
2 parents 26cce0e + 28b5b03 commit d72c53b

File tree

5 files changed

+197
-169
lines changed

5 files changed

+197
-169
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# v2.0 Release Notes
2+
3+
## [2.0.0] 12-2023
4+
### Added
5+
- [308](https://github.com/networktocode/pyntc/pull/308) nxos `refresh()` method to refresh device facts.
6+
- [289](https://github.com/networktocode/pyntc/pull/289) additional cisco_ios boot options search.
7+
8+
### Changed
9+
- [308](https://github.com/networktocode/pyntc/pull/308) Updated nxos install_os and logic when waiting for device reload and improved log messages.
10+
11+
### Deprecated
12+
- [308](https://github.com/networktocode/pyntc/pull/308) Deprecated netmiko argument `delay_factor` in favor of `read_timeout` as per changes in Netmiko 4.0.
13+
14+
Refer to this blog post for more info about changes in netmiko 4.0: https://pynet.twb-tech.com/blog/netmiko-read-timeout.html

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ nav:
113113
- v0.19: "admin/release_notes/version_0_19.md"
114114
- v0.20: "admin/release_notes/version_0_20.md"
115115
- v1.0: "admin/release_notes/version_1_0.md"
116+
- v2.0: "admin/release_notes/version_2_0.md"
116117
- Developer Guide:
117118
- Extending the Library: "dev/extending.md"
118119
- Contributing to the Library: "dev/contributing.md"

0 commit comments

Comments
 (0)