Skip to content

Releases: m-lab/alertmanager-github-receiver

v0.11

Choose a tag to compare

@stephen-soltesz stephen-soltesz released this 04 Jan 15:19
3f7b053

What's Changed

New Contributors

Full Changelog: v0.10...v0.11

Fix support for Github Enterprise, and improve -authtoken-file

Choose a tag to compare

@stephen-soltesz stephen-soltesz released this 25 Jun 15:28
4cc7884

Fix getOrgAndRepoFromIssue for enterprise (#45)
Use flagx.File for authtoken-file flag (#46)

Add GithubEnterprise and -label-on-resolve options

Choose a tag to compare

@stephen-soltesz stephen-soltesz released this 17 Jun 13:49
9b19ca4

Use new location for webhook.Message (#33)
Added a configurable template to generate the issue title. (#34) …
Added a -label-on-resolved flag. (#38) …
Make issues.Client.LabelIssue() idempotent for delete. (#40)
Support github enterprise (#43) …

Add githubreceiver_alerts_total

Choose a tag to compare

@robertodauria robertodauria released this 03 Jun 14:58
03ebae4
Merge pull request #30 from m-lab/sandbox-roberto-improve-metrics

Add amreceiver_alerts_total metric

Release v0.7: Configurable alert label

Choose a tag to compare

@pboothe pboothe released this 03 Dec 22:01
41d73dc

This release adds the ability to specify the label that specifies something is an alert. The default remains alert:boom:, but if you need a different one you can specify it with a command line option.

Release: v0.6 Support Extra Labels

Choose a tag to compare

@stephen-soltesz stephen-soltesz released this 22 Jun 15:33
7eda373

This release adds the ability to specify additional static labels that will be added to all new issues.

Release v0.5: support in-memory operation

Choose a tag to compare

@stephen-soltesz stephen-soltesz released this 22 Jun 12:02
4313b5f

This release supports an in-memory option, to allow running the receiver without contacting the github api.

Release: Add Native Prometheus Metrics

Choose a tag to compare

@stephen-soltesz stephen-soltesz released this 18 Jun 18:25
72bc343

This version of the github-receiver includes native prometheus metrics for tracking number of requests processed as well as the current GitHub API Rate Limits and Rate Remaining metrics. All failures are also counted.

Release: enable routing alerts to multiple repos

Choose a tag to compare

@stephen-soltesz stephen-soltesz released this 07 Jun 02:14
4e1350b
Merge pull request #10 from m-lab/sandbox-soltesz-reporoute

Enable routing alerts to multiple repos

Auto Close Disabled by Default

Choose a tag to compare

@stephen-soltesz stephen-soltesz released this 06 Dec 19:44
9dfa3d3

This release adds an option to auto-close issues (where before it was unconditional) and the default behavior is to leave issues open, requiring a person to manually resolve issues.