Skip to content

Commit 194e36e

Browse files
authored
add 1.23 initial eol announcement, fix 1.22 eol date in supportStatus.yml (istio#16324)
Signed-off-by: Daniel Hawton <[email protected]>
1 parent 55ba75d commit 194e36e

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: Support for Istio 1.23 ends on April 16, 2025
3+
subtitle: Support Announcement
4+
description: Upcoming Istio 1.23 end of life announcement.
5+
publishdate: 2024-03-17
6+
---
7+
8+
According to Istio's [support policy](/docs/releases/supported-releases#support-policy), minor releases like 1.23 are supported until six weeks after the N+2 minor release (1.25 in this case). [Istio 1.25 was released on March 3rd, 2025](/news/releases/1.24.x/announcing-1.24/), and support for 1.23 will end on April 16th, 2025.
9+
10+
At that point we will stop back-porting fixes for security issues and critical bugs to 1.23, so we encourage you to upgrade to the latest version of Istio ({{<istio_release_name>}}). If you don't do this you may put yourself in the position of having to do a major upgrade on a short timeframe to pick up a critical fix.
11+
12+
We care about you and your clusters, so please be kind to yourself and upgrade.

data/compatibility/supportStatus.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
- version: "1.23"
2323
supported: "Yes"
2424
releaseDate: "Aug 14, 2024"
25-
eolDate: "~May 2025 (Expected)"
25+
eolDate: "Apr 16, 2025"
2626
k8sVersions: ["1.27", "1.28", "1.29", "1.30"]
2727
testedK8sVersions: ["1.23", "1.24", "1.25", "1.26"]
2828
- version: "1.22"
2929
supported: "No"
3030
releaseDate: "May 13, 2024"
31-
eolDate: "~Jan 2025 (Expected)"
31+
eolDate: "Jan 22, 2025"
3232
k8sVersions: ["1.27", "1.28", "1.29", "1.30"]
3333
testedK8sVersions: ["1.23", "1.24", "1.25", "1.26"]
3434
- version: "1.21"

0 commit comments

Comments
 (0)