Skip to content

Releases: Luzilla/dnsbl_exporter

0.5.0

17 Apr 15:43
c0b2b3b

Choose a tag to compare

Changelog

6b2ea80 Chore: "luzilla" vs "Luzilla"
6766073 Chore: badges, local build
4089c15 Chore: badges, local build
3155aed Chore: clean-up
cddff86 Chore: configure dependabot
07aec10 Chore: docs
0e268d5 Chore: docs
1c3e08d Chore: integration tests
648ddb8 Chore: integration tests
e32aeb1 Chore: local test setup
6af7d16 Chore: move "go test" to Github
6532966 Chore: move integrations tests to actions
4d3147a Chore: only build linux snapshots on actions
8882828 Chore: reduce builds
0c204c1 Chore: update license
766174d Create codeql-analysis.yml
17992a5 Fix: Panic (from IP.Parse())
e11aebc Fix: docs (resolver/port) combo
a5d1976 Merge branch 'main' into refactor-main
1180cd1 Merge pull request #69 from Luzilla/tests-on-actions
391c174 Merge pull request #72 from Luzilla/dependabot/go_modules/github.com/sirupsen/logrus-1.8.1
5b3c8b6 Merge pull request #74 from Luzilla/chore-update
e98dfd5 Merge pull request #77 from Luzilla/dependabot/go_modules/github.com/miekg/dns-1.1.41
439635f Merge pull request #78 from Luzilla/dependabot/go_modules/github.com/prometheus/client_golang-1.10.0
7d7f68d Merge pull request #79 from Luzilla/refactor-main
f6a1ca9 Merge pull request #80 from Luzilla/refactor-main
4626733 Merge pull request #81 from Luzilla/freebsd-test
06d5ed6 Merge pull request #82 from Luzilla/fix-panic
c0b2b3b Merge pull request #83 from Luzilla/chore-reduce-runs-on
a96a718 Refactor: move app bootstrap out
2e16f00 Refactor: move setup into app module
6519e6b Update: allow setting resolver as host:port.
3820201 Update: run basic setup on FreeBSD 13.0
3358dcb Upgrade: bump github.com/miekg/dns from 1.1.38 to 1.1.41
66f2526 Upgrade: bump github.com/prometheus/client_golang from 1.9.0 to 1.10.0
ca54428 Upgrade: bump github.com/sirupsen/logrus from 1.8.0 to 1.8.1

0.4.4

21 Feb 20:39
d457a92

Choose a tag to compare

Changelog

a9af472 Chore: clean-up before 0.4.4
7d17818 Merge pull request #56 from Luzilla/dependabot/go_modules/github.com/prometheus/client_golang-1.8.0
ef3b151 Merge pull request #58 from Luzilla/dependabot/go_modules/github.com/miekg/dns-1.1.35
f4bd9ae Merge pull request #61 from Luzilla/dependabot/go_modules/github.com/prometheus/client_golang-1.9.0
b8041db Merge pull request #62 from Luzilla/dependabot/go_modules/github.com/miekg/dns-1.1.37
298f76a Merge pull request #63 from Luzilla/dependabot/go_modules/github.com/miekg/dns-1.1.38
efea147 Merge pull request #66 from Luzilla/dependabot/go_modules/github.com/sirupsen/logrus-1.7.1
1686150 Merge pull request #67 from Luzilla/dependabot/go_modules/github.com/sirupsen/logrus-1.8.0
d457a92 Merge pull request #68 from Luzilla/test-before-release
c355d7b Upgrade: bump github.com/miekg/dns from 1.1.27 to 1.1.35
51bb695 Upgrade: bump github.com/miekg/dns from 1.1.35 to 1.1.37
c113f40 Upgrade: bump github.com/miekg/dns from 1.1.37 to 1.1.38
fd767e5 Upgrade: bump github.com/prometheus/client_golang from 1.7.1 to 1.8.0
87ffea7 Upgrade: bump github.com/prometheus/client_golang from 1.8.0 to 1.9.0
9bff6f5 Upgrade: bump github.com/sirupsen/logrus from 1.7.0 to 1.7.1
415f891 Upgrade: bump github.com/sirupsen/logrus from 1.7.1 to 1.8.0

