Skip to content

Commit 6696812

Browse files
bednarjstirnamansanderson
authored
Release Kapacitor v1.7.7 (#6090)
* Release Kapacitor v1.7.7 * docs: use GitHub-style callouts Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com> * Update content/kapacitor/v1/reference/about_the_project/release-notes.md --------- Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com> Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
1 parent eebd43b commit 6696812

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

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

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

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+
1228
## v1.7.6 {date="2024-10-28"}
1329

1430
### Features

data/products.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ kapacitor:
172172
versions: [v1]
173173
latest: v1.7
174174
latest_patches:
175-
v1: 1.7.6
175+
v1: 1.7.7
176176
ai_sample_questions:
177177
- How do I configure Kapacitor for InfluxDB v1?
178178
- How do I write a custom Kapacitor task?

0 commit comments

Comments
 (0)