13.1.2
Download page What's new highlights
- Logs Table: Fix missing results when logs stream #128946, @grafana-writer[bot]
- Logs Table: Fix mixed usage of field name and display name #128698, @grafana-writer[bot]
- Security: Fix CVE-2026-13438
12.4.7
Download page What's new highlights
- Dashboards: Get annotations and dashboard endpoint performance improvements #129780, @filewalkwithme
- DashboardDS: Fix Mixed panels with a time override stuck in permanent loading #129289, @oscarkilhed
2.29.1 (2026-08-04)
This release contains performance improvements and bug fixes since the 2.29.0 release and fixes for security vulnerabilities (#10360, #10379, #10386). You can check the security advisory for more information on the vulnerability and the platforms that are affected. We recommend that you upgrade at the next available opportunity.
Bugfixes
- #10327 Assertion failure in
add_dimension()when the hypertable argument isNULL - #10339 Fix crash when deleting from a compressed continuous aggregate source
- #10340 Validate
max_batchesincompact_chunk() - #10352 Reset inherited column and constraint flags on chunks during
attach_chunk() - #10360 Fix decompressor crashes with malformed compressed data
- #10369 Fix typo in error message about
MERGEsupport on compressed hypertables - #10379 Read hypertable max time value with an ordered scan
- #10386 Add missing permission checks to internal chunk functions
Thanks
- @JoongHyuk-Shin for reporting and fixing
NULLhandling inadd_dimension() - @igor2x for reporting a typo in a
MERGEsupport error message - @mdisec for reporting issues with compressed data validation during decompression