mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 00:47:38 -06:00
Docs: Fixes what'new menu and creates index page, adds first draft of release notes to docs (#29158)
* Docs: Fixes what'new menu and creates index page, adds first draft of release notes to docs * Minor tweaks * Fixed missing letter * Updates * Updated Co-authored-by: Drone <drone@grafana.com>
This commit is contained in:
parent
a6e72d5b61
commit
94840b3a58
@ -6,7 +6,6 @@ aliases = ["/docs/grafana/latest/overview"]
|
||||
weight = 170
|
||||
+++
|
||||
|
||||
|
||||
# HTTP API Reference
|
||||
|
||||
The Grafana backend exposes an HTTP API, the same API is used by the frontend to do everything from saving
|
||||
@ -41,4 +40,4 @@ dashboards, creating users and updating data sources.
|
||||
- [External Group Sync API]({{< relref "external_group_sync.md" >}})
|
||||
- [Reporting API]({{< relref "reporting.md" >}})
|
||||
|
||||
<!-- BEGIN Optimal Workshop Intercept Snippet --><div id='owInviteSnippet' style='position:fixed;right:20px;bottom:20px;width:280px;padding:20px;margin:0;border-radius:6px;background:#1857B8;color:#F7F8FA;text-align:left;z-index:2200000000;opacity:0;transition:opacity 500ms;-webkit-transition:opacity 500ms;display:none;'><div id='owInviteMessage' style='padding:0;margin:0 0 20px 0;font-size:16px;'>Got a spare two and a half minutes to help us improve the docs?</div><a id='owInviteOk' href='https://Grafana.optimalworkshop.com/questions/grafana-docs?tag=docs&utm_medium=intercept' onclick='this.parentNode.style.display="none";' target='_blank' style='color:#F7FAFF;font-size:16px;font-weight:bold;text-decoration:underline;'>Yes, I'll help</a><a id='owInviteCancel' href='javascript:void(0)' onclick='this.parentNode.style.display="none";' style='color:#F7F8FA;font-size:14px;text-decoration:underline;float:right;'>Close</a></div><script>var owOnload=function(){if(-1==document.cookie.indexOf('ow-intercept-quiz-4ior230e')){var o=new XMLHttpRequest;o.onloadend=function(){try{var o=document.getElementById('owInviteSnippet');var date=new Date();date.setMonth(date.getMonth()+1);this.response&&JSON.parse(this.response).active===!0&&(document.cookie='ow-intercept-quiz-4ior230e=Done;path=/;expires='+date.toUTCString()+';',setTimeout(function(){o.style.display='block',o.style.opacity=1},2e3))}catch(e){}},o.open('POST','https://app.optimalworkshop.com/survey_status/questions/4ior230e/active'),o.send()}};if(window.addEventListener){window.addEventListener('load',function(){owOnload();});}else if(window.attachEvent){window.attachEvent('onload',function(){owOnload();});}</script><!-- END Optimal Workshop snippet -->
|
||||
<!-- BEGIN Optimal Workshop Intercept Snippet --><div id='owInviteSnippet' style='position:fixed;right:20px;bottom:20px;width:280px;padding:20px;margin:0;border-radius:6px;background:#1857B8;color:#F7F8FA;text-align:left;z-index:2200000000;opacity:0;transition:opacity 500ms;-webkit-transition:opacity 500ms;display:none;'><div id='owInviteMessage' style='padding:0;margin:0 0 20px 0;font-size:16px;'>Got a spare two and a half minutes to help us improve the docs?</div><a id='owInviteOk' href='https://Grafana.optimalworkshop.com/questions/grafana-docs?tag=docs&utm_medium=intercept' onclick='this.parentNode.style.display="none";' target='_blank' style='color:#F7FAFF;font-size:16px;font-weight:bold;text-decoration:underline;'>Yes, I'll help</a><a id='owInviteCancel' href='javascript:void(0)' onclick='this.parentNode.style.display="none";' style='color:#F7F8FA;font-size:14px;text-decoration:underline;float:right;'>Close</a></div><script>var owOnload=function(){if(-1==document.cookie.indexOf('ow-intercept-quiz-4ior230e')){var o=new XMLHttpRequest;o.onloadend=function(){try{var o=document.getElementById('owInviteSnippet');var date=new Date();date.setMonth(date.getMonth()+1);this.response&&JSON.parse(this.response).active===!0&&(document.cookie='ow-intercept-quiz-4ior230e=Done;path=/;expires='+date.toUTCString()+';',setTimeout(function(){o.style.display='block',o.style.opacity=1},2e3))}catch(e){}},o.open('POST','https://app.optimalworkshop.com/survey_status/questions/4ior230e/active'),o.send()}};if(window.addEventListener){window.addEventListener('load',function(){owOnload();});}else if(window.attachEvent){window.attachEvent('onload',function(){owOnload();});}</script><!-- END Optimal Workshop snippet -->
|
||||
|
15
docs/sources/release-notes/_index.md
Normal file
15
docs/sources/release-notes/_index.md
Normal file
@ -0,0 +1,15 @@
|
||||
+++
|
||||
title = "Release notes"
|
||||
weight = 10000
|
||||
+++
|
||||
|
||||
# Release notes
|
||||
|
||||
Here you can find detailed release notes that list everything that is included in every release as well as notices
|
||||
about deprecations, breaking changes as well as changes that relate to plugin development.
|
||||
|
||||
* [Release notes for 7.3.2]({{< relref "release-notes-7-3-2" >}})
|
||||
* [Release notes for 7.3.1]({{< relref "release-notes-7-3-1" >}})
|
||||
* [Release notes for 7.3.0]({{< relref "release-notes-7-3-0" >}})
|
||||
|
||||
|
104
docs/sources/release-notes/release-notes-7-3-0.md
Normal file
104
docs/sources/release-notes/release-notes-7-3-0.md
Normal file
@ -0,0 +1,104 @@
|
||||
+++
|
||||
title = "Release notes for Grafana 7.3.0"
|
||||
[_build]
|
||||
list = false
|
||||
+++
|
||||
|
||||
<!-- Auto generated do not edit -->
|
||||
|
||||
# Release notes for Grafana 7.3.0
|
||||
|
||||
## 7.3.0 Stable
|
||||
|
||||
----
|
||||
|
||||
### Features and enhancements
|
||||
* **AzureMonitor**: Support decimal (as float64) type in analytics/logs. [#28480](https://github.com/grafana/grafana/pull/28480), [@kylebrandt](https://github.com/kylebrandt)
|
||||
* **Plugins signing**: UI information. [#28469](https://github.com/grafana/grafana/pull/28469), [@dprokop](https://github.com/dprokop)
|
||||
* **Short URL**: Update last seen at when visiting a short URL. [#28565](https://github.com/grafana/grafana/pull/28565), [@marefr](https://github.com/marefr)
|
||||
|
||||
### Bug fixes
|
||||
* **Alerting**: Log warnings for obsolete notifiers when extracting alerts and remove frequent error log messages. [#28162](https://github.com/grafana/grafana/pull/28162), [@papagian](https://github.com/papagian)
|
||||
* **Auth**: Fix SigV4 request verification step for Amazon Elasticsearch Service. [#28481](https://github.com/grafana/grafana/pull/28481), [@wbrowne](https://github.com/wbrowne)
|
||||
* **Auth**: Should redirect to login when anonymous enabled and URL with different org than anonymous specified. [#28158](https://github.com/grafana/grafana/pull/28158), [@marefr](https://github.com/marefr)
|
||||
* **Elasticsearch**: Fix handling of errors when testing data source. [#28498](https://github.com/grafana/grafana/pull/28498), [@marefr](https://github.com/marefr)
|
||||
* **Graphite**: Fix default version to be 1.1. [#28471](https://github.com/grafana/grafana/pull/28471), [@ivanahuckova](https://github.com/ivanahuckova)
|
||||
* **StatPanel**: Fixes BizChart error max: yyy should not be less than min zzz. [#28587](https://github.com/grafana/grafana/pull/28587), [@hugohaggmark](https://github.com/hugohaggmark)
|
||||
|
||||
## 7.3.0-beta2
|
||||
|
||||
----
|
||||
|
||||
### Features and enhancements
|
||||
* **Add monitoring mixing for Grafana**. [#28285](https://github.com/grafana/grafana/pull/28285), [@bergquist](https://github.com/bergquist)
|
||||
* **CloudWatch**: Missing Namespace AWS/EC2CapacityReservations. [#28309](https://github.com/grafana/grafana/pull/28309), [@nonamef](https://github.com/nonamef)
|
||||
* **Explore**: Support wide data frames. [#28393](https://github.com/grafana/grafana/pull/28393), [@aocenas](https://github.com/aocenas)
|
||||
* **Instrumentation**: Add counters and histograms for database queries. [#28236](https://github.com/grafana/grafana/pull/28236), [@bergquist](https://github.com/bergquist)
|
||||
* **Loki**: Visually distinguish error logs for LogQL2. [#28359](https://github.com/grafana/grafana/pull/28359), [@ivanahuckova](https://github.com/ivanahuckova)
|
||||
|
||||
### Bug fixes
|
||||
* **API**: Fix short URLs. [#28300](https://github.com/grafana/grafana/pull/28300), [@aknuds1](https://github.com/aknuds1)
|
||||
* **BackendSrv**: Fixes queue countdown when unsubscribe is before response. [#28323](https://github.com/grafana/grafana/pull/28323), [@hugohaggmark](https://github.com/hugohaggmark)
|
||||
* **CloudWatch/Athena - valid metrics and dimensions.**. [#28436](https://github.com/grafana/grafana/pull/28436), [@kwarunek](https://github.com/kwarunek)
|
||||
* **Dashboard links**: Places drop down list so it's always visible. [#28330](https://github.com/grafana/grafana/pull/28330), [@maknik](https://github.com/maknik)
|
||||
* **Graph**: Fix for graph size not taking up full height or width. [#28314](https://github.com/grafana/grafana/pull/28314), [@jackw](https://github.com/jackw)
|
||||
* **Loki**: Base maxDataPoints limits on query type. [#28298](https://github.com/grafana/grafana/pull/28298), [@aocenas](https://github.com/aocenas)
|
||||
* **Loki**: Run instant query only when doing metric query. [#28325](https://github.com/grafana/grafana/pull/28325), [@aocenas](https://github.com/aocenas)
|
||||
* **Plugins**: Don't exit on duplicate plugin. [#28390](https://github.com/grafana/grafana/pull/28390), [@aknuds1](https://github.com/aknuds1)
|
||||
|
||||
## 7.3.0-beta1
|
||||
|
||||
----
|
||||
|
||||
### Breaking changes
|
||||
|
||||
- **CloudWatch**: The AWS CloudWatch data source's authentication scheme has changed. See the [upgrade notes](https://grafana.com/docs/grafana/latest/installation/upgrading/#upgrading-to-v73) for details and how this may affect you.
|
||||
|
||||
### Features and enhancements
|
||||
* **Alerting**: Add labels to name when converting data frame to series. [#28085](https://github.com/grafana/grafana/pull/28085), [@kylebrandt](https://github.com/kylebrandt)
|
||||
* **Alerting**: Ensuring LINE Notify notifications are sent for all alert states. [#27639](https://github.com/grafana/grafana/pull/27639), [@haraldkubota](https://github.com/haraldkubota)
|
||||
* **Auth**: Add SigV4 auth option to datasources. [#27552](https://github.com/grafana/grafana/pull/27552), [@wbrowne](https://github.com/wbrowne)
|
||||
* **AzureMonitor**: Pass through null values instead of setting 0. [#28126](https://github.com/grafana/grafana/pull/28126), [@kylebrandt](https://github.com/kylebrandt)
|
||||
* **Cloud Monitoring**: Out-of-the-box dashboards. [#27864](https://github.com/grafana/grafana/pull/27864), [@papagian](https://github.com/papagian)
|
||||
* **CloudWatch**: Add support for AWS DirectConnect virtual interface metrics and add missing dimensions. [#28008](https://github.com/grafana/grafana/pull/28008), [@jgulick48](https://github.com/jgulick48)
|
||||
* **CloudWatch**: Adding support for Amazon ElastiCache Redis metrics. [#28040](https://github.com/grafana/grafana/pull/28040), [@jgulick48](https://github.com/jgulick48)
|
||||
* **CloudWatch**: Adding support for additional Amazon CloudFront metrics. [#28069](https://github.com/grafana/grafana/pull/28069), [@darrylsepeda](https://github.com/darrylsepeda)
|
||||
* **CloudWatch**: Re-implement authentication. [#25548](https://github.com/grafana/grafana/pull/25548), [@aknuds1](https://github.com/aknuds1),[@patstrom](https://github.com/patstrom)
|
||||
* **Dashboard**: Allow shortlink generation. [#27409](https://github.com/grafana/grafana/pull/27409), [@MisterSquishy](https://github.com/MisterSquishy)
|
||||
* **Docker**: OpenShift compatibility. [#27813](https://github.com/grafana/grafana/pull/27813), [@xlson](https://github.com/xlson)
|
||||
* **Elasticsearch**: Support multiple pipeline aggregations for a query. [#27945](https://github.com/grafana/grafana/pull/27945), [@simianhacker](https://github.com/simianhacker)
|
||||
* **Explore**: Allow shortlink generation. [#28222](https://github.com/grafana/grafana/pull/28222), [@ivanahuckova](https://github.com/ivanahuckova)
|
||||
* **Explore**: Remove collapsing of visualisations. [#27026](https://github.com/grafana/grafana/pull/27026), [@ivanahuckova](https://github.com/ivanahuckova)
|
||||
* **FieldColor**: Adds new standard color option for color. [#28039](https://github.com/grafana/grafana/pull/28039), [@torkelo](https://github.com/torkelo)
|
||||
* **Gauge**: Improve text sizing and support non threshold color modes. [#28256](https://github.com/grafana/grafana/pull/28256), [@torkelo](https://github.com/torkelo)
|
||||
* **NamedColors**: Named colors refactors. [#28235](https://github.com/grafana/grafana/pull/28235), [@torkelo](https://github.com/torkelo)
|
||||
* **Panel Inspect**: Allow CSV download for Excel. [#27284](https://github.com/grafana/grafana/pull/27284), [@tomdaly](https://github.com/tomdaly)
|
||||
* **Prometheus**: Add time range parameters to labels API. [#27548](https://github.com/grafana/grafana/pull/27548), [@kakkoyun](https://github.com/kakkoyun)
|
||||
* **Snapshots**: Store dashboard data encrypted in the database. [#28129](https://github.com/grafana/grafana/pull/28129), [@wbrowne](https://github.com/wbrowne)
|
||||
* **Table**: New cell hover behavior and image cell display mode. [#27669](https://github.com/grafana/grafana/pull/27669), [@torkelo](https://github.com/torkelo)
|
||||
* **Timezones**: Include IANA timezone canonical name in TimeZoneInfo. [#27591](https://github.com/grafana/grafana/pull/27591), [@dprokop](https://github.com/dprokop)
|
||||
* **Tracing**: Add Tempo data source. [#28204](https://github.com/grafana/grafana/pull/28204), [@aocenas](https://github.com/aocenas)
|
||||
* **Transformations**: Add Concatenate fields transformer. [#28237](https://github.com/grafana/grafana/pull/28237), [@ryantxu](https://github.com/ryantxu)
|
||||
* **Transformations**: improve the reduce transformer. [#27875](https://github.com/grafana/grafana/pull/27875), [@ryantxu](https://github.com/ryantxu)
|
||||
* **Users**: Expire old user invites. [#27361](https://github.com/grafana/grafana/pull/27361), [@wbrowne](https://github.com/wbrowne)
|
||||
* **Variables**: Adds loading state and indicators. [#27917](https://github.com/grafana/grafana/pull/27917), [@hugohaggmark](https://github.com/hugohaggmark)
|
||||
* **Variables**: Adds support for key/value mapping in Custom variable. [#27829](https://github.com/grafana/grafana/pull/27829), [@sartaj10](https://github.com/sartaj10)
|
||||
* **grafana/toolkit**: expose Jest maxWorkers arg for plugin test & build tasks. [#27724](https://github.com/grafana/grafana/pull/27724), [@domasx2](https://github.com/domasx2)
|
||||
|
||||
### Bug fixes
|
||||
* **Azure Analytics**: FormatAs Time series groups bool columns wrong. [#27713](https://github.com/grafana/grafana/issues/27713)
|
||||
* **Azure**: Fixes cancellation of requests with different Azure sources. [#28180](https://github.com/grafana/grafana/pull/28180), [@hugohaggmark](https://github.com/hugohaggmark)
|
||||
* **BackendSrv**: Reloads page instead of redirect on Unauthorized Error. [#28276](https://github.com/grafana/grafana/pull/28276), [@hugohaggmark](https://github.com/hugohaggmark)
|
||||
* **Dashboard**: Do not allow users without edit permission to a folder to see new dashboard page. [#28249](https://github.com/grafana/grafana/pull/28249), [@torkelo](https://github.com/torkelo)
|
||||
* **Dashboard**: Fixed issue accessing horizontal table scrollbar when placed at bottom of dashboard. [#28250](https://github.com/grafana/grafana/pull/28250), [@torkelo](https://github.com/torkelo)
|
||||
* **DataProxy**: Add additional settings for dataproxy to help with network proxy timeouts. [#27841](https://github.com/grafana/grafana/pull/27841), [@kahinton](https://github.com/kahinton)
|
||||
* **Database**: Adds new indices to alert_notification_state and alert_rule_tag tables. [#28166](https://github.com/grafana/grafana/pull/28166), [@KarineValenca](https://github.com/KarineValenca)
|
||||
* **Explore**: Fix showing of Prometheus data in Query inspector. [#28128](https://github.com/grafana/grafana/pull/28128), [@ivanahuckova](https://github.com/ivanahuckova)
|
||||
* **Explore**: Show results of Prometheus instant queries in formatted table. [#27767](https://github.com/grafana/grafana/pull/27767), [@ivanahuckova](https://github.com/ivanahuckova)
|
||||
* **Graph**: Prevent legend from overflowing container. [#28254](https://github.com/grafana/grafana/pull/28254), [@jackw](https://github.com/jackw)
|
||||
* **OAuth**: Fix token refresh failure when custom SSL settings are configured for OAuth provider. [#27523](https://github.com/grafana/grafana/pull/27523), [@billoley](https://github.com/billoley)
|
||||
* **Plugins**: Let descendant plugins inherit their root's signature. [#27970](https://github.com/grafana/grafana/pull/27970), [@aknuds1](https://github.com/aknuds1)
|
||||
* **Runtime**: Fix handling of short-lived background services. [#28025](https://github.com/grafana/grafana/pull/28025), [@ahlaw](https://github.com/ahlaw)
|
||||
* **TemplateSrv**: Fix interpolating strings with object variables. [#28171](https://github.com/grafana/grafana/pull/28171), [@torkelo](https://github.com/torkelo)
|
||||
* **Variables**: Fixes so constants set from url get completed state. [#28257](https://github.com/grafana/grafana/pull/28257), [@hugohaggmark](https://github.com/hugohaggmark)
|
||||
* **Variables**: Prevent adhoc filters from crashing when they are not loaded properly. [#28226](https://github.com/grafana/grafana/pull/28226), [@mckn](https://github.com/mckn)
|
18
docs/sources/release-notes/release-notes-7-3-1.md
Normal file
18
docs/sources/release-notes/release-notes-7-3-1.md
Normal file
@ -0,0 +1,18 @@
|
||||
+++
|
||||
title = "Release notes for Grafana 7.3.1"
|
||||
[_build]
|
||||
list = false
|
||||
+++
|
||||
|
||||
<!-- Auto generated do not edit -->
|
||||
|
||||
# Release notes for Grafana 7.3.1
|
||||
|
||||
### Bug fixes
|
||||
* **Cloudwatch**: Fix duplicate metric data. [#28642](https://github.com/grafana/grafana/pull/28642), [@zoltanbedi](https://github.com/zoltanbedi)
|
||||
* **Loki**: Fix error when some queries return zero results. [#28645](https://github.com/grafana/grafana/pull/28645), [@ivanahuckova](https://github.com/ivanahuckova)
|
||||
* **PanelMenu**: Fix panel submenu not being accessible for panels close to the right edge of the screen. [#28666](https://github.com/grafana/grafana/pull/28666), [@torkelo](https://github.com/torkelo)
|
||||
* **Plugins**: Fix descendent frontend plugin signature validation. [#28638](https://github.com/grafana/grafana/pull/28638), [@wbrowne](https://github.com/wbrowne)
|
||||
* **StatPanel**: Fix value being under graph and reduced likelihood for white and dark value text mixing. [#28641](https://github.com/grafana/grafana/pull/28641), [@torkelo](https://github.com/torkelo)
|
||||
* **TextPanel**: Fix problems where text panel would show old content. [#28643](https://github.com/grafana/grafana/pull/28643), [@torkelo](https://github.com/torkelo)
|
||||
|
29
docs/sources/release-notes/release-notes-7-3-2.md
Normal file
29
docs/sources/release-notes/release-notes-7-3-2.md
Normal file
@ -0,0 +1,29 @@
|
||||
+++
|
||||
title = "Release notes for Grafana 7.3.2"
|
||||
[_build]
|
||||
list = false
|
||||
+++
|
||||
|
||||
<!-- Auto generated do not edit -->
|
||||
|
||||
# Release notes for Grafana 7.3.2
|
||||
|
||||
### Features and enhancements
|
||||
* **CloudWatch Logs**: Change how we measure query progress. [#28912](https://github.com/grafana/grafana/pull/28912), [@aocenas](https://github.com/aocenas)
|
||||
* **Dashboards / Folders**: delete related data (permissions, stars, tags, versions, annotations) when deleting a dashboard or a folder. [#28826](https://github.com/grafana/grafana/pull/28826), [@AgnesToulet](https://github.com/AgnesToulet)
|
||||
* **Gauge**: Improve font size auto sizing. [#28797](https://github.com/grafana/grafana/pull/28797), [@torkelo](https://github.com/torkelo)
|
||||
* **Short URL**: Cleanup unvisited/stale short URLs. [#28867](https://github.com/grafana/grafana/pull/28867), [@wbrowne](https://github.com/wbrowne)
|
||||
* **Templating**: Custom variable edit UI, change options input into textarea. [#28322](https://github.com/grafana/grafana/pull/28322), [@darrylsepeda](https://github.com/darrylsepeda)
|
||||
|
||||
### Bug fixes
|
||||
* **Cloudwatch**: Fix issue with field calculation transform not working properly with Cloudwatch data. [#28761](https://github.com/grafana/grafana/pull/28761), [@torkelo](https://github.com/torkelo)
|
||||
* **Dashboard**: fix view panel mode for Safari / iOS. [#28702](https://github.com/grafana/grafana/pull/28702), [@jackw](https://github.com/jackw)
|
||||
* **Elasticsearch**: Exclude pipeline aggregations from order by options. [#28620](https://github.com/grafana/grafana/pull/28620), [@simianhacker](https://github.com/simianhacker)
|
||||
* **Panel inspect**: Interpolate variables in panel inspect title. [#28779](https://github.com/grafana/grafana/pull/28779), [@dprokop](https://github.com/dprokop)
|
||||
* **Prometheus**: Fix copy paste behaving as cut and paste. [#28622](https://github.com/grafana/grafana/pull/28622), [@aocenas](https://github.com/aocenas)
|
||||
* **StatPanels**: Fixes auto min max when latest value is zero. [#28982](https://github.com/grafana/grafana/pull/28982), [@torkelo](https://github.com/torkelo)
|
||||
* **TableFilters**: Fixes filtering with field overrides. [#28690](https://github.com/grafana/grafana/pull/28690), [@hugohaggmark](https://github.com/hugohaggmark)
|
||||
* **Templating**: Speeds up certain variable queries for Postgres MySql MSSql. [#28686](https://github.com/grafana/grafana/pull/28686), [@hugohaggmark](https://github.com/hugohaggmark)
|
||||
* **Units**: added support to handle negative fractional numbers. [#28849](https://github.com/grafana/grafana/pull/28849), [@mckn](https://github.com/mckn)
|
||||
* **Variables**: Fix backward compatibility in custom variable options that contain colon. [#28896](https://github.com/grafana/grafana/pull/28896), [@mckn](https://github.com/mckn)
|
||||
|
@ -1,8 +1,34 @@
|
||||
+++
|
||||
title = "What's new in Grafana"
|
||||
title = "What's new"
|
||||
aliases = ["/docs/grafana/latest/guides/"]
|
||||
weight = 1
|
||||
+++
|
||||
|
||||
# What's new
|
||||
# What's new Grafana
|
||||
|
||||
This section contains pages with Grafana release notes.
|
||||
Grafana is changing all the time. For release highlights checkout links below, if you want a complete list of every change, as well
|
||||
as info on deprecations, breaking changes and plugin development read the [release notes]({{< relref "../release-notes" >}}).
|
||||
|
||||
## Grafana 7
|
||||
|
||||
* [What's new in 7.3]({{< relref "whats-new-in-v7-3" >}})
|
||||
* [What's new in 7.2]({{< relref "whats-new-in-v7-2" >}})
|
||||
* [What's new in 7.1]({{< relref "whats-new-in-v7-1" >}})
|
||||
* [What's new in 7.0]({{< relref "whats-new-in-v7-0" >}})
|
||||
|
||||
## Grafana 6
|
||||
* [What's new in 6.7]({{< relref "whats-new-in-v6-7" >}})
|
||||
* [What's new in 6.6]({{< relref "whats-new-in-v6-6" >}})
|
||||
* [What's new in 6.5]({{< relref "whats-new-in-v6-5" >}})
|
||||
* [What's new in 6.4]({{< relref "whats-new-in-v6-4" >}})
|
||||
* [What's new in 6.3]({{< relref "whats-new-in-v6-3" >}})
|
||||
* [What's new in 6.2]({{< relref "whats-new-in-v6-2" >}})
|
||||
* [What's new in 6.1]({{< relref "whats-new-in-v6-1" >}})
|
||||
* [What's new in 6.0]({{< relref "whats-new-in-v6-0" >}})
|
||||
|
||||
## Grafana 5
|
||||
* [What's new in 5.4]({{< relref "whats-new-in-v5-4" >}})
|
||||
* [What's new in 5.3]({{< relref "whats-new-in-v5-3" >}})
|
||||
* [What's new in 5.2]({{< relref "whats-new-in-v5-2" >}})
|
||||
* [What's new in 5.1]({{< relref "whats-new-in-v5-1" >}})
|
||||
* [What's new in 5.0]({{< relref "whats-new-in-v5-0" >}})
|
||||
|
@ -4,6 +4,8 @@ description = "Feature and improvement highlights for Grafana v2.0"
|
||||
keywords = ["grafana", "new", "documentation", "2.0", "release notes"]
|
||||
aliases = ["/docs/grafana/latest/guides/whats-new-in-v2/"]
|
||||
weight = -1
|
||||
[_build]
|
||||
list = false
|
||||
+++
|
||||
|
||||
# What's new in Grafana v2.0
|
||||
|
@ -4,6 +4,8 @@ description = "Feature and improvement highlights for Grafana v2.1"
|
||||
keywords = ["grafana", "new", "documentation", "2.1", "release notes"]
|
||||
aliases = ["/docs/grafana/latest/guides/whats-new-in-v2-1/"]
|
||||
weight = -2
|
||||
[_build]
|
||||
list = false
|
||||
+++
|
||||
|
||||
# What's new in Grafana v2.1
|
||||
|
@ -4,6 +4,8 @@ description = "Feature and improvement highlights for Grafana v2.5"
|
||||
keywords = ["grafana", "new", "documentation", "2.5", "release notes"]
|
||||
aliases = ["/docs/grafana/latest/guides/whats-new-in-v2-5/"]
|
||||
weight = -3
|
||||
[_build]
|
||||
list = false
|
||||
+++
|
||||
|
||||
# What's new in Grafana v2.5
|
||||
|
@ -4,6 +4,8 @@ description = "Feature and improvement highlights for Grafana v2.6"
|
||||
keywords = ["grafana", "new", "documentation", "2.6", "release notes"]
|
||||
aliases = ["/docs/grafana/latest/guides/whats-new-in-v2-6/"]
|
||||
weight = -4
|
||||
[_build]
|
||||
list = false
|
||||
+++
|
||||
|
||||
# What's new in Grafana v2.6
|
||||
|
@ -4,6 +4,8 @@ description = "Feature and improvement highlights for Grafana v3.0"
|
||||
keywords = ["grafana", "new", "documentation", "3.0", "release notes"]
|
||||
aliases = ["/docs/grafana/latest/guides/whats-new-in-v3/"]
|
||||
weight = -5
|
||||
[_build]
|
||||
list = false
|
||||
+++
|
||||
|
||||
# What's new in Grafana v3.0
|
||||
|
@ -4,6 +4,8 @@ description = "Feature and improvement highlights for Grafana v3.1"
|
||||
keywords = ["grafana", "new", "documentation", "3.1", "release notes"]
|
||||
aliases = ["/docs/grafana/latest/guides/whats-new-in-v3-1/"]
|
||||
weight = -6
|
||||
[_build]
|
||||
list = false
|
||||
+++
|
||||
|
||||
# What's new in Grafana v3.1
|
||||
|
@ -4,6 +4,8 @@ description = "Feature and improvement highlights for Grafana v4.0"
|
||||
keywords = ["grafana", "new", "documentation", "4.0", "release notes"]
|
||||
aliases = ["/docs/grafana/latest/guides/whats-new-in-v4/"]
|
||||
weight = -7
|
||||
[_build]
|
||||
list = false
|
||||
+++
|
||||
|
||||
# What's new in Grafana v4.0
|
||||
|
@ -4,6 +4,8 @@ description = "Feature and improvement highlights for Grafana v4.1"
|
||||
keywords = ["grafana", "new", "documentation", "4.1.0", "release notes"]
|
||||
aliases = ["/docs/grafana/latest/guides/whats-new-in-v4-1/"]
|
||||
weight = -8
|
||||
[_build]
|
||||
list = false
|
||||
+++
|
||||
|
||||
## What's new in Grafana v4.1
|
||||
|
@ -4,6 +4,8 @@ description = "Feature and improvement highlights for Grafana v4.2"
|
||||
keywords = ["grafana", "new", "documentation", "4.2.0", "release notes"]
|
||||
aliases = ["/docs/grafana/latest/guides/whats-new-in-v4-2/"]
|
||||
weight = -9
|
||||
[_build]
|
||||
list = false
|
||||
+++
|
||||
|
||||
## What's new in Grafana v4.2
|
||||
|
@ -4,6 +4,8 @@ description = "Feature and improvement highlights for Grafana v4.3"
|
||||
keywords = ["grafana", "new", "documentation", "4.3.0", "release notes"]
|
||||
aliases = ["/docs/grafana/latest/guides/whats-new-in-v4-3/"]
|
||||
weight = -10
|
||||
[_build]
|
||||
list = false
|
||||
+++
|
||||
|
||||
## What's new in Grafana v4.3
|
||||
|
@ -4,6 +4,8 @@ description = "Feature and improvement highlights for Grafana v4.4"
|
||||
keywords = ["grafana", "new", "documentation", "4.4.0", "release notes"]
|
||||
aliases = ["/docs/grafana/latest/guides/whats-new-in-v4-4/"]
|
||||
weight = -11
|
||||
[_build]
|
||||
list = false
|
||||
+++
|
||||
|
||||
## What's new in Grafana v4.4
|
||||
|
@ -4,6 +4,8 @@ description = "Feature and improvement highlights for Grafana v4.5"
|
||||
keywords = ["grafana", "new", "documentation", "4.5", "release notes"]
|
||||
aliases = ["/docs/grafana/latest/guides/whats-new-in-v4-5/"]
|
||||
weight = -12
|
||||
[_build]
|
||||
list = false
|
||||
+++
|
||||
|
||||
# What's new in Grafana v4.5
|
||||
|
@ -4,6 +4,8 @@ description = "Feature and improvement highlights for Grafana v4.6"
|
||||
keywords = ["grafana", "new", "documentation", "4.6", "release notes"]
|
||||
aliases = ["/docs/grafana/latest/guides/whats-new-in-v4-6/"]
|
||||
weight = -13
|
||||
[_build]
|
||||
list = false
|
||||
+++
|
||||
|
||||
# What's new in Grafana v4.6
|
||||
|
@ -4,6 +4,8 @@ description = "Feature and improvement highlights for Grafana v5.0"
|
||||
keywords = ["grafana", "new", "documentation", "5.0", "release notes"]
|
||||
aliases = ["/docs/grafana/latest/guides/whats-new-in-v5/"]
|
||||
weight = -14
|
||||
[_build]
|
||||
list = false
|
||||
+++
|
||||
|
||||
# What's new in Grafana v5.0
|
||||
|
@ -4,6 +4,8 @@ description = "Feature and improvement highlights for Grafana v5.1"
|
||||
keywords = ["grafana", "new", "documentation", "5.1", "release notes"]
|
||||
aliases = ["/docs/grafana/latest/guides/whats-new-in-v5-1/"]
|
||||
weight = -15
|
||||
[_build]
|
||||
list = false
|
||||
+++
|
||||
|
||||
# What's new in Grafana v5.1
|
||||
|
@ -4,6 +4,8 @@ description = "Feature and improvement highlights for Grafana v5.2"
|
||||
keywords = ["grafana", "new", "documentation", "5.2", "release notes"]
|
||||
aliases = ["/docs/grafana/latest/guides/whats-new-in-v5-2/"]
|
||||
weight = -16
|
||||
[_build]
|
||||
list = false
|
||||
+++
|
||||
|
||||
# What's new in Grafana v5.2
|
||||
|
@ -4,6 +4,8 @@ description = "Feature and improvement highlights for Grafana v5.3"
|
||||
keywords = ["grafana", "new", "documentation", "5.3", "release notes"]
|
||||
aliases = ["/docs/grafana/latest/guides/whats-new-in-v5-3/"]
|
||||
weight = -17
|
||||
[_build]
|
||||
list = false
|
||||
+++
|
||||
|
||||
# What's new in Grafana v5.3
|
||||
|
@ -4,6 +4,8 @@ description = "Feature and improvement highlights for Grafana v5.4"
|
||||
keywords = ["grafana", "new", "documentation", "5.4", "release notes"]
|
||||
aliases = ["/docs/grafana/latest/guides/whats-new-in-v5-4/"]
|
||||
weight = -18
|
||||
[_build]
|
||||
list = false
|
||||
+++
|
||||
|
||||
# What's new in Grafana v5.4
|
||||
|
@ -4,6 +4,8 @@ description = "Feature and improvement highlights for Grafana v6.0"
|
||||
keywords = ["grafana", "new", "documentation", "6.0", "release notes"]
|
||||
aliases = ["/docs/grafana/latest/guides/whats-new-in-v6-0/"]
|
||||
weight = -19
|
||||
[_build]
|
||||
list = false
|
||||
+++
|
||||
|
||||
# What's new in Grafana v6.0
|
||||
|
@ -4,6 +4,8 @@ description = "Feature and improvement highlights for Grafana v6.1"
|
||||
keywords = ["grafana", "new", "documentation", "6.1", "release notes"]
|
||||
aliases = ["/docs/grafana/latest/guides/whats-new-in-v6-1/"]
|
||||
weight = -20
|
||||
[_build]
|
||||
list = false
|
||||
+++
|
||||
|
||||
# What's new in Grafana v6.1
|
||||
|
@ -4,6 +4,8 @@ description = "Feature and improvement highlights for Grafana v6.2"
|
||||
keywords = ["grafana", "new", "documentation", "6.2", "release notes"]
|
||||
aliases = ["/docs/grafana/latest/guides/whats-new-in-v6-2/"]
|
||||
weight = -21
|
||||
[_build]
|
||||
list = false
|
||||
+++
|
||||
|
||||
# What's new in Grafana v6.2
|
||||
|
@ -4,6 +4,8 @@ description = "Feature and improvement highlights for Grafana v6.3"
|
||||
keywords = ["grafana", "new", "documentation", "6.3", "release notes"]
|
||||
aliases = ["/docs/grafana/latest/guides/whats-new-in-v6-3/"]
|
||||
weight = -22
|
||||
[_build]
|
||||
list = false
|
||||
+++
|
||||
|
||||
# What's new in Grafana v6.3
|
||||
|
@ -4,6 +4,8 @@ description = "Feature and improvement highlights for Grafana v6.4"
|
||||
keywords = ["grafana", "new", "documentation", "6.4", "release notes"]
|
||||
aliases = ["/docs/grafana/latest/guides/whats-new-in-v6-4/"]
|
||||
weight = -23
|
||||
[_build]
|
||||
list = false
|
||||
+++
|
||||
|
||||
# What's new in Grafana v6.4
|
||||
|
@ -4,6 +4,8 @@ description = "Feature and improvement highlights for Grafana v6.5"
|
||||
keywords = ["grafana", "new", "documentation", "6.5", "release notes"]
|
||||
aliases = ["/docs/grafana/latest/guides/whats-new-in-v6-5/"]
|
||||
weight = -24
|
||||
[_build]
|
||||
list = false
|
||||
+++
|
||||
|
||||
# What's new in Grafana v6.5
|
||||
|
@ -4,6 +4,8 @@ description = "Feature and improvement highlights for Grafana v6.6"
|
||||
keywords = ["grafana", "new", "documentation", "6.6", "release notes"]
|
||||
aliases = ["/docs/grafana/latest/guides/whats-new-in-v6-6/"]
|
||||
weight = -25
|
||||
[_build]
|
||||
list = false
|
||||
+++
|
||||
|
||||
# What's new in Grafana v6.6
|
||||
|
@ -4,6 +4,8 @@ description = "Feature and improvement highlights for Grafana v6.7"
|
||||
keywords = ["grafana", "new", "documentation", "6.7", "release notes"]
|
||||
aliases = ["/docs/grafana/latest/guides/whats-new-in-v6-7/"]
|
||||
weight = -26
|
||||
[_build]
|
||||
list = false
|
||||
+++
|
||||
|
||||
# What's new in Grafana v6.7
|
||||
|
@ -4,6 +4,8 @@ description = "Feature and improvement highlights for Grafana v7"
|
||||
keywords = ["grafana", "new", "documentation", "7.0", "release notes"]
|
||||
aliases = ["/docs/grafana/latest/guides/whats-new-in-v7-0/"]
|
||||
weight = -27
|
||||
[_build]
|
||||
list = false
|
||||
+++
|
||||
|
||||
# What's new in Grafana v7.0
|
||||
|
@ -4,6 +4,8 @@ description = "Feature and improvement highlights for Grafana v7.1"
|
||||
keywords = ["grafana", "new", "documentation", "7.1", "release notes"]
|
||||
aliases = ["/docs/grafana/latest/guides/whats-new-in-v7-1/"]
|
||||
weight = -28
|
||||
[_build]
|
||||
list = false
|
||||
+++
|
||||
|
||||
# What's new in Grafana v7.1
|
||||
|
@ -4,6 +4,8 @@ description = "Feature and improvement highlights for Grafana v7.2"
|
||||
keywords = ["grafana", "new", "documentation", "7.2", "release notes"]
|
||||
aliases = ["/docs/grafana/latest/guides/whats-new-in-v7-2/"]
|
||||
weight = -29
|
||||
[_build]
|
||||
list = false
|
||||
+++
|
||||
|
||||
# What's new in Grafana v7.2
|
||||
|
@ -4,6 +4,8 @@ description = "Feature and improvement highlights for Grafana v7.3"
|
||||
keywords = ["grafana", "new", "documentation", "7.3", "release notes"]
|
||||
aliases = ["/docs/grafana/latest/guides/whats-new-in-v7-3/"]
|
||||
weight = -30
|
||||
[_build]
|
||||
list = false
|
||||
+++
|
||||
|
||||
# What's new in Grafana v7.3
|
||||
|
@ -9515,6 +9515,11 @@ caniuse-api@^3.0.0:
|
||||
lodash.memoize "^4.1.2"
|
||||
lodash.uniq "^4.5.0"
|
||||
|
||||
caniuse-db@1.0.30000772:
|
||||
version "1.0.30000772"
|
||||
resolved "https://registry.yarnpkg.com/caniuse-db/-/caniuse-db-1.0.30000772.tgz#51aae891768286eade4a3d8319ea76d6a01b512b"
|
||||
integrity sha1-UarokXaChureSj2DGep21qAbUSs=
|
||||
|
||||
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000981, caniuse-lite@^1.0.30000989, caniuse-lite@^1.0.30001020, caniuse-lite@^1.0.30001035, caniuse-lite@^1.0.30001093:
|
||||
version "1.0.30001104"
|
||||
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001104.tgz#4e3d5b3b1dd3c3529f10cb7f519c62ba3e579f5d"
|
||||
|
Loading…
Reference in New Issue
Block a user