Skip to content

Commit 99a19eb

Browse files
committed
docs: update compatibility matrix
1 parent 25bbc92 commit 99a19eb

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ 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.5 | 1.20.0 | 2026-05-18 |
36+
| 1.9.4 | 1.20.0 | 2026-05-13 |
3537
| 1.9.3 | 1.20.0 | 2026-05-05 |
3638
| 1.9.2 | 1.20.0 | 2026-04-30 |
3739
| 1.9.1 | 1.20.0 | 2026-04-29 |

docs/docs_generation/compatibility.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ 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.5", sdk="1.20.0", date="2026-05-18"),
94+
ReleaseMapping(infrahub="1.9.4", sdk="1.20.0", date="2026-05-13"),
9395
ReleaseMapping(infrahub="1.9.3", sdk="1.20.0", date="2026-05-05"),
9496
ReleaseMapping(infrahub="1.9.2", sdk="1.20.0", date="2026-04-30"),
9597
ReleaseMapping(infrahub="1.9.1", sdk="1.20.0", date="2026-04-29"),

0 commit comments

Comments
 (0)