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

fix(deps): update all non-major dependencies #294

Merged
merged 2 commits into from
Jan 30, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 18, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
cloud.google.com/go/logging v1.8.1 -> v1.9.0 age adoption passing confidence
github.com/hamba/avro/v2 v2.18.0 -> v2.19.0 age adoption passing confidence
github.com/omeid/uconfig v1.2.0 -> v1.2.1 age adoption passing confidence
github.com/prometheus/client_golang v1.17.0 -> v1.18.0 age adoption passing confidence
github.com/splitio/go-client/v6 v6.5.0 -> v6.5.2 age adoption passing confidence
go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux v0.46.1 -> v0.47.0 age adoption passing confidence
go.opentelemetry.io/otel v1.21.0 -> v1.22.0 age adoption passing confidence
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.21.0 -> v1.22.0 age adoption passing confidence
go.opentelemetry.io/otel/sdk v1.21.0 -> v1.22.0 age adoption passing confidence
go.opentelemetry.io/otel/trace v1.21.0 -> v1.22.0 age adoption passing confidence
golang.org/x/net v0.19.0 -> v0.20.0 age adoption passing confidence

Release Notes

hamba/avro (github.com/hamba/avro/v2)

v2.19.0

Compare Source

What's Changed

New Contributors

Full Changelog: hamba/avro@v2.18.0...v2.19.0

omeid/uconfig (github.com/omeid/uconfig)

v1.2.1

Compare Source

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

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

splitio/go-client (github.com/splitio/go-client/v6)

v6.5.2

Compare Source

v6.5.1

Compare Source

open-telemetry/opentelemetry-go (go.opentelemetry.io/otel)

v1.22.0: /v0.45.0

Compare Source

Added
  • The go.opentelemetry.io/otel/semconv/v1.22.0 package.
    The package contains semantic conventions from the v1.22.0 version of the OpenTelemetry Semantic Conventions. (#​4735)
  • The go.opentelemetry.io/otel/semconv/v1.23.0 package.
    The package contains semantic conventions from the v1.23.0 version of the OpenTelemetry Semantic Conventions. (#​4746)
  • The go.opentelemetry.io/otel/semconv/v1.23.1 package.
    The package contains semantic conventions from the v1.23.1 version of the OpenTelemetry Semantic Conventions. (#​4749)
  • The go.opentelemetry.io/otel/semconv/v1.24.0 package.
    The package contains semantic conventions from the v1.24.0 version of the OpenTelemetry Semantic Conventions. (#​4770)
  • Add WithResourceAsConstantLabels option to apply resource attributes for every metric emitted by the Prometheus exporter. (#​4733)
  • Experimental cardinality limiting is added to the metric SDK.
    See metric documentation for more information about this feature and how to enable it. (#​4457)
  • Add NewMemberRaw and NewKeyValuePropertyRaw in go.opentelemetry.io/otel/baggage. (#​4804)
Changed
  • Upgrade all use of go.opentelemetry.io/otel/semconv to use v1.24.0. (#​4754)
  • Update transformations in go.opentelemetry.io/otel/exporters/zipkin to follow v1.19.0 version of the OpenTelemetry specification. (#​4754)
  • Record synchronous measurements when the passed context is canceled instead of dropping in go.opentelemetry.io/otel/sdk/metric.
    If you do not want to make a measurement when the context is cancelled, you need to handle it yourself (e.g if ctx.Err() != nil). (#​4671)
  • Improve go.opentelemetry.io/otel/trace.TraceState's performance. (#​4722)
  • Improve go.opentelemetry.io/otel/propagation.TraceContext's performance. (#​4721)
  • Improve go.opentelemetry.io/otel/baggage performance. (#​4743)
  • Improve performance of the (*Set).Filter method in go.opentelemetry.io/otel/attribute when the passed filter does not filter out any attributes from the set. (#​4774)
  • Member.String in go.opentelemetry.io/otel/baggage percent-encodes only when necessary. (#​4775)
  • Property.Value in go.opentelemetry.io/otel/baggage now returns a raw string instead of a percent-encoded value. (#​4804)
Fixed
  • Fix Parse in go.opentelemetry.io/otel/baggage to validate member value before percent-decoding. (#​4755)
  • Fix whitespace encoding of Member.String in go.opentelemetry.io/otel/baggage. (#​4756)
  • Fix baggage item key so that it is not canonicalized in go.opentelemetry.io/otel/bridge/opentracing. (#​4776)
  • Fix go.opentelemetry.io/otel/bridge/opentracing to properly handle baggage values that requires escaping during propagation. (#​4804)
  • Fix a bug where using multiple readers resulted in incorrect asynchronous counter values in go.opentelemetry.io/otel/sdk/metric. (#​4742)

Configuration

📅 Schedule: Branch creation - "before 8am on Monday" (UTC), 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.

@eric-reis
Copy link
Collaborator

Version 1.2.1 of uconfig is retracted. I don't think we should merge this as it may cause headaches later. But it won't break anything as of now, as the previous version was also retracted, and both hadn't any other changes...

https://github.com/omeid/uconfig/blob/master/go.mod

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from d873f05 to 39fbb80 Compare December 28, 2023 13:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 2212428 to 1192ccf Compare December 28, 2023 20:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1192ccf to 70adcbc Compare January 8, 2024 21:18
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 5c7fe60 to 5c352c0 Compare January 18, 2024 17:19
renovatebot tried to update uconfig to 1.2.1 but this version was
retracted and also breaks the pipeline.

This commit undo the update.
Copy link
Contributor Author

renovate bot commented Jan 30, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

Copy link

sonarcloud bot commented Jan 30, 2024

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@rjfonseca rjfonseca merged commit 5833a2d into master Jan 30, 2024
6 checks passed
@rjfonseca rjfonseca deleted the renovate/all-minor-patch branch January 30, 2024 19:20
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.

2 participants