Network Importer Versions Save

The network importer is a tool/library to analyze and/or synchronize an existing network with a Network Source of Truth (SOT), it's designed to be idempotent and by default it's only showing the difference between the running network and the remote SOT.

v3.1.1

11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/networktocode/network-importer/compare/v3.1.0...v3.1.1

v3.1.0

1 year ago

What's Changed

  • Migrates to requiring minimum of Python3.8 due to libraries required having a base of Python3.8
  • Updates depenedencies
  • Fixes an issue when no limit was specified that there would be a limit of "False" applied.

Full Changelog: https://github.com/networktocode/network-importer/compare/v3.0.5...v3.1.0

v3.0.5

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/networktocode/network-importer/compare/v3.0.4...v3.0.5

v3.0.4

2 years ago

v3.0.4 - 2022-06-09

Fixed

  • #137 - Use public diffsync adapter methods

v3.0.3

2 years ago

Fixes

  • #236 Fix the CI/CD pipeline

Other changes

  • #238 Change log level from error to warning when device is missing
  • #243 Update black to 21.10b0

$RELEASE_VERSION

2 years ago

v3.0.2

2 years ago

Fixes

  • #232 Improve error handling when deleting an IP address from Nautobot

Other changes

  • #231 updates docs and example configuration

v3.0.1

2 years ago

Fixes

  • #228 Update diffsync deps to allow 1.3+

Other changes

  • #226 Move Continuous Integration pipeline to Github Actions, thanks @jvanderaa
  • #223 Fix uwsgi configuration for Nautobot in integration tests

v3.0.0

2 years ago

Enhancements

  • Major refactoring to allow multiple backend SOT, in addition to Netbox, Nautobot is now supported as well. As part of this refactoring the notion of Backend as been introduced. [#217 #210 #209 #208 #207 #206 #204]
  • [#205] Upgrade Nornir to Nornir 3 and refactor the inventory.
  • [#218 ] Enhance the network-importer inventory command to provide more details
  • [#220] Add Environment variables for all Batfish parameters

Breaking Changes

The format of the configuration file as changed to align with the new architecture and to support multiple backends

If you are running 2.0.0 please check the upgrade procedure to convert your configuration file to the new format

Other changes

  • [#221] Change log level for unsupported vlans to debug
  • [#215] Migrate the CI pipeline to Circle CI for testing

v3.0.0-beta.1

3 years ago

First beta release for 3.0, this release primarily adds support for Nautobot in addition to Netbox. In the process some significant refactoring has been done to decouple the inventory from Netbox and to make it extensible.

Please check the documentation to update your existing configuration file to the latest format.