From 61bdfbc13deb93c411ff8e436f1611e4e0df77c3 Mon Sep 17 00:00:00 2001 From: Chris Russell Date: Tue, 21 Apr 2026 10:36:52 +0100 Subject: [PATCH 1/3] Update Compat Matrix - Standardise --- README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d93255c..f89558c 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,17 @@ The Netbox Lifecycle plugin is a Hardware EOS/EOL, License and Support Contract ## Compatibility Matrix -| | Netbox 3.2.x | NetBox 4.1.x | -|--------|----------------|----------------| -| 1.0.0+ | Compatible | Not Compatible | -| 1.1.3+ | Not Compatible | Compatible | +| NetBox Version | Plugin Version | +| 3.5.x | 1.1.0 | +| 3.6.x | 1.1.0 | +| 3.7.x | 1.1.0 | +| 4.0.x | 1.1.0 | +| 4.1.x | 1.1.5 | +| 4.2.x | 1.1.5 | +| 4.3.x | 1.1.6 | +| 4.4.x | 1.1.6 | +| 4.5.x | 1.1.8 | + ## Installation From 95f42350e7ef44602f03a82bc4879661db515203 Mon Sep 17 00:00:00 2001 From: Chris Russell Date: Tue, 21 Apr 2026 10:38:00 +0100 Subject: [PATCH 2/3] Correct Formatting --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f89558c..a527f06 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ The Netbox Lifecycle plugin is a Hardware EOS/EOL, License and Support Contract ## Compatibility Matrix | NetBox Version | Plugin Version | +| -------------- | ---------------| | 3.5.x | 1.1.0 | | 3.6.x | 1.1.0 | | 3.7.x | 1.1.0 | From 53d373324a582354557528654c8295b1fe9d1d57 Mon Sep 17 00:00:00 2001 From: Chris Russell Date: Tue, 21 Apr 2026 10:38:42 +0100 Subject: [PATCH 3/3] Remove legacy 3.x compat --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index a527f06..29f6b80 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,6 @@ The Netbox Lifecycle plugin is a Hardware EOS/EOL, License and Support Contract | NetBox Version | Plugin Version | | -------------- | ---------------| -| 3.5.x | 1.1.0 | -| 3.6.x | 1.1.0 | -| 3.7.x | 1.1.0 | -| 4.0.x | 1.1.0 | | 4.1.x | 1.1.5 | | 4.2.x | 1.1.5 | | 4.3.x | 1.1.6 |