Commit 7e149fb4 by Daniel Lee Committed by GitHub

Chore: docs updates to what's new for 6.1 (#16346)

Docs: update what's new article for 6.1
parent b48c18a1
...@@ -26,9 +26,9 @@ Support for fetching a list of label names was released in Prometheus v2.6.0 so ...@@ -26,9 +26,9 @@ Support for fetching a list of label names was released in Prometheus v2.6.0 so
### Permissions: Editors can own dashboards, folders and teams they create ### Permissions: Editors can own dashboards, folders and teams they create
When the dashboard folders feature and permissions system was released in Grafana 5.0, users with the editor role were not allowed to administrate dashboards, folders or teams. In the 6.1 release, we have added a config option so that by default editors are admins for any Dashboard, Folder or Team they create. When the dashboard folders feature and permissions system was released in Grafana 5.0, users with the editor role were not allowed to administrate dashboards, folders or teams. In the 6.1 release, we have added a config option that can change the default permissions so that editors are admins for any Dashboard, Folder or Team they create.
This feature also adds a new Team permission that can be assigned to any user with the editor or viewer role and lets that user add other users to the Team. This feature also adds a new Team permission that can be assigned to any user with the editor or viewer role and enables that user to add other users to the Team.
We believe that this is more in line with the Grafana philosophy, as it will allow teams to be more self-organizing. This option will be made permanent if it gets positive feedback from the community so let us know what you think in the [issue on GitHub](https://github.com/grafana/grafana/issues/15590). We believe that this is more in line with the Grafana philosophy, as it will allow teams to be more self-organizing. This option will be made permanent if it gets positive feedback from the community so let us know what you think in the [issue on GitHub](https://github.com/grafana/grafana/issues/15590).
...@@ -39,6 +39,10 @@ To turn this feature on add the following [config option](/installation/configur ...@@ -39,6 +39,10 @@ To turn this feature on add the following [config option](/installation/configur
editors_can_admin = true editors_can_admin = true
``` ```
### List and revoke of user auth tokens in the API
As the first step of a feature to be able to list a user's signed in devices/sessions and to be able log out those devices from the Grafana UI, support has been added to the [API to list and revoke user authentication tokens](/http_api/admin/#auth-tokens-for-user).
### Minor Features and Fixes ### Minor Features and Fixes
This release contains a lot of small features and fixes: This release contains a lot of small features and fixes:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment