Skip to content

Commit 987e210

Browse files
authored
Closes #93: Add support for NetBox 4.2 (#94)
1 parent edecabc commit 987e210

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+328
-507
lines changed

.github/workflows/commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
strategy:
3232
max-parallel: 10
3333
matrix:
34-
netbox_version: ["v3.7.8", "v4.0.7", "v4.1.1"]
34+
netbox_version: ["v4.0.7", "v4.1.11", "v4.2.2"]
3535
steps:
3636
- name: Checkout
3737
uses: actions/checkout@v3

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![NetBox version](https://img.shields.io/badge/NetBox-3.7|4.0|4.1-blue.svg)](https://github.com/netbox-community/netbox)
1+
[![NetBox version](https://img.shields.io/badge/NetBox-4.0|4.1|4.2-blue.svg)](https://github.com/netbox-community/netbox)
22
[![Supported Versions](https://img.shields.io/pypi/pyversions/netbox-config-diff.svg)](https://pypi.org/project/netbox-config-diff/)
33
[![PyPI version](https://badge.fury.io/py/netbox-config-diff.svg)](https://badge.fury.io/py/netbox-config-diff)
44
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
@@ -48,9 +48,10 @@ This is possible thanks to the scrapli_cfg. Read [Scrapli](https://github.com/sc
4848
|----------------|------------------|
4949
| 3.5 | =>0.1.0, <=2.5.0 |
5050
| 3.6 | =>0.1.0, <=2.6.0 |
51-
| 3.7 | =>0.1.0 |
51+
| 3.7 | =>0.1.0, <=2.8.0 |
5252
| 4.0 | =>2.6.0 |
5353
| 4.1 | =>2.7.0 |
54+
| 4.2 | =>2.9.0 |
5455

5556
<!--install-start-->
5657
## Installing
89.9 KB
Loading
54.5 KB
Loading
27.6 KB
Loading
30.4 KB
Loading
26.1 KB
Loading
18.1 KB
Loading
1.42 KB
Loading
18.8 KB
Loading

0 commit comments

Comments
 (0)