Releases: pfnet-research/alertmanager-to-github
Releases · pfnet-research/alertmanager-to-github
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)
v0.0.2
Changes from v0.0.1
- Fix a failure to build arm64 image 938cdd0 (Kazuki Suda)
- Update README.md and Kubernetes manifests 8b924e6 (Kazuki Suda)
- Use docker/login-action@v1 b253e7c (Kazuki Suda)
- Use ghcr.io for image registry d035960 (Kazuki Suda)
- Add the release workflow ee57090 (Kazuki Suda)
- Add multi-arch support e2719be (Kazuki Suda)
- Upgrade dependencies f9e150d (Kazuki Suda)
- Use golangci-lint 09ea945 (Kazuki Suda)
- Add CI workflow 33973e6 (Kazuki Suda)
- Improve Dockerfile 58b2866 (Kazuki Suda)
- Use go:embed instead of statik 2f29989 (Kazuki Suda)
- Use
go install
intead ofgo get
de37846 (Kazuki Suda) - Use Go 1.18 67f8b5c (Kazuki Suda)
- improve checkSearchResponse 03f6c73 (Tetsuya Shiota)
- return error if not 200 response 64a1965 (Tetsuya Shiota)
- merge existing labels because Edit api replaces its labels 990b961 (Shingo Omura)
- If multi issues exist, close old issues and put a link to the latest one. f012279 (Ryota Arai)
- If multi issues exist, update the latest-created issue. 0c86d17 (Ryota Arai)
- Update README.md 72c4907 (Ryota Arai)
- Update deploy.yaml d1d636b (Ryota Arai)
- Update README.md c548333 (Ryota Arai)