From 0a71f0fc2087d3def9a0ae5bd35a02eb093a9c23 Mon Sep 17 00:00:00 2001 From: Daniel Lee Date: Wed, 17 Aug 2022 18:17:11 +0200 Subject: [PATCH] docs: manual backport for what's new for 9.1.0 (#53842) * Docs: Add 9.1 to What's New index (#53545) * Docs: Add 9.1 to What's New index * Docs: Update docs index What's New link (cherry picked from commit 1f692d402046e59a5dc3e9f299b755623e1e4170) * Docs: Fix link in What's New in 9.1 (#53259) (cherry picked from commit 25e546ad21ce47d3379f5d804871ee448878ac56) Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com> --- docs/sources/_index.md | 4 ++-- docs/sources/whatsnew/whats-new-in-v9-1.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/sources/_index.md b/docs/sources/_index.md index 156adb351d4..69a40fae36f 100644 --- a/docs/sources/_index.md +++ b/docs/sources/_index.md @@ -71,8 +71,8 @@ title: Grafana documentation

Provisioning

Learn how to automate your Grafana configuration.

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

What's new in v8.0

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

What's new in v9.1

Explore the features and enhancements in the latest release.

diff --git a/docs/sources/whatsnew/whats-new-in-v9-1.md b/docs/sources/whatsnew/whats-new-in-v9-1.md index 1842c904e0e..c78717c4f32 100644 --- a/docs/sources/whatsnew/whats-new-in-v9-1.md +++ b/docs/sources/whatsnew/whats-new-in-v9-1.md @@ -31,7 +31,7 @@ Service accounts are an evolution in machine access within Grafana. You can create multiple API tokens per service account with independent expiration dates, and temporarily disable a service account without deleting it. These benefits make service accounts a more flexible way for Terraform and other apps to authenticate with Grafana. -Service accounts also work with [role-based access control]({{< relref "../enterprise/access-control/" >}}) in [Grafana Enterprise]({{< relref "../enterprise/" >}}). +Service accounts also work with [role-based access control]({{< relref "../administration/roles-and-permissions/access-control" >}}) in [Grafana Enterprise]({{< relref "../enterprise/" >}}). You can improve security by granting service accounts specific roles to limit the functions they can perform. Service accounts have been in beta since Grafana v8.5. During that time, we've improved the UI and migration path from API keys, made it possible to add service accounts to teams, and inherit team permissions. @@ -187,7 +187,7 @@ This is an early-access feature available only to self-managed customers. #### RBAC for app plugins, usage insights, and query caching -As part of our continued improvements to RBAC, we are rolling out role-based access control (RBAC) across all of Grafana's features. +As part of our continued improvements to role-based access control (RBAC), we are rolling out RBAC across all of Grafana's features. In v9.1, you can determine which users, teams, and roles can access app plugins like OnCall and Synthetics. > **Note:** You can't yet define view or edit roles for app plugins.