We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e472807 commit 5b13798Copy full SHA for 5b13798
README.md
@@ -17,6 +17,8 @@ at [https://netboxlabs.com/blog/introducing-diode-streamlining-data-ingestion-in
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
23
## Installation
24
netbox-plugin.yaml
@@ -1,6 +1,15 @@
1
version: 0.1
2
package_name: netboxlabs-diode-netbox-plugin
3
compatibility:
4
+ - release: 1.2.0
5
+ netbox_min: 4.2.3
6
+ netbox_max: 4.2.9
7
+ - release: 1.1.0
8
9
10
+ - release: 1.0.1
11
12
13
- release: 1.0.0
14
netbox_min: 4.2.3
15
netbox_max: 4.2.3
0 commit comments