v0.6.0
Breaking change
If you use the GitHub webhook to collect the workflow metrics, you will need to update your ingress. This is not to make public the metrics endpoint and only expose the webhook event.
so for the /metrics
it will listen port 9101
(current one)
for the /
and /gh_event
will listen port 8065
What's Changed
- one listen port for metrics and another for ingress by @cpanato in #73
- fix gh_event handler by @cpanato in #74
Full Changelog: v0.5.0...v0.6.0