Skip to content

Releases: networktocode/network-importer

v3.1.1

05 Jul 12:34
1b731e2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.0...v3.1.1

v3.1.0

26 Aug 12:34
ef4bbf7
Compare
Choose a tag to compare

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: v3.0.5...v3.1.0

v3.0.5

08 Jul 15:11
aa6754a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.4...v3.0.5

Release v3.0.4

09 Jun 17:10
c85d8fc
Compare
Choose a tag to compare

v3.0.4 - 2022-06-09

Fixed

  • #137 - Use public diffsync adapter methods

v3.0.3

06 Dec 17:15
11ae627
Compare
Choose a tag to compare

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

v3.0.2

08 Nov 14:23
13a3227
Compare
Choose a tag to compare

Fixes

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

Other changes

  • #231 updates docs and example configuration

$RELEASE_VERSION: Merge pull request #234 from networktocode/release-v3.0.2

09 Nov 10:59
13a3227
Compare
Choose a tag to compare

v3.0.1

02 Sep 14:43
1530eb8
Compare
Choose a tag to compare

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

03 Aug 17:57
115a8b1
Compare
Choose a tag to compare

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

11 Jun 19:21
db177f5
Compare
Choose a tag to compare
v3.0.0-beta.1 Pre-release
Pre-release

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.