From 55c61f7646796e54e4646febc8e39916a93269ef Mon Sep 17 00:00:00 2001 From: Isabel Matwawana Date: Fri, 15 Mar 2024 12:21:13 -0400 Subject: [PATCH] Updated index pages and added 11.0 breaking changes, upgrade guide, and what's new pages --- docs/sources/_index.md | 4 +- .../breaking-changes-v11-0.md | 43 ++++++++++++++++++ .../upgrade-guide/upgrade-v11.0/index.md | 23 ++++++++++ docs/sources/whatsnew/_index.md | 4 ++ docs/sources/whatsnew/whats-new-in-v11-0.md | 44 +++++++++++++++++++ 5 files changed, 116 insertions(+), 2 deletions(-) create mode 100644 docs/sources/breaking-changes/breaking-changes-v11-0.md create mode 100644 docs/sources/upgrade-guide/upgrade-v11.0/index.md create mode 100644 docs/sources/whatsnew/whats-new-in-v11-0.md diff --git a/docs/sources/_index.md b/docs/sources/_index.md index 2ef3f960b46..c71b13c9168 100644 --- a/docs/sources/_index.md +++ b/docs/sources/_index.md @@ -82,8 +82,8 @@ title: Grafana open source documentation

Provisioning

Learn how to automate your Grafana configuration.

- }}" class="nav-cards__item nav-cards__item--guide"> -

What's new in v10.4

+
}}" class="nav-cards__item nav-cards__item--guide"> +

What's new in v11.0-preview

Explore the features and enhancements in the latest release.

diff --git a/docs/sources/breaking-changes/breaking-changes-v11-0.md b/docs/sources/breaking-changes/breaking-changes-v11-0.md new file mode 100644 index 00000000000..10879da34c6 --- /dev/null +++ b/docs/sources/breaking-changes/breaking-changes-v11-0.md @@ -0,0 +1,43 @@ +--- +description: Breaking changes for Grafana v11.0-preview +keywords: + - grafana + - breaking changes + - documentation + - '11.0' + - '11.0-preview' + - release notes +labels: + products: + - cloud + - enterprise + - oss +title: Breaking changes in Grafana v11.0-preview +weight: -3 +--- + +# Breaking changes in Grafana v11.0-preview + +Following are breaking changes that you should be aware of when upgrading to Grafana v11.0-preview. + +For our purposes, a breaking change is any change that requires users or operators to do something. This includes: + +- Changes in one part of the system that could cause other components to fail +- Deprecations or removal of a feature +- Changes to an API that could break automation +- Changes that affect some plugins or functions of Grafana +- Migrations that can’t be rolled back + +For each change, the provided information: + +- Helps you determine if you’re affected +- Describes the change or relevant background information +- Guides you in how to mitigate for the change or migrate +- Provides more learning resources + +For release highlights and deprecations, refer to our [v11.0-preview What’s new](https://grafana.com/docs/grafana//whatsnew/whats-new-in-v11-0/). For the specific steps we recommend when you upgrade to v10.3, check out our [Upgrade guide](https://grafana.com/docs/grafana//upgrade-guide/upgrade-v11.0/). + + diff --git a/docs/sources/upgrade-guide/upgrade-v11.0/index.md b/docs/sources/upgrade-guide/upgrade-v11.0/index.md new file mode 100644 index 00000000000..44a200f5a49 --- /dev/null +++ b/docs/sources/upgrade-guide/upgrade-v11.0/index.md @@ -0,0 +1,23 @@ +--- +description: Guide for upgrading to Grafana v10.4 +keywords: + - grafana + - configuration + - documentation + - upgrade + - '11.0' + - '11.0-preview' +title: Upgrade to Grafana v11.0-preview +menuTitle: Upgrade to v11.0 +weight: 1200 +--- + +# Upgrade to Grafana v11.0-preview + +{{< docs/shared lookup="upgrade/intro.md" source="grafana" version="" >}} + +{{< docs/shared lookup="back-up/back-up-grafana.md" source="grafana" version="" leveloffset="+1" >}} + +{{< docs/shared lookup="upgrade/upgrade-common-tasks.md" source="grafana" version="" >}} + +## Technical notes diff --git a/docs/sources/whatsnew/_index.md b/docs/sources/whatsnew/_index.md index 5e7be79bb36..db2bdc6294c 100644 --- a/docs/sources/whatsnew/_index.md +++ b/docs/sources/whatsnew/_index.md @@ -74,6 +74,10 @@ For Grafana versions prior to v9.2, additional information might also be availab For a complete list of every change, with links to pull requests and related issues when available, see the [Changelog](https://github.com/grafana/grafana/blob/main/CHANGELOG.md). +# Grafana 11 + +- [What's new in 11.0-preview](https://grafana.com/docs/grafana//whatsnew/whats-new-in-v11-0/) + ## Grafana 10 - [What's new in 10.4](https://grafana.com/docs/grafana//whatsnew/whats-new-in-v10-4/) diff --git a/docs/sources/whatsnew/whats-new-in-v11-0.md b/docs/sources/whatsnew/whats-new-in-v11-0.md new file mode 100644 index 00000000000..71453f824b4 --- /dev/null +++ b/docs/sources/whatsnew/whats-new-in-v11-0.md @@ -0,0 +1,44 @@ +--- +description: Feature and improvement highlights for Grafana v11.0-preview +keywords: + - grafana + - new + - documentation + - '11.0' + - '11.0-preview' + - release notes +labels: +products: + - cloud + - enterprise + - oss +title: What's new in Grafana v11.0-preview +weight: -42 +--- + +# What’s new in Grafana v11.0-preview + +Welcome to Grafana 11.0-preview! This preview release contains some notable improvements... + +For even more detail about all the changes in this release, refer to the [changelog](https://github.com/grafana/grafana/blob/main/CHANGELOG.md). For the specific steps we recommend when you upgrade to v10.4, check out our [Upgrade Guide](https://grafana.com/docs/grafana//upgrade-guide/upgrade-v11.0/). + +## Breaking changes + +For Grafana v11.0-preview, we've also provided a list of [breaking changes](https://grafana.com/docs/grafana//breaking-changes/breaking-changes-v11-0) to help you upgrade with greater confidence. For information about these along with guidance on how to proceed, refer to [Breaking changes in Grafana v10.3](https://grafana.com/docs/grafana//breaking-changes/breaking-changes-v11-0/). + + + + + +