Skip to content

Commit f851760

Browse files
committed
docs: update compatibility matrix
1 parent 05438d8 commit f851760

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ The table below shows the exact SDK version pinned to each Infrahub release.
3636

3737
| Infrahub | SDK version | Infrahub release date |
3838
| --- | --- | --- |
39+
| 1.10.8 | 1.22.2 | 2026-08-14 |
3940
| 1.10.7 | 1.22.2 | 2026-08-11 |
4041
| 1.10.6 | 1.22.2 | 2026-07-28 |
4142
| 1.10.5 | 1.22.1 | 2026-07-15 |

docs/docs_generation/compatibility.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ class FeatureRequirement:
9191
# Detailed mapping of every Infrahub release to its pinned SDK version.
9292
# Auto-updated by update_compatibility.py.
9393
RELEASE_MAPPINGS: list[ReleaseMapping] = [
94+
ReleaseMapping(infrahub="1.10.8", sdk="1.22.2", date="2026-08-14"),
9495
ReleaseMapping(infrahub="1.10.7", sdk="1.22.2", date="2026-08-11"),
9596
ReleaseMapping(infrahub="1.10.6", sdk="1.22.2", date="2026-07-28"),
9697
ReleaseMapping(infrahub="1.10.5", sdk="1.22.1", date="2026-07-15"),

0 commit comments

Comments
 (0)