From f08138c94b4063ae32e881d779e6563819b677f1 Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 18:18:12 +0200 Subject: [PATCH] Changelog: Updated changelog for 9.5.15 (#79701) * Changelog: Updated changelog for 9.5.15 * fix lint --------- Co-authored-by: grafanabot Co-authored-by: Summer Wollin --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d93f0357dd..e81da48c68e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1404,6 +1404,20 @@ The `database` field has been deprecated in the Elasticsearch datasource provisi - **InteractiveTable:** Updated design and minor tweak to Correlactions page. [#66443](https://github.com/grafana/grafana/issues/66443), [@torkelo](https://github.com/torkelo) + + +# 9.5.15 (2023-12-18) + +### Features and enhancements + +- **Alerting:** Attempt to retry retryable errors. [#79209](https://github.com/grafana/grafana/issues/79209), [@gotjosh](https://github.com/gotjosh) +- **Unified Alerting:** Set to 1 by default. [#79109](https://github.com/grafana/grafana/issues/79109), [@gotjosh](https://github.com/gotjosh) + +### Bug fixes + +- **Recorded Queries:** Add org isolation (remote write target per org), and fix cross org Delete/List. (Enterprise) + + # 9.5.14 (2023-11-13)