From a8e0eef02beaa77b003d72bc4b409c0c88c7137b Mon Sep 17 00:00:00 2001 From: Jacob Valdez Date: Fri, 13 Jun 2025 09:35:38 -0500 Subject: [PATCH] Docs: Adding a note that we are no longer publishing a dedicated breaking changes page (#106671) * Docs: Adding a note that we are no longer publishing a dedicated breaking changes page * fixing broken adminition shortcode --- docs/sources/breaking-changes/_index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/sources/breaking-changes/_index.md b/docs/sources/breaking-changes/_index.md index fa0628a51d9..aac30357d46 100644 --- a/docs/sources/breaking-changes/_index.md +++ b/docs/sources/breaking-changes/_index.md @@ -13,6 +13,10 @@ weight: 2 # Breaking changes in Grafana +{{< admonition type="note" >}} +As of Grafana v12.0 we no longer publish a dedicated breaking changes page and we, instead, publish breaking changes information in our [What's new](../whatsnew/) page. +{{< /admonition >}} + In some cases, major releases that introduce many new features also introduce breaking changes. These changes are described, along with information about what to do, in the breaking changes pages specific to each release. For our purposes, a breaking change is any change that requires users or operators to do something. This includes: