Skip to content
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.

0.3.0

Latest
Compare
Choose a tag to compare
@ownclouders ownclouders released this 17 Aug 13:40
· 3 commits to master since this release
v0.3.0
6bf25c3

Changes in 0.3.0

Summary

  • Bugfix - Build docker images with alpine:latest instead of alpine:edge: #35
  • Enhancement - Serve the metrics endpoint: #37

Details

  • Bugfix - Build docker images with alpine:latest instead of alpine:edge: #35

    ARM builds were failing when built on alpine:edge, so we switched to alpine:latest instead.

    #35

  • Enhancement - Serve the metrics endpoint: #37

    Added the metrics endpoint to be able to monitor this service like the other services

    #37