Releases: webdevops/pagerduty-exporter
Releases · webdevops/pagerduty-exporter
22.9.0
18 Sep 22:06
Compare
Sorry, something went wrong.
No results found
update dependencies
update build system
22.8.0
07 Aug 18:07
Compare
Sorry, something went wrong.
No results found
switch to golang 1.19
update dependencies
implement fine granular scrape times (see #19 , thanks to @wolfmd )
add configurable incident filter (via env var PAGERDUTY_INCIDENT_STATUS)
allow incident status "all" (fetching ALL incidents)
general refactoring
remove deprecations)
20.11.1
15 Nov 18:34
Compare
Sorry, something went wrong.
No results found
switch to multi arch build (amd64 & arm64)
20.11.0
15 Nov 12:48
Compare
Sorry, something went wrong.
No results found
update go dependencies
image now build by GitHub actions and pushed to Docker Hub and Quay
20.8.0
16 Aug 17:18
Compare
Sorry, something went wrong.
No results found
switch to golang 1.15
update golangci-lint to 1.130.0
Improve cached dependency fetching in Dockerfile
implement /healthz endpoint
switch to logrus logger
json logging in docker (by default)
improve overall logging
(switch from master to main as default branch)
20.6.0
04 Jun 20:57
Compare
Sorry, something went wrong.
No results found
Switch to Calendar Versioning with YY.MM.MICRO format (year, month, increment)
Automatic inject version information from git
Update dependencies
Implement github.com/webdevops/go-prometheus-common
0.13.1
22 Apr 19:59
Compare
Sorry, something went wrong.
No results found
0.13.0
19 Apr 19:43
Compare
Sorry, something went wrong.
No results found
Fixes empty label incidentID (thanks to @shiroyasha )
Update dependencies
0.12.0
05 Mar 19:08
Compare
Sorry, something went wrong.
No results found
Improve fail safty (removed one go routine for better panic handling)
0.11.0
04 Mar 18:21
Compare
Sorry, something went wrong.
No results found
Improve error handling
Limit http connections to pagerduty to 4 (default)
Add error threshold for real panic call
golang 1.14 and update dependencies