From 2386a5d2888daa7b93bb962279ffb24903b219bb Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 16:50:46 -0400 Subject: [PATCH] [v10.2.x] Changelog: Updated changelog for 10.2.8 (#89726) Changelog: Updated changelog for 10.2.8 (#89725) Co-authored-by: grafanabot (cherry picked from commit 2fb7b18ead9b40ee0a57320a662e65cac24c1389) Co-authored-by: grafana-delivery-bot[bot] <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fdb88aa2cf..757f48a2119 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -810,6 +810,15 @@ Users who have InfluxDB datasource configured with SQL querying language must up Removes `NamespaceID` from responses of all GET routes underneath the path `/api/ruler/grafana/api/v1/rules` - 3 affected endpoints. All affected routes are not in the publicly documented or `stable` marked portion of the ngalert API. This only breaks clients who are directly using the unstable portion of the API. Such clients should use `NamespaceUID` rather than `NamespaceID` to identify namespaces. Issue [#79359](https://github.com/grafana/grafana/issues/79359) + + +# 10.2.8 (2024-06-21) + +### Bug fixes + +- **Elasticsearch:** Fix URL creation and allowlist for `/_mapping` requests. [#87711](https://github.com/grafana/grafana/issues/87711), [@svennergr](https://github.com/svennergr) + + # 10.2.7 (2024-05-13)