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

chore(all): update all #35

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

chore(all): update all #35

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 10, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
github.com/MicahParks/keyfunc v1.5.3 -> v1.9.0 age adoption passing confidence require minor
github.com/golang-jwt/jwt/v4 v4.4.2 -> v4.5.0 age adoption passing confidence require minor
github.com/grafana/dskit v0.0.0-20221110081137-a98d49d36fce -> v0.0.0-20240503143227-c41c58734f46 age adoption passing confidence require patch
github.com/prometheus/client_golang v1.14.0 -> v1.19.0 age adoption passing confidence require minor
github.com/prometheus/common v0.37.0 -> v0.53.0 age adoption passing confidence require minor
github.com/weaveworks/common v0.0.0-20220927162600-d0a1a93a15be -> v0.0.0-20230728070032-dd9e68f319d5 age adoption passing confidence require patch
golang 1.19 -> 1.22 age adoption passing confidence stage minor
google.golang.org/grpc v1.50.1 -> v1.63.2 age adoption passing confidence require minor
helm/chart-testing-action v2.3.1 -> v2.6.1 age adoption passing confidence action minor

Release Notes

MicahParks/keyfunc (github.com/MicahParks/keyfunc)

v1.9.0: Multiple JWK Set support

Compare Source

The purpose of this release is to add support for multiple JWK Sets. Through the use of the new keyfunc.GetMultiple function, package users can now specify multiple remote JWK Set resources and produce one jwt.Keyfunc.

It is not recommended to use the RefreshUnknownKID field on keyfunc.Option field when using multiple JWK Sets.

Thank you to @​aklinkert for this feature request!

Related issues:

Related pull requests:

v1.8.0: Allow manual refresh of a remote JWKS resource

Compare Source

The purpose of this release is to add a method to manually refresh the remote JWKS resource. This can bypass the rate limit, if the option is set.

Please see the new .Refresh method.

Related issues:

Related pull requests:

v1.7.0: Allow JWKS JSON to be made into Given Keys

Compare Source

The purpose of this release is to add a function that can transform raw JWKS JSON into map[string]keyfunc.GivenKey. This supports the use case where JWKS JSON is given, but a remote resource is also needed via keyfunc.Get. The map[string]keyfunc.GivenKey can be passed via the GivenKeys field in the keyfunc.Options argument.

Thank you to @​sean-rn for this contribution!

Related issues:

Related pull requests:

v1.6.0: Specify signing algorithm for given keys

Compare Source

The purpose of this release is to allow package users to specify which signing algorithms in JWT headers are required for which given keys. Keys from a remote JWK Set had their algorithm checked in release 1.5.2. For discussion, please see the related issue.

Thank you to our new contributor, @​sean-rn!

Please note the following functions have been deprecated and replaced:

  • NewGivenCustom --> NewGivenCustomWithOptions
  • NewGivenECDSA --> NewGivenECDSAWithOptions
  • NewGivenEdDSA --> NewGivenEdDSAWithOptions
  • NewGivenHMAC --> NewGivenHMACWithOptions
  • NewGivenRSA --> NewGivenRSAWithOptions

This is a consequence of not providing options for given keys in the initial implementation.

Related issues:

Related pull requests:

golang-jwt/jwt (github.com/golang-jwt/jwt/v4)

v4.5.0

Compare Source

What's Changed

Full Changelog: golang-jwt/jwt@v4.4.3...v4.5.0

v4.4.3

Compare Source

What's Changed

New Contributors

Full Changelog: golang-jwt/jwt@v4.4.2...v4.4.3

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

v1.19.0

Compare Source

What's Changed

The module prometheus/common v0.48.0 introduced an incompatibility when used together with client_golang (See https://github.com/prometheus/client_golang/pull/1448 for more details). If your project uses client_golang and you want to use prometheus/common v0.48.0 or higher, please update client_golang to v1.19.0.

  • [CHANGE] Minimum required go version is now 1.20 (we also test client_golang against new 1.22 version). #​1445 #​1449
  • [FEATURE] collectors: Add version collector. #​1422 #​1427

New Contributors

Full Changelog: prometheus/client_golang@v1.18.0...v1.19.0

v1.18.0

Compare Source

What's Changed

  • [FEATURE] promlint: Allow creation of custom metric validations. #​1311
  • [FEATURE] Go programs using client_golang can be built in wasip1 OS. #​1350
  • [BUGFIX] histograms: Add timer to reset ASAP after bucket limiting has happened. #​1367
  • [BUGFIX] testutil: Fix comparison of metrics with empty Help strings. #​1378
  • [ENHANCEMENT] Improved performance of MetricVec.WithLabelValues(...). #​1360

New Contributors

Full Changelog: prometheus/client_golang@v1.17.0...v1.18.0

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
  • [FEATURE] Add support for Created Timestamps in Counters, Summaries and Historams. #​1313
  • [ENHANCEMENT] Enable detection of a native histogram without observations. #​1314
Commits

New Contributors

Full Changelog: prometheus/client_golang@v1.16.0...v1.17.0

v1.16.0

Compare Source

What's Changed

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

New Contributors

Full Changelog: prometheus/client_golang@v1.15.1...v1.16.0

v1.15.1

Compare Source

Changes

  • [BUGFIX] Fixed promhttp.Instrument* handlers wrongly trying to attach exemplar to unsupported metrics (e.g. summary),
    causing panics #​1253

Full Changelog: prometheus/client_golang@v1.15.0...v1.15.1

v1.15.0

Compare Source

Changed

[BUGFIX] Fix issue with atomic variables on ppc64le #​1171
[BUGFIX] Support for multiple samples within same metric #​1181
[BUGFIX] Bump golang.org/x/text to v0.3.8 to mitigate CVE-2022-32149 #​1187
[ENHANCEMENT] Add exemplars and middleware examples #​1173
[ENHANCEMENT] Add more context to "duplicate label names" error to enable debugging #​1177
[ENHANCEMENT] Add constrained labels and constrained variant for all MetricVecs #​1151
[ENHANCEMENT] Moved away from deprecated github.com/golang/protobuf package #​1183
[ENHANCEMENT] Add possibility to dynamically get label values for http instrumentation #​1066
[ENHANCEMENT] Add ability to Pusher to add custom headers #​1218
[ENHANCEMENT] api: Extend and improve efficiency of json-iterator usage #​1225
[ENHANCEMENT] Added (official) support for go 1.20 #​1234
[ENHANCEMENT] timer: Added support for exemplars #​1233
[ENHANCEMENT] Filter expected metrics as well in CollectAndCompare #​1143
[ENHANCEMENT] ⚠️ Only set start/end if time is not Zero. This breaks compatibility in experimental api package. If you strictly depend on empty time.Time as actual value, the behavior is now changed #​1238

All commits

New Contributors

Full Changelog: prometheus/client_golang@v1.14.0...v1.15.0

prometheus/common (github.com/prometheus/common)

v0.53.0

Compare Source

What's Changed

New Contributors

Full Changelog: prometheus/common@v0.52.3...v0.53.0

v0.52.3

Compare Source

What's Changed

Full Changelog: prometheus/common@v0.52.2...v0.52.3

v0.52.2

Compare Source

What's Changed

New Contributors

Full Changelog: prometheus/common@v0.51.1...v0.52.2

v0.51.1

Compare Source

What's Changed

Full Changelog: prometheus/common@v0.51.0...v0.51.1

v0.51.0

Compare Source

What's Changed

New Contributors

Full Changelog: prometheus/common@v0.50.0...v0.51.0

v0.50.0

Compare Source

What's Changed

Full Changelog: prometheus/common@v0.49.0...v0.50.0

v0.49.0

Compare Source

What's Changed

New Contributors

Full Changelog: prometheus/common@v0.48.0...v0.49.0

v0.48.0

Compare Source

This release will require changes of code that relies on direct access to content-type format strings. See the PR linked below for work-arounds. Please file an issue if your use case doesn't work anymore.

What's Changed

Full Changelog: prometheus/common@v0.47.0...v0.48.0

v0.47.0

Compare Source

What's Changed

New Contributors

Full Changelog: prometheus/common@v0.46.0...v0.47.0

[v0.46.0](https://togithub.com/prometheus


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" in timezone Europe/London, 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from d345ff2 to 3c41c3c Compare January 17, 2023 13:17
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from bd5c639 to 6b9c81c Compare January 25, 2023 23:29
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from f2f760b to 35e3f52 Compare February 2, 2023 12:44
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from a991dcd to 628fd8e Compare February 8, 2023 15:38
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from b805dc8 to 271fffb Compare February 21, 2023 19:55
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from c08cc94 to 33e068a Compare March 3, 2023 12:51
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 74a58a0 to 88dddf2 Compare March 8, 2023 13:50
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 4b1a260 to b4cf48a Compare January 30, 2024 23:45
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 5a4561c to 90fcab7 Compare February 8, 2024 05:21
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 3b33f17 to 6731a1b Compare February 15, 2024 05:48
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 8309625 to b422165 Compare February 23, 2024 02:29
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 93a236a to 02861b2 Compare March 1, 2024 17:58
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from b79c267 to 72906d6 Compare March 7, 2024 20:36
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 95570e7 to 3e4ad58 Compare March 25, 2024 05:48
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 1b8176a to da5f4d2 Compare April 4, 2024 02:46
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 27d5267 to f22e02d Compare April 12, 2024 05:52
| datasource  | package                             | from                               | to                                 |
| ----------- | ----------------------------------- | ---------------------------------- | ---------------------------------- |
| go          | github.com/MicahParks/keyfunc       | v1.5.3                             | v1.9.0                             |
| go          | github.com/golang-jwt/jwt/v4        | v4.4.2                             | v4.5.0                             |
| go          | github.com/grafana/dskit            | v0.0.0-20221110081137-a98d49d36fce | v0.0.0-20240503143227-c41c58734f46 |
| go          | github.com/prometheus/client_golang | v1.14.0                            | v1.19.0                            |
| go          | github.com/prometheus/common        | v0.37.0                            | v0.53.0                            |
| go          | github.com/weaveworks/common        | v0.0.0-20220927162600-d0a1a93a15be | v0.0.0-20230728070032-dd9e68f319d5 |
| docker      | golang                              | 1.19                               | 1.22                               |
| go          | google.golang.org/grpc              | v1.50.1                            | v1.63.2                            |
| github-tags | helm/chart-testing-action           | v2.3.1                             | v2.6.1                             |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants