Skip to content

Commit

Permalink
feat: Update Grafana to 11.4.0 (#4299)
Browse files Browse the repository at this point in the history
* Grafana 11.4.0

* clean up annotations json

* small consistency improvements
  • Loading branch information
swiffer authored Dec 8, 2024
1 parent ef83d57 commit 38cca3c
Show file tree
Hide file tree
Showing 25 changed files with 2,465 additions and 4,466 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
### Improvements and bug fixes

- fix(nix): wait for mosquitto to start before starting teslamate (#4419 - @brianmay)
- feat: use Grafana 11.4.0 (#4299 - @swiffer)

#### Build, CI, internal

Expand Down
7 changes: 5 additions & 2 deletions grafana/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Ensure selecting a tag that is available for arm/v7, arm64, and amd64
# https://hub.docker.com/r/grafana/grafana/tags
FROM grafana/grafana:11.2.3
FROM grafana/grafana:11.4.0

ENV GF_ANALYTICS_REPORTING_ENABLED=false \
GF_AUTH_ANONYMOUS_ENABLED=false \
Expand All @@ -11,11 +11,14 @@ ENV GF_ANALYTICS_REPORTING_ENABLED=false \
GF_SECURITY_DISABLE_GRAVATAR=true \
GF_USERS_ALLOW_SIGN_UP=false \
GF_USERS_DEFAULT_LANGUAGE=detect \
GF_DATE_FORMATS_USE_BROWSER_LOCALE=true \
GF_DASHBOARDS_DEFAULT_HOME_DASHBOARD_PATH=/dashboards_internal/home.json \
DATABASE_PORT=5432 \
DATABASE_SSL_MODE=disable

# This experimental config option is temporarily disabled (incompatible with Grafana 11.4.0)
# https://github.com/grafana/grafana/issues/95209
# ENV GF_DATE_FORMATS_USE_BROWSER_LOCALE=true

USER grafana

COPY logo.svg /usr/share/grafana/public/img/grafana_icon.svg
Expand Down
Loading

0 comments on commit 38cca3c

Please sign in to comment.