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
|
@ -1248,6 +1248,7 @@ v1.28
|
||||||
v1.29
|
v1.29
|
||||||
v1.30
|
v1.30
|
||||||
v1.31
|
v1.31
|
||||||
|
v1.32
|
||||||
v1.5
|
v1.5
|
||||||
v1.55
|
v1.55
|
||||||
v1.55.1
|
v1.55.1
|
||||||
|
|
|
@ -70,9 +70,9 @@ Please keep up-to-date and use a supported version.
|
||||||
|
|
||||||
| Minor Releases | Patched versions with no known CVEs |
|
| Minor Releases | Patched versions with no known CVEs |
|
||||||
|----------------|-------------------------------------|
|
|----------------|-------------------------------------|
|
||||||
|
| 1.24.x | 1.24.0+ |
|
||||||
| 1.23.x | 1.23.2+ |
|
| 1.23.x | 1.23.2+ |
|
||||||
| 1.22.x | 1.22.5+ |
|
| 1.22.x | 1.22.5+ |
|
||||||
| 1.21.x | 1.21.6+ |
|
|
||||||
|
|
||||||
## Supported Envoy Versions
|
## Supported Envoy Versions
|
||||||
|
|
||||||
|
@ -82,8 +82,8 @@ The relationship between the two project's versions:
|
||||||
|
|
||||||
| Istio version | Envoy release branch |
|
| Istio version | Envoy release branch |
|
||||||
|---------------|----------------------|
|
|---------------|----------------------|
|
||||||
|
| 1.24.x | release/v1.32 |
|
||||||
| 1.23.x | release/v1.31 |
|
| 1.23.x | release/v1.31 |
|
||||||
| 1.22.x | release/v1.30 |
|
| 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.
|
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"
|
supported: "No, development only"
|
||||||
releaseDate:
|
releaseDate:
|
||||||
eolDate:
|
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"]
|
k8sVersions: ["1.28", "1.29", "1.30", "1.31"]
|
||||||
testedK8sVersions: ["1.23", "1.24", "1.25", "1.26", "1.27"]
|
testedK8sVersions: ["1.23", "1.24", "1.25", "1.26", "1.27"]
|
||||||
- version: "1.23"
|
- version: "1.23"
|
||||||
|
|
Loading…
Reference in New Issue