Skip to content

Update grafana monorepo to v8.5.27 #17

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 31, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@grafana/data (source) 8.3.6 -> 8.5.27 age adoption passing confidence
@grafana/runtime (source) 8.3.6 -> 8.5.27 age adoption passing confidence
@grafana/toolkit (source) 8.3.6 -> 8.5.27 age adoption passing confidence
@grafana/ui (source) 8.3.6 -> 8.5.27 age adoption passing confidence

Release Notes

grafana/grafana (@​grafana/data)

v8.5.27

Compare Source

Download page
What's new highlights

v8.5.26

Bug fixes
  • Alerting: Require alert.notifications:write permissions to test receivers and templates

Download page
What's new highlights

v8.5.24

Compare Source

Download page
What's new highlights

v8.5.22

Compare Source

Download page
What's new highlights

v8.5.21: (2023-02-28)

Compare Source

Download page
What's new highlights

v8.5.20: 8.5.20

Compare Source

Download page
What's new highlights

Features and enhancements

v8.5.16: 8.5.16 (2023-01-25)

Compare Source

Download page
What's new highlights

Features and enhancements

v8.5.15: 8.5.15 (2022-11-08)

Compare Source

Download page
What's new highlights

Features and enhancements

v8.5.14

Compare Source

v8.5.13: 8.5.13 (2022-09-20)

Download page
What's new highlights

Features and enhancements
Bug fixes

v8.5.11: 8.5.11 (2022-08-30)

Compare Source

Download page
What's new highlights

Features and enhancements

v8.5.10: 8.5.10 (2022-08-08)

Compare Source

Download page
What's new highlights

Bug fixes

v8.5.9: 8.5.9 (2022-07-14)

Compare Source

Download page
What's new highlights

Bug fixes

v8.5.6: 8.5.6 (2022-06-14)

Compare Source

Download page
What's new highlights

Bug fixes

v8.5.5: 8.5.5 (2022-06-06)

Compare Source

Download page
What's new highlights

Features and enhancements
Bug fixes

v8.5.4: 8.5.4 (2022-05-30)

Compare Source

Download page
What's new highlights

Features and enhancements
Bug fixes
Breaking changes

For a data source query made via /api/ds/query :

  • If the DatasourceQueryMultiStatus feature is enabled and
    • The data source response has an error set as part of the DataResponse, the resulting HTTP status code is now 207 Multi Status instead of 400 Bad gateway
  • If the DatasourceQueryMultiStatus feature is not enabled and
    • The data source response has an error set as part of the DataResponse, the resulting HTTP status code is 400 Bad Request (no breaking change)
      --> Issue #​48550

v8.5.3: 8.5.3 (2022-05-19)

Compare Source

Download page
What's new highlights

Bug fixes

v8.5.2: 8.5.2 (2022-05-03)

Compare Source

Download page
What's new highlights

Features and enhancements
Bug fixes

v8.5.1: 8.5.1 (2022-04-27)

Compare Source

Download page
What's new highlights

Bug fixes

v8.5.0: 8.5.0 (2022-04-21)

Compare Source

Download page
What's new highlights

Features and enhancements
Bug fixes
Breaking changes

For a proxied request, e.g. Grafana's datasource or plugin proxy:

  • If the request is cancelled, e.g. from the browser/by the client, the HTTP status code is now 499 Client closed request instead of 502 Bad gateway
  • If the request times out, e.g. takes longer time than allowed, the HTTP status code is now 504 Gateway timeout instead of 502 Bad gateway. Issue #​47473

The change in behavior is that negative-valued series are now stacked downwards from 0 (in their own stacks), rather than downwards from the top of the positive stacks. We now automatically group stacks by Draw style, Line interpolation, and Bar alignment, making it impossible to stack bars on top of lines, or smooth lines on top of stepped lines. Issue #​47373

The meaning of the default data source has now changed from being a persisted property in a panel. Before when you selected the default data source for a panel and later changed the default data source to another data source it would change all panels who were configured to use the default data source. From now on the default data source is just the default for new panels and changing the default will not impact any currently saved dashboards. Issue #​45132

