Skip to content

Commit 1a85236

Browse files
committed
docs: update compatibility matrix
1 parent 98bb218 commit 1a85236

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ 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.6 | 1.20.1 | 2026-05-20 |
36+
| 1.9.5 | 1.20.0 | 2026-05-18 |
37+
| 1.9.4 | 1.20.0 | 2026-05-13 |
3538
| 1.9.3 | 1.20.0 | 2026-05-05 |
3639
| 1.9.2 | 1.20.0 | 2026-04-30 |
3740
| 1.9.1 | 1.20.0 | 2026-04-29 |

docs/docs_generation/compatibility.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ 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.6", sdk="1.20.1", date="2026-05-20"),
94+
ReleaseMapping(infrahub="1.9.5", sdk="1.20.0", date="2026-05-18"),
95+
ReleaseMapping(infrahub="1.9.4", sdk="1.20.0", date="2026-05-13"),
9396
ReleaseMapping(infrahub="1.9.3", sdk="1.20.0", date="2026-05-05"),
9497
ReleaseMapping(infrahub="1.9.2", sdk="1.20.0", date="2026-04-30"),
9598
ReleaseMapping(infrahub="1.9.1", sdk="1.20.0", date="2026-04-29"),

0 commit comments

Comments
 (0)