File tree 7 files changed +8
-8
lines changed
tools/backend-dev-grafana
7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 33
33
- 0
34
34
containers :
35
35
- name : grafana
36
- image : grafana/grafana-enterprise:11.5.2
36
+ image : grafana/grafana-enterprise:11.6.0
37
37
imagePullPolicy : IfNotPresent
38
38
ports :
39
39
- containerPort : 3000
Original file line number Diff line number Diff line change 17
17
spec :
18
18
containers :
19
19
- name : tempo
20
- image : grafana/tempo:2.7.1
20
+ image : grafana/tempo:2.7.2
21
21
args :
22
22
- " -config.file=/etc/tempo-config/tempo.yaml"
23
23
imagePullPolicy : IfNotPresent
Original file line number Diff line number Diff line change 21
21
"@typescript-eslint/eslint-plugin" : " 8.28.0" ,
22
22
"@typescript-eslint/parser" : " 8.28.0" ,
23
23
"eslint" : " 9.23.0" ,
24
- "fastify" : " ^5.2.1 " ,
24
+ "fastify" : " ^5.2.2 " ,
25
25
"fastify4" : " npm:fastify@^4.29.0" ,
26
26
"jest" : " 29.7.0" ,
27
27
"prettier" : " 3.5.3" ,
Original file line number Diff line number Diff line change 38
38
"@typescript-eslint/parser" : " 8.28.0" ,
39
39
"eslint" : " 9.23.0" ,
40
40
"dotenv-cli" : " 8.0.0" ,
41
- "fastify" : " 5.2.1 " ,
41
+ "fastify" : " 5.2.2 " ,
42
42
"jest" : " 29.7.0" ,
43
43
"prettier" : " 3.5.3" ,
44
44
"rimraf" : " 6.0.1" ,
Original file line number Diff line number Diff line change 37
37
"@typescript-eslint/parser" : " 8.28.0" ,
38
38
"eslint" : " 9.23.0" ,
39
39
"dotenv-cli" : " 8.0.0" ,
40
- "fastify" : " 5.2.1 " ,
40
+ "fastify" : " 5.2.2 " ,
41
41
"jest" : " 29.7.0" ,
42
42
"prettier" : " 3.5.3" ,
43
43
"rimraf" : " 6.0.1" ,
Original file line number Diff line number Diff line change 1
1
services :
2
2
tempo :
3
- image : grafana/tempo:2.7.1
3
+ image : grafana/tempo:2.7.2
4
4
command : [ "-config.file=/etc/tempo.yaml" ]
5
5
volumes :
6
6
- ./config/tempo.yaml:/etc/tempo.yaml
@@ -34,7 +34,7 @@ services:
34
34
- " 9090:9090"
35
35
36
36
grafana :
37
- image : grafana/grafana-enterprise:11.5.2
37
+ image : grafana/grafana-enterprise:11.6.0
38
38
volumes :
39
39
- ./config/grafana-dashboards:/etc/dashboards
40
40
- ./config/grafana-datasources.yaml:/etc/grafana/provisioning/datasources/datasources.yaml
Original file line number Diff line number Diff line change 34
34
"react-dom" : " 19.0.0" ,
35
35
"react-redux" : " 9.2.0" ,
36
36
"react-router" : " 7.4.0" ,
37
- "worker-timers" : " 8.0.19 "
37
+ "worker-timers" : " 8.0.20 "
38
38
},
39
39
"devDependencies" : {
40
40
"@babel/cli" : " 7.27.0" ,
You can’t perform that action at this time.
0 commit comments