infrahub 0.2.1

small graphql client for infrahub
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# compatibility

maps `infrahub` releases to the Infrahub upstream versions they are tested against.
the integration CI pins to a specific patch release; compatibility across the minor
series is inferred from the absence of breaking api changes in that range.

| infrahub | infrahub upstream | notes                                |
|----------|-------------------|--------------------------------------|
| 0.2.x    | 1.1.x – 1.8.x     | CI pinned to 1.8.5                   |
| 0.1.x    | 1.1.x              | CI pinned to 1.1.0                   |

older client releases have not been retroactively tested.

the authoritative pin lives in `.github/workflows/integration.yml`.
when the upstream drift check opens an issue, update the pin, run CI, and add
a row here before closing the issue.