v11.5.2
📦 grafanaView on GitHub →
✨ 3 features🐛 10 fixes🔧 11 symbols
Summary
This release introduces updated Docker binaries using glibc 2.40 and enhances filtering capabilities in transformations. Numerous bug fixes address issues across Alerting, Authentication, and core dashboard functionality.
✨ New Features
- Docker images now use glibc 2.40 binaries.
- TransformationFilter now includes transformation outputs in filtering options.
- grafana-ui: Updated InlineField error prop type to React.ReactNode.
🐛 Bug Fixes
- Alerting: Fixed issue where UIDs could not be specified for new rules added to groups (duplicate entry noted).
- Alerting: Fixed a potential data race by calling RLock() before reading the sendAlertsTo map.
- Auth: Fixed redirect issue when using JWT auth URL login.
- AuthN: Fixed user refetching logic on "ErrUserAlreadyExists".
- Azure: Corrected the setting of application insights resource values.
- CodeEditor: Fixed cursor alignment issues.
- DashboardList: Implemented throttling for re-renders.
- Dashboards: Restored support for scripted dashboards.
- Plugin Metrics: Eliminated a data race in the plugin metrics middleware.
- RBAC: Prevented checking folder access when the `annotationPermissionUpdate` feature toggle is enabled.