diff --git a/docs/sources/_index.md b/docs/sources/_index.md index c024beddc39..bbb23e6a5a9 100644 --- a/docs/sources/_index.md +++ b/docs/sources/_index.md @@ -60,8 +60,8 @@ aliases = ["/v1.1", "/guides/reference/admin", "/v3.1"]
Learn how to automate your Grafana configuration.
- }}" class="nav-cards__item nav-cards__item--guide"> -Explore the features and enhancements in the latest release.
}}" class="nav-cards__item nav-cards__item--guide"> diff --git a/docs/sources/auth/auth-proxy.md b/docs/sources/auth/auth-proxy.md index 14203ae607f..cdeb6632fb4 100644 --- a/docs/sources/auth/auth-proxy.md +++ b/docs/sources/auth/auth-proxy.md @@ -306,4 +306,4 @@ a login token and cookie. You only have to configure your auth proxy to provide Requests via other routes will be authenticated using the cookie. Use settings `login_maximum_inactive_lifetime_days` and `login_maximum_lifetime_days` under `[auth]` to control session -lifetime. [Read more about login tokens]({{< relref "auth/overview/#login-and-short-lived-tokens" >}}) +lifetime. [Read more about login tokens](/auth/overview/#login-and-short-lived-tokens) diff --git a/docs/sources/guides/whats-new-in-v6-5.md b/docs/sources/guides/whats-new-in-v6-5.md new file mode 100644 index 00000000000..e3ace4261ef --- /dev/null +++ b/docs/sources/guides/whats-new-in-v6-5.md @@ -0,0 +1,94 @@ ++++ +title = "What's New in Grafana v6.5" +description = "Feature & improvement highlights for Grafana v6.5" +keywords = ["grafana", "new", "documentation", "6.5"] +type = "docs" +[menu.docs] +name = "Version 6.5" +identifier = "v6.5" +parent = "whatsnew" +weight = -16 ++++ + +# What's New in Grafana v6.5 + +For all details please read the full [CHANGELOG.md](https://github.com/grafana/grafana/blob/master/CHANGELOG.md) + +## Highlights + +Grafana 6.5 comes with a lot of new features and enhancements. + +- [**Docker:** Ubuntu-based images and more]({{< relref "#ubuntu-based-docker-images" >}}) +- **CloudWatch:** Use GetMetricData API instead of GetMetricStatistics API +- **CloudWatch:** Dynamic queries using wildcards for dimension values +- **CloudWatch:** Deep linking from Grafana panels to the CloudWatch console +- **CloudWatch:** Improved feedback when throttling occurs +- [**Templating:** Dynamic typeahead queries using $__searchFilter]({{< relref "#dynamic-typeahead-support-in-query-variables" >}}) +- [**Explore:** New log row details view]({{< relref "#explore-logs-log-row-details" >}}) +- [**Explore:** Turn parts of log message into a link using derived fields]({{< relref "#loki-explore-derived-fields" >}}) +- [**Explore:** Time-sync of split views]({{< relref "#time-sync-of-split-views-in-explore" >}}) +- **Explore**: Tooltip in graphs +- **Azure Monitor**: Alerting support for Azure Application Insights +- **Provisioning**: Allow saving of provisioned dashboards from UI +- **Auth Proxy:** Can now login with auth proxy and get a login token and session cookie +- **OAuth:** Generic OAuth now supports role mapping + +More details of above and highlights will be added as we're getting closer to the stable release. + +### Ubuntu-based docker images + +In Grafana [v6.4](/guides/whats-new-in-v6-4/#alpine-based-docker-image) we switched the Grafana docker image from Ubuntu to Alpine. The main reason for this change was to be able to provide a more secure and lightweight docker image. + +This change has received both negative and positive feedback as well as some bug reports. Based on this, one of the conclusions and learnings is that switching to an Alpine based docker image was a big breaking change for a lot of users and this change should have been more clearly highlighted in blog post, release notes, changelog and the [Docker Hub readme](https://hub.docker.com/r/grafana/grafana). + +One additional mistake we did was to break the Docker images for ARM. Good news, in Grafana v6.5 this have been fixed. + +Grafana docker images should be as secure as possible by default and that’s why the Alpine based docker images will continue to be provided as Grafana’s default (`grafana/grafana: