From 3130beb3b47bdcdd767c0971e20c3cc89db9b24c Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Wed, 4 Jun 2025 15:03:17 -0500 Subject: [PATCH] Update content/kapacitor/v1/reference/about_the_project/release-notes.md --- .../kapacitor/v1/reference/about_the_project/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/kapacitor/v1/reference/about_the_project/release-notes.md b/content/kapacitor/v1/reference/about_the_project/release-notes.md index f2ddfa831..78182d7fd 100644 --- a/content/kapacitor/v1/reference/about_the_project/release-notes.md +++ b/content/kapacitor/v1/reference/about_the_project/release-notes.md @@ -16,7 +16,7 @@ aliases: > > Python 2-based UDFs are deprecated** as of Kapacitor 1.7.7 and will be removed in **Kapacitor 1.8.0**. > -> Before upgrading, update your User-Defined Functions (UDFs) to be Python 3-compatible. +> In preparation for Kapacitor 1.8.0, update your User-Defined Functions (UDFs) to be Python 3-compatible. > This required change aligns with modern security practices and ensures your custom functions will continue to work after upgrading. ### Dependency updates