Skip to content

chore(deps): Update go deps#2043

Merged
charithe merged 1 commit intomainfrom
renovate/go-deps
Mar 11, 2024
Merged

chore(deps): Update go deps#2043
charithe merged 1 commit intomainfrom
renovate/go-deps

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 11, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.32.0-20240221180331-f05a6f4403ce.1 -> v1.33.0-20240221180331-f05a6f4403ce.1 age adoption passing confidence require minor
github.com/alecthomas/kong v0.8.1 -> v0.9.0 age adoption passing confidence require minor
github.com/aws/aws-sdk-go v1.50.30 -> v1.50.35 age adoption passing confidence require patch
github.com/bufbuild/buf v1.29.0 -> v1.30.0 age adoption passing confidence require minor
github.com/cerbos/cerbos-sdk-go v0.2.2 -> v0.2.3 age adoption passing confidence require patch
github.com/go-sql-driver/mysql v1.7.1 -> v1.8.0 age adoption passing confidence require minor
github.com/google/cel-go v0.20.0 -> v0.20.1 age adoption passing confidence require patch
github.com/jackc/pgx/v5 v5.5.3 -> v5.5.5 age adoption passing confidence require patch
github.com/minio/minio-go/v7 v7.0.68 -> v7.0.69 age adoption passing confidence require patch
github.com/rivo/tview 5605142 -> e804876 require digest
golang.org/x/net v0.21.0 -> v0.22.0 age adoption passing confidence require minor
golang.org/x/tools v0.18.0 -> v0.19.0 age adoption passing confidence require minor
google.golang.org/genproto/googleapis/api df926f6 -> 29370a3 require digest
google.golang.org/grpc v1.62.0 -> v1.62.1 age adoption passing confidence require patch
google.golang.org/protobuf v1.32.0 -> v1.33.0 age adoption passing confidence require minor
modernc.org/sqlite v1.29.2 -> v1.29.3 age adoption passing confidence require patch

Release Notes

alecthomas/kong (github.com/alecthomas/kong)

v0.9.0

Compare Source

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

v1.50.35

Compare Source

===

Service Client Updates
  • service/batch: Updates service API and documentation
    • This release adds JobStateTimeLimitActions setting to the Job Queue API. It allows you to configure an action Batch can take for a blocking job in front of the queue after the defined period of time. The new parameter applies for ECS, EKS, and FARGATE Job Queues.
  • service/bedrock-agent-runtime: Updates service API and documentation
  • service/cloudtrail: Updates service API and documentation
    • Added exceptions to CreateTrail, DescribeTrails, and ListImportFailures APIs.
  • service/codebuild: Updates service documentation
    • This release adds support for a new webhook event: PULL_REQUEST_CLOSED.
  • service/cognito-idp: Updates service API and documentation
  • service/guardduty: Updates service API and documentation
    • Add RDS Provisioned and Serverless Usage types
  • service/transfer: Updates service API and documentation
    • Added DES_EDE3_CBC to the list of supported encryption algorithms for messages sent with an AS2 connector.

v1.50.34

Compare Source

===

Service Client Updates
  • service/appconfig: Updates service API and documentation
  • service/ec2: Updates service API and documentation
    • This release adds an optional parameter to RegisterImage and CopyImage APIs to support tagging AMIs at the time of creation.
  • service/grafana: Updates service API and documentation
  • service/lambda: Updates service documentation
    • Documentation updates for AWS Lambda
  • service/payment-cryptography-data: Updates service API and documentation
  • service/rds: Updates service API, documentation, waiters, paginators, and examples
    • Updates Amazon RDS documentation for io2 storage for Multi-AZ DB clusters
  • service/snowball: Updates service documentation
    • Doc-only update for change to EKS-Anywhere ordering.
  • service/wafv2: Updates service API and documentation
  • service/workspaces: Updates service documentation
    • Added note for user decoupling

v1.50.33

Compare Source

===

Service Client Updates
  • service/dynamodb: Updates service API, documentation, waiters, paginators, and examples
    • Doc only updates for DynamoDB documentation
  • service/imagebuilder: Updates service API and documentation
  • service/mwaa: Updates service documentation
  • service/rds: Updates service API, documentation, waiters, paginators, and examples
    • Updated the input of CreateDBCluster and ModifyDBCluster to support setting CA certificates. Updated the output of DescribeDBCluster to show current CA certificate setting value.
  • service/redshift: Updates service documentation
    • Update for documentation only. Covers port ranges, definition updates for data sharing, and definition updates to cluster-snapshot documentation.
  • service/verifiedpermissions: Updates service API and documentation

v1.50.32

Compare Source

===

Service Client Updates
  • service/apigateway: Updates service documentation
    • Documentation updates for Amazon API Gateway
  • service/chatbot: Updates service API
  • service/organizations: Adds new service
    • This release contains an endpoint addition
  • service/sesv2: Updates service API and documentation

v1.50.31

Compare Source

===

Service Client Updates
  • service/cloudformation: Updates service API and documentation
    • Add DetailedStatus field to DescribeStackEvents and DescribeStacks APIs
  • service/fsx: Updates service API and documentation
  • service/organizations: Updates service API and documentation
    • Documentation update for AWS Organizations
bufbuild/buf (github.com/bufbuild/buf)

v1.30.0

Compare Source

  • Update buf generate so it populates the recently-added
    source_file_descriptors
    field of the CodeGeneratorRequest message. This provides the plugin with access to options
    that are configured to only be retained in source and not at runtime (via
    field option).
    Descriptors in the proto_file field will not include any options configured this way
    for the files named in file_to_generate field.
  • Add --exclude-source-retention-options flag to buf build, which
    causes options configured to only be retained in source to be stripped
    from the output descriptors.
cerbos/cerbos-sdk-go (github.com/cerbos/cerbos-sdk-go)

v0.2.3

Compare Source

go-sql-driver/mysql (github.com/go-sql-driver/mysql)

v1.8.0

Compare Source

What's Changed

Major changes
Other changes

New Contributors

Full Changelog: go-sql-driver/mysql@v1.7.1...v1.8.0

google/cel-go (github.com/google/cel-go)

v0.20.1

Compare Source

Minor release to capture a couple bug fixes and API / build visibility changes.

What's Changed

  • Track sizes of comprehension results by [#​901]
  • Introduce new helper APIs for optimizers by [#​903]
  • Make the CEL ast package public. [#​904]

New Contributors

Full Changelog: google/cel-go@v0.20.0...v0.21.0

jackc/pgx (github.com/jackc/pgx/v5)

v5.5.5

Compare Source

v5.5.4

Compare Source

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

v7.0.69

Compare Source

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

v1.62.1: Release 1.62.1

Compare Source

Bug Fixes

  • xds: fix a bug that results in no matching virtual host found RPC errors due to a difference between the target and LDS resource names (#​6997)
  • server: fixed stats handler data InPayload.Length for unary RPC calls (#​6766)
  • grpc: the experimental RecvBufferPool DialOption and ServerOption are now active during unary RPCs with compression (#​6766)
  • grpc: trim whitespaces in accept-encoding header before determining compressors
protocolbuffers/protobuf-go (google.golang.org/protobuf)

v1.33.0

Compare Source

cznic/sqlite (modernc.org/sqlite)

v1.29.3

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.

@renovate renovate bot added area/dependencies Pull requests that update a dependency file bots kind/chore labels Mar 11, 2024
@renovate renovate bot force-pushed the renovate/go-deps branch from 5535e4f to cf69537 Compare March 11, 2024 07:37
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/go-deps branch from cf69537 to 1eafc0a Compare March 11, 2024 08:27
@charithe charithe changed the title chore(deps): update go deps chore(deps): Update go deps Mar 11, 2024
@charithe charithe merged commit e7c39e0 into main Mar 11, 2024
@charithe charithe deleted the renovate/go-deps branch March 11, 2024 08:54
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