Skip to content

Commit 7a89527

Browse files
bednarsanderson
andauthored
Release Kapacitor v1.8.0 (#6156)
* Release Kapacitor v1.8.0 * Update content/kapacitor/v1/reference/about_the_project/release-notes.md --------- Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
1 parent 2fe551d commit 7a89527

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

content/kapacitor/v1/reference/about_the_project/release-notes.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,19 @@ aliases:
99
- /kapacitor/v1/about_the_project/releasenotes-changelog/
1010
---
1111

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+
1225
## v1.7.7 {date="2025-05-27"}
1326

1427
> [!Warning]

data/products.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,9 +169,9 @@ kapacitor:
169169
menu_category: other
170170
list_order: 7
171171
versions: [v1]
172-
latest: v1.7
172+
latest: v1.8
173173
latest_patches:
174-
v1: 1.7.7
174+
v1: 1.8.0
175175
ai_sample_questions:
176176
- How do I configure Kapacitor for InfluxDB v1?
177177
- How do I write a custom Kapacitor task?

0 commit comments

Comments
 (0)