-
Notifications
You must be signed in to change notification settings - Fork 478
Releases: influxdata/kapacitor
Releases · influxdata/kapacitor
v1.8.6
v1.8.5
v1.8.4
@bednar
bednar
2d023aa
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Security
- 2885: Enforce
--disable-alert-handlersfor TICKscript alert handler methods (.exec(),.log(),.tcp(), etc.), closing RCE bypass where-disable-handlers execdid not block direct.exec()calls in TICKscripts.
Bug Fixes
- 2886: Fix task status reported as
enabledwhen task creation fails due to a disabled alert handler. Task is now saved asdisabledwith the error field populated.
Other
- 2892: Upgrade Go to 1.25.8
Assets 2
v1.8.3
@bednar
bednar
7702d12
This commit was created on GitHub.com and signed with GitHub’s verified signature.
- 2881: Upgrade Go to 1.25.7
- Sets the reference go to 1.25.7
- Updates
build.pyso that...- Linux builds always use static libraries.
- Darwin builds always use dynamic libraries.
- Windows builds always use dynamic libraries.
Assets 2
v1.8.2
v1.8.1
@karel-rehor
karel-rehor
ca9618e
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Assets 2
v1.8.0
@bednar
bednar
c5848b6
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Important
Python 2-based UDFs are deprecated as of Kapacitor 1.7.7 and are removed in this release. In case you are using Python 2
with your User-Defined Functions (UDFs) you need to upgrade them to be Python 3-compatible before installing this version.
This required change aligns with modern security practices and ensures your custom functions will continue to work after upgrading.
Other
- 2845: Python2 UDFs no longer supported and CI changes
- Internal build image reverted to
cross-builder - Reference GO version upgraded to 1.23.9
- Python based UDFs no longer automatically support Python2. This change is part of our effort to follow modern security best practices. Note that as a courtesy to some users legacy Python2 compatible UDF agent code has been moved to the directory
/udf/agent/py2. Further details can be found in theREADME.mdin that directory.
- Internal build image reverted to
- 2855: Upgrade go-lang JWT library to v4 v4.5.2
Assets 2
v1.7.7
@bednar
bednar
f59b0b1
This commit was created on GitHub.com and signed with GitHub’s verified signature.
v1.7.7 [2025年05月27日]
Other
- 2850: Python2 UDFs Deprecated - Support for Python 2-based UDFs is deprecated as of Kapacitor 1.7.7 and will be removed in Kapacitor 1.8.0. Please update your UDFs to be Python 3-compatible before upgrading. This change is part of our effort to follow modern security best practices.
- 2852: Upgrade Go to 1.22.12