Releases: veerendra2/speedtest_exporter
Releases · veerendra2/speedtest_exporter
Release list
v1.5.0
What's Changed
- fix: handle negative upload/download speed values by @veerendra2 in #41
Full Changelog: v1.4.1...v1.5.0
v1.4.1
What's Changed
- Improve README structure and formatting by @veerendra2 in #31
- Add Victoriametrics Datasource Dashbaord by @veerendra2 in #32
- Bump alpine from 3.23.4 to 3.24.1 in the docker group by @dependabot[bot] in #34
- Bump actions/checkout from 6 to 7 in the github-actions group by @dependabot[bot] in #33
- Bump actions/setup-go from 6 to 7 in the github-actions group by @dependabot[bot] in #35
- Bump the gomod group with 2 updates by @dependabot[bot] in #36
- Bump golang from 1.26.4 to 1.26.5 in the docker group by @dependabot[bot] in #37
- Bump the gomod group with 2 updates by @dependabot[bot] in #38
- build(deps): bump Go version to 1.26.6 by @veerendra2 in #39
Full Changelog: v1.4.0...v1.4.1
v1.4.0
What's Changed
- Bump golang from 1.26.2 to 1.26.4 in the docker group by @dependabot[bot] in #30
- Fix memory leaks in speedtest exporter by @veerendra2 in #29
Full Changelog: v1.3.0...v1.4.0
v1.3.0
What's Changed
- Fix query in dashbaord by @veerendra2 in #26
- Add
server_idquery parameter support by @veerendra2 in #27
Full Changelog: v1.2.3...v1.3.0
v1.2.3
What's Changed
- Bump the docker group with 2 updates by @dependabot[bot] in #22
- Fix grafana dashboard by @veerendra2 in #24
- Bump Go version to
1.26.3
Full Changelog: v1.2.2...v1.2.3
v1.2.2
What's Changed
- Bump goreleaser/goreleaser-action from 6 to 7 in the github-actions group by @dependabot[bot] in #18
- 17 Update grafana dashboard by @veerendra2 in #19
- Bump golang from 1.26.0 to 1.26.1 in the docker group by @dependabot[bot] in #20
- Bump github.com/alecthomas/kong from 1.14.0 to 1.15.0 in the gomod group by @dependabot[bot] in #21
Full Changelog: v1.2.1...v1.2.2
v1.2.1
What's Changed
- Improve Speedtests by @veerendra2 in #16
docker pull ghcr.io/veerendra2/speedtest_exporter:1.2.1Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
- Update Go version by @veerendra2 in #13
- Fix memory leaks by @veerendra2 in #15
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- Bump the docker group with 2 updates by @dependabot[bot] in #9
- Bump actions/checkout from 5 to 6 in the github-actions group by @dependabot[bot] in #10
- Migrate to distroless image by @veerendra2 in #11
- Fix goreleaser templating by @veerendra2 in #12
# Uses distroless base image (gcr.io/distroless/static:nonroot) for minimal attack surface and smaller image size.
# Multi-arch support for linux/amd64 and linux/arm64.
docker pull ghcr.io/veerendra2/speedtest_exporter:v1.1.0
docker run -d -p 8080:8080 ghcr.io/veerendra2/speedtest_exporter:v1.1.0New Contributors
- @dependabot[bot] made their first contribution in #9
Full Changelog: v1.0.0...v1.1.0
v1.0.0
What's Changed
- Minimize high-cardinality labels by @veerendra2 in #8
Full Changelog: v0.0.3...v1.0.0