Update module github.com/prometheus/client_golang to v1.16.0 #6

Merged
alazyreader merged 1 commits from renovate/github.com-prometheus-client_golang-1.x into master 2023-06-17 19:23:05 +00:00
Contributor

This PR contains the following updates:

Package Type Update Change
github.com/prometheus/client_golang require minor v1.15.1 -> v1.16.0

Release Notes

prometheus/client_golang

v1.16.0

Compare Source

What's Changed

  • BUGFIX] api: Switch to POST for LabelNames, Series, and QueryExemplars. [#​1252](https://github.com/prometheus/client_golang/issues/1252)
    
  • BUGFIX] api: Fix undefined execution order in return statements. [#​1260](https://github.com/prometheus/client_golang/issues/1260)
    
  • BUGFIX] native histograms: Fix bug in bucket key calculation. [#​1279](https://github.com/prometheus/client_golang/issues/1279)
    
  • ENHANCEMENT] Reduce constrainLabels allocations for all metrics. [#​1272](https://github.com/prometheus/client_golang/issues/1272)
    
  • ENHANCEMENT] promhttp: Add process start time header for scrape efficiency. [#​1278](https://github.com/prometheus/client_golang/issues/1278)
    
  • ENHANCEMENT] promlint: Improve metricUnits runtime. [#​1286](https://github.com/prometheus/client_golang/issues/1286)
    
    
Commits

New Contributors

Full Changelog: https://github.com/prometheus/client_golang/compare/v1.15.1...v1.16.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | require | minor | `v1.15.1` -> `v1.16.0` | --- ### Release Notes <details> <summary>prometheus/client_golang</summary> ### [`v1.16.0`](https://github.com/prometheus/client_golang/releases/tag/v1.16.0) [Compare Source](https://github.com/prometheus/client_golang/compare/v1.15.1...v1.16.0) #### What's Changed - \[BUGFIX] api: Switch to POST for LabelNames, Series, and QueryExemplars. [#&#8203;1252](https://github.com/prometheus/client_golang/issues/1252) - \[BUGFIX] api: Fix undefined execution order in return statements. [#&#8203;1260](https://github.com/prometheus/client_golang/issues/1260) - \[BUGFIX] native histograms: Fix bug in bucket key calculation. [#&#8203;1279](https://github.com/prometheus/client_golang/issues/1279) - \[ENHANCEMENT] Reduce constrainLabels allocations for all metrics. [#&#8203;1272](https://github.com/prometheus/client_golang/issues/1272) - \[ENHANCEMENT] promhttp: Add process start time header for scrape efficiency. [#&#8203;1278](https://github.com/prometheus/client_golang/issues/1278) - \[ENHANCEMENT] promlint: Improve metricUnits runtime. [#&#8203;1286](https://github.com/prometheus/client_golang/issues/1286) <details> <summary> Commits </summary> - Merge v1.15 to main by [@&#8203;bwplotka](https://github.com/bwplotka) in https://github.com/prometheus/client_golang/pull/1250 - Switch to POST for LabelNames, Series, and QueryExemplars to DoGetFallback by [@&#8203;jacksontj](https://github.com/jacksontj) in https://github.com/prometheus/client_golang/pull/1252 - ✏️ \[collectors]: fix typo in test assertion by [@&#8203;vegerot](https://github.com/vegerot) in https://github.com/prometheus/client_golang/pull/1153 - Added interactive tutorial \[kubeCon] by [@&#8203;bwplotka](https://github.com/bwplotka) in https://github.com/prometheus/client_golang/pull/1255 - Fixed tutorial. by [@&#8203;bwplotka](https://github.com/bwplotka) in https://github.com/prometheus/client_golang/pull/1256 - Bump golang.org/x/sys from 0.6.0 to 0.7.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/prometheus/client_golang/pull/1265 - Cleanup proto use in tests by [@&#8203;SuperQ](https://github.com/SuperQ) in https://github.com/prometheus/client_golang/pull/1264 - Fix tutorial on WSL-based systems by [@&#8203;marevers](https://github.com/marevers) in https://github.com/prometheus/client_golang/pull/1257 - Fix undefined execution order in return statements by [@&#8203;PiotrLewandowski323](https://github.com/PiotrLewandowski323) in https://github.com/prometheus/client_golang/pull/1260 - Merge release 1.15.1 to main by [@&#8203;bwplotka](https://github.com/bwplotka) in https://github.com/prometheus/client_golang/pull/1267 - GitHub Workflows security hardening by [@&#8203;sashashura](https://github.com/sashashura) in https://github.com/prometheus/client_golang/pull/1180 - add process start time header to client_golang prometheus by [@&#8203;logicalhan](https://github.com/logicalhan) in https://github.com/prometheus/client_golang/pull/1278 - Fix bug in bucket key calculation by [@&#8203;beorn7](https://github.com/beorn7) in https://github.com/prometheus/client_golang/pull/1279 - Bump github.com/prometheus/procfs from 0.9.0 to 0.10.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/prometheus/client_golang/pull/1283 - Reduce constrainLabels allocations by [@&#8203;khasanovbi](https://github.com/khasanovbi) in https://github.com/prometheus/client_golang/pull/1272 - added circleci as gh action YAML by [@&#8203;krishnaduttPanchagnula](https://github.com/krishnaduttPanchagnula) in https://github.com/prometheus/client_golang/pull/1281 - Improve metricUnits runtime by [@&#8203;avlitman](https://github.com/avlitman) in https://github.com/prometheus/client_golang/pull/1286 - Moving fully to GH actions. by [@&#8203;bwplotka](https://github.com/bwplotka) in https://github.com/prometheus/client_golang/pull/1288 - Fix docstring references to renamed native histogram fields / functions. by [@&#8203;juliusv](https://github.com/juliusv) in https://github.com/prometheus/client_golang/pull/1290 - Fixed README & CHANGELOG; Added fmt makefile command (+bingo) for easier contributions. by [@&#8203;bwplotka](https://github.com/bwplotka) in https://github.com/prometheus/client_golang/pull/1289 - </details> #### New Contributors * @&#8203;vegerot made their first contribution in https://github.com/prometheus/client_golang/pull/1153 * @&#8203;marevers made their first contribution in https://github.com/prometheus/client_golang/pull/1257 * @&#8203;PiotrLewandowski323 made their first contribution in https://github.com/prometheus/client_golang/pull/1260 * @&#8203;sashashura made their first contribution in https://github.com/prometheus/client_golang/pull/1180 * @&#8203;logicalhan made their first contribution in https://github.com/prometheus/client_golang/pull/1278 * @&#8203;khasanovbi made their first contribution in https://github.com/prometheus/client_golang/pull/1272 * @&#8203;krishnaduttPanchagnula made their first contribution in https://github.com/prometheus/client_golang/pull/1281 * @&#8203;avlitman made their first contribution in https://github.com/prometheus/client_golang/pull/1286 **Full Changelog**: https://github.com/prometheus/client_golang/compare/v1.15.1...v1.16.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS42MS4wIiwidXBkYXRlZEluVmVyIjoiMzUuNjEuMCJ9-->
renovate added 1 commit 2023-06-16 00:01:13 +00:00
alazyreader merged commit 736fff77f5 into master 2023-06-17 19:23:05 +00:00
alazyreader deleted branch renovate/github.com-prometheus-client_golang-1.x 2023-06-17 19:23:05 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: alazyreader/prusa-connect-exporter#6
No description provided.