v13.0.4
13.0.4
Changed 2
- Return 403 instead of 500 on contact point provenance mismatch in Alerting
- Improve form errors for GitHub connections in Provisioning
Fixed 3
- Fix issue with interval variable with Auto value in Dashboard
- Make GitHub webhook creation idempotent to fix repos stuck unhealthy with HTTP 422 in Provisioning
- Fix ORM table mapping bug causing SELECT alert_rule columns FROM user on PostgreSQL in Alerting
Download page What's new highlights
Features and enhancements
- Alerting: Return 403 instead of 500 on contact point provenance mismatch #127815, @rwwiv
- Go: Update version to 1.26.5 #128016, @macabu
- Provisioning: Improve form errors for github connections #128209, @floriecai
Bug fixes
- Dashboard: Fixes issue with interval variable with Auto value #127053, @grafana-writer[bot]
- Provisioning: make GitHub webhook creation idempotent (fix repos stuck unhealthy with HTTP 422) #128196, @floriecai
- alerting: fix ORM table mapping bug causing SELECT alert_rule columns FROM user on PostgreSQL #128751, @dhananjay6561