Releases: githubexporter/github-exporter
Releases · githubexporter/github-exporter
v1.3.1
What's Changed
- Upgrade ghinstallation to v2 by @henrymcconville in #118
Full Changelog: v1.3.0...v1.3.1
v1.3.0
What's Changed
- Update Golang version and replace Alpine with Distroless by @henrymcconville in #116
- Bump go dependencies by @henrymcconville in #117
Full Changelog: v1.2.0...v1.3.0
v1.2.0
What's Changed
- chore(build): BAU item by @hainenber in #106
- feat: Added GitHub app authentication by @galbirk in #97
- Add daily Trivy scan workflow by @henrymcconville in #110
- Bump the go_modules group across 1 directory with 2 updates by @dependabot in #109
New Contributors
- @galbirk made their first contribution in #97
- @dependabot made their first contribution in #109
Full Changelog: 1.1.0...v1.2.0
v1.1.0
What's Changed
- feat(exporter): include Git tag as attribute for
github_repo_release_downloads
metrics by @hainenber in #104 - chore: replace deprecated
io/ioutil
functions with modern equivalences. by @hainenber in #103
New Contributors
- @hainenber made their first contribution in #104
Full Changelog: 1.0.6...1.1.0
v1.0.6
v1.0.5
v1.0.4
What's Changed
- Fix loop that never returns on http error by @jcreixell in #92
New Contributors
- @jcreixell made their first contribution in #92
Full Changelog: 1.0.3...1.0.4
v1.0.3
What's Changed
- Change default port to 9171 by @gsanchezgavier in #57
- Make config externally settable without environment variables. by @rgeyer in #71
- Deterministic handling of pagination URIs by @rgeyer in #69
- Fix: Socket leaks if server returns RateLimitExceededStatus status. by @SokoloffA in #68
- Avoid logging configuration to no leak the github api token by @ercpereda in #62
- Bump go to 1.19 and update dependencies to latest by @henrymcconville in #88
- Swap travis for GitHub Actions by @henrymcconville in #89
- Fixed some minor typos by @saied-nawaz in #74
- fix: parse
ORGS
environment variable properly by @cmoog in #75
New Contributors
- @gsanchezgavier made their first contribution in #57
- @rgeyer made their first contribution in #71
- @SokoloffA made their first contribution in #68
- @ercpereda made their first contribution in #62
- @henrymcconville made their first contribution in #88
- @saied-nawaz made their first contribution in #74
- @cmoog made their first contribution in #75
Full Changelog: 1.0.2...1.0.3
Development Release - 02
- Updated to be memory safe
- Fixed numerous small bugs
Development Release - 01
A number of issues with the prior code of this repository meant that it was difficult to maintain and some metrics couldn't be catered for. As a result, we've taken the time to re-factor this and have the google/go-github sdk do the leg work for us.
The result is a simpler package and with some new metrics thrown in for good measure.