From e18d35add4e77a695f598fe83148a91935126cbe Mon Sep 17 00:00:00 2001 From: Sofia Papagiannaki Date: Fri, 17 Jan 2020 16:07:53 +0200 Subject: [PATCH] Docs: What's new in Grafana v6.6 Draft (#21562) * Docs: What's new in Grafana v6.6 Draft --- docs/sources/_index.md | 4 +-- docs/sources/guides/whats-new-in-v6-6.md | 45 ++++++++++++++++++++++++ docs/sources/menu.yaml | 2 ++ 3 files changed, 49 insertions(+), 2 deletions(-) create mode 100644 docs/sources/guides/whats-new-in-v6-6.md diff --git a/docs/sources/_index.md b/docs/sources/_index.md index 6ccf7e7558c..c7400c15d18 100755 --- a/docs/sources/_index.md +++ b/docs/sources/_index.md @@ -60,8 +60,8 @@ aliases = ["/docs/grafana/v1.1", "/docs/grafana/latest/guides/reference/admin",

Provisioning

Learn how to automate your Grafana configuration.

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

What's new in v6.5

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

What's new in v6.6

Explore the features and enhancements in the latest release.

diff --git a/docs/sources/guides/whats-new-in-v6-6.md b/docs/sources/guides/whats-new-in-v6-6.md new file mode 100644 index 00000000000..f03968fb7cf --- /dev/null +++ b/docs/sources/guides/whats-new-in-v6-6.md @@ -0,0 +1,45 @@ + ++++ +title = "What's New in Grafana v6.6" +description = "Feature and improvement highlights for Grafana v6.6" +keywords = ["grafana", "new", "documentation", "6.6"] +type = "docs" +[menu.docs] +name = "Version 6.6" +identifier = "v6.6" +parent = "whatsnew" +weight = -16 ++++ + +# What's New in Grafana v6.6 + +For all details, read the full [CHANGELOG.md](https://github.com/grafana/grafana/blob/master/CHANGELOG.md) + +## Highlights + +Grafana 6.6 comes with a lot of new features and enhancements: + +- **Panels:** New Stat panel +- **Panels:** New News panel +- **New time picker** +- **User-configurable units** +- [**Alerting enhancements**]({{< relref "#alerting-enhancements" >}}) +- **Explore:** Added log message line wrapping options for logs +- **Graphite:** Added Metrictank dashboard to Graphite datasource +- **Loki:** Support for template variable queries +- **Postgres/MySQL/MSSQL:** Added support for region annotations +- **Explore:** Added ability to specify step with Prometheus queries +- [**Security:** Added disabled option for cookie samesite attribute]({{< relref "#cookie-management-modifications" >}}) +- **TablePanel, GraphPanel:** Exclude hidden columns from CSV + +More details will be added as we're getting closer to the stable release. + +## Alerting enhancements + + - We have introduced a new configuration for enforcing a minimal interval between evaluations, to reduce load on the backend. + - The email notifier can now optionally send a single email to all recipients. + - OpsGenie, PagerDuty, Threema, and Google Chat notifiers have been updated to send additional information. + +## Cookie management modifications + +In order to align with a [change in Chrome 80](https://www.chromestatus.com/feature/5088147346030592), a breaking change has been introduced. The `[security]` setting `cookie_samesite` configured to `none` now renders cookies with `SameSite=None` attribute contrary to the previous behavior where no `SameSite` attribute was added to cookies. To get back the old behavior, you must set `cookie_samesite` to `disabled`. \ No newline at end of file diff --git a/docs/sources/menu.yaml b/docs/sources/menu.yaml index ff83a07f6e2..4651e617a40 100644 --- a/docs/sources/menu.yaml +++ b/docs/sources/menu.yaml @@ -175,6 +175,8 @@ - name: What's New In Grafana link: /whatsnew/ children: + - name: Version 6.6 + link: /guides/whats-new-in-v6-6/ - name: Version 6.5 link: /guides/whats-new-in-v6-5/ - name: Version 6.4