Releases: pfnet-research/alertmanager-to-github
Releases · pfnet-research/alertmanager-to-github
v0.2.1
What's Changed
🔬 Other Changes
- Update tagpr workflow to trigger a job when PR is (un)labeled by @superbrothers in #48
- Fix "skip auto close" annotation key by @superbrothers in #50
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
🔬 Other Changes
- Update dependencies and tools by @superbrothers in #46
- Add support for skipping auto-close of issues based on annotation by @superbrothers in #45
Full Changelog: v0.1.7...v0.2.0
v0.1.7
v0.1.6
What's Changed
🔬 Other Changes
- Update dependencies and tools by @superbrothers in #41
Full Changelog: v0.1.5...v0.1.6
v0.1.5
What's Changed
🔬 Other Changes
- Update dependencies to the latest by @superbrothers in #39
Full Changelog: v0.1.4...v0.1.5
v0.1.4
What's Changed
🔬 Other Changes
- Update dependencies and tools to the latest by @superbrothers in #37
Full Changelog: v0.1.3...v0.1.4
v0.1.3
What's Changed
🔬 Other Changes
- Upgrade deps and Go by @superbrothers in #35
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
🔬 Other Changes
- Add option to authenticate with GitHub App by @ordovicia in #33
New Contributors
- @ordovicia made their first contribution in #33
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
🧰 Maintenance
- Introduce release process by tagpr. by @everpeace in #29
🔬 Other Changes
- Improve the example manifest to set liveness probe by @superbrothers in #27
- Fix the wrong container image in the example manifest by @superbrothers in #26
- Update dependencies by @superbrothers in #31
- Hide alert ID from humans by @Limess in #28
- Upgrade dependencies by @superbrothers in #32
Full Changelog: v0.1.0...v0.1.1
v0.1.0
New features
Support disabling of auto-closing resolved issues
You can now disable the feature "auto-closing resolved issues". By default, it is enabled.
--auto-close-resolved-issues Close resolved issues automatically (default: true) [$ATG_AUTO_CLOSE_RESOLVED_ISSUES]
Customize organization and repository
The organization/repository where issues are raised can be customized per-alert by specifying the atg_owner
label for the organization and/or the atg_repo
label for the repository on the alert.
e.g.
- alert: HighRequestLatency
expr: job:request_latency_seconds:mean5m{job="myjob"} > 0.5
for: 10m
labels:
severity: page
atg_owner: my-alternative-org
atg_repo: specific-service-repository
annotations:
summary: High request latency
This mechanism has precedence over the receiver URL query parameters.
Changes from v0.0.2
- Bump the version to v0.1.0 4f01d51 (Kazuki Suda)
- Change the label names for customizing org and/or repo 0e8af6a (Kazuki Suda)
- Fix linting errors b2b3ec5 (Kazuki Suda)
- Update dependencies 50697a7 (Kazuki Suda)
- Use Go 1.19 6a02f11 (Kazuki Suda)
- Expose prometheus metrics d64b0d3 (Charlie Briggs)
- Trim issue title 100689b (Charlie Briggs)
- Make auto-close-resolved-issues configurable 627c74d (Charlie Briggs)
- Support routing to repositories via labels c5d8ca5 (Charlie Briggs)