From a2cfab08d78b616913bbf19ec62b2efc05bd741c Mon Sep 17 00:00:00 2001 From: Daniel Hawton Date: Thu, 28 Sep 2023 11:47:32 -0600 Subject: [PATCH] initial eol announcement for 1.17 (#13943) * initial eol announcement for 1.17 * Update content/en/news/support/announcing-1.17/index.md Co-authored-by: Eric Van Norman * Update content/en/news/support/announcing-1.17/index.md Co-authored-by: Eric Van Norman * Update content/en/news/support/announcing-1.17/index.md Co-authored-by: Eric Van Norman * rename and fix date * Update content/en/news/support/announcing-1.17-eol/index.md Co-authored-by: Eric Van Norman * Update content/en/news/support/announcing-1.17-eol/index.md Co-authored-by: Eric Van Norman --------- Co-authored-by: Eric Van Norman --- content/en/news/support/announcing-1.17-eol/index.md | 12 ++++++++++++ data/compatibility/supportStatus.yml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 content/en/news/support/announcing-1.17-eol/index.md diff --git a/content/en/news/support/announcing-1.17-eol/index.md b/content/en/news/support/announcing-1.17-eol/index.md new file mode 100644 index 0000000000..a035e2abd7 --- /dev/null +++ b/content/en/news/support/announcing-1.17-eol/index.md @@ -0,0 +1,12 @@ +--- +title: Support for Istio 1.17 ends on October 27, 2023 +subtitle: Support Announcement +description: Upcoming Istio 1.17 end of life announcement. +publishdate: 2023-09-27 +--- + +According to Istio's [support policy](/docs/releases/supported-releases#support-policy), minor releases like 1.17 are supported until six weeks after the N+2 minor release (1.19 in this case). [Istio 1.19 was released on September 5th, 2023](/news/releases/1.19.x/announcing-1.19/), and support for 1.17 will end on October 27th, 2023. + +At that point we will stop back-porting fixes for security issues and critical bugs to 1.17, so we encourage you to upgrade to the latest version of Istio ({{}}). 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. + +We care about you and your clusters, so please be kind to yourself and upgrade. diff --git a/data/compatibility/supportStatus.yml b/data/compatibility/supportStatus.yml index f100482c09..c8805ba72a 100644 --- a/data/compatibility/supportStatus.yml +++ b/data/compatibility/supportStatus.yml @@ -22,7 +22,7 @@ - version: "1.17" supported: "Yes" releaseDate: "Feb 14, 2023" - eolDate: "~Oct 2023 (Expected)" + eolDate: "Oct 27, 2023" k8sVersions: ["1.23", "1.24", "1.25", "1.26"] testedK8sVersions: ["1.16", "1.17", "1.18", "1.19", "1.20", "1.21", "1.22"] - version: "1.16"