Releases: networktocode/network-importer
Releases · networktocode/network-importer
v3.1.1
What's Changed
- Update architecture.md by @awilki01 in #283
- Fix Arista EOS Driver get_vlans by @aj-cruz in #286
- Add extra error handling for creating vlans by @matt852 in #281
- Fixing napalm extra args validation by @theandrelima in #292
- Fixes #301: bug fix in
NautobotAPIInventory.load
by @alextremblay in #302 - Bump cryptography from 37.0.4 to 39.0.1 by @dependabot in #297
- Adds 1.4, removes old versions. by @jvanderaa in #290
- Bump future from 0.18.2 to 0.18.3 by @dependabot in #303
- Bump certifi from 2022.6.15 to 2022.12.7 by @dependabot in #289
- replace non-alphanumeric chars in device_tag slug with underscore by @mathiaswegner in #296
- Updates doc with arch diagram by @jvanderaa in #307
New Contributors
- @awilki01 made their first contribution in #283
- @aj-cruz made their first contribution in #286
- @theandrelima made their first contribution in #292
- @alextremblay made their first contribution in #302
- @mathiaswegner made their first contribution in #296
Full Changelog: v3.1.0...v3.1.1
v3.1.0
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
What's Changed
- Release v3.0.4 by @chadell in #269
- Updates CI to test latest 1.3 ver of Nautobot by @jvanderaa in #270
- Create CODEOWNERS by @chadell in #272
- Readme fix MD linting and update tool reference by @matt852 in #262
- Bump lxml from 4.7.1 to 4.9.1 by @dependabot in #273
- Updates paramiko version, updates version num by @jvanderaa in #274
New Contributors
- @matt852 made their first contribution in #262
- @dependabot made their first contribution in #273
Full Changelog: v3.0.4...v3.0.5
Release v3.0.4
v3.0.3
v3.0.2
$RELEASE_VERSION: Merge pull request #234 from networktocode/release-v3.0.2
Update version to 3.0.2
v3.0.1
v3.0.0
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
v3.0.0-beta.1
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.