## SQL Exporter v0.13.0
## What's Changed
⚠️ **Breaking change**: 'instance' label is changed to 'target' by default. It can be overridden with `--config.target-label` parameter.
* feat: 'scrape_errors_total' metric by @burningalchemist in https://github.com/burningalchemist/sql_exporter/pull/339
* feat: set 'static_value' per metric config by @burningalchemist in https://github.com/burningalchemist/sql_exporter/pull/335
* feat: add a helm chart with the releaser action by @allanger in https://github.com/burningalchemist/sql_exporter/pull/349
* refactor!: 'instance' label is configurable, 'target' by default by @burningalchemist in https://github.com/burningalchemist/sql_exporter/pull/333
* refactor: configure ping for a target or per job by @burningalchemist in https://github.com/burningalchemist/sql_exporter/pull/323
* fix: enable-ping flag nil dereference by @burningalchemist in https://github.com/burningalchemist/sql_exporter/pull/340
* fix: revisit errors package, match the error by @burningalchemist in https://github.com/burningalchemist/sql_exporter/pull/350
* fix: error type conversion by @burningalchemist in https://github.com/burningalchemist/sql_exporter/pull/353
* fix: don't cache invalid metrics by @burningalchemist in https://github.com/burningalchemist/sql_exporter/pull/355
* build: update Go to 1.21 as the main version by @burningalchemist in https://github.com/burningalchemist/sql_exporter/pull/341
Precompiled binaries are built with Go v1.21.3
### Updated dependencies
#### Database drivers
- Snowflake 1.6.25
#### Others
- golang.org/x/net from 0.17.0
- prometheus/client_golang 1.17.0
- prometheus/common 0.45.0
- prometheus/client_model 0.5.0
- aws-sdk-go-v2 1.21.6
- aws-sdk-go-v2/service/secretmanager 1.23.0
- aws-sdk-go-v2/config 1.22.1
## New Contributors
* @allanger made their first contribution in https://github.com/burningalchemist/sql_exporter/pull/349
* @eugenekainara made their first contribution in https://github.com/burningalchemist/sql_exporter/pull/373
**Full Changelog**: https://github.com/burningalchemist/sql_exporter/compare/0.12.3...0.13.0
https://github.com/burningalchemist/sql_exporter/releases/tag/0.13.0 Release notes: