File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed
content/kapacitor/v1/reference/about_the_project Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,19 @@ aliases:
9
9
- /kapacitor/v1/about_the_project/releasenotes-changelog/
10
10
---
11
11
12
+ ## v1.8.0 {date="2025-06-26"}
13
+
14
+ > [ !Warning]
15
+ >
16
+ > Python 2-based UDFs are deprecated as of Kapacitor 1.7.7 and are removed in this release. If you are using Python 2
17
+ > with your User-Defined Functions (UDFs), upgrade them to be Python 3-compatible ** before** installing this version of Kapacitor.
18
+ > This required change aligns with modern security practices and ensures your custom functions will continue to work after upgrading.
19
+
20
+ ### Dependency updates
21
+
22
+ - Upgrade Go to 1.23.9.
23
+ - Upgrade go-lang ` JWT library ` to 4.5.2
24
+
12
25
## v1.7.7 {date="2025-05-27"}
13
26
14
27
> [ !Warning]
Original file line number Diff line number Diff line change @@ -169,9 +169,9 @@ kapacitor:
169
169
menu_category : other
170
170
list_order : 7
171
171
versions : [v1]
172
- latest : v1.7
172
+ latest : v1.8
173
173
latest_patches :
174
- v1 : 1.7.7
174
+ v1 : 1.8.0
175
175
ai_sample_questions :
176
176
- How do I configure Kapacitor for InfluxDB v1?
177
177
- How do I write a custom Kapacitor task?
You can’t perform that action at this time.
0 commit comments