The Tooltip component provided by @grafana/ui is no longer automatically interactive (that is you can hover onto it and click a link or select text). It will from now on by default close automatically when you mouse out from the trigger element. To make tooltips behave like before set the new interactive property to true.
Issue #​45053

Deprecations

/api/tsdb/query API has been deprecated and will be removed in a future release. Use /api/ds/query instead. Issue #​45238

Plugin development fixes & changes

v8.4.11: 8.4.11 (2022-08-30)

Compare Source

Download page
What's new highlights

Features and enhancements

v8.4.10: 8.4.10 (2022-07-14)

Compare Source

Download page
What's new highlights

Bug fixes

v8.4.7: 8.4.7 (2022-04-19)

Compare Source

Download page
What's new highlights

Features and enhancements
Bug fixes

v8.4.6: 8.4.6 (2022-04-12)

Compare Source

Download page
What's new highlights

  • Security: Fixes CVE-2022-24812. For more information, see our blog

v8.4.5: 8.4.5 (2022-03-31)

Compare Source

Download page
What's new highlights

Features and enhancements
  • Instrumentation: Make backend plugin metrics endpoints available with optional authentication. #​46467, @​marefr
  • Table panel: Show datalinks for cell display modes JSON View and Gauge derivates. #​46020, @​mdvictor
Bug fixes

v8.4.4: 8.4.4 (2022-03-16)

Compare Source

Download page
What's new highlights

Features and enhancements
Bug fixes

v8.4.3: 8.4.3 (2022-03-02)

Compare Source

Download page
What's new highlights

Features and enhancements
Bug fixes
Plugin development fixes & changes

v8.4.2: 8.4.2 (2022-02-23)

Compare Source

Download page
What's new highlights

Features and enhancements
Bug fixes

v8.4.1: 8.4.1 (2022-02-18)

Compare Source

Download page
What's new highlights

Features and enhancements
Bug fixes

v8.4.0: 8.4.0 (2022-02-16)

Compare Source

Download page
What's new highlights

Features and enhancements
Bug fixes
Deprecations

AngularJS plugin support is now in a deprecated state, meaning it will be removed in a future release. Currently, that is planned for version 10 (in 2023). The documentation site has an article with more details on why, when, and how. Issue #​45149

v8.3.10

Compare Source

v8.3.7: 8.3.7 (2022-03-01)

Compare Source

Download page
What's new highlights

Bug fixes
  • Provisioning: Ensure that the default value for orgID is set when provisioning datasources to be deleted. #​44244, @​filewalkwithme

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/grafana-monorepo branch from 6b4e44e to 605340a Compare February 28, 2023 11:49
@renovate renovate bot changed the title Update grafana monorepo to v8.5.20 Update grafana monorepo to v8.5.21 Feb 28, 2023
@renovate renovate bot force-pushed the renovate/grafana-monorepo branch from 605340a to fda2a53 Compare March 22, 2023 09:47
@renovate renovate bot changed the title Update grafana monorepo to v8.5.21 Update grafana monorepo to v8.5.22 Mar 22, 2023
@renovate renovate bot force-pushed the renovate/grafana-monorepo branch from fda2a53 to 80efb67 Compare April 26, 2023 10:03
@renovate renovate bot changed the title Update grafana monorepo to v8.5.22 Update grafana monorepo to v8.5.24 Apr 26, 2023
@renovate renovate bot force-pushed the renovate/grafana-monorepo branch from 80efb67 to a9bc352 Compare May 10, 2023 22:41
@renovate renovate bot changed the title Update grafana monorepo to v8.5.24 Update grafana monorepo to v8.5.25 May 10, 2023
@renovate renovate bot force-pushed the renovate/grafana-monorepo branch from a9bc352 to 57f4b71 Compare June 6, 2023 08:14
@renovate renovate bot changed the title Update grafana monorepo to v8.5.25 Update grafana monorepo to v8.5.26 Jun 6, 2023
@renovate renovate bot force-pushed the renovate/grafana-monorepo branch from 57f4b71 to 72dc573 Compare June 22, 2023 13:16
@renovate renovate bot changed the title Update grafana monorepo to v8.5.26 Update grafana monorepo to v8.5.27 Jun 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants