8000 chore(deps): Update go deps by renovate[bot] · Pull Request #2171 · cerbos/cerbos · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chore(deps): Update go deps #2171

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

Merged
merged 2 commits into from
Jun 3, 2024
Merged

chore(deps): Update go deps #2171

merged 2 commits into from
Jun 3, 2024

Conversation

renovate[bot]
Copy link
Contributor
@renovate renovate bot commented Jun 3, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
github.com/aws/aws-sdk-go v1.53.10 -> v1.53.14 age adoption passing confidence require patch
github.com/bufbuild/buf v1.32.1 -> v1.32.2 age adoption passing confidence require patch
github.com/microsoft/go-mssqldb v1.7.1 -> v1.7.2 age adoption passing confidence require patch
github.com/vektra/mockery/v2 v2.43.1 -> v2.43.2 age adoption passing confidence require patch
golang.org/x/exp 4c93da0 -> fd00a4e 
8000
age adoption passing confidence require digest
google.golang.org/genproto/googleapis/api d264139 -> 5315273 age adoption passing confidence require digest
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.3.0 -> v1.4.0 age adoption passing confidence require minor
gotest.tools/gotestsum v1.11.0 -> v1.12.0 age adoption passing confidence require minor
modernc.org/sqlite v1.29.10 -> v1.30.0 age adoption passing confidence require minor

Release Notes

aws/aws-sdk-go (github.com/aws/aws-sdk-go)

v1.53.14

Compare Source

===

Service Client Updates
  • service/codebuild: Updates service documentation
    • AWS CodeBuild now supports Self-hosted GitHub Actions runners for Github Enterprise
  • service/codeguru-security: Updates service API and documentation
  • service/elasticache: Updates service API and documentation
    • Update to attributes of TestFailover and minor revisions.
  • service/launch-wizard: Updates service API and documentation

v1.53.13

Compare Source

===

Service Client Updates
  • service/acm: Updates service API
    • add v2 smoke tests and smithy smokeTests trait for SDK testing.
  • service/bedrock-agent: Updates service API and documentation
  • service/bedrock-runtime: Updates service API and documentation
  • service/cloudtrail: Updates service API and documentation
    • CloudTrail Lake returns PartitionKeys in the GetEventDataStore API response. Events are grouped into partitions based on these keys for better query performance. For example, the calendarday key groups events by day, while combining the calendarday key with the hour key groups them by day and hour.
  • service/connect: Updates service API and documentation
  • service/emr-serverless: Updates service API, documentation, and paginators
  • service/rds: Updates service API, documentation, waiters, paginators, and examples
    • Updates Amazon RDS documentation for Aurora Postgres DBname.
  • service/sagemaker: Updates service API and documentation
    • Adds Model Card information as a new component to Model Package. Autopilot launches algorithm selection for TimeSeries modality to generate AutoML candidates per algorithm.

v1.53.12

Compare Source

===

Service Client Updates
  • service/athena: Updates service API and documentation
    • Throwing validation errors on CreateNotebook with Name containing /,:,\
  • service/codebuild: Updates service API and documentation
    • AWS CodeBuild now supports manually creating GitHub webhooks
  • service/connect: Updates service API and documentation
  • service/glue: Updates service API and documentation
    • Add optional field JobMode to CreateJob and UpdateJob APIs.
  • service/securityhub: Updates service API

v1.53.11

Compare Source

===

Service Client Updates
  • service/dynamodb: Updates service API, documentation, waiters, paginators, and examples
    • Doc-only update for DynamoDB. Specified the IAM actions needed to authorize a user to create a table with a resource-based policy.
  • service/ec2: Updates service API and documentation
    • Providing support to accept BgpAsnExtended attribute
  • service/kafka: Updates service API and documentation
  • service/swf: Updates service API and documentation
    • This release adds new APIs for deleting activity type and workflow type resources.
bufbuild/buf (github.com/bufbuild/buf)

v1.32.2

Compare Source

  • Update buf generate to warn instead of error when proto3 optional is required but not
    supported by a plugin.
microsoft/go-mssqldb (github.com/microsoft/go-mssqldb)

v1.7.2

Compare Source

