Skip to content

Commit

Permalink
docs: use right references for changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tboerger committed Mar 23, 2023
1 parent 63eeef1 commit 415b559
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@ The following sections list the changes for unreleased.

## Summary

* Fix #183: Set right name/owner labels for runner metrics
* Fix #184: Set right name/owner labels for runner metrics
* Enh #123: Add metrics for GitHub runners
* Enh #123: Add metrics for GitHub workflows
* Enh #174: Merge all billing related metrics
* Enh #174: Update all releated dependencies
* Enh #183: Integrate admin stats for GitHub enterprise
* Enh #183: Use getter functions to get values
* Enh #184: Use getter functions to get values

## Details

* Bugfix #183: Set right name/owner labels for runner metrics
* Bugfix #184: Set right name/owner labels for runner metrics

We introduced metrics for GitHub self-hosted runners but we missed some important labels as
remaining todos. With this change this gets corrected to properly show the
repo/org/enterprise where the runner have been attached to.

https://github.com/promhippie/github_exporter/pull/183
https://github.com/promhippie/github_exporter/pull/184

* Enhancement #123: Add metrics for GitHub runners

Expand Down Expand Up @@ -59,13 +59,13 @@ The following sections list the changes for unreleased.
https://github.com/promhippie/github_exporter/issues/183
https://github.com/promhippie/github_exporter/pull/23

* Enhancement #183: Use getter functions to get values
* Enhancement #184: Use getter functions to get values

To reduce the used boilerplate code and to better use the GitHub library we have updated most of
the available collectors to simply use the provided getter functions instead of checking for
nil values everywhere on our own.

https://github.com/promhippie/github_exporter/pull/183
https://github.com/promhippie/github_exporter/pull/184


# Changelog for 1.2.0
Expand Down
2 changes: 1 addition & 1 deletion changelog/unreleased/runner-labels.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ We introduced metrics for GitHub self-hosted runners but we missed some
important labels as remaining todos. With this change this gets corrected to
properly show the repo/org/enterprise where the runner have been attached to.

https://github.com/promhippie/github_exporter/pull/183
https://github.com/promhippie/github_exporter/pull/184
File renamed without changes.
2 changes: 1 addition & 1 deletion changelog/unreleased/use-getters.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ To reduce the used boilerplate code and to better use the GitHub library we have
updated most of the available collectors to simply use the provided getter
functions instead of checking for nil values everywhere on our own.

https://github.com/promhippie/github_exporter/pull/183
https://github.com/promhippie/github_exporter/pull/184

0 comments on commit 415b559

Please sign in to comment.