Skip to content

Commit 9db86c2

Browse files
committed
feat: update minimum NetBox version requirement to 4.4.10 in plugin metadata
Signed-off-by: Michal Fiedorowicz <mfiedorowicz@netboxlabs.com>
1 parent 3520d87 commit 9db86c2

2 files changed

Lines changed: 12 additions & 11 deletions

File tree

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,17 @@ at [https://netboxlabs.com/blog/introducing-diode-streamlining-data-ingestion-in
1212

1313
## Compatibility
1414

15-
| NetBox Version | Plugin Version |
16-
|:--------------:|:--------------:|
17-
| >= 3.7.2 | 0.1.0 |
18-
| >= 4.1.0 | 0.4.0 |
19-
| >= 4.2.3 | 1.0.0 |
20-
| >= 4.2.3 | 1.1.0 |
21-
| >= 4.2.3 | 1.2.0 |
22-
| >= 4.4.0 | 1.4.0 |
23-
| >= 4.4.0 | 1.4.1 |
24-
| >= 4.5.0 | 1.7.0 |
15+
| NetBox Version | Plugin Version |
16+
|:---------------:|:--------------:|
17+
| >= 3.7.2 | 0.1.0 |
18+
| >= 4.1.0 | 0.4.0 |
19+
| >= 4.2.3 | 1.0.0 |
20+
| >= 4.2.3 | 1.1.0 |
21+
| >= 4.2.3 | 1.2.0 |
22+
| >= 4.4.0 | 1.4.0 |
23+
| >= 4.4.0 | 1.4.1 |
24+
| >= 4.4.10 | 1.7.0 |
25+
| >= 4.5.0 | 1.7.0 |
2526

2627
## Installation
2728

netbox_diode_plugin/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class NetBoxDiodePluginConfig(PluginConfig):
1515
description = "Diode plugin for NetBox."
1616
version = version_semver()
1717
base_url = "diode"
18-
min_version = "4.5.0"
18+
min_version = "4.4.10"
1919
max_version = "4.5.99"
2020
default_settings = {
2121
# Default Diode gRPC target for communication with Diode server

0 commit comments

Comments
 (0)