Skip to content

Commit 4129934

Browse files
committed
docs: update compatibility matrix
1 parent 0f26031 commit 4129934

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

docs/docs/python-sdk/reference/compatibility.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ The table below shows the exact SDK version pinned to each Infrahub release.
3232
<!-- vale off -->
3333
| Infrahub | SDK version | Infrahub release date |
3434
| --- | --- | --- |
35+
| 1.9.7 | 1.20.1 | 2026-06-03 |
36+
| 1.9.6 | 1.20.1 | 2026-05-20 |
37+
| 1.9.5 | 1.20.0 | 2026-05-18 |
38+
| 1.9.4 | 1.20.0 | 2026-05-13 |
3539
| 1.9.3 | 1.20.0 | 2026-05-05 |
3640
| 1.9.2 | 1.20.0 | 2026-04-30 |
3741
| 1.9.1 | 1.20.0 | 2026-04-29 |

docs/docs_generation/compatibility.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@ class FeatureRequirement:
9090
# Detailed mapping of every Infrahub release to its pinned SDK version.
9191
# Auto-updated by update_compatibility.py.
9292
RELEASE_MAPPINGS: list[ReleaseMapping] = [
93+
ReleaseMapping(infrahub="1.9.7", sdk="1.20.1", date="2026-06-03"),
94+
ReleaseMapping(infrahub="1.9.6", sdk="1.20.1", date="2026-05-20"),
95+
ReleaseMapping(infrahub="1.9.5", sdk="1.20.0", date="2026-05-18"),
96+
ReleaseMapping(infrahub="1.9.4", sdk="1.20.0", date="2026-05-13"),
9397
ReleaseMapping(infrahub="1.9.3", sdk="1.20.0", date="2026-05-05"),
9498
ReleaseMapping(infrahub="1.9.2", sdk="1.20.0", date="2026-04-30"),
9599
ReleaseMapping(infrahub="1.9.1", sdk="1.20.0", date="2026-04-29"),

0 commit comments

Comments
 (0)