Releases: snapp-incubator/nats-blackbox-exporter
Releases · snapp-incubator/nats-blackbox-exporter
v0.0.11-unstable
v0.0.10-unstable
Changelog
- 41ff526 fix: add linux/arm64/v8 to docker images
v0.0.9-unstable
Changelog
- a051fe6 fix: fix ci workflow
v0.0.8-unstable
Changelog
- 5314343 feat: update release workflow
v0.0.7-test
Changelog
- 26a83ef fix: fix release jobs
- 5d87a80 Merge pull request #5 from snapp-incubator/update-readme
- 75a011f fix: update configuration
- 81e17a6 fix: simplify configuration
- 815cd3a feat: update readme
- a4973d0 Merge pull request #4 from snapp-incubator/init-cicd
- a135439 fix: refactor release workflow for clarity
- 0af9fd3 feat: update readme
- 2988973 fix: Fix goreleaser file
- 72b47d7 fix: Update goreleaser job
- f6930ed fix: Fix CI workflow
- 376e542 fix: Fix CI workflow
- 4fe6631 fix: Fix goreleaser file
- 22f2439 feat: Update CI and release workflows to trigger on all branches
- c8835bb feat: Update CI and release workflows
- 6846425 Merge pull request #3 from snapp-incubator/initial-metric
- b7ee604 Fix: fix Stream struct
- d951eb0 fix: Change MetricServer name to resolve golint issue
- 9e337d6 fix: Change MetricServer name to resolve golint issue
- 33b45b9 fix: Update configuration for improved clarity
- 38e4f9d fix: Fix NewJetstream function
- 3a32c71 feat: Add reconnection counter to metrics
- ee44a48 feat: Add stream configuration into config
- 0215bb3 fix: change start messaging function name
- ebedea3 Remove .DS_Store files
- 9b8cd4b fix: fix golint errors
- 3a99deb feat: improve Jetstream functionality and metrics
- 5052cf5 Merge branch 'main' of https://github.com/snapp-incubator/nats-blackbox-exporter into initial-metric
- 3613be8 Merge pull request #2 from snapp-incubator/initial-dev
- 75a4786 feat: add jetstream messaging
- ad77fbd fix: Fix some issues caused by merge
- 044abe4 Merge branch 'initial-dev' of https://github.com/snapp-incubator/nats-blackbox-exporter into initial-metric
- 5691919 fix: Fix package name
- 19452b3 fix: Fix package name
- e0d174a fix: Fix package name
- 9f9cb97 fix: Fix go version
- 5832af1 feat: Simplify linter configuration and fix related issues
- d342c79 fix: upgrade golint and codecov
- 75eb74b fix: uncommenting golangci
- c4fedc2 fix: add DS_Store to gitignore
- 8847622 fix: change client's name
- 2f90725 Delete internal/.DS_Store
- 25f8c9e Merge pull request #1 from snapp-incubator/initial-dev
- 54cfd04 feat: change module instruction
- fdff66e feat: change module instruction
- 78ce04d feat: add metrics ConnectionErrors, Latency and SuccessCounter
- e2abd3d feat: move NATS internal functions into client package
- 7fbbcff feat: use request function instead of publish
- 5d11c69 feat: add publish Interval into configuration
- 5e5314d feat: move exit condition into the main
- 15c4a75 feat: add environment variables as configuration source
- 75b31a1 fix: golaangcli errors
- 82700c7 feat: add hello NATS
- ef7404b feat: add client
- b698dcb feat: add logger
- e0dfb73 feat: add configuration package
- 9f956e3 feat: add dockerfile
- 528aee6 feat: add golangci configuration
- 6db3202 feat: add gitignore
- 25d2295 feat: add github actions
- adeb026 feat: add go.mod
- 5b9399c Initial commit