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(deps): update everything #190

Merged
merged 1 commit into from
Feb 2, 2024
Merged

chore(deps): update everything #190

merged 1 commit into from
Feb 2, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 15, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
github.com/envoyproxy/protoc-gen-validate v1.0.2 -> v1.0.4 age adoption passing confidence require patch
github.com/google/uuid v1.5.0 -> v1.6.0 age adoption passing confidence require minor
github.com/onsi/ginkgo/v2 v2.14.0 -> v2.15.0 age adoption passing confidence require minor
github.com/onsi/gomega v1.30.0 -> v1.31.1 age adoption passing confidence require minor
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.1 -> v0.47.0 age adoption passing confidence require minor
google.golang.org/genproto 35c7eff -> 1f4bbc5 age adoption passing confidence require digest
google.golang.org/genproto/googleapis/api 35c7eff -> 1f4bbc5 age adoption passing confidence require digest
google.golang.org/genproto/googleapis/rpc 35c7eff -> 1f4bbc5 age adoption passing confidence require digest
google.golang.org/grpc v1.60.1 -> v1.61.0 age adoption passing confidence require minor

Release Notes

envoyproxy/protoc-gen-validate (github.com/envoyproxy/protoc-gen-validate)

v1.0.4

Compare Source

What's Changed

Full Changelog: bufbuild/protoc-gen-validate@v1.0.3...v1.0.4

v1.0.3

Compare Source

What's Changed

New Contributors

Full Changelog: bufbuild/protoc-gen-validate@v1.0.2...v1.0.3

google/uuid (github.com/google/uuid)

v1.6.0

Compare Source

Features
Bug Fixes
onsi/ginkgo (github.com/onsi/ginkgo/v2)

v2.15.0

Compare Source

2.15.0

Features
  • JUnit reports now interpret Label(owner:X) and set owner to X. [8f3bd70]
  • include cancellation reason when cancelling spec context [96e915c]
Fixes
  • emit output of failed go tool cover invocation so users can try to debug things for themselves [c245d09]
  • fix outline when using nodot in ginkgo v2 [dca77c8]
  • Document areas where GinkgoT() behaves differently from testing.T [dbaf18f]
  • bugfix(docs): use Unsetenv instead of Clearenv (#​1337) [6f67a14]
Maintenance
onsi/gomega (github.com/onsi/gomega)

v1.31.1

Compare Source

1.31.1

Fixes
  • Inverted arguments order of FailureMessage of BeComparableToMatcher [e0dd999]
  • Update test in case keeping msg is desired [ad1a367]
Maintenance
  • Show how to import the format sub package [24e958d]
  • tidy up go.sum [26661b8]
  • bump dependencies [bde8f7a]

v1.31.0

Compare Source

1.31.0

Features
  • Async assertions include context cancellation cause if present [121c37f]
Maintenance
grpc/grpc-go (google.golang.org/grpc)

v1.61.0: Release 1.61.0

Compare Source

New Features

  • resolver: provide method, AuthorityOverrider, to allow resolver.Builders to override the default authority for a ClientConn. (EXPERIMENTAL) (#​6752)
  • xds: add support for mTLS Credentials in xDS bootstrap (gRFC A65) (#​6757)
  • server: add grpc.WaitForHandlers ServerOption to cause Server.Stop to block until method handlers return. (EXPERIMENTAL) (#​6922)

Performance Improvements

Bug Fixes

  • client: correctly enable TCP keepalives with OS defaults on windows (#​6863)
  • server: change some stream operations to return UNAVAILABLE instead of UNKNOWN when underlying connection is broken (#​6891)
  • server: fix GracefulStop to block until all method handlers return (v1.60 regression). (#​6922)
  • server: fix two bugs that could lead to panics at shutdown when using NumStreamWorkers (EXPERIMENTAL). (#​6856)
  • reflection: do not send invalid descriptors to clients for files that cannot be fully resolved (#​6771)
  • xds: don't fail channel/server startup when xds creds is specified, but bootstrap is missing certificate providers (#​6848)
  • xds: Atomically read and write xDS security configuration client side (#​6796)
  • xds/server: fix RDS handling for non-inline route configs (#​6915)

Configuration

📅 Schedule: Branch creation - "before 4am 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.

@renovate renovate bot requested a review from a team as a code owner January 15, 2024 01:28
@renovate renovate bot requested a review from Septimus4 January 15, 2024 01:28
Copy link

codecov bot commented Jan 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (1877c95) 72.01% compared to head (23fde2e) 72.01%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #190   +/-   ##
=======================================
  Coverage   72.01%   72.01%           
=======================================
  Files          39       39           
  Lines        2326     2326           
=======================================
  Hits         1675     1675           
  Misses        596      596           
  Partials       55       55           

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

@renovate renovate bot force-pushed the renovate/everything branch from a81ad02 to e3cf42f Compare January 16, 2024 22:09
@renovate renovate bot changed the title chore(deps): update module github.com/envoyproxy/protoc-gen-validate to v1.0.3 chore(deps): update everything Jan 16, 2024
@renovate renovate bot force-pushed the renovate/everything branch 10 times, most recently from 7d755bb to b071b1e Compare January 23, 2024 19:50
@renovate renovate bot force-pushed the renovate/everything branch from b071b1e to de976b4 Compare January 24, 2024 03:27
@renovate renovate bot force-pushed the renovate/everything branch from de976b4 to 23fde2e Compare January 25, 2024 21:40
@Septimus4 Septimus4 merged commit ea3b16a into master Feb 2, 2024
9 of 10 checks passed
@Septimus4 Septimus4 deleted the renovate/everything branch February 2, 2024 10:23
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.

1 participant