Releases: Labbs/github-actions-exporter
Releases · Labbs/github-actions-exporter
v1.9.0
What's Changed
- busy tag for self-hosted runners by @iochagov in #38
- Update Chart.yaml by @Goobaroo in #36
- Update get_workflow_runs_from_github.go by @Tarasovych in #35
- workflow to publish helm chart by @neillturner in #32
- Update README.md by @dennybaa in #43
- Busy tag documentation by @iochagov in #39
- feat: fetch all repositories by @DerekTBrown in #48
- refactor(go/deps/module name): General update by @moutonjeremy in #51
- Update README.md by @mla-spendesk in #61
- Update README.md by @moutonjeremy in #63
- Migration-to-labbs-org by @moutonjeremy in #65
- Fix pipeline build by @moutonjeremy in #66
New Contributors
- @iochagov made their first contribution in #38
- @Goobaroo made their first contribution in #36
- @Tarasovych made their first contribution in #35
- @dennybaa made their first contribution in #43
- @DerekTBrown made their first contribution in #48
- @mla-spendesk made their first contribution in #61
Full Changelog: v1.8.1...v1.9.0
v1.9.0-beta1
What's Changed
- busy tag for self-hosted runners by @iochagov in #38
- Update Chart.yaml by @Goobaroo in #36
- Update get_workflow_runs_from_github.go by @Tarasovych in #35
- Update README.md by @dennybaa in #43
- Busy tag documentation by @iochagov in #39
- feat: fetch all repositories by @DerekTBrown in #48
- refactor(go/deps/module name): General update by @Labbs in #51
New Contributors
- @iochagov made their first contribution in #38
- @Goobaroo made their first contribution in #36
- @Tarasovych made their first contribution in #35
- @dennybaa made their first contribution in #43
- @DerekTBrown made their first contribution in #48
Full Changelog: v1.8.1...v1.9.0-beta1
Release v1.8.1
* fix pipeline credential
Release v1.7.0
* Replace http client for go-github lib * Add response caching (https://docs.github.com/en/rest/overview/resources-in-the-rest-api#conditional-requests) * Add pprof for debug (path : /debug/pprof/) * Update pipeline for add version automaticly * Replace gorilla mux for fasthttp * Reduced memory usage
Release v1.7.0-beta2
* add comments
Release v1.7.0-beta1
* Replace gorilla mux for fasthttp * Replace http client for go-github lib * Add response caching (https://docs.github.com/en/rest/overview/resources-in-the-rest-api#conditional-requests) * Add pprof for debug (path : /debug/pprof/) * Update pipeline for add version automaticly
Release v1.6.0
* github_job - deprecated metrics, use github_workflow_run_status (PR…
Release v1.5.2
- fix env vars
Release v1.5.1
- change golang version - add dockerfile
Release v1.5
- add cache for worflows - add workflow name for github_job metrics