From a13ce8dbd8f11168c0279e7e14a331ab2ea5f110 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Wed, 8 Jun 2022 09:54:46 -0400 Subject: [PATCH] Docs: Fix release notes formatting issues in 9.0.0-beta.3 (#50410) (#50428) (cherry picked from commit aace6a95f08e9df5409deb0792c3b8a0319c15a9) Co-authored-by: Sriram --- .../release-notes-9-0-0-beta3.md | 42 +++++++++---------- 1 file changed, 20 insertions(+), 22 deletions(-) diff --git a/docs/sources/release-notes/release-notes-9-0-0-beta3.md b/docs/sources/release-notes/release-notes-9-0-0-beta3.md index ac5374ef12c..5a0f9487464 100644 --- a/docs/sources/release-notes/release-notes-9-0-0-beta3.md +++ b/docs/sources/release-notes/release-notes-9-0-0-beta3.md @@ -77,41 +77,41 @@ Migration should just be a matter of going from to -````tsx +```tsx { console.log(`Text "${copiedText}" was copied!`); }} /> -``` Issue [#49847](https://github.com/grafana/grafana/issues/49847) +``` +Related Issue [#49847](https://github.com/grafana/grafana/issues/49847) The following RBAC action renames have been carried out: -* `users.authtoken:update` -> `users.authtoken:write`; -* `users.password:update` -> `users.password:write`; -* `users.permissions:update` -> `users.permissions:write`; -* `users.quotas:update` -> `users.quotas:write`; -* `org.users.role:update` -> `org.users:write`; -* `alert.instances:update` -> `alert.instances:write`; -* `alert.rules:update` -> `alert.rules:write`; -* `users.authtoken:list` -> `users.authtoken:read`; -* `users.quotas:list` -> `users.quotas:read`; -* `users.teams:read` -> replaced by `users.read` + `teams:read` +- `users.authtoken:update` -> `users.authtoken:write`; +- `users.password:update` -> `users.password:write`; +- `users.permissions:update` -> `users.permissions:write`; +- `users.quotas:update` -> `users.quotas:write`; +- `org.users.role:update` -> `org.users:write`; +- `alert.instances:update` -> `alert.instances:write`; +- `alert.rules:update` -> `alert.rules:write`; +- `users.authtoken:list` -> `users.authtoken:read`; +- `users.quotas:list` -> `users.quotas:read`; +- `users.teams:read` -> replaced by `users.read` + `teams:read` We've added a migration from the old action names to the new names and have updated our documentation. But you will have to update any scripts and provisioning files that are using the old action names. Issue [#49730](https://github.com/grafana/grafana/issues/49730) - The following RBAC action renames have been carried out: -* `reports.admin:write` -> `reports:write`; -* `reports.admin:create` -> `reports:create`; -* `licensing:update` -> `licensing:write`; -* `roles:list` -> `roles:read`; -* `teams.roles:list` -> `teams.roles:read`; -* `users.roles:list` -> `users.roles:read`; -* `users.permissions:list` -> `users.permissions:read` +- `reports.admin:write` -> `reports:write`; +- `reports.admin:create` -> `reports:create`; +- `licensing:update` -> `licensing:write`; +- `roles:list` -> `roles:read`; +- `teams.roles:list` -> `teams.roles:read`; +- `users.roles:list` -> `users.roles:read`; +- `users.permissions:list` -> `users.permissions:read` We've added a migration from the old action names to the new names and have updated our documentation. But you will have to update any scripts and provisioning files that are using the old action names. Issue [#3372](https://github.com/grafana/grafana/issues/3372) @@ -121,5 +121,3 @@ We've added a migration from the old action names to the new names and have upda - **InlineLabel:** Remove deprecated props. [#49929](https://github.com/grafana/grafana/pull/49929), [@kaydelaney](https://github.com/kaydelaney) - **ColorPicker:** Remove deprecated onColorChange prop. [#49923](https://github.com/grafana/grafana/pull/49923), [@kaydelaney](https://github.com/kaydelaney) - **ClipboardButton:** Simplify callbacks. [#49847](https://github.com/grafana/grafana/pull/49847), [@kaydelaney](https://github.com/kaydelaney) - -````