From 4df84bf181dbb4bd36517ad6c5f81d0a4a6b8df3 Mon Sep 17 00:00:00 2001 From: Jev Forsberg <46619047+baldm0mma@users.noreply.github.com> Date: Tue, 19 Dec 2023 09:39:50 -0700 Subject: [PATCH] [v10.0.x] Changelog: Updated changelog for 10.0.10 (#79706) Changelog: Updated changelog for 10.0.10 (#79700) Co-authored-by: grafanabot (cherry picked from commit 81969622af1de70b06476404368cad34cd0ce62c) Co-authored-by: grafana-delivery-bot[bot] <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index def83c89d99..5048ccfa9d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ + + +# 10.0.10 (2023-12-18) + +### Features and enhancements + +- **Alerting:** Attempt to retry retryable errors. [#79210](https://github.com/grafana/grafana/issues/79210), [@gotjosh](https://github.com/gotjosh) +- **Unified Alerting:** Set `max_attempts` to 1 by default. [#79101](https://github.com/grafana/grafana/issues/79101), [@gotjosh](https://github.com/gotjosh) + +### Bug fixes + +- **Recorded Queries:** Add org isolation (remote write target per org), and fix cross org Delete/List. (Enterprise) + + # 10.0.9 (2023-10-11)