Skip to content

Commit

Permalink
Update Grafana to version 11.3.1 (#1839)
Browse files Browse the repository at this point in the history
Co-authored-by: nmfretz <[email protected]>
  • Loading branch information
al-lac and nmfretz authored Nov 27, 2024
1 parent 1eceb11 commit 963bf15
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
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

0 comments on commit 963bf15

Please sign in to comment.