diff --git a/app/_data/kong_versions.yml b/app/_data/kong_versions.yml index 7344343bd94..a0e8b083f8f 100644 --- a/app/_data/kong_versions.yml +++ b/app/_data/kong_versions.yml @@ -304,11 +304,10 @@ - release: "3.3.x" version: "3.3.1" edition: "kubernetes-ingress-controller" - latest: true - release: "3.4.x" version: "3.4.0" edition: "kubernetes-ingress-controller" - label: unreleased + latest: true - edition: gateway-operator version: 1.0.3 release: 1.0.x diff --git a/app/_src/kubernetes-ingress-controller/reference/version-compatibility.md b/app/_src/kubernetes-ingress-controller/reference/version-compatibility.md index 73b2704d615..1a3a27d8013 100644 --- a/app/_src/kubernetes-ingress-controller/reference/version-compatibility.md +++ b/app/_src/kubernetes-ingress-controller/reference/version-compatibility.md @@ -9,23 +9,25 @@ those versions' documentation. ## Kong -| {{site.kic_product_name}} | 2.12.x | 3.0.x | 3.1.x | 3.2.x | 3.3.x | -|:--------------------------|:---------------------------:|:---------------------------:|:---------------------------:|:---------------------------:|:---------------------------:| -| Kong 2.8.x | | | | | | -| Kong 3.4.x | | | | | | -| Kong 3.6.x | | | | | | -| Kong 3.7.x | | | | | | -| Kong 3.8.x | | | | | | +| {{site.kic_product_name}} | 2.12.x | 3.0.x | 3.1.x | 3.2.x | 3.3.x | 3.4.x +|:--------------------------|:---------------------------:|:---------------------------:|:---------------------------:|:---------------------------:|:---------------------------:|:---------------------------:| +| Kong 2.8.x | | | | | | | +| Kong 3.4.x | | | | | | | +| Kong 3.6.x | | | | | | | +| Kong 3.7.x | | | | | | | +| Kong 3.8.x | | | | | | | +| Kong 3.9.x | | | | | | | ## {{site.ee_product_name}} -| {{site.kic_product_name}} | 2.12.x | 3.0.x | 3.1.x | 3.2.x | 3.3.x | -|:-------------------------------|:---------------------------:|:---------------------------:|:---------------------------:|:---------------------------:|:---------------------------:| -| {{site.ee_product_name}} 2.8.x | | | | | | -| {{site.ee_product_name}} 3.4.x | | | | | | -| {{site.ee_product_name}} 3.6.x | | | | | | -| {{site.ee_product_name}} 3.7.x | | | | | | -| {{site.ee_product_name}} 3.8.x | | | | | | +| {{site.kic_product_name}} | 2.12.x | 3.0.x | 3.1.x | 3.2.x | 3.3.x | 3.4.x | +|:-------------------------------|:---------------------------:|:---------------------------:|:---------------------------:|:---------------------------:|:---------------------------:|:---------------------------:| +| {{site.ee_product_name}} 2.8.x | | | | | | | +| {{site.ee_product_name}} 3.4.x | | | | | | | +| {{site.ee_product_name}} 3.6.x | | | | | | | +| {{site.ee_product_name}} 3.7.x | | | | | | | +| {{site.ee_product_name}} 3.8.x | | | | | | | +| {{site.ee_product_name}} 3.9.x | | | | | | | ## Kubernetes @@ -34,13 +36,14 @@ those versions' documentation. The following table presents the general compatibility of {{site.kic_product_name}} with specific Kubernetes versions. Users should expect all the combinations marked with to work and to be supported. -| {{site.kic_product_name}} | 2.12.x | 3.0.x | 3.1.x | 3.2.x | 3.3.x | -|:--------------------------|:---------------------------:|:---------------------------:|:---------------------------:|:---------------------------:|:---------------------------:| -| Kubernetes 1.27 | | | | | | -| Kubernetes 1.28 | | | | | | -| Kubernetes 1.29 | | | | | | -| Kubernetes 1.30 | | | | | | -| Kubernetes 1.31 | | | | | | +| {{site.kic_product_name}} | 2.12.x | 3.0.x | 3.1.x | 3.2.x | 3.3.x | 3.4.x | +|:--------------------------|:---------------------------:|:---------------------------:|:---------------------------:|:---------------------------:|:---------------------------:|:---------------------------:| +| Kubernetes 1.27 | | | | | | | +| Kubernetes 1.28 | | | | | | | +| Kubernetes 1.29 | | | | | | | +| Kubernetes 1.30 | | | | | | | +| Kubernetes 1.31 | | | | | | | +| Kubernetes 1.32 | | | | | | | ### Gateway API @@ -49,13 +52,14 @@ with specific Kubernetes minor versions. As {{site.kic_product_name}} implements project, which defines [its own compatibility declarations][gateway-api-supported-versions], the expected compatibility of Gateway API features might be limited to those. -| {{site.kic_product_name}} | 2.12.x | 3.0.x | 3.1.x | 3.2.x | 3.3.x | -|:--------------------------|:---------------------------:|:---------------------------:|:---------------------------:|:---------------------------:|:---------------------------:| -| Kubernetes 1.27 | | | | | | -| Kubernetes 1.28 | | | | | | -| Kubernetes 1.29 | | | | | | -| Kubernetes 1.30 | | | | | | -| Kubernetes 1.31 | | | | | | +| {{site.kic_product_name}} | 2.12.x | 3.0.x | 3.1.x | 3.2.x | 3.3.x | 3.4.x | +|:--------------------------|:---------------------------:|:---------------------------:|:---------------------------:|:---------------------------:|:---------------------------:|:---------------------------:| +| Kubernetes 1.27 | | | | | | | +| Kubernetes 1.28 | | | | | | | +| Kubernetes 1.29 | | | | | | | +| Kubernetes 1.30 | | | | | | | +| Kubernetes 1.31 | | | | | | | +| Kubernetes 1.32 | | | | | | | For specific Gateway API resources support, please refer to the [Gateway API Support][gateway-api-support] page. @@ -74,6 +78,7 @@ For each {{site.kic_product_name}} release, tests are run to verify this documen | Istio 1.21 | | | | | | | Istio 1.22 | | | | | | | Istio 1.23 | | | | | | +| Istio 1.24 | | | | | | [istio]:https://istio.io [istio-guide]:/kubernetes-ingress-controller/{{page.release}}/guides/getting-started-istio/ diff --git a/app/_src/kubernetes-ingress-controller/support-policy.md b/app/_src/kubernetes-ingress-controller/support-policy.md index 47a989a1510..ce9520a17d9 100644 --- a/app/_src/kubernetes-ingress-controller/support-policy.md +++ b/app/_src/kubernetes-ingress-controller/support-policy.md @@ -27,6 +27,7 @@ LTS versions of {{site.kic_product_name}} are supported for 3 years after releas | Version | Release Date | End of Support | |------------|----------------|----------------| +| **3.4.x** | **2024-12-18** | **2027-12-18** | | 3.3.x | 2024-08-26 | 2025-08-26 | | 3.2.x | 2024-06-12 | 2025-06-12 | | 3.1.x | 2024-02-07 | 2025-02-07 |