Skip to content

Commit 6f3d922

Browse files
committed
Grafana 11.6.1
1 parent 76c6898 commit 6f3d922

28 files changed

Lines changed: 171 additions & 187 deletions

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
### Improvements and bug fixes
1414

1515
- fix(nix): non-recursive provider for ../grafana/dashboards (#4680 - @swiffer)
16+
- feat: Grafana 11.6.1 (#4662 - @swiffer)
1617

1718
#### Build, CI, internal
1819

grafana/Dockerfile

Lines changed: 2 additions & 6 deletions
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:11.6.1
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

grafana/dashboards/battery-health.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"textMode": "value_and_name",
9696
"wideLayout": true
9797
},
98-
"pluginVersion": "11.6.0",
98+
"pluginVersion": "11.6.1",
9999
"targets": [
100100
{
101101
"datasource": {
@@ -242,7 +242,7 @@
242242
"textMode": "value_and_name",
243243
"wideLayout": true
244244
},
245-
"pluginVersion": "11.6.0",
245+
"pluginVersion": "11.6.1",
246246
"targets": [
247247
{
248248
"datasource": {
@@ -352,7 +352,7 @@
352352
"textMode": "value_and_name",
353353
"wideLayout": true
354354
},
355-
"pluginVersion": "11.6.0",
355+
"pluginVersion": "11.6.1",
356356
"targets": [
357357
{
358358
"datasource": {
@@ -609,7 +609,7 @@
609609
"sort": "none"
610610
}
611611
},
612-
"pluginVersion": "11.6.0",
612+
"pluginVersion": "11.6.1",
613613
"targets": [
614614
{
615615
"datasource": {
@@ -724,7 +724,7 @@
724724
"showThresholdMarkers": true,
725725
"sizing": "auto"
726726
},
727-
"pluginVersion": "11.6.0",
727+
"pluginVersion": "11.6.1",
728728
"targets": [
729729
{
730730
"datasource": {
@@ -828,7 +828,7 @@
828828
"sizing": "auto",
829829
"valueMode": "color"
830830
},
831-
"pluginVersion": "11.6.0",
831+
"pluginVersion": "11.6.1",
832832
"targets": [
833833
{
834834
"datasource": {
@@ -960,7 +960,7 @@
960960
"textMode": "value_and_name",
961961
"wideLayout": true
962962
},
963-
"pluginVersion": "11.6.0",
963+
"pluginVersion": "11.6.1",
964964
"targets": [
965965
{
966966
"datasource": {
@@ -1172,7 +1172,7 @@
11721172
"text": {},
11731173
"valueMode": "color"
11741174
},
1175-
"pluginVersion": "11.6.0",
1175+
"pluginVersion": "11.6.1",
11761176
"targets": [
11771177
{
11781178
"datasource": {
@@ -1366,7 +1366,7 @@
13661366
"textMode": "value",
13671367
"wideLayout": true
13681368
},
1369-
"pluginVersion": "11.6.0",
1369+
"pluginVersion": "11.6.1",
13701370
"targets": [
13711371
{
13721372
"datasource": {
@@ -1471,7 +1471,7 @@
14711471
"text": {},
14721472
"valueMode": "color"
14731473
},
1474-
"pluginVersion": "11.6.0",
1474+
"pluginVersion": "11.6.1",
14751475
"targets": [
14761476
{
14771477
"datasource": {
@@ -1713,7 +1713,7 @@
17131713
"sort": "none"
17141714
}
17151715
},
1716-
"pluginVersion": "11.6.0",
1716+
"pluginVersion": "11.6.1",
17171717
"targets": [
17181718
{
17191719
"alias": "",

grafana/dashboards/charge-level.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
"sort": "none"
138138
}
139139
},
140-
"pluginVersion": "11.6.0",
140+
"pluginVersion": "11.6.1",
141141
"targets": [
142142
{
143143
"alias": "",

grafana/dashboards/charges.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
"textMode": "auto",
123123
"wideLayout": true
124124
},
125-
"pluginVersion": "11.6.0",
125+
"pluginVersion": "11.6.1",
126126
"targets": [
127127
{
128128
"datasource": {
@@ -220,7 +220,7 @@
220220
"textMode": "auto",
221221
"wideLayout": true
222222
},
223-
"pluginVersion": "11.6.0",
223+
"pluginVersion": "11.6.1",
224224
"targets": [
225225
{
226226
"datasource": {
@@ -319,7 +319,7 @@
319319
"textMode": "auto",
320320
"wideLayout": true
321321
},
322-
"pluginVersion": "11.6.0",
322+
"pluginVersion": "11.6.1",
323323
"targets": [
324324
{
325325
"datasource": {
@@ -419,7 +419,7 @@
419419
"textMode": "auto",
420420
"wideLayout": true
421421
},
422-
"pluginVersion": "11.6.0",
422+
"pluginVersion": "11.6.1",
423423
"targets": [
424424
{
425425
"datasource": {
@@ -1166,7 +1166,7 @@
11661166
"showHeader": true,
11671167
"sortBy": []
11681168
},
1169-
"pluginVersion": "11.6.0",
1169+
"pluginVersion": "11.6.1",
11701170
"targets": [
11711171
{
11721172
"datasource": {
@@ -1254,7 +1254,7 @@
12541254
"content": "From here you can check if you have \nincomplete data of **Charges** (charges without ending date)\nIf so, you may follow the official \nguide by <a href='https://docs.teslamate.org/docs/maintenance/manually_fixing_data' target='_blank'>Manually fixing data</a>",
12551255
"mode": "markdown"
12561256
},
1257-
"pluginVersion": "11.6.0",
1257+
"pluginVersion": "11.6.1",
12581258
"title": "",
12591259
"type": "text"
12601260
},
@@ -1309,7 +1309,7 @@
13091309
},
13101310
"showHeader": true
13111311
},
1312-
"pluginVersion": "11.6.0",
1312+
"pluginVersion": "11.6.1",
13131313
"targets": [
13141314
{
13151315
"alias": "",

grafana/dashboards/charging-stats.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"textMode": "value",
103103
"wideLayout": true
104104
},
105-
"pluginVersion": "11.6.0",
105+
"pluginVersion": "11.6.1",
106106
"targets": [
107107
{
108108
"datasource": {
@@ -190,7 +190,7 @@
190190
"textMode": "value",
191191
"wideLayout": true
192192
},
193-
"pluginVersion": "11.6.0",
193+
"pluginVersion": "11.6.1",
194194
"targets": [
195195
{
196196
"datasource": {
@@ -279,7 +279,7 @@
279279
"textMode": "value",
280280
"wideLayout": true
281281
},
282-
"pluginVersion": "11.6.0",
282+
"pluginVersion": "11.6.1",
283283
"targets": [
284284
{
285285
"datasource": {
@@ -368,7 +368,7 @@
368368
"textMode": "value",
369369
"wideLayout": true
370370
},
371-
"pluginVersion": "11.6.0",
371+
"pluginVersion": "11.6.1",
372372
"targets": [
373373
{
374374
"datasource": {
@@ -451,7 +451,7 @@
451451
"textMode": "auto",
452452
"wideLayout": true
453453
},
454-
"pluginVersion": "11.6.0",
454+
"pluginVersion": "11.6.1",
455455
"targets": [
456456
{
457457
"datasource": {
@@ -554,7 +554,7 @@
554554
"textMode": "auto",
555555
"wideLayout": true
556556
},
557-
"pluginVersion": "11.6.0",
557+
"pluginVersion": "11.6.1",
558558
"targets": [
559559
{
560560
"datasource": {
@@ -629,7 +629,7 @@
629629
"textMode": "auto",
630630
"wideLayout": true
631631
},
632-
"pluginVersion": "11.6.0",
632+
"pluginVersion": "11.6.1",
633633
"targets": [
634634
{
635635
"datasource": {
@@ -722,7 +722,7 @@
722722
"textMode": "auto",
723723
"wideLayout": true
724724
},
725-
"pluginVersion": "11.6.0",
725+
"pluginVersion": "11.6.1",
726726
"targets": [
727727
{
728728
"datasource": {
@@ -841,7 +841,7 @@
841841
"unit": "short"
842842
}
843843
},
844-
"pluginVersion": "11.6.0",
844+
"pluginVersion": "11.6.1",
845845
"targets": [
846846
{
847847
"datasource": {
@@ -999,7 +999,7 @@
999999
"sort": "desc"
10001000
}
10011001
},
1002-
"pluginVersion": "11.6.0",
1002+
"pluginVersion": "11.6.1",
10031003
"targets": [
10041004
{
10051005
"datasource": {
@@ -1190,7 +1190,7 @@
11901190
"sort": "none"
11911191
}
11921192
},
1193-
"pluginVersion": "11.6.0",
1193+
"pluginVersion": "11.6.1",
11941194
"targets": [
11951195
{
11961196
"datasource": {
@@ -1388,7 +1388,7 @@
13881388
"zoom": 15
13891389
}
13901390
},
1391-
"pluginVersion": "11.6.0",
1391+
"pluginVersion": "11.6.1",
13921392
"targets": [
13931393
{
13941394
"datasource": {
@@ -1535,7 +1535,7 @@
15351535
"sort": "none"
15361536
}
15371537
},
1538-
"pluginVersion": "11.6.0",
1538+
"pluginVersion": "11.6.1",
15391539
"targets": [
15401540
{
15411541
"datasource": {
@@ -1753,7 +1753,7 @@
17531753
"sort": "none"
17541754
}
17551755
},
1756-
"pluginVersion": "11.6.0",
1756+
"pluginVersion": "11.6.1",
17571757
"targets": [
17581758
{
17591759
"alias": "",
@@ -1965,7 +1965,7 @@
19651965
"showHeader": true,
19661966
"sortBy": []
19671967
},
1968-
"pluginVersion": "11.6.0",
1968+
"pluginVersion": "11.6.1",
19691969
"targets": [
19701970
{
19711971
"datasource": {
@@ -2181,7 +2181,7 @@
21812181
"showHeader": true,
21822182
"sortBy": []
21832183
},
2184-
"pluginVersion": "11.6.0",
2184+
"pluginVersion": "11.6.1",
21852185
"targets": [
21862186
{
21872187
"datasource": {
@@ -2307,7 +2307,7 @@
23072307
},
23082308
"showHeader": true
23092309
},
2310-
"pluginVersion": "11.6.0",
2310+
"pluginVersion": "11.6.1",
23112311
"targets": [
23122312
{
23132313
"datasource": {
@@ -2447,7 +2447,7 @@
24472447
},
24482448
"showHeader": true
24492449
},
2450-
"pluginVersion": "11.6.0",
2450+
"pluginVersion": "11.6.1",
24512451
"targets": [
24522452
{
24532453
"datasource": {

0 commit comments

Comments
 (0)