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: Update all non-major dependencies #109

Merged
merged 1 commit into from
Dec 14, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 30, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update Pending
github.com/ThreeDotsLabs/watermill v1.3.7 -> v1.4.1 age adoption passing confidence require minor
github.com/blevesearch/bleve/v2 v2.4.2 -> v2.4.3 age adoption passing confidence require patch
github.com/bufbuild/protovalidate-go v0.7.2 -> v0.7.3 age adoption passing confidence require patch v0.8.0
github.com/dchest/captcha v1.0.0 -> v1.1.0 age adoption passing confidence require minor
github.com/getsentry/sentry-go v0.29.1 -> v0.30.0 age adoption passing confidence require minor
github.com/go-co-op/gocron/v2 v2.12.1 -> v2.12.4 age adoption passing confidence require patch v2.13.0
github.com/go-kratos/kratos/contrib/log/zap/v2 v2.0.0-20240918015945-e1f5dc42b1e5 -> v2.0.0-20241105072421-f8b97f675b32 age adoption passing confidence require patch
github.com/go-kratos/kratos/contrib/registry/consul/v2 v2.0.0-20240918015945-e1f5dc42b1e5 -> v2.0.0-20241105072421-f8b97f675b32 age adoption passing confidence require patch
github.com/go-kratos/kratos/v2 v2.8.1 -> v2.8.2 age adoption passing confidence require patch
github.com/minio/minio-go/v7 v7.0.80 -> v7.0.81 age adoption passing confidence require patch v7.0.82
github.com/stretchr/testify v1.9.0 -> v1.10.0 age adoption passing confidence require minor
go.opentelemetry.io/otel v1.31.0 -> v1.32.0 age adoption passing confidence require minor v1.33.0
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.7.0 -> v0.8.0 age adoption passing confidence require minor v0.9.0
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.7.0 -> v0.8.0 age adoption passing confidence require minor v0.9.0
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.31.0 -> v1.32.0 age adoption passing confidence require minor v1.33.0
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.31.0 -> v1.32.0 age adoption passing confidence require minor v1.33.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.31.0 -> v1.32.0 age adoption passing confidence require minor v1.33.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.31.0 -> v1.32.0 age adoption passing confidence require minor v1.33.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.31.0 -> v1.32.0 age adoption passing confidence require minor v1.33.0
go.opentelemetry.io/otel/log v0.7.0 -> v0.8.0 age adoption passing confidence require minor v0.9.0
go.opentelemetry.io/otel/sdk v1.31.0 -> v1.32.0 age adoption passing confidence require minor v1.33.0
go.opentelemetry.io/otel/sdk/log v0.7.0 -> v0.8.0 age adoption passing confidence require minor v0.9.0
go.opentelemetry.io/otel/sdk/metric v1.31.0 -> v1.32.0 age adoption passing confidence require minor v1.33.0
golang.org/x/exp f66d83c -> 1829a12 age adoption passing confidence require digest
google.golang.org/grpc v1.67.1 -> v1.69.0 age adoption passing confidence require minor
google.golang.org/protobuf v1.35.1 -> v1.35.2 age adoption passing confidence require patch

Release Notes

ThreeDotsLabs/watermill (github.com/ThreeDotsLabs/watermill)

v1.4.1

Compare Source

What's Changed

Full Changelog: ThreeDotsLabs/watermill@v1.4.0...v1.4.1

v1.4.0

Compare Source

What's Changed

New Contributors

Full Changelog: ThreeDotsLabs/watermill@v1.3.7...v1.4.0

blevesearch/bleve (github.com/blevesearch/bleve/v2)

v2.4.3

Compare Source

Bug Fixes
Improvements
Milestone
bufbuild/protovalidate-go (github.com/bufbuild/protovalidate-go)

v0.7.3

Compare Source

What's Changed

Full Changelog: bufbuild/protovalidate-go@v0.7.2...v0.7.3

dchest/captcha (github.com/dchest/captcha)

v1.1.0

Compare Source

getsentry/sentry-go (github.com/getsentry/sentry-go)

v0.30.0: 0.30.0

Compare Source

The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.30.0.

Features
  • Add sentryzerolog integration (#​857)
  • Add sentryslog integration (#​865)
  • Always set Mechanism Type to generic (#​896)
Bug Fixes
  • Prevent panic in fasthttp and fiber integration in case a malformed URL has to be parsed (#​912)
Misc

Drop support for Go 1.18, 1.19 and 1.20. The currently supported Go versions are the last 3 stable releases: 1.23, 1.22 and 1.21.

go-co-op/gocron (github.com/go-co-op/gocron/v2)

v2.12.4

Compare Source

What's Changed

Full Changelog: go-co-op/gocron@v2.12.3...v2.12.4

v2.12.3

Compare Source

What's Changed

Full Changelog: go-co-op/gocron@v2.12.2...v2.12.3

v2.12.2

Compare Source

What's Changed

Full Changelog: go-co-op/gocron@v2.12.1...v2.12.2

go-kratos/kratos (github.com/go-kratos/kratos/v2)

v2.8.2

Compare Source

New Features
  • feat: create build Group in changelog generate. (#​3448)
Bug Fixes
  • fix: unit test Recycle watch resolver tick goroutine (#​3449)
  • fix: resolve the issue of metrics and logging code default to zero (#​3447)
Others
  • build(deps): bump golang.org/x/sync in /contrib/registry/zookeeper (#​3387)

Full Changelog: go-kratos/kratos@v2.8.1...v2.8.2

minio/minio-go (github.com/minio/minio-go/v7)

v7.0.81: Bugfix Release

Compare Source

What's Changed

New Contributors

Full Changelog: minio/minio-go@v7.0.80...v7.0.81

stretchr/testify (github.com/stretchr/testify)

v1.10.0

Compare Source

What's Changed

Functional Changes
Fixes
Documantation, Build & CI

New Contributors

Full Changelog: stretchr/testify@v1.9.0...v1.10.0

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

v1.32.0: /v0.54.0/v0.8.0/v0.0.11

Compare Source

Overview
Added
  • Add go.opentelemetry.io/otel/sdk/metric/exemplar.AlwaysOffFilter, which can be used to disable exemplar recording. (#​5850)
  • Add go.opentelemetry.io/otel/sdk/metric.WithExemplarFilter, which can be used to configure the exemplar filter used by the metrics SDK. (#​5850)
  • Add ExemplarReservoirProviderSelector and DefaultExemplarReservoirProviderSelector to go.opentelemetry.io/otel/sdk/metric, which defines the exemplar reservoir to use based on the aggregation of the metric. (#​5861)
  • Add ExemplarReservoirProviderSelector to go.opentelemetry.io/otel/sdk/metric.Stream to allow using views to configure the exemplar reservoir to use for a metric. (#​5861)
  • Add ReservoirProvider, HistogramReservoirProvider and FixedSizeReservoirProvider to go.opentelemetry.io/otel/sdk/metric/exemplar to make it convenient to use providers of Reservoirs. (#​5861)
  • The go.opentelemetry.io/otel/semconv/v1.27.0 package.
    The package contains semantic conventions from the v1.27.0 version of the OpenTelemetry Semantic Conventions. (#​5894)
  • Add Attributes attribute.Set field to Scope in go.opentelemetry.io/otel/sdk/instrumentation. (#​5903)
  • Add Attributes attribute.Set field to ScopeRecords in go.opentelemetry.io/otel/log/logtest. (#​5927)
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc adds instrumentation scope attributes. (#​5934)
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp adds instrumentation scope attributes. (#​5934)
  • go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc adds instrumentation scope attributes. (#​5935)
  • go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp adds instrumentation scope attributes. (#​5935)
  • go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc adds instrumentation scope attributes. (#​5933)
  • go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp adds instrumentation scope attributes. (#​5933)
  • go.opentelemetry.io/otel/exporters/prometheus adds instrumentation scope attributes in otel_scope_info metric as labels. (#​5932)
Changed
  • Support scope attributes and make them as identifying for Tracer in go.opentelemetry.io/otel and go.opentelemetry.io/otel/sdk/trace. (#​5924)
  • Support scope attributes and make them as identifying for Meter in go.opentelemetry.io/otel and go.opentelemetry.io/otel/sdk/metric. (#​5926)
  • Support scope attributes and make them as identifying for Logger in go.opentelemetry.io/otel and go.opentelemetry.io/otel/sdk/log. (#​5925)
  • Make schema URL and scope attributes as identifying for Tracer in go.opentelemetry.io/otel/bridge/opentracing. (#​5931)
  • Clear unneeded slice elements to allow GC to collect the objects in go.opentelemetry.io/otel/sdk/metric and go.opentelemetry.io/otel/sdk/trace. (#​5804)
Fixed
  • Global MeterProvider registration unwraps global instrument Observers, the undocumented Unwrap() methods are now private. (#​5881)
  • go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc now keeps the metadata already present in the context when WithHeaders is used. (#​5892)
  • go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc now keeps the metadata already present in the context when WithHeaders is used. (#​5911)
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc now keeps the metadata already present in the context when WithHeaders is used. (#​5915)
  • Fix go.opentelemetry.io/otel/exporters/prometheus trying to add exemplars to Gauge metrics, which is unsupported. (#​5912)
  • Fix WithEndpointURL to always use a secure connection when an https URL is passed in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc. (#​5944)
  • Fix WithEndpointURL to always use a secure connection when an https URL is passed in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp. (#​5944)
  • Fix WithEndpointURL to always use a secure connection when an https URL is passed in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc. (#​5944)
  • Fix WithEndpointURL to always use a secure connection when an https URL is passed in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp. (#​5944)
  • Fix incorrect metrics generated from callbacks when multiple readers are used in go.opentelemetry.io/otel/sdk/metric. (#​5900)
Removed
What's Changed

Configuration

📅 Schedule: Branch creation - "* 0-3 1 * *" in timezone Asia/Singapore, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 added the renovate label Nov 30, 2024
Copy link
Contributor Author

renovate bot commented Nov 30, 2024

ℹ 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):

  • 20 additional dependencies were updated

Details:

Package Change
golang.org/x/crypto v0.28.0 -> v0.30.0
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.34.2-20240920164238-5a7b106cbb87.2 -> v1.35.2-20240920164238-5a7b106cbb87.1
github.com/blevesearch/bleve_index_api v1.1.10 -> v1.1.12
github.com/blevesearch/go-faiss v1.0.20 -> v1.0.23
github.com/blevesearch/scorch_segment_api/v2 v2.2.15 -> v2.2.16
github.com/blevesearch/zapx/v15 v15.3.13 -> v15.3.16
github.com/blevesearch/zapx/v16 v16.1.5 -> v16.1.8
github.com/google/cel-go v0.21.0 -> v0.22.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 -> v2.23.0
go.opentelemetry.io/otel/metric v1.31.0 -> v1.32.0
go.opentelemetry.io/otel/trace v1.31.0 -> v1.32.0
golang.org/x/mod v0.21.0 -> v0.22.0
golang.org/x/net v0.30.0 -> v0.32.0
golang.org/x/sync v0.8.0 -> v0.10.0
golang.org/x/sys v0.26.0 -> v0.28.0
golang.org/x/term v0.25.0 -> v0.27.0
golang.org/x/text v0.19.0 -> v0.21.0
golang.org/x/tools v0.26.0 -> v0.28.0
google.golang.org/genproto/googleapis/api v0.0.0-20241007155032-5fefd90f89a9 -> v0.0.0-20241104194629-dd2ea8efbc28
google.golang.org/genproto/googleapis/rpc v0.0.0-20241007155032-5fefd90f89a9 -> v0.0.0-20241104194629-dd2ea8efbc28

Copy link

codecov bot commented Nov 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 0.25%. Comparing base (0b27c09) to head (90a75dd).
Report is 2 commits behind head on master.

Additional details and impacted files
@@          Coverage Diff           @@
##           master    #109   +/-   ##
======================================
  Coverage    0.25%   0.25%           
======================================
  Files         385     385           
  Lines       91673   91674    +1     
======================================
  Hits          238     238           
- Misses      91420   91421    +1     
  Partials       15      15           
Flag Coverage Δ
?

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from e873309 to 858bab3 Compare December 12, 2024 23:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 6df6a4f to f667de5 Compare December 14, 2024 10:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f667de5 to 0bdac41 Compare December 14, 2024 12:09
@MuZhou233 MuZhou233 merged commit 29e84cd into master Dec 14, 2024
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant