Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 14, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
github.com/Masterminds/semver/v3 v3.3.1 -> v3.4.0 age adoption passing confidence require minor
github.com/hashicorp/go-retryablehttp v0.7.7 -> v0.7.8 age adoption passing confidence require patch
github.com/lestrrat-go/jwx/v3 v3.0.7 -> v3.0.8 age adoption passing confidence require patch
github.com/redis/go-redis/v9 v9.10.0 -> v9.11.0 age adoption passing confidence require minor
github/codeql-action v3.29.0 -> v3.29.2 age adoption passing confidence action patch
go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin v0.61.0 -> v0.62.0 age adoption passing confidence require minor
go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.61.0 -> v0.62.0 age adoption passing confidence require minor
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 -> v0.62.0 age adoption passing confidence require minor
go.opentelemetry.io/otel v1.36.0 -> v1.37.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.36.0 -> v1.37.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.36.0 -> v1.37.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/sdk v1.36.0 -> v1.37.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/trace v1.36.0 -> v1.37.0 age adoption passing confidence require minor
go.starlark.net 27fdb1d -> 8bf495b age adoption passing confidence require digest
k8s.io/apimachinery v0.33.1 -> v0.33.2 age adoption passing confidence require patch

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

Masterminds/semver (github.com/Masterminds/semver/v3)

v3.4.0

Compare Source

There are a few changes in this release to highlight:

  1. Constraints now has a property IncludePrerelease. When set to true the Check and Validate methods will include prereleases.
  2. When an AND group has one constraint with a prerelease but more than one constraint then prereleases will be included. For example, >1.0.0-beta.1 < 2. In the past this would not have included prereleases because each constraint needed to have a prerelease. Now, only one constraint needs to have a prerelease. This is considered a long standing bug fix. Note, this does not carry across OR groups. For example, >1.0.0-beta.1 < 2 || > 3. In this case, prereleases will not be included when evaluating against >3.
  3. NewVersion coercion with leading "0"'s is restored. This can be disabled by setting the package level property CoerceNewVersion to false.

What's Changed

New Contributors

Full Changelog: Masterminds/semver@v3.3.1...v3.4.0

hashicorp/go-retryablehttp (github.com/hashicorp/go-retryablehttp)

v0.7.8

Compare Source

lestrrat-go/jwx (github.com/lestrrat-go/jwx/v3)

v3.0.8

Compare Source

What's Changed

Full Changelog: lestrrat-go/jwx@v3.0.7...v3.0.8

redis/go-redis (github.com/redis/go-redis/v9)

v9.11.0: 9.11.0

Compare Source

🚀 Highlights

Fixes TxPipeline to work correctly in cluster scenarios, allowing execution of commands
only in the same slot for a given transaction.

Changes

