Skip to content

Commit

Permalink
Chore: docs updates to what's new for 6.1 (grafana#16346)
Browse files Browse the repository at this point in the history
Docs: update what's new article for 6.1
  • Loading branch information
daniellee authored Apr 2, 2019
1 parent b48c18a commit 7e149fb
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/sources/guides/whats-new-in-v6-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

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).

Expand All @@ -39,6 +39,10 @@ To turn this feature on add the following [config option](/installation/configur
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

This release contains a lot of small features and fixes:
Expand Down

0 comments on commit 7e149fb

Please sign in to comment.