Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update sql_exporter from 0.14.4 to 0.17.0 #1034

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

prometheus-rpm-bot
Copy link
Collaborator

https://github.com/burningalchemist/sql_exporter/releases/tag/0.17.0
Release notes:

## SQL Exporter v0.17.0 - Christmas edition 🎄

## What's Changed

⚠️ **Breaking change**: `klog` logging library is replaced with `log/slog`. On the user end, this change mainly affects the field names (`go-kit` vs `slog` style) that might require some adjustments in user log collectors. 

Besides, it is possible now to write logs to a file, if needed (default is `stderr`, but there is the `--log.file` parameter to override the output).

* feat: add go-ora/v2 driver by @burningalchemist in https://github.com/burningalchemist/sql_exporter/pull/648
* fix(gomod): follow 1.N.P syntax by @burningalchemist in https://github.com/burningalchemist/sql_exporter/pull/624
* fix: add query execution duration as debug msg by @burningalchemist in https://github.com/burningalchemist/sql_exporter/pull/639
* docs: add WinSSPI/NTLM connection options by @burningalchemist in https://github.com/burningalchemist/sql_exporter/pull/653
* docs: add timestamp/parseTime snippet by @burningalchemist in https://github.com/burningalchemist/sql_exporter/pull/657

Precompiled binaries are built with Go v1.23.4

### Updated dependencies

#### Database drivers

- Snowflake 1.12.1
- MSSQL 1.8.0
- PostgreSQL (pgx) 5.7.2

#### Others

- aws-sdk-go-v2 1.32.7
- aws-sdk-go-v2/config 1.28.7
- aws-sdk-go-v2/service/secretsmanager 1.34.8
- prometheus/common 0.60.1
- prometheus/exporter-toolkit 0.13.2
- google.golang.org/protobuf 1.36.0
- golang.org/x/crypto 0.31.0 (CVE-2024-45337)
- golang.org/x/net 0.33.0 (CVE-2024-45338)

## New Contributors
* @Avihais12344 made their first contribution in https://github.com/burningalchemist/sql_exporter/pull/640

**Full Changelog**: https://github.com/burningalchemist/sql_exporter/compare/0.16.0...0.17.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant