grafana v11.3.0 版本更新介绍
发布日期: 2024-10-22
版本号: v11.3.0
Grafana 11.3.0版本发布,包含多项功能更新与问题修复。主要功能改进包括:告警模块新增联系人权限管理界面逻辑、支持预设静默规则参数、简化模式隐藏查询名称、优化旧版告警规则清理策略,并调整了界面文本样式与配置逻辑。认证模块新增外部会话信息绑定支持,并更新依赖库。云迁移功能新增库元素(如面板)迁移支持,探索日志功能优化本地实例预装逻辑。仪表盘场景模式默认启用,修复子路径下编辑模式URL问题。企业版功能中,报告模块支持PDF显示模板变量。问题修复涉及告警模块的时间范围输入跨月异常、权限漏洞(CVE-2024-8118)、静默规则创建异常、仪表盘快捷键在子路径下的兼容性问题,以及ElasticSearch数据源配置错误等。Tempo模块弃用"按聚合"功能并添加提示。安全方面修复了外部告警规则组接口的权限缺陷。
更新内容 (中文)
功能与增强
- 告警: 为联系点添加管理权限的UI逻辑 #92885 @tomratcliffe
- 告警: 允许通过预设
__alert_rule_uid__
值链接至静默表单 #93526 @tomratcliffe - 告警: 在告警规则的简化模式下隐藏查询名称 #93779 @soniaAguilarPeiron
- 告警: 限制并清理旧版告警规则 #89754 @igloo12
- 告警: 优化简单查询模式的样式细节 #93930 @soniaAguilarPeiron
- 告警: 更新注解步骤的文本内容 #93977 @soniaAguilarPeiron
- 告警: 使用 useProduceNewAlertmanagerConfiguration 处理联系点 #88456 @gillesdemey
- 认证: 将外部会话信息附加至 Grafana 会话 #93849 @mgyongyosi
- 认证: 将 jmespath/go-jmespath 替换为 jmespath-community/go-jmespath #94203 @mgyongyosi
- 云迁移: 支持迁移库元素(面板)资源 #93898 @macabu
- Cloudwatch: 更新 grafana-aws-sdk #94155 @iwysiu
- 日志探索: 为本地 Grafana 实例预装功能 #94221 @svennergr
- 指标探索: 确保与增量查询的兼容性 #94355 @NWRichmond
- 字段配置: 支持 Actions 功能 #92874 @adela-almasan
- 插件扩展: 开发模式下要求
plugin.json
必须定义元数据 #93429 @leventebalogh - 报表: 在 PDF 中显示模板变量(企业版)
- Tempo: 添加 Aggregate By 的弃用通知 #94050 @joey-grafana
错误修复
- 告警/维护: 修复 TimeRangeInput 跨多个月份无法使用的问题 #93622 @tomratcliffe
- 告警: 修复简单条件下输入框的默认值 #94248 @soniaAguilarPeiron
- 告警: 修复创建新组时评估间隔未保存的问题 #93821 @tomratcliffe
- 告警: 修复外部规则组 POST 接口的权限错误 [CVE-2024-8118] #93940 @alexweav
- 告警: 修复失败后尝试创建 Alertmanager 时的崩溃 #94023 @santihernandezc
- 仪表板场景: 修复子路径下退出编辑模式的 URL 问题 #93962 @torkelo
- 仪表板: 默认启用场景功能 #93818 @ivanortegaalba
- 仪表板: 修复子路径部署时视图和编辑快捷键的问题 #93955 @torkelo
- ElasticSearch: 修复 newInstanceSettings 中的 errorsource #93859 @iwysiu
- 报表: 修复多组织实例的报表问题(企业版)
- 子菜单: 修复触控设备上子菜单项展开问题 #93208 @yincongcyincong
更新内容 (原始)
Download page What’s new highlights
Features and enhancements
- Alerting: Add manage permissions UI logic for Contact Points #92885, @tomratcliffe
- Alerting: Allow linking to silence form with
__alert_rule_uid__
value preset #93526, @tomratcliffe - Alerting: Hide query name when using simplified mode in the alert rule #93779, @soniaAguilarPeiron
- Alerting: Limit and clean up old alert rules versions #89754, @igloo12
- Alerting: Style nits for the simple query mode #93930, @soniaAguilarPeiron
- Alerting: Update texts in annotations step #93977, @soniaAguilarPeiron
- Alerting: Use useProduceNewAlertmanagerConfiguration for contact points #88456, @gillesdemey
- Auth: Attach external session info to Grafana session #93849, @mgyongyosi
- Auth: Replace jmespath/go-jmespath with jmespath-community/go-jmespath #94203, @mgyongyosi
- CloudMigrations: Add support for migration of Library Elements (Panels) resources #93898, @macabu
- Cloudwatch: Update grafana-aws-sdk #94155, @iwysiu
- Explore Logs: Preinstall for onprem Grafana instances #94221, @svennergr
- ExploreMetrics: Ensure compatibility with Incremental Querying #94355, @NWRichmond
- FieldConfig: Add support for Actions #92874, @adela-almasan
- Plugin Extensions: Require meta-data to be defined in
plugin.json
during development mode #93429, @leventebalogh - Reporting: Display template variables in the PDF (Enterprise)
- Tempo: Add deprecation notice for Aggregate By #94050, @joey-grafana
Bug fixes
- Alerting/Chore: Fix TimeRangeInput not working across multiple months #93622, @tomratcliffe
- Alerting: Fix default value for input in simple condition #94248, @soniaAguilarPeiron
- Alerting: Fix eval interval not being saved when creating a new group #93821, @tomratcliffe
- Alerting: Fix incorrect permission on POST external rule groups endpoint [CVE-2024-8118] #93940, @alexweav
- Alerting: Fix panics when attempting to create an Alertmanager after failing #94023, @santihernandezc
- DashboardScene: Fixes url issue with subpath when exiting edit mode #93962, @torkelo
- Dashboards: Enable scenes by default #93818, @ivanortegaalba
- Dashboards: Fixes view & edit keyboard shortcuts when grafana is behind a subpath #93955, @torkelo
- ElasticSearch: Fix errorsource in newInstanceSettings #93859, @iwysiu
- Reporting: Fix reports on multi-org instance (Enterprise)
- SubMenu: Fix expanding sub menu items on touch devices #93208, @yincongcyincong