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.4.0 #1900

Merged
merged 1 commit into from
Dec 9, 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:11.3.1@sha256:fa801ab6e1ae035135309580891e09f7eb94d1abdbd2106bdc288030b028158c
image: grafana/grafana:11.4.0@sha256:d8ea37798ccc41061a62ab080f2676dda6bf7815558499f901bdb0f533a456fb
user: 1000:1000
restart: on-failure
volumes:
Expand Down
8 changes: 4 additions & 4 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: "11.3.1"
version: "11.4.0"
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 @@ -39,9 +39,9 @@ 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.
Welcome to Grafana 11.4! This is a special release with one new feature, created in partnership with AWS.
We’ve made improvements to Cloudwatch so you can query your logs using two additional query languages: Opensearch PPL and Opensearch SQL.
Weve also updated the querying experience by providing a sample of commonly-used queries, syntax highlighting in the query editor, and auto-completion suggestions for complex queries. Read on to learn more about this new feature.


Full release notes are available at https://grafana.com/docs/grafana/latest/whatsnew/
Expand Down
Loading