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

deps!: bump github.com/prometheus/exporter-toolkit from 0.11.0 to 0.13.0 #596

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2024

⚠️ BREAKING CHANGE - This pull request refactors the logging system in the sql_exporter project by replacing the klog logging library with the slog library. The changes include updating import statements, modifying logging function calls, and introducing a new logging configuration setup.


exporter-toolkit dependency, responsible for TLS configuration, now requires log/slog compatible loggers, which means it's a good time for the project to update the logging library.

On the user end, this change mainly affects the field names (go-kit vs slog style), so any log filters involved should be revisited.

In addition, it is possible now to write logs to a file if needed (default is stderr, but there is now --log.file parameter).


Bumps github.com/prometheus/exporter-toolkit from 0.11.0 to 0.13.0.

Release notes

Sourced from github.com/prometheus/exporter-toolkit's releases.

v0.13.0

  • [CHANGE] Switch logging library to slog #240

v0.12.0

  • [FEATURE] Add pprof links to landing page #196
  • [FEATURE] Support listen on vsock #220
  • [ENHANCEMENT] Add hints for bash completion #190
  • [ENHANCEMENT] Support kingpin.CmdClause as argument #238
  • [BUGFIX] Don't swollow listen errors #232
Changelog

Sourced from github.com/prometheus/exporter-toolkit's changelog.

0.13.0 / 2024-09-09

  • [CHANGE] Switch logging library to slog #240

0.12.0 / 2024-09-03

  • [FEATURE] Add pprof links to landing page #196
  • [FEATURE] Support listen on vsock #220
  • [ENHANCEMENT] Add hints for bash completion #190
  • [ENHANCEMENT] Support kingpin.CmdClause as argument #238
  • [BUGFIX] Don't swollow listen errors #232
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/prometheus/exporter-toolkit-0.13.0 branch from e733b15 to 4bd7865 Compare October 2, 2024 12:07
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/prometheus/exporter-toolkit-0.13.0 branch 2 times, most recently from ecd7b8c to 836a3c4 Compare October 14, 2024 10:25
@burningalchemist burningalchemist force-pushed the dependabot/go_modules/github.com/prometheus/exporter-toolkit-0.13.0 branch from a08d966 to d129197 Compare October 14, 2024 12:15
@burningalchemist
Copy link
Owner

This PR is on hold as it contains changes that might affect infrastructure - the log message format is different, so it might break user settings. We need to announce it first.

dependabot bot and others added 3 commits October 15, 2024 18:02
Bumps [github.com/prometheus/exporter-toolkit](https://github.com/prometheus/exporter-toolkit) from 0.11.0 to 0.13.0.
- [Release notes](https://github.com/prometheus/exporter-toolkit/releases)
- [Changelog](https://github.com/prometheus/exporter-toolkit/blob/master/CHANGELOG.md)
- [Commits](prometheus/exporter-toolkit@v0.11.0...v0.13.0)

---
updated-dependencies:
- dependency-name: github.com/prometheus/exporter-toolkit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@burningalchemist burningalchemist force-pushed the dependabot/go_modules/github.com/prometheus/exporter-toolkit-0.13.0 branch from d609c85 to dc66feb Compare October 15, 2024 16:07
@burningalchemist burningalchemist force-pushed the dependabot/go_modules/github.com/prometheus/exporter-toolkit-0.13.0 branch from b1c8f1c to 12e9f0a Compare October 26, 2024 09:33
@burningalchemist burningalchemist force-pushed the dependabot/go_modules/github.com/prometheus/exporter-toolkit-0.13.0 branch from 8e80678 to 3137970 Compare October 26, 2024 09:54
@burningalchemist burningalchemist changed the title deps: bump github.com/prometheus/exporter-toolkit from 0.11.0 to 0.13.0 deps!: bump github.com/prometheus/exporter-toolkit from 0.11.0 to 0.13.0 Oct 26, 2024
@burningalchemist burningalchemist merged commit fd44637 into master Oct 26, 2024
4 checks passed
@burningalchemist burningalchemist deleted the dependabot/go_modules/github.com/prometheus/exporter-toolkit-0.13.0 branch October 26, 2024 10:26
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