File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments