Update module github.com/prometheus/client_golang to v1.17.0 #7

Merged
alazyreader merged 1 commits from renovate/github.com-prometheus-client_golang-1.x into master 2023-09-29 03:14:23 +00:00
Contributor

This PR contains the following updates:

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

Release Notes

prometheus/client_golang (github.com/prometheus/client_golang)

v1.17.0

Compare Source

What's Changed

  • CHANGE] Minimum required go version is now 1.19 (we also test client_golang against new 1.21 version). [#​1325](https://github.com/prometheus/client_golang/issues/1325)
    
  • FEATURE] Add support for Created Timestamps in Counters, Summaries and Historams. [#​1313](https://github.com/prometheus/client_golang/issues/1313)
    
  • ENHANCEMENT] Enable detection of a native histogram without observations. [#​1314](https://github.com/prometheus/client_golang/issues/1314)
    
    
Commits

New Contributors

Full Changelog: https://github.com/prometheus/client_golang/compare/v1.16.0...v1.17.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.16.0` -> `v1.17.0` | --- ### Release Notes <details> <summary>prometheus/client_golang (github.com/prometheus/client_golang)</summary> ### [`v1.17.0`](https://github.com/prometheus/client_golang/releases/tag/v1.17.0) [Compare Source](https://github.com/prometheus/client_golang/compare/v1.16.0...v1.17.0) #### What's Changed - \[CHANGE] Minimum required go version is now 1.19 (we also test client_golang against new 1.21 version). [#&#8203;1325](https://github.com/prometheus/client_golang/issues/1325) - \[FEATURE] Add support for Created Timestamps in Counters, Summaries and Historams. [#&#8203;1313](https://github.com/prometheus/client_golang/issues/1313) - \[ENHANCEMENT] Enable detection of a native histogram without observations. [#&#8203;1314](https://github.com/prometheus/client_golang/issues/1314) <details><summary>Commits</summary> - Merge v1.16.0 to main by [@&#8203;bwplotka](https://github.com/bwplotka) in https://github.com/prometheus/client_golang/pull/1293 - Synchronize common files from prometheus/prometheus by [@&#8203;prombot](https://github.com/prombot) in https://github.com/prometheus/client_golang/pull/1297 - ci: define minimal permissions to GitHub workflows by [@&#8203;diogoteles08](https://github.com/diogoteles08) in https://github.com/prometheus/client_golang/pull/1295 - Do not allocate memory when there's no constraints by [@&#8203;Okhoshi](https://github.com/Okhoshi) in https://github.com/prometheus/client_golang/pull/1296 - Bump golang.org/x/sys from 0.8.0 to 0.9.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/prometheus/client_golang/pull/1306 - Bump google.golang.org/grpc from 1.45.0 to 1.53.0 in /tutorial/whatsup by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/prometheus/client_golang/pull/1307 - histogram: Enable detection of a native histogram without observations by [@&#8203;beorn7](https://github.com/beorn7) in https://github.com/prometheus/client_golang/pull/1314 - Bump github.com/prometheus/procfs from 0.10.1 to 0.11.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/prometheus/client_golang/pull/1305 - Synchronize common files from prometheus/prometheus by [@&#8203;prombot](https://github.com/prombot) in https://github.com/prometheus/client_golang/pull/1302 - Fix data-race in metric without `code` and `method` but with `WithLabelFromCtx` by [@&#8203;tigrato](https://github.com/tigrato) in https://github.com/prometheus/client_golang/pull/1318 - Add missing tick "\`" in README by [@&#8203;ZiViZiViZ](https://github.com/ZiViZiViZ) in https://github.com/prometheus/client_golang/pull/1321 - Bump golang.org/x/sys from 0.9.0 to 0.10.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/prometheus/client_golang/pull/1320 - Bump github.com/prometheus/procfs from 0.11.0 to 0.11.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/prometheus/client_golang/pull/1319 - docs: trivial grammar fixes to improve readability in promauto Godoc by [@&#8203;sengi](https://github.com/sengi) in https://github.com/prometheus/client_golang/pull/1322 - Add Go 1.21 support by [@&#8203;kakkoyun](https://github.com/kakkoyun) in https://github.com/prometheus/client_golang/pull/1325 - Bump client_model by [@&#8203;ArthurSens](https://github.com/ArthurSens) in https://github.com/prometheus/client_golang/pull/1323 - histogram docs: Fixed minor nit. by [@&#8203;bwplotka](https://github.com/bwplotka) in https://github.com/prometheus/client_golang/pull/1324 - Update building by [@&#8203;SuperQ](https://github.com/SuperQ) in https://github.com/prometheus/client_golang/pull/1326 - Bump golang.org/x/sys from 0.10.0 to 0.11.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/prometheus/client_golang/pull/1331 - Bump github.com/prometheus/client_golang from 1.15.1-0.20230416215738-0963f595c689 to 1.16.0 in /tutorial/whatsup by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/prometheus/client_golang/pull/1329 - Bump github.com/prometheus/client_golang from 1.13.1 to 1.16.0 in /examples/middleware by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/prometheus/client_golang/pull/1328 - Bump github.com/prometheus/common from 0.42.0 to 0.44.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/prometheus/client_golang/pull/1284 - Bump github.com/prometheus/common from 0.42.0 to 0.44.0 in /tutorial/whatsup by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/prometheus/client_golang/pull/1330 - Bump google.golang.org/protobuf from 1.30.0 to 1.31.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/prometheus/client_golang/pull/1304 - Synchronize common files from prometheus/prometheus by [@&#8203;prombot](https://github.com/prombot) in https://github.com/prometheus/client_golang/pull/1332 - Synchronize common files from prometheus/prometheus by [@&#8203;prombot](https://github.com/prombot) in https://github.com/prometheus/client_golang/pull/1338 - Cleanup golangci-lint errcheck by [@&#8203;SuperQ](https://github.com/SuperQ) in https://github.com/prometheus/client_golang/pull/1339 - Add go_godebug_non_default_behavior_tlsmaxrsasize_events_total by [@&#8203;alexandear](https://github.com/alexandear) in https://github.com/prometheus/client_golang/pull/1348 - Extend Counters, Summaries and Histograms with creation timestamp by [@&#8203;ArthurSens](https://github.com/ArthurSens) in https://github.com/prometheus/client_golang/pull/1313 - Fix typos in comments, tests, and errors by [@&#8203;alexandear](https://github.com/alexandear) in https://github.com/prometheus/client_golang/pull/1346 - Deprecated comment should begin with "Deprecated:" by [@&#8203;alexandear](https://github.com/alexandear) in https://github.com/prometheus/client_golang/pull/1347 - Add changelog entry for 1.17 by [@&#8203;ArthurSens](https://github.com/ArthurSens) in https://github.com/prometheus/client_golang/pull/1352 </details> #### New Contributors * @&#8203;diogoteles08 made their first contribution in https://github.com/prometheus/client_golang/pull/1295 * @&#8203;tigrato made their first contribution in https://github.com/prometheus/client_golang/pull/1318 * @&#8203;ZiViZiViZ made their first contribution in https://github.com/prometheus/client_golang/pull/1321 * @&#8203;sengi made their first contribution in https://github.com/prometheus/client_golang/pull/1322 * @&#8203;ArthurSens made their first contribution in https://github.com/prometheus/client_golang/pull/1323 * @&#8203;alexandear made their first contribution in https://github.com/prometheus/client_golang/pull/1348 **Full Changelog**: https://github.com/prometheus/client_golang/compare/v1.16.0...v1.17.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:eyJjcmVhdGVkSW5WZXIiOiIzNi41Mi4yIiwidXBkYXRlZEluVmVyIjoiMzYuNTIuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
renovate added 1 commit 2023-09-27 13:01:16 +00:00
alazyreader merged commit 3a4888b81d into master 2023-09-29 03:14:23 +00:00
alazyreader deleted branch renovate/github.com-prometheus-client_golang-1.x 2023-09-29 03:14:23 +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#7
No description provided.