Skip to content

Commit 5b13798

Browse files
authored
chore: update version compatibility in netbox-plugin.yaml and README.md (#110)
Signed-off-by: Michal Fiedorowicz <[email protected]>
1 parent e472807 commit 5b13798

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ at [https://netboxlabs.com/blog/introducing-diode-streamlining-data-ingestion-in
1717
| >= 3.7.2 | 0.1.0 |
1818
| >= 4.1.0 | 0.4.0 |
1919
| >= 4.2.3 | 1.0.0 |
20+
| >= 4.2.3 | 1.1.0 |
21+
| >= 4.2.3 | 1.2.0 |
2022

2123
## Installation
2224

netbox-plugin.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
version: 0.1
22
package_name: netboxlabs-diode-netbox-plugin
33
compatibility:
4+
- release: 1.2.0
5+
netbox_min: 4.2.3
6+
netbox_max: 4.2.9
7+
- release: 1.1.0
8+
netbox_min: 4.2.3
9+
netbox_max: 4.2.9
10+
- release: 1.0.1
11+
netbox_min: 4.2.3
12+
netbox_max: 4.2.9
413
- release: 1.0.0
514
netbox_min: 4.2.3
615
netbox_max: 4.2.3

0 commit comments

Comments
 (0)