0.4.3

04 Nov 14:39
36798be

Choose a tag to compare

Changelog

b82d850 Chore: delete release workflow
92ffab5 Merge pull request #28 from Luzilla/dependabot/go_modules/github.com/prometheus/client_golang-1.4.1
0ab6a30 Merge pull request #38 from Luzilla/dependabot/go_modules/github.com/urfave/cli-1.22.4
c71b490 Merge pull request #39 from Luzilla/dependabot/go_modules/github.com/prometheus/client_golang-1.6.0
32aec61 Merge pull request #40 from Luzilla/dependabot/go_modules/github.com/sirupsen/logrus-1.6.0
7a56391 Merge pull request #41 from Luzilla/dependabot/go_modules/gopkg.in/ini.v1-1.56.0
f3b58c6 Merge pull request #44 from Luzilla/dependabot/go_modules/github.com/prometheus/client_golang-1.7.1
a92a8b4 Merge pull request #52 from Luzilla/dependabot/go_modules/github.com/sirupsen/logrus-1.7.0
a202ca6 Merge pull request #53 from Luzilla/dependabot/go_modules/gopkg.in/ini.v1-1.62.0
d181aa2 Merge pull request #59 from Luzilla/dependabot/go_modules/github.com/urfave/cli-1.22.5
36798be Merge pull request #60 from Luzilla/release
b0b22bd Update: release workflow
2c8d9ba Upgrade: bump github.com/prometheus/client_golang from 1.4.0 to 1.4.1
a169f48 Upgrade: bump github.com/prometheus/client_golang from 1.4.1 to 1.6.0
f9ac47d Upgrade: bump github.com/prometheus/client_golang from 1.6.0 to 1.7.1
07f150a Upgrade: bump github.com/sirupsen/logrus from 1.4.2 to 1.6.0
d2eca7b Upgrade: bump github.com/sirupsen/logrus from 1.6.0 to 1.7.0
e75bc38 Upgrade: bump github.com/urfave/cli from 1.22.2 to 1.22.4
3c1917d Upgrade: bump github.com/urfave/cli from 1.22.4 to 1.22.5
38760f4 Upgrade: bump gopkg.in/ini.v1 from 1.52.0 to 1.56.0
024da1f Upgrade: bump gopkg.in/ini.v1 from 1.56.0 to 1.62.0

v0.4.2

04 Feb 20:22
94ca004

Choose a tag to compare

  • dependency updates, go.mod wat
  • added a couple "extended" tests (starts dnsbl-exporter, simple tests against it)
  • fixed typos :trollface:

(This hopefully triggers an automated release.)

0.4.1

27 Jan 11:18
dfea0c2

Choose a tag to compare

See tag!

0.4.0

04 Nov 11:46
4218cd7

Choose a tag to compare

Changelog

1fd8e5a Merge pull request #8 from Luzilla/logging
4218cd7 Merge pull request #9 from Luzilla/hide-metrics
faafcd2 Refactor: not really sure how to write nice code in Golang
68db2d8 Update: expose exporter metrics when needed

0.3.0

03 Nov 09:57
1fd8e5a

Choose a tag to compare

Changelog

9610137 Update: drop dependency on prometheus/common/log
851e044 Update: implement --log.debug

0.2.0

03 Nov 09:54
aabc672

Choose a tag to compare

Changelog

7816159 Merge pull request #5 from Luzilla/ci
aabc672 Merge pull request #6 from Luzilla/ci
2b0920e Update: add CircleCI build
49a21bf Update: add badge for circleci
30820ce Update: add codeclimate
53719d7 Update: entrypoint
2e365da Update: use docker image

0.1.0

02 Nov 18:49
a173c9a

Choose a tag to compare

Changelog

a173c9a Initial code-dump!