Skip to content

Update grafana/grafana Docker tag to v8.5.27 #117

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 Mar 26, 2025

This PR contains the following updates:

Package Type Update Change
grafana/grafana Kustomization minor 8.4.1 -> 8.5.27

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

grafana/grafana (grafana/grafana)

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)

Compare Source

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

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 this update again.


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

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

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