Skip to content

Releases: inovex/mqtt_blackbox_exporter

v0.8.1

21 Feb 21:56
Compare
Choose a tag to compare

Changelog

  • 74ed11a Bump golang.org/x/net to fix security issue

v0.8.0

15 Feb 09:09
Compare
Choose a tag to compare

What's Changed

  • Added Subscribe Topic by @RobinAtherton in #52
  • Bumped Golang Version to 1.19
  • Bumped Dependency Versions

New Contributors

Fixed Security Issues

Full Changelog: v0.7.0...v0.8.0

v0.7.0

26 Aug 05:52
5b4f809
Compare
Choose a tag to compare

(large Changelog since first autogenerated)

Changelog

fcde033 Add CONTRIBUTORS file to honour our code donators (#1)
b863c0d Add Travis CI integration (#2)
18a01ae Add VERSION + change build string
233c739 Add a build target to build binary for current OS/Arch
2f646cd Add and run go mod tidy
f8caedf Add arm build targets
19fb705 Add arm64 build target to Makefile
33ff5fa Add basic integration test
f639ce3 Add insecure option to disable SSL server certifacte verification.
1139405 Add release process documentation
8a02207 Add report badges
6351042 Add timeouts to fix #26
2615e81 Apply feedback to README.md
51c95ea Build mqtt exporter before tests if not present.
2f1e497 Don't hardcode go binary
4c52feb Enable logging for mqtt library
d124ad9 Fix error found by go vet
7d6a870 Fix typo
b5d59f1 Fix typo in README.md
c764d30 Fixes issue #4 (#4) by following the metrics naming conventions as described at https://prometheus.io/docs/practices/naming/#metric-and-label-naming
2cd1b47 Improve tls setup
8756d5b Increase published counter only if no timeout
65f31cd Merge pull request #11 from inovex/issue4
cf86dec Merge pull request #12 from inovex/issue7
af2c3ad Merge pull request #13 from inovex/integration-test
4c9c628 Merge pull request #14 from inovex/versioning
01a23a3 Merge pull request #15 from inovex/readme-update
5684580 Merge pull request #16 from inovex/cosmetics
5bfe615 Merge pull request #20 from Allineer/patch-1
8c75507 Merge pull request #22 from inovex/issue21
4330b55 Merge pull request #23 from inovex/enable_cross_compiling
3a475cd Merge pull request #25 from inovex/relase_in_master_only
e69a0ed Merge pull request #29 from hikhvar/switch-to-dep
b17841e Merge pull request #30 from hikhvar/add-timeouts
bfafea3 Merge pull request #31 from hikhvar/add-insecure-skip-verify
c0ce2ef Merge pull request #32 from inovex/drop_cont_file
3a852df Merge pull request #39 from inovex/build-with-recent-go-versions
ffb5616 Merge pull request #41 from inovex/move-to-go-modules
54c3e61 Merge pull request #42 from inovex/add-arm-targets
5298bb5 Merge pull request #43 from inovex/go-modules-in-makefile
3755d1c Merge pull request #44 from inovex/use-github-actions
bfe858d Merge pull request #45 from adaptant-labs/arm64-build-target
5b4f809 Merge pull request #48 from seb-koch/support-for-message-payload
ae37553 Merge pull request #8 from bechtoldt/use_vendor
e0dcdad Moved client connection into seperate method.
8b749a1 Moved to dep as vendoring tool and updated vendored deps
a5e8f73 Please the linter
54afe46 Reflect new metric names in README
73eb84b Remove dep from Makefile
d9551d8 Removed verbosity and comments
7adec5b Run tests on travis ci
4b03cc3 Support for message_payload parameter
26cbc17 Switch to go modules
6485905 This fixes isuse #7 (#7) regarding missing build id (git hash).
a24666b Trim newline on reading VERSION fle
7ae06bc Unexport structures
43dc8b7 Updated distribution config
baca76b Updated integration tests
932847f Use github actions to run tests and release
4e6762d Use most recent go version
9c587f0 actually make binary available for tests
fe892c2 apply correct logic
10b6f4c bump version
b2b0651 change logic
2993bf1 cleanup local binary, too
a869782 debug
36e91cc drop CONTRIBUTORS file, it doesn't reflect reality
eda1c5f enable crossbuilds
416027c first spin at TLS certificate support - works for me (#19)
1b6c791 ignore artifacts
b48dd28 initial commit
0fd0d77 initialize optional metrics right from the beginning, fixes #21
6d3ca56 install default ca certificates (#6)
a231010 release v0.2.1
833e798 release v0.4.0
df1d70b release v0.5.0
025f8de release v0.6.0
f834891 relese v0.3.0
98a0fc4 remove boolean variable. Return if timeout occured.
f1eb6f4 remove debug statement (#5)
abd60f7 run release for master builds only
d1929ec show dev releases
bef0454 show files after extracting
912249c show travis vars
fd8ec79 update README regarding new builds
09b0668 update README, we don't release latest tags anymore
ccbe499 update travis config to use git tags too
9ce05f7 use HiveMQ public broker for tests
dabe149 use commit as tag only for nonstable releases
298f63f use correct name in README
8e5af59 use exaple config for tests
5e21259 use set
eb454e5 use vendored resources

v0.6.0

23 Apr 09:19
025f8de
Compare
Choose a tag to compare
release v0.6.0

Signed-off-by: Arnold Bechtoldt <[email protected]>

v0.5.0

11 Nov 13:56
df1d70b
Compare
Choose a tag to compare
release v0.5.0

Signed-off-by: Arnold Bechtoldt <[email protected]>

v0.4.0

01 Nov 17:39
Compare
Choose a tag to compare
release v0.4.0

Signed-off-by: Arnold Bechtoldt <[email protected]>

v0.3.0

26 Sep 14:11
Compare
Choose a tag to compare
relese v0.3.0

Signed-off-by: Arnold Bechtoldt <[email protected]>