Fixes regressions in handing of sql.Nullxxx types introduced by the Always Encrypted changes.

What's Changed

New Contributors

Full Changelog: microsoft/go-mssqldb@v1.7.1...v1.7.2

vektra/mockery (github.com/vektra/mockery/v2)

v2.43.2

Compare Source

Changelog

  • 4544845 Fix an issue with using exclude on windows
  • 5a3e47a Merge pull request #​780 from iangregsondev/debugging
grpc/grpc-go (google.golang.org/grpc/cmd/protoc-gen-go-grpc)

v1.4.0: Release 1.4.0

Compare Source

New features

  • Implement EmptyCallOption (#​1244)
  • Adding dial options for PerRPCCredentials (#​1225)
  • Expand service config support (#​1165)

Performance

  • Piggyback window updates for connection with those of a stream. (#​1273)
  • Decouple transport flow control from application read. (#​1265)
  • Expand stream's flow control in case of an active read. (#​1248)
  • Eagerly set a pointer to nil to help GC (#​1232)
  • Use pooled gzip.{Writer,Reader} in gzip{Compressor,Decompressor} (#​1217)
  • Make window size configurable. (#​1210)

Bug fixes

  • Server shouldn't Fatalf in case it fails to encode. (#​1276)
  • Avoid uint32 overflow when applying initial window size setting (#​1268)
  • Initialize stream properly in handler_server. (#​1260)
  • Avoid panic caused by stdlib context package errors (#​1258)
  • grpclb balancer.Close() should not panic if called more than once (#​1250)
  • Reuse Token for serviceAccount credentials (#​1238)
  • add logs to grpclb on send and recv (#​1235)
  • Calling handleRPC with context derived from the original (#​1227)
  • Reset proto before unmarshalling (#​1222)
  • don't add defer func if stats handler is nil (#​1214)
  • Fix go buildable source file problem (#​1213)
  • Pass custom dialer to balancer (#​1205)
  • Fix http status code to grpc status conversion (#​1195)
  • make ServerOption panic messages more clear. (#​1194)
  • Log the actual error when inTapHandle fails in http2Server (#​1185)
  • tentative fix to a flow control over-give-back bug (#​1170)
  • Add stats test for client streaming and server streaming RPCs (#​1140)
  • Ensure that RoundRobin.Close() does not panic. (#​1139)
  • fix server panic trying to send on stream as client disconnects #​1111 (#​1115)
  • Suppress server log message when EOF without receiving data for preface (#​1052)
  • clientconn, server: replace time.After with time.NewTimer (#​998)
  • reflection: check ServerReflectionInfo error (#​958)

Documentation

  • transport: fix minor typo in 'GoAway' godoc (#​1284)
  • Update references to route_guide.proto to use new directory name (#​1270)
  • Improve contributing.md and add issue template (#​1267)
  • Fixed comment spelling (#​1254)
  • Defined GA and add pointer to benchmarks (#​1239)
  • Add doc and example for mocking streaming RPCs (#​1230)
  • Fix doc (#​1221)
  • stress/client: fix minor typo (#​957)

Testing

  • add MaxConcurrentStreams to benchmark_test when start the server (#​1271)
  • re-enable handler_server in end2end test, and fix some failed tests (#​1259)
  • call listen with "localhost:port" instead of ":port" in tests (#​1237)
  • Travis: add staticcheck (#​1019)
gotestyourself/gotestsum (gotest.tools/gotestsum)

v1.12.0

Compare Source

What's Changed

New Contributors

Full Changelog: gotestyourself/gotestsum@v1.11.0...v1.12.0

cznic/sqlite (modernc.org/sqlite)

v1.30.0

Compare Source


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.

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot added area/dependencies Pull requests that update a dependency file bots kind/chore labels Jun 3, 2024
Signed-off-by: Charith Ellawala <charith@cerbos.dev>
@charithe charithe changed the title chore(deps): update go deps chore(deps): Update go deps Jun 3, 2024
@charithe charithe enabled auto-merge (squash) June 3, 2024 07:50
@charithe charithe merged commit d38b920 into main Jun 3, 2024
21 of 22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dependencies Pull requests that update a dependency file bots kind/chore
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
0