grafana v11.5.2 版本更新介绍
发布日期: 2025-02-19
版本号: v11.5.2
Grafana 11.5.2版本更新包含以下内容:
新增功能与改进:
- Docker:使用自研的glibc 2.40二进制文件。
- TransformationFilter:在转换过滤选项中包含转换输出结果。
- grafana-ui:将InlineField组件的错误属性类型更新为React.ReactNode。
问题修复:
- 告警:允许为新规则指定唯一标识符(uid),并修复发送告警时的资源竞争问题。
- 认证:修复JWT登录的重定向问题及用户已存在时的处理逻辑。
- Azure:修正应用洞察(Application Insights)资源值设置。
- 代码编辑器:修复光标对齐问题。
- 仪表盘列表:优化渲染性能以减少重复刷新。
- 插件指标:解决中间件的数据竞争问题。
- 权限控制:在启用标注权限更新功能时跳过文件夹权限检查。
- 脚本化仪表盘:重新支持脚本化仪表盘功能。
涉及贡献者包括DanCech、Sergej-Vlasov、Clarity-89、yuri-tceretian、santihernandezc、mgyongyosi、kalleep、aangelisc、ashharrison90、bfmatei、dprokop、clord、IevaVasiljeva等。
更新内容 (中文)
功能与改进
- Docker: 使用我们自建的glibc 2.40二进制文件 #99918, @DanCech
- TransformationFilter: 在转换过滤选项中包含转换输出 #99878, @Sergej-Vlasov
- grafana-ui: 将InlineField的error属性类型更新为React.ReactNode #100373, @Clarity-89
错误修复
- Alerting: 允许为新增至分组的规则指定uid #100450, @yuri-tceretian
- Alerting: 允许为新增至分组的规则指定uid #100450, @yuri-tceretian
- Alerting: 在读取sendAlertsTo映射前调用RLock() #99880, @santihernandezc
- Auth: 修复使用JWT认证URL登录时的重定向问题 #100355, @mgyongyosi
- AuthN: 在"ErrUserAlreadyExists"时重新获取用户 #100582, @kalleep
- Azure: 正确设置应用洞察资源值 #99599, @aangelisc
- CodeEditor: 修复光标对齐问题 #99863, @ashharrison90
- DashboardList: 优化重新渲染频率 #100046, @bfmatei
- Dashboards: 重新支持脚本化仪表盘 #100633, @dprokop
- Plugin Metrics: 消除插件指标中间件的数据竞争 #100078, @clord
- RBAC: 启用
annotationPermissionUpdate
功能开关时不检查文件夹访问权限 #100117, @IevaVasiljeva
更新内容 (原始)
Download page What’s new highlights
Features and enhancements
- Docker: Use our own glibc 2.40 binaries #99918, @DanCech
- TransformationFilter: Include transformation outputs in transformation filtering options #99878, @Sergej-Vlasov
- grafana-ui: Update InlineField error prop type to React.ReactNode #100373, @Clarity-89
Bug fixes
- Alerting: Allow specifying uid for new rules added to groups #100450, @yuri-tceretian
- Alerting: Allow specifying uid for new rules added to groups #100450, @yuri-tceretian
- Alerting: Call RLock() before reading sendAlertsTo map #99880, @santihernandezc
- Auth: Fix redirect with JWT auth URL login #100355, @mgyongyosi
- AuthN: Refetch user on “ErrUserAlreadyExists” #100582, @kalleep
- Azure: Correctly set application insights resource values #99599, @aangelisc
- CodeEditor: Fix cursor alignment #99863, @ashharrison90
- DashboardList: Throttle the re-renders #100046, @bfmatei
- Dashboards: Bring back scripted dashboards #100633, @dprokop
- Plugin Metrics: Eliminate data race in plugin metrics middleware #100078, @clord
- RBAC: Don’t check folder access if
annotationPermissionUpdate
FT is enabled #100117, @IevaVasiljeva