grafana/docs/sources/release-notes/release-notes-7-3-0.md
Jack Baldry c1c48dd610
Use relative aliases for all non-current Grafana aliases (#60062)
* Use relative aliases for all non-current Grafana aliases

Prevents non-latest documentation "stealing" the page away from latest
and through permanent redirects for latest pages that no longer exist.

The redirected pages are indexed by search engines but our robots.txt
forbids them crawling the non-latest page.

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* Remove aliases from shared pages

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* Rewrite all current latest aliases to be next

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* Fix typo in latest alias

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* Remove all current page aliases

find docs/sources -type f -name '*.md' -exec sed -z -i 's#\n *- /docs/grafana/next/[^\n]*\n#\n#' {} \;
find docs/sources -type f -name '*.md' -exec sed -Ez -i 's#\n((aliases:\n *-)|aliases:\n)#\n\2#' {} \;

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* Prettier

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
2022-12-09 12:36:04 -04:00

11 KiB

_build title
list
false
Release notes for Grafana 7.3.0

Release notes for Grafana 7.3.0

7.3.0 Stable


Features and enhancements

Bug fixes

  • Alerting: Log warnings for obsolete notifiers when extracting alerts and remove frequent error log messages. #28162, @papagian
  • Auth: Fix SigV4 request verification step for Amazon Elasticsearch Service. #28481, @wbrowne
  • Auth: Should redirect to login when anonymous enabled and URL with different org than anonymous specified. #28158, @marefr
  • Elasticsearch: Fix handling of errors when testing data source. #28498, @marefr
  • Graphite: Fix default version to be 1.1. #28471, @ivanahuckova
  • StatPanel: Fixes BizChart error max: yyy should not be less than min zzz. #28587, @hugohaggmark

7.3.0-beta2


Features and enhancements

Bug fixes

7.3.0-beta1


Breaking changes

  • CloudWatch: The AWS CloudWatch data source's authentication scheme has changed. See the [upgrade notes]{{< relref "../setup-grafana/upgrade-grafana/#upgrading-to-v73" >}}) for details and how this may affect you.

Features and enhancements

Bug fixes

  • Azure Analytics: FormatAs Time series groups bool columns wrong. #27713
  • Azure: Fixes cancellation of requests with different Azure sources. #28180, @hugohaggmark
  • BackendSrv: Reloads page instead of redirect on Unauthorized Error. #28276, @hugohaggmark
  • Dashboard: Do not allow users without edit permission to a folder to see new dashboard page. #28249, @torkelo
  • Dashboard: Fixed issue accessing horizontal table scrollbar when placed at bottom of dashboard. #28250, @torkelo
  • DataProxy: Add additional settings for dataproxy to help with network proxy timeouts. #27841, @kahinton
  • Database: Adds new indices to alert_notification_state and alert_rule_tag tables. #28166, @KarineValenca
  • Explore: Fix showing of Prometheus data in Query inspector. #28128, @ivanahuckova
  • Explore: Show results of Prometheus instant queries in formatted table. #27767, @ivanahuckova
  • Graph: Prevent legend from overflowing container. #28254, @jackw
  • OAuth: Fix token refresh failure when custom SSL settings are configured for OAuth provider. #27523, @billoley
  • Plugins: Let descendant plugins inherit their root's signature. #27970, @aknuds1
  • Runtime: Fix handling of short-lived background services. #28025, @ahlaw
  • TemplateSrv: Fix interpolating strings with object variables. #28171, @torkelo
  • Variables: Fixes so constants set from url get completed state. #28257, @hugohaggmark
  • Variables: Prevent adhoc filters from crashing when they are not loaded properly. #28226, @mckn