grafana v11.1.9 版本更新介绍
发布日期: 2024-11-19
版本号: v11.1.9
Grafana 11.1.9版本已发布,用户可通过官方下载页面获取安装包,并查看最新功能说明。本次更新包含以下改进:在功能增强方面,新增了可配置AlertNG服务启动时的上下文截止时间,并优化了用户邀请撤销流程中的组织ID验证机制。Bug修复部分涉及多个模块,包括修复Prometheus规则面板刷新时的强制重载问题、匿名用户验证服务(含企业版)、Azure监控中的指标命名空间回退支持与重复跟踪数据问题、MariaDB数据库迁移时的表别名冲突、Prometheus临时过滤器与模板变量插值异常、PostgreSQL并发锁机制问题,以及通过禁用SQL表达式功能修复潜在的安全漏洞(RCE/LFI)。
更新内容 (中文)
功能与改进
- 告警: 使AlertNG服务启动时的上下文截止时间可配置 #96132, @fayzal-g
- 用户: 在撤销邀请时检查已登录用户的组织ID #95488, @mgyongyosi
错误修复
- 告警: 刷新面板时强制重新获取Prometheus规则 #96123, @soniaAguilarPeiron
- 匿名用户: 为匿名用户添加验证服务 #94992, @leandro-deveikis
- 匿名用户: 为匿名用户添加验证服务(企业版)
- Azure Monitor: 支持指标命名空间回退 #95153, @aangelisc
- Azure: 修复多资源追踪查询中的重复追踪数据 #95245, @aangelisc
- Azure: 处理命名空间请求被拒绝的情况 #95907, @aangelisc
- 迁移: 移除delete语句中的表别名以支持MariaDB #95230, @kalleep
- Prometheus: 修复使用模板变量插值adhoc过滤器的问题 #95977, @cazeaux
- 服务锁: 修复PostgreSQL并发/锁问题 #95933, @mgyongyosi
- 服务端表达式: 禁用SQL表达式以防止RCE和LFI漏洞 #94969, @scottlepp
更新内容 (原始)
Download page What’s new highlights
Features and enhancements
- Alerting: Make context deadline on AlertNG service startup configurable #96132, @fayzal-g
- User: Check SignedInUser OrgID in RevokeInvite #95488, @mgyongyosi
Bug fixes
- Alerting: Force refetch prom rules when refreshing panel #96123, @soniaAguilarPeiron
- Anonymous User: Adds validator service for anonymous users #94992, @leandro-deveikis
- Anonymous User: Adds validator service for anonymous users (Enterprise)
- Azure Monitor: Support metric namespaces fallback #95153, @aangelisc
- Azure: Fix duplicated traces in multi-resource trace query #95245, @aangelisc
- Azure: Handle namespace request rejection #95907, @aangelisc
- Migration: Remove table aliasing in delete statement to make it work for mariadb #95230, @kalleep
- Prometheus: Fix interpolating adhoc filters with template variables #95977, @cazeaux
- ServerLock: Fix pg concurrency/locking issue #95933, @mgyongyosi
- ServerSideExpressions: Disable SQL Expressions to prevent RCE and LFI vulnerability #94969, @scottlepp