Skip to content

Releases: Labbs/github-actions-exporter

v1.9.0

07 Nov 07:45
5e37462
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.8.1...v1.9.0

v1.9.0-beta1

29 Aug 19:08
a02f1a6
Compare
Choose a tag to compare
v1.9.0-beta1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v1.8.1...v1.9.0-beta1

Release v1.8.1

16 Aug 11:04
Compare
Choose a tag to compare
* fix pipeline credential

Release v1.7.0

27 Mar 23:06
Compare
Choose a tag to compare
* 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

26 Mar 10:48
Compare
Choose a tag to compare
Release v1.7.0-beta2 Pre-release
Pre-release
* add comments

Release v1.7.0-beta1

26 Mar 10:19
Compare
Choose a tag to compare
Release v1.7.0-beta1 Pre-release
Pre-release
* 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

11 Mar 10:19
Compare
Choose a tag to compare
* github_job - deprecated metrics, use github_workflow_run_status (PR…

… #16 @vdemonchy)

* update doc - add minimal token configuration (Issue #10 @rmisyurev)
* add configuration for change the github api if needed (github enterprise) (Issue #14 @mambax)
* improve error message for HTTP queries (PR #11 @rsvoboda)
* fix error processing and body closing (PR #9 @mom0tomo)

Release v1.5.2

21 Jan 23:45
Compare
Choose a tag to compare
- fix env vars

Release v1.5.1

21 Jan 21:01
Compare
Choose a tag to compare
- change golang version

- add dockerfile

Release v1.5

21 Jan 18:46
Compare
Choose a tag to compare
- add cache for worflows

- add workflow name for github_job metrics