-
Notifications
You must be signed in to change notification settings - Fork 30
fix(deps): update all non-major dependencies #1314
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❌ 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@@ 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:
|
3b3dcca to
6fdf025
Compare
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
5ceebb7 to
a64be8c
Compare
431f0e8 to
63b5690
Compare
fa288f6 to
21ee266
Compare
f492e65 to
e455696
Compare
64af820 to
688c7f8
Compare
688c7f8 to
76b11c0
Compare
This PR contains the following updates:
v3.3.1->v3.4.0v0.7.7->v0.7.8v3.0.7->v3.0.8v9.10.0->v9.11.0v3.29.0->v3.29.2v0.61.0->v0.62.0v0.61.0->v0.62.0v0.61.0->v0.62.0v1.36.0->v1.37.0v1.36.0->v1.37.0v1.36.0->v1.37.0v1.36.0->v1.37.0v1.36.0->v1.37.027fdb1d->8bf495bv0.33.1->v0.33.2Warning
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.0Compare Source
There are a few changes in this release to highlight:
Constraintsnow has a propertyIncludePrerelease. When set to true theCheckandValidatemethods will include prereleases.>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.NewVersioncoercion with leading "0"'s is restored. This can be disabled by setting the package level propertyCoerceNewVersiontofalse.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.8Compare Source
lestrrat-go/jwx (github.com/lestrrat-go/jwx/v3)
v3.0.8Compare 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.0Compare Source
🚀 Highlights
Fixes
TxPipelineto work correctly in cluster scenarios, allowing execution of commandsonly in the same slot for a given transaction.
Changes
🚀 New Features
scancommands, rather than random (#2623)🐛 Bug Fixes
🧰 Maintenance
Ring,ClientandClusterClient(#3401)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.2Compare Source
v3.29.1Compare Source
open-telemetry/opentelemetry-go (go.opentelemetry.io/otel)
v1.37.0: /v0.59.0/v0.13.0Compare Source
Added
go.opentelemetry.io/otel/semconv/v1.33.0package.The package contains semantic conventions from the
v1.33.0version 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)go.opentelemetry.io/otel/semconv/v1.34.0package.The package contains semantic conventions from the
v1.34.0version of the OpenTelemetry Semantic Conventions. (#6812)otel_scope_schema_urllabel ingo.opentelemetry.io/otel/exporters/prometheus. (#5947)otel_scope_[attribute]labels ingo.opentelemetry.io/otel/exporters/prometheus. (#5947)EventNametoEnabledParametersingo.opentelemetry.io/otel/log. (#6825)EventNametoEnabledParametersingo.opentelemetry.io/otel/sdk/log. (#6825)go.opentelemetry.io/otel/exporters/prometheusmetric renaming to add unit suffixes when it doesn't match one of the pre-defined values in the unit suffix map. (#6839)Changed
v1.26.0tov1.34.0ingo.opentelemetry.io/otel/bridge/opentracing. (#6827)v1.26.0tov1.34.0ingo.opentelemetry.io/otel/exporters/zipkin. (#6829)v1.26.0tov1.34.0ingo.opentelemetry.io/otel/metric. (#6832)v1.26.0tov1.34.0ingo.opentelemetry.io/otel/sdk/resource. (#6834)v1.26.0tov1.34.0ingo.opentelemetry.io/otel/sdk/trace. (#6835)v1.26.0tov1.34.0ingo.opentelemetry.io/otel/trace. (#6836)Record.Resourcenow returns*resource.Resourceinstead ofresource.Resourceingo.opentelemetry.io/otel/sdk/log. (#6864)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
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc. (#6710)go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp. (#6710)go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc. (#6710)go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp. (#6710)go.opentelemetry.io/otel/exporters/prometheus. (#6822)go.opentelemetry.io/otel/sdk/metric. (#6914)Removed
go.opentelemetry.io/otel/exporters/prometheusno longer exportsotel_scope_infometric. (#6770)What's Changed
45338d2by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/6807f0acec6by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/6810semconv/v1.33.0by @MrAlias in https://github.com/open-telemetry/opentelemetry-go/pull/6799200df99by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/6843b2b9eeaby @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/684425d2f78by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/685165e9200by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/6859b6e5de4by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/6860exporter/prometheusto match otel-contrib by @alexandreLamarre in https://github.com/open-telemetry/opentelemetry-go/pull/6839513f239by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/68679a9ac21by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/686560998feby @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/68804884adeby @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/6886473d423by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/6889faae1a8by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/68919627e99by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/6896ec7d08eby @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/6894e50bbf1by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/69008f04292by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/6910b7579e2by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/691790b6ad3by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/6918513f239by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/6922fef9409by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/6929New Contributors
Full Changelog: open-telemetry/opentelemetry-go@v1.36.0...v1.37.0
kubernetes/apimachinery (k8s.io/apimachinery)
v0.33.2Compare 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.
This PR was generated by Mend Renovate. View the repository job log.