Skip to content

Commit db27a13

Browse files
Brett Larsonclaude
andcommitted
Add 1.0.0 compatibility entry and backfill missing releases
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 32bec7a commit db27a13

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

COMPATIBILITY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
| Release | Minimum NetBox Version | Maximum NetBox Version |
44
|---------|------------------------|------------------------|
5+
| 1.0.0 | 4.6.0 | 4.6.x |
56
| 0.9.1 | 4.5.0 | 4.5.x |
67
| 0.8.0 | 4.4.0 | 4.4.x |
78
| 0.7.0 | 4.3.0 | 4.3.x |

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: netbox-floorplan-plugin
33
compatibility:
4+
- release: 1.0.0
5+
netbox_min: 4.6.0
6+
netbox_max: 4.6.99
7+
- release: 0.9.1
8+
netbox_min: 4.5.0
9+
netbox_max: 4.5.99
10+
- release: 0.8.0
11+
netbox_min: 4.4.0
12+
netbox_max: 4.4.99
413
- release: 0.7.0
514
netbox_min: 4.3.0
615
netbox_max: 4.3.99

0 commit comments

Comments
 (0)