mirror of https://github.com/istio/istio.io.git
Update supported versions for 1.24 (#15849)
This commit is contained in:
parent
90a43fa5c4
commit
55bf95d1cd
|
@ -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.
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue