Skip to content

Releases: nautobot/nornir-nautobot

v2.3.0

28 Oct 21:50
28160df
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.0...v2.3.0

v2.2.2

09 Aug 17:44
4d6a4da
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.1...v2.2.2

v2.2.1

07 Dec 22:55
5175f2e
Compare
Choose a tag to compare

What's Changed

  • Update dependency for netutils to support release 1.0.0 by @pke11y in #48

Full Changelog: v2.2.0...v2.2.1

v2.2.0

12 Nov 03:55
95bafff
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.2...v2.2.0

v2.1.2

22 Oct 12:01
0af6eb1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.1...v2.1.2

v2.1.1

14 Oct 14:24
0ef2d9f
Compare
Choose a tag to compare

v2.1.1

  • (#31) Migrate from Travis-CI to GitHub Actions for CI
  • (#32) Fix data population when generating configurations from the dispatcher

v2.1.0

13 Jul 15:46
d09aee7
Compare
Choose a tag to compare

Changes

(#27) Fixed dependency lock setup of Nornir sub projects. Anything <1.0 should be set to ^0 inside of the pyproject.toml to accept newer releases

v2.0.3

25 Jun 13:38
444745f
Compare
Choose a tag to compare

Updates

(#24) Change of import mechanisms

v2.0.2

15 Jun 01:38
d1602a8
Compare
Choose a tag to compare

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},
        )

v2.0.1

24 May 13:22
90c1d54
Compare
Choose a tag to compare

v2.0.1

Bug Fixes

(#21) Fixes error on inventory when there is no platform assigned to a device in the inventory