Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/docs/python-sdk/reference/compatibility.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Each Infrahub release pins a specific SDK version. Using the matching SDK versio
<!-- vale off -->
| Infrahub | Required SDK | Release date |
| --- | --- | --- |
| 1.10.x | >= 1.22.0 | June 2026 |
| 1.9.x | >= 1.20.0 | April 2026 |
| 1.8.x | >= 1.19.0 | March 2026 |
| 1.7.x | >= 1.18.1 | January 2026 |
Expand All @@ -32,10 +33,19 @@ The table below shows the exact SDK version pinned to each Infrahub release.
<!-- vale off -->
| Infrahub | SDK version | Infrahub release date |
| --- | --- | --- |
| 1.10.1 | 1.22.0 | 2026-07-01 |
| 1.10.0 | 1.22.0 | 2026-06-23 |
| 1.9.9 | 1.20.1 | 2026-06-23 |
| 1.9.8 | 1.20.1 | 2026-06-09 |
| 1.9.7 | 1.20.1 | 2026-06-03 |
| 1.9.6 | 1.20.1 | 2026-05-20 |
| 1.9.5 | 1.20.0 | 2026-05-18 |
| 1.9.4 | 1.20.0 | 2026-05-13 |
| 1.9.3 | 1.20.0 | 2026-05-05 |
| 1.9.2 | 1.20.0 | 2026-04-30 |
| 1.9.1 | 1.20.0 | 2026-04-29 |
| 1.9.0 | 1.20.0 | 2026-04-24 |
| 1.8.7 | 1.19.0 | 2026-06-04 |
| 1.8.6 | 1.19.0 | 2026-04-21 |
| 1.8.5 | 1.19.0 | 2026-04-17 |
| 1.8.4 | 1.19.0 | 2026-04-02 |
Expand Down
10 changes: 10 additions & 0 deletions docs/docs_generation/compatibility.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ class FeatureRequirement:
# Mapping of Infrahub minor version series to minimum SDK versions.
# Auto-updated by update_compatibility.py.
VERSION_RANGES: list[VersionRange] = [
VersionRange(infrahub="1.10.x", min_sdk="1.22.0", date="June 2026"),
VersionRange(infrahub="1.9.x", min_sdk="1.20.0", date="April 2026"),
VersionRange(infrahub="1.8.x", min_sdk="1.19.0", date="March 2026"),
VersionRange(infrahub="1.7.x", min_sdk="1.18.1", date="January 2026"),
Expand All @@ -90,10 +91,19 @@ class FeatureRequirement:
# Detailed mapping of every Infrahub release to its pinned SDK version.
# Auto-updated by update_compatibility.py.
RELEASE_MAPPINGS: list[ReleaseMapping] = [
ReleaseMapping(infrahub="1.10.1", sdk="1.22.0", date="2026-07-01"),
ReleaseMapping(infrahub="1.10.0", sdk="1.22.0", date="2026-06-23"),
ReleaseMapping(infrahub="1.9.9", sdk="1.20.1", date="2026-06-23"),
ReleaseMapping(infrahub="1.9.8", sdk="1.20.1", date="2026-06-09"),
ReleaseMapping(infrahub="1.9.7", sdk="1.20.1", date="2026-06-03"),
ReleaseMapping(infrahub="1.9.6", sdk="1.20.1", date="2026-05-20"),
ReleaseMapping(infrahub="1.9.5", sdk="1.20.0", date="2026-05-18"),
ReleaseMapping(infrahub="1.9.4", sdk="1.20.0", date="2026-05-13"),
ReleaseMapping(infrahub="1.9.3", sdk="1.20.0", date="2026-05-05"),
ReleaseMapping(infrahub="1.9.2", sdk="1.20.0", date="2026-04-30"),
ReleaseMapping(infrahub="1.9.1", sdk="1.20.0", date="2026-04-29"),
ReleaseMapping(infrahub="1.9.0", sdk="1.20.0", date="2026-04-24"),
ReleaseMapping(infrahub="1.8.7", sdk="1.19.0", date="2026-06-04"),
ReleaseMapping(infrahub="1.8.6", sdk="1.19.0", date="2026-04-21"),
ReleaseMapping(infrahub="1.8.5", sdk="1.19.0", date="2026-04-17"),
ReleaseMapping(infrahub="1.8.4", sdk="1.19.0", date="2026-04-02"),
Expand Down
9 changes: 0 additions & 9 deletions docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.