mirror of https://github.com/istio/istio.io.git
Designate master and Istio 1.20 as being supported on Kubernetes 1.29 (#14486)
* Designate Istio 1.20 as being supported on Kubernetes 1.29 Signed-off-by: Keith Mattix II <keithmattix@microsoft.com> * Remove 1.25 from master supported versions Signed-off-by: Keith Mattix II <keithmattix@microsoft.com> --------- Signed-off-by: Keith Mattix II <keithmattix@microsoft.com>
This commit is contained in:
parent
8718b92c86
commit
0bfa8ab84b
|
@ -5,13 +5,14 @@
|
|||
supported: "No, development only"
|
||||
releaseDate:
|
||||
eolDate:
|
||||
k8sVersions: ["1.25", "1.26", "1.27", "1.28"]
|
||||
testedK8sVersions: ["1.23", "1.24"]
|
||||
k8sVersions: ["1.26", "1.27", "1.28", "1.29"]
|
||||
testedK8sVersions: ["1.23", "1.24", "1.25"]
|
||||
- version: "1.20"
|
||||
supported: "Yes"
|
||||
releaseDate: "Nov 14, 2023"
|
||||
eolDate: "~Jul 2024 (Expected)"
|
||||
k8sVersions: ["1.25", "1.26", "1.27", "1.28"]
|
||||
|
||||
k8sVersions: ["1.25", "1.26", "1.27", "1.28", "1.29"]
|
||||
testedK8sVersions: ["1.23", "1.24"]
|
||||
- version: "1.19"
|
||||
supported: "Yes"
|
||||
|
|
Loading…
Reference in New Issue