From 1a85236cfb365aff0960a2d38472f2531745a55c Mon Sep 17 00:00:00 2001 From: opsmill-bot Date: Wed, 20 May 2026 19:44:40 +0000 Subject: [PATCH] docs: update compatibility matrix --- docs/docs/python-sdk/reference/compatibility.mdx | 3 +++ docs/docs_generation/compatibility.py | 3 +++ 2 files changed, 6 insertions(+) diff --git a/docs/docs/python-sdk/reference/compatibility.mdx b/docs/docs/python-sdk/reference/compatibility.mdx index 8763c4e1..47b961ce 100644 --- a/docs/docs/python-sdk/reference/compatibility.mdx +++ b/docs/docs/python-sdk/reference/compatibility.mdx @@ -32,6 +32,9 @@ The table below shows the exact SDK version pinned to each Infrahub release. | Infrahub | SDK version | Infrahub release date | | --- | --- | --- | +| 1.9.6 | 1.20.1 | 2026-05-20 | +| 1.9.5 | 1.20.0 | 2026-05-18 | +| 1.9.4 | 1.20.0 | 2026-05-13 | | 1.9.3 | 1.20.0 | 2026-05-05 | | 1.9.2 | 1.20.0 | 2026-04-30 | | 1.9.1 | 1.20.0 | 2026-04-29 | diff --git a/docs/docs_generation/compatibility.py b/docs/docs_generation/compatibility.py index 0f9c6f25..92936ea7 100644 --- a/docs/docs_generation/compatibility.py +++ b/docs/docs_generation/compatibility.py @@ -90,6 +90,9 @@ class FeatureRequirement: # Detailed mapping of every Infrahub release to its pinned SDK version. # Auto-updated by update_compatibility.py. RELEASE_MAPPINGS: list[ReleaseMapping] = [ + ReleaseMapping(infrahub="1.9.6", sdk="1.20.1", date="2026-05-20"), + ReleaseMapping(infrahub="1.9.5", sdk="1.20.0", date="2026-05-18"), + ReleaseMapping(infrahub="1.9.4", sdk="1.20.0", date="2026-05-13"), ReleaseMapping(infrahub="1.9.3", sdk="1.20.0", date="2026-05-05"), ReleaseMapping(infrahub="1.9.2", sdk="1.20.0", date="2026-04-30"), ReleaseMapping(infrahub="1.9.1", sdk="1.20.0", date="2026-04-29"),