Commit b4e4218d authored by Jérome Perrin's avatar Jérome Perrin

software/grafana: version up grafana v8.3.4

parent 79c59324
......@@ -15,7 +15,7 @@
[instance-profile]
filename = instance.cfg.in
md5sum = 60aad3c9b3b8c2668e865671d4146183
md5sum = 079c518004cc0239e61e295aa3879f52
[influxdb-config-file]
filename = influxdb-config-file.cfg.in
......
......@@ -780,6 +780,8 @@ software-url = http://git.erp5.org/gitweb/slapos.git/blob_plain/HEAD:/software/a
slave = true
config-url = ${grafana:url}
config-https-only = true
config-type = websocket
config-websocket-path-list = /api/live/ws
return = domain secure_access
[apache-frontend-available-promise]
......
......@@ -24,17 +24,20 @@ parts =
part = python3
[nodejs]
<= nodejs-14.16.0
<= nodejs-16.13.0
[yarn]
<= yarn-1.22.10
<= yarn-1.22.15
[gcc]
max_version = 0
[go_github.com_grafana_grafana]
<= go-git-package
go.importpath = github.com/grafana/grafana
repository = https://github.com/grafana/grafana
revision = v7.5.2-0-gca413c612f
revision = v8.3.4-0-ga551d74b11
[go_github.com_grafana_loki]
<= go-git-package
......@@ -90,9 +93,10 @@ command = bash -c "
. ${gowork:env.sh} &&
# Unlike the loki, grafana _needs_ CGO_ENABLED, so we override here
export CGO_ENABLED=1 &&
make gen-go && \
go run build.go setup && \
go run build.go build && \
${yarn:location}/bin/yarn install --pure-lockfile && \
${yarn:location}/bin/yarn install --immutable && \
${yarn:location}/bin/yarn run build && \
${yarn:location}/bin/yarn run plugins:build-bundled && \
# Cleanup yarn and Cypress caches
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment