diff --git a/.spelling b/.spelling index 7e58c5c9b9..688ccb949e 100644 --- a/.spelling +++ b/.spelling @@ -1248,6 +1248,7 @@ v1.28 v1.29 v1.30 v1.31 +v1.32 v1.5 v1.55 v1.55.1 diff --git a/content/en/docs/releases/supported-releases/index.md b/content/en/docs/releases/supported-releases/index.md index f596dd9bdd..399ab4b0c3 100644 --- a/content/en/docs/releases/supported-releases/index.md +++ b/content/en/docs/releases/supported-releases/index.md @@ -70,9 +70,9 @@ Please keep up-to-date and use a supported version. | Minor Releases | Patched versions with no known CVEs | |----------------|-------------------------------------| +| 1.24.x | 1.24.0+ | | 1.23.x | 1.23.2+ | | 1.22.x | 1.22.5+ | -| 1.21.x | 1.21.6+ | ## Supported Envoy Versions @@ -82,8 +82,8 @@ The relationship between the two project's versions: | Istio version | Envoy release branch | |---------------|----------------------| +| 1.24.x | release/v1.32 | | 1.23.x | release/v1.31 | | 1.22.x | release/v1.30 | -| 1.21.x | release/v1.29 | You can find the precise Envoy commit used by Istio [in the `istio/proxy` repository](https://github.com/istio/proxy/blob/{{< source_branch_name >}}/WORKSPACE#L26): look for the `ENVOY_SHA` variable. diff --git a/data/compatibility/supportStatus.yml b/data/compatibility/supportStatus.yml index f3ea1dc71d..70eaa8b924 100644 --- a/data/compatibility/supportStatus.yml +++ b/data/compatibility/supportStatus.yml @@ -5,6 +5,12 @@ supported: "No, development only" releaseDate: eolDate: + k8sVersions: ["1.29", "1.30", "1.31", "1.32"] + testedK8sVersions: ["1.23", "1.24", "1.25", "1.26", "1.27", "1.28", ] +- version: "1.24" + supported: "Yes" + releaseDate: "November 7, 2024" + eolDate: "~Aug 2025 (Expected)" k8sVersions: ["1.28", "1.29", "1.30", "1.31"] testedK8sVersions: ["1.23", "1.24", "1.25", "1.26", "1.27"] - version: "1.23"