Skip to content

Releases: webdevops/pagerduty-exporter

24.9.0

14 Sep 20:51
Compare
Choose a tag to compare
  • switch to golang 1.23 and update deps
  • add auto gomemlimit

24.6.0

01 Jun 12:53
Compare
Choose a tag to compare
  • update dependencies
  • add caching
  • avoid fetching more then 10,000 entries using classic paging (pagerduty api limit)

24.2.1

17 Feb 16:09
Compare
Choose a tag to compare
  • remove leftofers from logrus

24.2.0

17 Feb 15:07
Compare
Choose a tag to compare
  • switch to golang 1.22
  • update dependencies
  • migrate to zap logger

22.12.0

10 Dec 15:42
Compare
Choose a tag to compare
  • update depdenencies

22.9.1

25 Sep 14:04
Compare
Choose a tag to compare

22.9.0

18 Sep 22:06
Compare
Choose a tag to compare
  • update dependencies
  • update build system

22.8.0

07 Aug 18:07
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • switch to multi arch build (amd64 & arm64)

20.11.0

15 Nov 12:48
Compare
Choose a tag to compare
  • update go dependencies
  • image now build by GitHub actions and pushed to Docker Hub and Quay