Skip to content

Commit 8f9b790

Browse files
committed
docs: update compatibility matrix
1 parent 62205a4 commit 8f9b790

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,16 @@ 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.8 | 1.20.1 | 2026-06-09 |
36+
| 1.9.7 | 1.20.1 | 2026-06-03 |
37+
| 1.9.6 | 1.20.1 | 2026-05-20 |
38+
| 1.9.5 | 1.20.0 | 2026-05-18 |
39+
| 1.9.4 | 1.20.0 | 2026-05-13 |
3540
| 1.9.3 | 1.20.0 | 2026-05-05 |
3641
| 1.9.2 | 1.20.0 | 2026-04-30 |
3742
| 1.9.1 | 1.20.0 | 2026-04-29 |
3843
| 1.9.0 | 1.20.0 | 2026-04-24 |
44+
| 1.8.7 | 1.19.0 | 2026-06-04 |
3945
| 1.8.6 | 1.19.0 | 2026-04-21 |
4046
| 1.8.5 | 1.19.0 | 2026-04-17 |
4147
| 1.8.4 | 1.19.0 | 2026-04-02 |

docs/docs_generation/compatibility.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,16 @@ 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.8", sdk="1.20.1", date="2026-06-09"),
94+
ReleaseMapping(infrahub="1.9.7", sdk="1.20.1", date="2026-06-03"),
95+
ReleaseMapping(infrahub="1.9.6", sdk="1.20.1", date="2026-05-20"),
96+
ReleaseMapping(infrahub="1.9.5", sdk="1.20.0", date="2026-05-18"),
97+
ReleaseMapping(infrahub="1.9.4", sdk="1.20.0", date="2026-05-13"),
9398
ReleaseMapping(infrahub="1.9.3", sdk="1.20.0", date="2026-05-05"),
9499
ReleaseMapping(infrahub="1.9.2", sdk="1.20.0", date="2026-04-30"),
95100
ReleaseMapping(infrahub="1.9.1", sdk="1.20.0", date="2026-04-29"),
96101
ReleaseMapping(infrahub="1.9.0", sdk="1.20.0", date="2026-04-24"),
102+
ReleaseMapping(infrahub="1.8.7", sdk="1.19.0", date="2026-06-04"),
97103
ReleaseMapping(infrahub="1.8.6", sdk="1.19.0", date="2026-04-21"),
98104
ReleaseMapping(infrahub="1.8.5", sdk="1.19.0", date="2026-04-17"),
99105
ReleaseMapping(infrahub="1.8.4", sdk="1.19.0", date="2026-04-02"),

0 commit comments

Comments
 (0)