File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
content/kapacitor/v1/reference/about_the_project Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,22 @@ aliases:
9
9
- /kapacitor/v1/about_the_project/releasenotes-changelog/
10
10
---
11
11
12
+ ## v1.7.7 {date="2025-05-27"}
13
+
14
+ > [ !Warning]
15
+ > #### Python 2 UDFs deprecated
16
+ >
17
+ > Python 2-based UDFs are deprecated** as of Kapacitor 1.7.7 and will be removed in ** Kapacitor 1.8.0** .
18
+ >
19
+ > In preparation for Kapacitor 1.8.0, update your User-Defined Functions (UDFs) to be Python 3-compatible.
20
+ > This required change aligns with modern security practices and ensures your custom functions will continue to work after upgrading.
21
+
22
+ ### Dependency updates
23
+
24
+ - Upgrade Go to 1.22.12.
25
+
26
+ ---
27
+
12
28
## v1.7.6 {date="2024-10-28"}
13
29
14
30
### Features
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ kapacitor:
172
172
versions : [v1]
173
173
latest : v1.7
174
174
latest_patches :
175
- v1 : 1.7.6
175
+ v1 : 1.7.7
176
176
ai_sample_questions :
177
177
- How do I configure Kapacitor for InfluxDB v1?
178
178
- How do I write a custom Kapacitor task?
You can’t perform that action at this time.
0 commit comments