Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kgo: add kgo version compatibility matrix #6518

Merged
merged 7 commits into from
Nov 20, 2023
4 changes: 3 additions & 1 deletion app/_data/docs_nav_kgo_1.0.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,6 @@ items:
- text: DataPlane
url: /reference/custom-resources/#dataplane
- text: License
url: /reference/license
url: /reference/license
- text: Version Compatibility
url: /reference/version-compatibility
41 changes: 41 additions & 0 deletions app/_src/gateway-operator/reference/version-compatibility.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
title: Version Compatibility
---

## {{ site.kic_product_name }}

The following table presents the general compatibility of {{site.kgo_product_name}} with {{ site.kic_product_name }} minor versions.

## Kubernetes

| {{site.kgo_product_name}} | 1.0.x |
|:---------------------------------|:---------------------------:|
| {{ site.kic_product_name }} 2.11 | <i class="fa fa-check"></i> |
pmalek marked this conversation as resolved.
Show resolved Hide resolved
| {{ site.kic_product_name }} 3.0 | <i class="fa fa-times"></i> |

### General

The following table presents the general compatibility of {{site.kgo_product_name}} with specific Kubernetes versions.
Users should expect all the combinations marked with <i class="fa fa-check"></i> to work and to be supported.

| {{site.kgo_product_name}} | 1.0.x |
|:--------------------------|:---------------------------:|
| Kubernetes 1.25 | <i class="fa fa-check"></i> |
| Kubernetes 1.26 | <i class="fa fa-check"></i> |
| Kubernetes 1.27 | <i class="fa fa-check"></i> |
| Kubernetes 1.28 | <i class="fa fa-check"></i> |

### Gateway API

The following table presents the compatibility of {{site.kgo_product_name}} with specific [Gateway API][gateway-api] versions.
As {{site.kgo_product_name}} implements Gateway API features using the upstream
project, which defines [its own compatibility declarations][gateway-api-supported-versions], the expected compatibility
of Gateway API features might be limited to those.

| {{site.kgo_product_name}} | 1.0.x |
|:--------------------------|:---------------------------:|
| Gateway API 1.0.0 | <i class="fa fa-times"></i> |
| Gateway API 0.8.1 | <i class="fa fa-check"></i> |
pmalek marked this conversation as resolved.
Show resolved Hide resolved

[gateway-api]: https://github.com/kubernetes-sigs/gateway-api
[gateway-api-supported-versions]:https://gateway-api.sigs.k8s.io/concepts/versioning/#supported-versions