Releases: webdevops/pagerduty-exporter
Releases · webdevops/pagerduty-exporter
24.9.0
- switch to golang 1.23 and update deps
- add auto gomemlimit
24.6.0
- update dependencies
- add caching
- avoid fetching more then 10,000 entries using classic paging (pagerduty api limit)
24.2.1
- remove leftofers from logrus
24.2.0
- switch to golang 1.22
- update dependencies
- migrate to zap logger
22.9.0
- update dependencies
- update build system
22.8.0
- 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
- switch to multi arch build (amd64 & arm64)
20.11.0
- update go dependencies
- image now build by GitHub actions and pushed to Docker Hub and Quay