Skip to content

Commit 95941b3

Browse files
committed
Grafana 11.6.1
1 parent f1f1fcc commit 95941b3

File tree

4 files changed

+5
-12
lines changed

4 files changed

+5
-12
lines changed

grafana/Dockerfile

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Ensure selecting a tag that is available for arm/v7, arm64, and amd64
22
# https://hub.docker.com/r/grafana/grafana/tags
3-
FROM grafana/grafana:11.6.0
3+
FROM grafana/grafana-dev:11.6.1-238589
44

55
ENV GF_ANALYTICS_REPORTING_ENABLED=false \
66
GF_AUTH_ANONYMOUS_ENABLED=false \
@@ -13,14 +13,10 @@ ENV GF_ANALYTICS_REPORTING_ENABLED=false \
1313
GF_USERS_ALLOW_SIGN_UP=false \
1414
GF_USERS_DEFAULT_LANGUAGE=detect \
1515
GF_DASHBOARDS_DEFAULT_HOME_DASHBOARD_PATH=/dashboards_internal/home.json \
16+
GF_DATE_FORMATS_USE_BROWSER_LOCALE=true \
1617
DATABASE_PORT=5432 \
1718
DATABASE_SSL_MODE=disable
1819

19-
# This experimental config option is temporarily disabled
20-
# https://github.com/grafana/grafana/pull/102396 is merged and released in 11.6.0
21-
# https://github.com/grafana/grafana/pull/102750 is open and yet to be merged & released
22-
# ENV GF_DATE_FORMATS_USE_BROWSER_LOCALE=true
23-
2420
USER grafana
2521

2622
COPY logo.svg /usr/share/grafana/public/img/grafana_icon.svg

nix/module.nix

+1-4
Original file line numberDiff line numberDiff line change
@@ -255,10 +255,7 @@ in
255255
"auth.basic".enabled = false;
256256
analytics.reporting_enabled = false;
257257
dashboards.default_home_dashboard_path = "../grafana/dashboards/internal/home.json";
258-
# This experimental config option is temporarily disabled
259-
# https://github.com/grafana/grafana/pull/102396 is merged and released in 11.6.0
260-
# https://github.com/grafana/grafana/pull/102750 is open and yet to be merged & released
261-
# Ensure Grafana has been updated in an upcoming NixOS release once Pull Requests are merged
258+
# This experimental config option is disabled until Grafana 11.6.1 becomes available in NixOS 25.05
262259
# date_formats.use_browser_locale = true;
263260
};
264261
provision = {

website/docs/installation/debian.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Source: [erlang.org/downloads](https://www.erlang.org/downloads#prebuilt)
3737
</details>
3838

3939
<details>
40-
<summary>Grafana (v11.6.0+)</summary>
40+
<summary>Grafana (v11.6.1+)</summary>
4141

4242
```bash
4343
sudo apt-get install -y apt-transport-https software-properties-common

website/docs/installation/freebsd.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ service postgresql initdb
7070
</details>
7171

7272
<details>
73-
<summary>Grafana (v11.6.0+)</summary>
73+
<summary>Grafana (v11.6.1+)</summary>
7474

7575
```bash
7676
pkg install grafana

0 commit comments

Comments
 (0)