Skip to content

Releases: pfnet-research/alertmanager-to-github

v0.1.5

07 Aug 00:30
0d456ac
Compare
Choose a tag to compare

What's Changed

🔬 Other Changes

Full Changelog: v0.1.4...v0.1.5

v0.1.4

24 Apr 08:35
9ae91fe
Compare
Choose a tag to compare

What's Changed

🔬 Other Changes

Full Changelog: v0.1.3...v0.1.4

v0.1.3

24 Aug 09:46
f39e51a
Compare
Choose a tag to compare

What's Changed

🔬 Other Changes

Full Changelog: v0.1.2...v0.1.3

v0.1.2

24 Aug 09:02
1357f9f
Compare
Choose a tag to compare

What's Changed

🔬 Other Changes

  • Add option to authenticate with GitHub App by @ordovicia in #33

New Contributors

Full Changelog: v0.1.1...v0.1.2

v0.1.1

30 Jun 00:22
8884102
Compare
Choose a tag to compare

What's Changed

🧰 Maintenance

🔬 Other Changes

Full Changelog: v0.1.0...v0.1.1

v0.1.0

24 Aug 08:17
b3cbfc2
Compare
Choose a tag to compare

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

20 Apr 03:34
073d471
Compare
Choose a tag to compare

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 of go 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)