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 #107

Merged
merged 2 commits into from
Oct 6, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 30, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update Pending
github.com/PuerkitoBio/goquery v1.9.2 -> v1.10.0 age adoption passing confidence require minor
github.com/ThreeDotsLabs/watermill-redisstream v1.4.0 -> v1.4.2 age adoption passing confidence require patch
github.com/ThreeDotsLabs/watermill-sql/v3 v3.0.3 -> v3.1.0 age adoption passing confidence require minor
github.com/bufbuild/protovalidate-go v0.6.5 -> v0.7.2 age adoption passing confidence require minor
github.com/dgraph-io/ristretto v0.1.1 -> v0.2.0 age adoption passing confidence require minor
github.com/getsentry/sentry-go v0.28.1 -> v0.29.0 age adoption passing confidence require minor
github.com/go-co-op/gocron/v2 v2.11.0 -> v2.12.1 age adoption passing confidence require minor
github.com/go-kratos/kratos/contrib/log/zap/v2 v2.0.0-20240627104009-3198e0b83bf2 -> v2.0.0-20240918015945-e1f5dc42b1e5 age adoption passing confidence require patch
github.com/go-kratos/kratos/contrib/registry/consul/v2 v2.0.0-20240627104009-3198e0b83bf2 -> v2.0.0-20240918015945-e1f5dc42b1e5 age adoption passing confidence require patch
github.com/johannesboyne/gofakes3 edd0227 -> 2db7ccb age adoption passing confidence require digest
github.com/mattn/go-sqlite3 v1.14.22 -> v1.14.24 age adoption passing confidence require patch
github.com/minio/minio-go/v7 v7.0.76 -> v7.0.77 age adoption passing confidence require patch
go.opentelemetry.io/otel v1.29.0 -> v1.30.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.5.0 -> v0.6.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.5.0 -> v0.6.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.29.0 -> v1.30.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.29.0 -> v1.30.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.29.0 -> v1.30.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.29.0 -> v1.30.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.29.0 -> v1.30.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/log v0.5.0 -> v0.6.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/sdk v1.29.0 -> v1.30.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/sdk/log v0.5.0 -> v0.6.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/sdk/metric v1.29.0 -> v1.30.0 age adoption passing confidence require minor
golang.org/x/crypto v0.26.0 -> v0.27.0 age adoption passing confidence require minor v0.28.0
google.golang.org/grpc v1.66.0 -> v1.67.1 age adoption passing confidence require minor

Release Notes

PuerkitoBio/goquery (github.com/PuerkitoBio/goquery)

v1.10.0

Compare Source

Add EachIter which provides an iterator that can be used in for..range loops on the *Selection object.

goquery now requires Go version 1.23+, use goquery v1.9.x for older Go versions.

v1.9.3

Compare Source

Update go.mod dependencies.

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

v1.4.2

Compare Source

What's Changed

Full Changelog: ThreeDotsLabs/watermill-redisstream@v1.4.1...v1.4.2

v1.4.1

Compare Source

What's Changed

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

ThreeDotsLabs/watermill-sql (github.com/ThreeDotsLabs/watermill-sql/v3)

v3.1.0

Compare Source

What's Changed

Full Changelog: ThreeDotsLabs/watermill-sql@v3.0.3...v3.1.0

bufbuild/protovalidate-go (github.com/bufbuild/protovalidate-go)

v0.7.2

Compare Source

What's Changed

New Contributors

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

v0.7.1

Compare Source

What's Changed

Full Changelog: bufbuild/protovalidate-go@v0.7.0...v0.7.1

v0.7.0

Compare Source

What's Changed

Full Changelog: bufbuild/protovalidate-go@v0.6.5...v0.7.0

dgraph-io/ristretto (github.com/dgraph-io/ristretto)

v0.2.0

Compare Source

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

v0.29.0: 0.29.0

Compare Source

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

Breaking Changes
  • Remove the sentrymartini integration (#​861)
  • The WrapResponseWriter has been moved from the sentryhttp package to the internal/httputils package. If you've imported it previosuly, you'll need to copy the implementation in your project. (#​871)
Features
  • Add new convenience methods to continue a trace and propagate tracing headers for error-only use cases. (#​862)

    If you are not using one of our integrations, you can manually continue an incoming trace by using sentry.ContinueTrace() by providing the sentry-trace and baggage header received from a downstream SDK.

    hub := sentry.CurrentHub()
    sentry.ContinueTrace(hub, r.Header.Get(sentry.SentryTraceHeader), r.Header.Get(sentry.SentryBaggageHeader)),

    You can use hub.GetTraceparent() and hub.GetBaggage() to fetch the necessary header values for outgoing HTTP requests.

    hub := sentry.GetHubFromContext(ctx)
    req, _ := http.NewRequest("GET", "http://localhost:3000", nil)
    req.Header.Add(sentry.SentryTraceHeader, hub.GetTraceparent())
    req.Header.Add(sentry.SentryBaggageHeader, hub.GetBaggage())
Bug Fixes
  • Initialize HTTPTransport.limit if nil (#​844)
  • Fix sentry.StartTransaction() returning a transaction with an outdated context on existing transactions (#​854)
  • Treat Proxy-Authorization as a sensitive header (#​859)
  • Add support for the http.Hijacker interface to the sentrynegroni package (#​871)
  • Go version >= 1.23: Use value from http.Request.Pattern for HTTP transaction names when using sentryhttp & sentrynegroni (#​875)
  • Go version >= 1.21: Fix closure functions name grouping (#​877)
Misc
go-co-op/gocron (github.com/go-co-op/gocron/v2)

v2.12.1

Compare Source

What's Changed

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

v2.12.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-co-op/gocron@v2.11.0...v2.12.0

mattn/go-sqlite3 (github.com/mattn/go-sqlite3)

v1.14.24

Compare Source

v1.14.23

Compare Source

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

v7.0.77: Bugfix Release

Compare Source

What's Changed

New Contributors

Full Changelog: minio/minio-go@v7.0.76...v7.0.77

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

v1.30.0: /v0.52.0/v0.6.0/v0.0.9

Compare Source

Overview
Added
  • Support OTEL_EXPORTER_OTLP_LOGS_INSECURE and OTEL_EXPORTER_OTLP_INSECURE environments in go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc. (#​5739)
  • The WithResource option for NewMeterProvider now merges the provided resources with the ones from environment variables. (#​5773)
  • The WithResource option for NewLoggerProvider now merges the provided resources with the ones from environment variables. (#​5773)
  • Add UTF-8 support to go.opentelemetry.io/otel/exporters/prometheus. (#​5755)
Fixed
  • Fix memory leak in the global MeterProvider when identical instruments are repeatedly created. (#​5754)
  • Fix panic on instruments creation when setting meter provider. (#​5758)
  • Fix an issue where SetMeterProvider in go.opentelemetry.io/otel might miss the delegation for instruments and registries. (#​5780)
Removed
What's Changed
New Contributors

Full Changelog: open-telemetry/opentelemetry-go@v1.29.0...v1.30.0

grpc/grpc-go (google.golang.org/grpc)

v1.67.1: Release 1.67.1

Compare Source

Bug Fixes

  • transport: Fix a bug causing stream failures due to miscalculation of the flow control window in both clients and servers. (#​7667)
  • xds/server: Fix xDS Server memory leak. (#​7681)

v1.67.0: Release 1.67.0

Compare Source

Bug Fixes

  • ringhash: when used with multiple EDS priorities, fix bug that could prevent a higher priority from recovering from transient failure. (#​7364)

Behavior Changes

  • In accordance with RFC 7540, clients and servers will now reject TLS connections that don't support ALPN. This can be disabled by setting the environment variable GRPC_ENFORCE_ALPN_ENABLED to false (case insensitive). Please file a bug if you encounter any issues with this behavior. The environment variable to revert this behavior will be removed in an upcoming release. (#​7535)

v1.66.3: Release 1.66.3

Compare Source

Bug Fixes

  • transport: Fix a bug causing stream failures due to miscalculation of the flow control window in both clients and servers. (#​7667)
  • xds/server: Fix xDS Server memory leak. (#​7681)

v1.66.2: Release 1.66.2

Compare Source

Dependencies

  • Remove unintentional dependency on the testing package (#​7579)
  • Remove unintentional dependency on the flate package (#​7595)

Bug Fixes

  • client: fix a bug that prevented memory reuse after handling unary RPCs (#​7571)

v1.66.1

Compare Source


Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" 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 Sep 30, 2024
Copy link
Contributor Author

renovate bot commented Sep 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):

  • 9 additional dependencies were updated

Details:

Package Change
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.34.2-20240717164558-a6c49f84cc0f.2 -> v1.34.2-20240920164238-5a7b106cbb87.2
go.opentelemetry.io/otel/metric v1.29.0 -> v1.30.0
go.opentelemetry.io/otel/trace v1.29.0 -> v1.30.0
golang.org/x/net v0.28.0 -> v0.29.0
golang.org/x/sys v0.24.0 -> v0.25.0
golang.org/x/term v0.23.0 -> v0.24.0
golang.org/x/text v0.17.0 -> v0.18.0
google.golang.org/genproto/googleapis/api v0.0.0-20240822170219-fc7c04adadcd -> v0.0.0-20240903143218-8af14fe29dc1
google.golang.org/genproto/googleapis/rpc v0.0.0-20240822170219-fc7c04adadcd -> v0.0.0-20240903143218-8af14fe29dc1

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from efde33e to 88b7fc2 Compare October 4, 2024 16:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 88b7fc2 to 4ad44a7 Compare October 5, 2024 22:23
@MuZhou233 MuZhou233 merged commit f683356 into master Oct 6, 2024
4 checks passed
@MuZhou233 MuZhou233 deleted the renovate/all-minor-patch branch October 6, 2024 11:28
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