Releases: burningalchemist/sql_exporter
sql-exporter-0.1.5
Helm chart release.
sql-exporter-0.1.4
Helm chart release.
sql-exporter-0.1.3
Helm chart release.
v0.12.3
SQL Exporter v0.12.3
What's Changed
- docs: example - avoid duplicate metrics with same name and labels by @corporate-gadfly in #320
- fix: log message for collector files by @burningalchemist in #322
- fix: support NULL values for key labels by @burningalchemist in #321
- fix: regression, don't overwrite constLabels by @burningalchemist in #330
- fix: return partial results for multiple targets by @burningalchemist in #331
Precompiled binaries are built with Go v1.20.8.
Full Changelog: 0.12.2...0.12.3
v0.12.2
SQL Exporter v0.12.2
What's Changed
- fix: wrap remaining errors in klog.Errorf() by @burningalchemist in #304
- fix: revisit reloadCollectors function, support jobs reloading by @burningalchemist in #298
- fix: return better error msg on context deadline exceeded by @burningalchemist in #314
- fix: enable up and duration for target if named by @burningalchemist in #315
Precompiled binaries are built with Go v1.20.8.
Updated dependencies
Database drivers
- MSSQL 1.6.0
- Snowflake 1.6.24
Others
- aws-sdk-go-v2 1.21.0
- aws-sdk-go-v2/service/secretmanager 1.21.3
- aws-sdk-go-v2/config 1.18.39
Full Changelog: 0.12.1...0.12.2
v0.12.1
SQL Exporter v0.12.1
What's Changed
- fix: adopt driver-picking logic from dburl 0.16 by @burningalchemist in #291
- docs: add multiple connections section, formatting by @burningalchemist in #290
Precompiled binaries are built with Go v1.20.7.
Full Changelog: 0.12.0...0.12.1
v0.12.0
SQL Exporter v0.12.0
What's Changed
- feat: add AWS Secret Manager feature to store DSN by @elturkym in #273
- docs: Include scrape_timeout in the example sql_exporter.yml by @mafrosis in #258
- docs: update Windows service snippet by @burningalchemist in #260
Precompiled binaries are built with Go v1.20.7.
Updated dependencies
Database drivers
- MSSQL 1.5.0
- Vertica 1.3.3
- Snowflake 1.6.23
Others
- prometheus/client_golang 1.16.0
- protobuf 1.31.0
- dburl 0.16.0
New Contributors
Full Changelog: 0.11.1...0.12.0
v0.11.1
SQL Exporter v0.11.1 - Security release
Several vulnerabilities have been reported for the underlying dependencies of https://github.com/microsoft/go-mssqldb v1.0.0
(MSSQL driver):
CVE-2020-14040
CVE-2021-38561
CVE-2022-32149
The release contains the updated MSSQL driver, addressing mentioned security issues.
Precompiled binaries are built with Go v1.20.4.
Updated dependencies
Database drivers
- MSSQL 1.1.0
Full Changelog: 0.11.0...0.11.1
v0.11.0
SQL Exporter v0.11.0
- feat: add ability to not prepare statements by @fffinkel in #217
- fix: set clampLevel to 3 for debug logs by @burningalchemist in #233
- fix: type constants by @burningalchemist in #234
- fix: create /etc/sql_exporter in postinstall by @dupondje in #236
- fix: typo and wrong file reference for rpm by @burningalchemist in #243
- docs: Update README.md on the special characters by @burningalchemist in #244
- chore: update Go to 1.20 as the main version by @burningalchemist in #249
Precompiled binaries are built with Go v1.20.4.
Updated dependencies
Database drivers
- MySQL 1.7.1
- pq(PostgreSQL) 1.10.9
Others
- prometheus/common 0.44.0
- prometheus/exporter-toolkit 0.10.0
New Contributors
Full Changelog: 0.10.1...0.11.0
v0.10.1
SQL Exporter v0.10.1
🎉 Container image for linux/arm64
is now available on Dockerhub.
- fix: don't fail immediately in resolveCollectorRefs nested loop by @unix-way in #208
- docs: add examples and grafana dashboard for Azure SQL MI by @corporate-gadfly in #209
- build: build arm64 container images by @burningalchemist in #219
- fix: add unit tests and minor fixes for
resolveCollectorRefs()
by @hhromic in #220 - fix: handling is fixed in the upstream dburl by @burningalchemist in #226
- build: containers via multi-platform Dockerfile by @burningalchemist in #229
Precompiled binaries are built with Go v1.19.8.
Updated dependencies
Database drivers
- MSSQL 0.21.0
- Vertica 1.3.2
- pq(PostgreSQL) 1.10.8
Others
- prometheus/client_golang 1.15.0
- prometheus/common 0.42.0
- prometheus/exporter-toolkit 0.9.1
- google.golang.org/protobuf 1.30.0
- xo/dburl 0.14.2
- promu 0.14.0
- golang.org/x/crypto v0.8.0
- golang.org/x/exp v0.0.0-20230321023759-10a507213a29
- golang.org/x/mod v0.10.0
- golang.org/x/net v0.9.0
- golang.org/x/oauth2 v0.7.0
- golang.org/x/sys v0.7.0
- golang.org/x/term v0.7.0
- golang.org/x/text v0.9.0
- golang.org/x/tools v0.8.0
New Contributors
- @unix-way made their first contribution in #208
- @corporate-gadfly made their first contribution in #209
Full Changelog: 0.10.0...0.10.1