🚀 New Features

  • Set cluster slot for scan commands, rather than random (#​2623)
  • Add CredentialsProvider field to UniversalOptions (#​2927)
  • feat(redisotel): add WithCallerEnabled option (#​3415)

🐛 Bug Fixes

  • fix(txpipeline): keyless commands should take the slot of the keyed (#​3411)
  • fix(loading): cache the loaded flag for slave nodes (#​3410)
  • fix(txpipeline): should return error on multi/exec on multiple slots (#​3408)
  • fix: check if the shard exists to avoid returning nil (#​3396)

🧰 Maintenance

  • feat: optimize connection pool waitTurn (#​3412)
  • chore(ci): update CI redis builds (#​3407)
  • chore: remove a redundant method from Ring, Client and ClusterClient (#​3401)
  • test: refactor TestBasicCredentials using table-driven tests (#​3406)
  • perf: reduce unnecessary memory allocation operations (#​3399)
  • fix: insert entry during iterating over a map (#​3398)
  • DOC-5229 probabilistic data type examples (#​3413)
  • chore(deps): bump rojopolis/spellcheck-github-actions from 0.49.0 to 0.51.0 (#​3414)

Contributors

We'd like to thank all the contributors who worked on this release!

@​andy-stark-redis, @​boekkooi-impossiblecloud, @​cxljs, @​dcherubini, @​iamamirsalehi, @​ndyakov, @​pete-woods, @​twz915

github/codeql-action (github/codeql-action)

v3.29.2

Compare Source

v3.29.1

Compare Source

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

v1.37.0: /v0.59.0/v0.13.0

Compare Source

Added
  • The go.opentelemetry.io/otel/semconv/v1.33.0 package.
    The package contains semantic conventions from the v1.33.0 version of the OpenTelemetry Semantic Conventions.
    See the migration documentation for information on how to upgrade from go.opentelemetry.io/otel/semconv/v1.32.0.(#​6799)
  • The go.opentelemetry.io/otel/semconv/v1.34.0 package.
    The package contains semantic conventions from the v1.34.0 version of the OpenTelemetry Semantic Conventions. (#​6812)
  • Add metric's schema URL as otel_scope_schema_url label in go.opentelemetry.io/otel/exporters/prometheus. (#​5947)
  • Add metric's scope attributes as otel_scope_[attribute] labels in go.opentelemetry.io/otel/exporters/prometheus. (#​5947)
  • Add EventName to EnabledParameters in go.opentelemetry.io/otel/log. (#​6825)
  • Add EventName to EnabledParameters in go.opentelemetry.io/otel/sdk/log. (#​6825)
  • Changed handling of go.opentelemetry.io/otel/exporters/prometheus metric renaming to add unit suffixes when it doesn't match one of the pre-defined values in the unit suffix map. (#​6839)
Changed
  • The semantic conventions have been upgraded from v1.26.0 to v1.34.0 in go.opentelemetry.io/otel/bridge/opentracing. (#​6827)
  • The semantic conventions have been upgraded from v1.26.0 to v1.34.0 in go.opentelemetry.io/otel/exporters/zipkin. (#​6829)
  • The semantic conventions have been upgraded from v1.26.0 to v1.34.0 in go.opentelemetry.io/otel/metric. (#​6832)
  • The semantic conventions have been upgraded from v1.26.0 to v1.34.0 in go.opentelemetry.io/otel/sdk/resource. (#​6834)
  • The semantic conventions have been upgraded from v1.26.0 to v1.34.0 in go.opentelemetry.io/otel/sdk/trace. (#​6835)
  • The semantic conventions have been upgraded from v1.26.0 to v1.34.0 in go.opentelemetry.io/otel/trace. (#​6836)
  • Record.Resource now returns *resource.Resource instead of resource.Resource in go.opentelemetry.io/otel/sdk/log. (#​6864)
  • Retry now shows error cause for context timeout in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc, go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc, go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc, go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp, go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp, go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#​6898)
Fixed
  • Stop stripping trailing slashes from configured endpoint URL in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc. (#​6710)
  • Stop stripping trailing slashes from configured endpoint URL in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp. (#​6710)
  • Stop stripping trailing slashes from configured endpoint URL in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc. (#​6710)
  • Stop stripping trailing slashes from configured endpoint URL in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp. (#​6710)
  • Validate exponential histogram scale range for Prometheus compatibility in go.opentelemetry.io/otel/exporters/prometheus. (#​6822)
  • Context cancellation during metric pipeline produce does not corrupt data in go.opentelemetry.io/otel/sdk/metric. (#​6914)
Removed
  • go.opentelemetry.io/otel/exporters/prometheus no longer exports otel_scope_info metric. (#​6770)

What's Changed

New Contributors

Full Changelog: open-telemetry/opentelemetry-go@v1.36.0...v1.37.0

kubernetes/apimachinery (k8s.io/apimachinery)

v0.33.2

Compare Source


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 is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner May 14, 2025 14:34
@renovate renovate bot added the dependencies Indicates a change to dependencies label May 14, 2025
@codecov
Copy link

codecov bot commented May 14, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 56.92%. Comparing base (91ba0d5) to head (76b11c0).
Report is 1 commits behind head on main.

❌ Your project status has failed because the head coverage (56.92%) is below the target coverage (90.00%). You can increase the head coverage or adjust the target coverage.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1314   +/-   ##
=======================================
  Coverage   56.92%   56.92%           
=======================================
  Files         643      643           
  Lines       36106    36106           
=======================================
  Hits        20553    20553           
  Misses      14916    14916           
  Partials      637      637           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 7 times, most recently from 3b3dcca to 6fdf025 Compare May 21, 2025 12:33
@renovate
Copy link
Contributor Author

renovate bot commented May 21, 2025

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 12 additional dependencies were updated

Details:

Package Change
github.com/bytedance/sonic v1.13.2 -> v1.13.3
github.com/go-logr/logr v1.4.2 -> v1.4.3
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3 -> v2.27.1
github.com/klauspost/cpuid/v2 v2.2.10 -> v2.2.11
github.com/ugorji/go/codec v1.2.12 -> v1.3.0
go.opentelemetry.io/otel/metric v1.36.0 -> v1.37.0
go.opentelemetry.io/proto/otlp v1.6.0 -> v1.7.0
golang.org/x/arch v0.17.0 -> v0.18.0
golang.org/x/net v0.40.0 -> v0.41.0
google.golang.org/genproto/googleapis/api v0.0.0-20250519155744-55703ea1f237 -> v0.0.0-20250603155806-513f23925822
google.golang.org/genproto/googleapis/rpc v0.0.0-20250519155744-55703ea1f237 -> v0.0.0-20250603155806-513f23925822
google.golang.org/grpc v1.72.1 -> v1.73.0

@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 4 times, most recently from 5ceebb7 to a64be8c Compare May 28, 2025 19:31
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 3 times, most recently from 431f0e8 to 63b5690 Compare May 30, 2025 21:59
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 5 times, most recently from fa288f6 to 21ee266 Compare June 11, 2025 23:15
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 7 times, most recently from f492e65 to e455696 Compare June 19, 2025 22:35
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 9 times, most recently from 64af820 to 688c7f8 Compare June 30, 2025 18:51
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch from 688c7f8 to 76b11c0 Compare July 1, 2025 18:41
@wass3rw3rk wass3rw3rk merged commit e24f8bb into main Jul 1, 2025
11 of 14 checks passed
@wass3rw3rk wass3rw3rk deleted the renovate/all-minor-patch-digest-pin branch July 1, 2025 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Indicates a change to dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants