Releases: nautobot/nornir-nautobot
Releases · nautobot/nornir-nautobot
v2.3.0
What's Changed
- Update dependency for netutils to support release 1.0.0 by @pke11y in #48
- Bump lxml from 4.6.3 to 4.6.5 by @dependabot in #50
- Configure Renovate by @nautobot-bot in #49
- Bump paramiko from 2.7.2 to 2.10.1 by @dependabot in #52
- Rename job_result arg to nautobot_job by @jmcgill298 in #46
- Bump lxml from 4.6.5 to 4.9.1 by @dependabot in #54
- Updated import path for exceptions in default dispatcher by @qduk in #56
- fixes #57 and prep patch release by @jeffkala in #58
- fix pylint, tests, and drop py36 support by @jeffkala in #67
- prep 2.3.0 release by @jeffkala in #68
- 2.3.0 release by @jeffkala in #69
New Contributors
- @dependabot made their first contribution in #50
- @nautobot-bot made their first contribution in #49
- @jmcgill298 made their first contribution in #46
Full Changelog: v2.2.0...v2.3.0
v2.2.2
What's Changed
- Bump lxml from 4.6.3 to 4.6.5 by @dependabot in #50
- Configure Renovate by @nautobot-bot in #49
- Bump paramiko from 2.7.2 to 2.10.1 by @dependabot in #52
- Rename job_result arg to nautobot_job by @jmcgill298 in #46
- Bump lxml from 4.6.5 to 4.9.1 by @dependabot in #54
- Updated import path for exceptions in default dispatcher by @qduk in #56
- fixes #57 and prep patch release by @jeffkala in #58
New Contributors
- @dependabot made their first contribution in #50
- @nautobot-bot made their first contribution in #49
- @jmcgill298 made their first contribution in #46
Full Changelog: v2.2.1...v2.2.2
v2.2.1
v2.2.0
What's Changed
- Sync Develop to Main by @jvanderaa in #33
- Added jinja2 filter pass to generate config by @qduk in #41
- add asa mapping to default mapping by @jeffkala in #42
- Bump version v2.2.0 by @itdependsnetworks in #43
- Bump Version to 2.2.0 by @itdependsnetworks in #44
New Contributors
Full Changelog: v2.1.2...v2.2.0
v2.1.2
v2.1.1
v2.1.0
v2.0.3
v2.0.2
Release v2.0.2
Bug Fixes
N/A
Package Updates
- (#23) Updates for NetUtils releases >0.2.0
New Items
- (#22) Adds a toggle for including the pynautobot data as a dictionary key item. No change in the default behavior. Now you can disable this with an optional key to the inventory of
pynautobot_dict
.
nornir_no_pynb_dict = InitNornir(
inventory={
"plugin": "NautobotInventory",
"options": {
"nautobot_url": "http://mock.example.com",
"nautobot_token": "0123456789abcdef01234567890",
"pynautobot_dict": False,
},
},
logging={"enabled": False},
)