Skip to content

0.8.0 / 2019-04-13

Compare
Choose a tag to compare
@beorn7 beorn7 released this 13 Apr 11:43
· 551 commits to master since this release
d90bf32

If you use the prebuilt Docker container or you build your own one based on
the provided Dockerfile, note that this release changes the user to
nobody. Should you use a persistence file, make sure it is readable and
writable by user nobody.

  • [CHANGE] Run as user nobody in Docker. #242
  • [CHANGE] Adjust --web.route-prefix to work the same as in Prometheus. #190
  • [FEATURE] Add --web.external-url flag (like in Prometheus). #190