Skip to content
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

Update Grafana to version 11.3.1 #1839

Merged
merged 4 commits into from
Nov 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion grafana/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
PROXY_AUTH_WHITELIST: "/api/*"

web:
image: grafana/grafana:10.4.5@sha256:c2f484c66179ddd2acae789ecaf8f283359a5ebc597e28253c794a229eb2d3f6
image: grafana/grafana:11.3.1@sha256:fa801ab6e1ae035135309580891e09f7eb94d1abdbd2106bdc288030b028158c
user: 1000:1000
restart: on-failure
volumes:
Expand Down
13 changes: 11 additions & 2 deletions grafana/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: grafana
name: Grafana
tagline: The open-source platform for monitoring and observability
category: networking
version: "10.4.5"
version: "11.3.1"
port: 3030
description: >-
Grafana allows you to query, visualize, alert on and understand your metrics no matter where they are stored. Create, explore, and share dashboards with your team and foster a data-driven culture:
Expand Down Expand Up @@ -35,7 +35,16 @@ gallery:
- 1.jpg
- 2.jpg
- 3.jpg
releaseNotes: ""
releaseNotes: >-
⚠️ Major version upgrades may include breaking changes affecting features, APIs, plugins, and integrations. See https://grafana.com/docs/grafana/latest/breaking-changes/ for details.


Welcome to Grafana 11.3! Scenes-powered dashboards are now generally available and the Explore Logs plugin is now installed by default.
The dashboard experience has also improved in other ways including the ability to trigger API calls from any canvas element with the new Actions option and an update to transformations so you can apply calculations to dynamic fields.
We've also simplified the alert setup experience, added customizable announcement banners that admins can send to all users, and improved some default permissions.


Full release notes are available at https://grafana.com/docs/grafana/latest/whatsnew/
dependencies: []
path: ""
defaultUsername: "admin"
Expand Down