Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions COMPATIBILITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Compatibility Matrix

| Release | Minimum NetBox Version | Maximum NetBox Version |
|---------|------------------------|------------------------|
| 4.5.0 | 4.3.1 | 4.5.x |
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# netbox-interface-synchronization
## Overview
MAJOR UPDATE

This plugin allows you to compare and synchronize interface names and types between devices and device types in NetBox 4+. It can be useful for finding and correcting inconsistencies between interfaces when changing the device type.
Thanks to a massive contribution from bastianleicht the Interface Synchronization plugin has become the Component Synchronization plugin.

This plugin allows you to compare and synchronize component names and types between devices and device types in NetBox 4.3+. It can be useful for finding and correcting inconsistencies between components when changing the device type.
## Compatibility
Tested with NetBox versions 4.3.1 This plugin is not compatible with Netbox 2 or 3
Tested with NetBox versions 4.3.1-4.5 This plugin is not compatible with Netbox 2 or 3

## Installation
If your NetBox 4 installation uses virtualenv, activate it like this:
Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@

setup(
name='netbox-interface-synchronization',
version='5.0.0',
description='Syncing existing components with the components from a device type template in NetBox 4+',
version='4.5.0',
description='Syncing existing components with the components from a device type template in NetBox 4.3+',
long_description=long_description,
long_description_content_type='text/markdown',
author='Keith Knowles and Bastian Leicht',
author_email='mkknowles@outlook.com',
author='Keith Knowles',
author_email='NetTech2001@github.com',
license='GPL-3.0',
packages=["netbox_interface_synchronization"],
package_data={"netbox_interface_synchronization": ["templates/netbox_interface_synchronization/*.html"]},
Expand Down