-
Notifications
You must be signed in to change notification settings - Fork 156
chore(deps): Update go deps #1974
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
Conversation
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: tools/go.sum
|
Signed-off-by: Charith Ellawala <charith@cerbos.dev>
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
This PR contains the following updates:
v1.31.0-20230914171853-63dfe56cc2c4.1
->v1.32.0-20231115204500-e097f827e652.1
v1.50.1
->v1.50.10
v1.28.1
->v1.29.0
v1.11.2
->v1.11.3
v1.5.0
->v1.6.0
v2.19.0
->v2.19.1
v5.5.2
->v5.5.3
v0.5.0
->v0.6.0
v0.12.75
->v0.12.78
8526c9f
->861aa94
ef43131
->1f4bbc5
v1.60.1
->v1.61.0
Release Notes
aws/aws-sdk-go (github.com/aws/aws-sdk-go)
v1.50.10
Compare Source
===
Service Client Updates
service/dynamodb
: Updates service API, documentation, waiters, paginators, and examplesservice/sagemaker
: Updates service API and documentationv1.50.9
Compare Source
===
Service Client Updates
service/cognito-idp
: Updates service API and documentationservice/ivs
: Updates service API, documentation, and paginatorsservice/managedblockchain-query
: Updates service API and documentationservice/mediaconvert
: Updates service API and documentationv1.50.8
Compare Source
===
Service Client Updates
service/cloudformation
: Updates service API, documentation, paginators, and examplesservice/elasticloadbalancingv2
: Updates service API and documentationservice/glue
: Updates service API and documentationservice/ssm
: Updates service API and documentationv1.50.7
Compare Source
===
Service Client Updates
service/datazone
: Updates service API and documentationservice/route53
: Updates service documentationv1.50.6
Compare Source
===
Service Client Updates
service/autoscaling
: Updates service API and documentationservice/comprehend
: Updates service documentationservice/ec2
: Updates service API and documentationservice/mwaa
: Updates service API and documentationservice/rds
: Updates service API, documentation, waiters, paginators, and examplesservice/snowball
: Updates service documentationv1.50.5
Compare Source
===
Service Client Updates
service/connect
: Updates service APIservice/inspector2
: Updates service API and documentationservice/sagemaker
: Updates service API and documentationv1.50.4
Compare Source
===
Service Client Updates
service/acm-pca
: Updates service API, documentation, and waitersservice/lightsail
: Updates service API and documentationv1.50.3
Compare Source
===
Service Client Updates
service/ec2
: Updates service API and documentationservice/ecs
: Updates service documentationservice/outposts
: Updates service APIservice/rds
: Updates service API, documentation, waiters, paginators, and examplesservice/storagegateway
: Updates service API and documentationv1.50.2
Compare Source
===
Service Client Updates
service/inspector2
: Updates service API, documentation, and paginatorsbufbuild/buf (github.com/bufbuild/buf)
v1.29.0
Compare Source
yaml
format. All commands that take image inputs, output images,or convert between message formats, now take
yaml
as a format, in addition tothe existing
binpb
andtxtpb
formats. Some examples:buf build -o image.yaml
buf ls-files image.yaml
buf convert --type foo.Bar --from input.binpb --to output.yaml
yaml
andjson
formats now accept two new options:use_proto_names
anduse_enum_numbers
. This affects output serialization. Some examples:buf convert --type foo.Bar --from input.binpb --to output.yaml#use_proto_names=true
buf convert --type foo.Bar --from input.binpb --to -#format=yaml,use_enum_numbers=true
buf format
would inadvertently mangle files that usedthe expanded
Any
syntaxin option values.
goccy/go-yaml (github.com/goccy/go-yaml)
v1.11.3
: 1.11.3Compare Source
What's Changed
Full Changelog: goccy/go-yaml@v1.11.2...v1.11.3
google/uuid (github.com/google/uuid)
v1.6.0
Compare Source
Features
Bug Fixes
grpc-ecosystem/grpc-gateway (github.com/grpc-ecosystem/grpc-gateway/v2)
v2.19.1
Compare Source
What's Changed
New Contributors
Full Changelog: grpc-ecosystem/grpc-gateway@v2.19.0...v2.19.1
jackc/pgx (github.com/jackc/pgx/v5)
v5.5.3
Compare Source
planetscale/vtprotobuf (github.com/planetscale/vtprotobuf)
v0.6.0
Compare Source
Notable new features
List of all merged PRs
unmarshal_unsafe
feature by @nockty in https://github.com/planetscale/vtprotobuf/pull/103Struct
for wellknown type wrappers by @howardjohn in https://github.com/planetscale/vtprotobuf/pull/116grpc
to version 1.58.2 by @nockty in https://github.com/planetscale/vtprotobuf/pull/121New Contributors
Full Changelog: planetscale/vtprotobuf@v0.5.0...v0.6.0
pterm/pterm (github.com/pterm/pterm)
v0.12.78
Compare Source
What's Changed
Fixes 🔧
Progressbar
andLogger
did not work together co… by @MarvinJWendt in https://github.com/pterm/pterm/pull/627New Contributors
Full Changelog: pterm/pterm@v0.12.77...v0.12.78
v0.12.77
Compare Source
What's Changed
Fixes 🔧
New Contributors
Full Changelog: pterm/pterm@v0.12.76...v0.12.77
v0.12.76
Compare Source
What's Changed
Fixes 🔧
Sprintf
did not format properly by @MarvinJWendt in https://github.com/pterm/pterm/pull/622Full Changelog: pterm/pterm@v0.12.75...v0.12.76
grpc/grpc-go (google.golang.org/grpc)
v1.61.0
: Release 1.61.0Compare Source
New Features
AuthorityOverrider
, to allow resolver.Builders to override the default authority for aClientConn
. (EXPERIMENTAL) (#6752)grpc.WaitForHandlers
ServerOption
to causeServer.Stop
to block until method handlers return. (EXPERIMENTAL) (#6922)Performance Improvements
Bug Fixes
UNAVAILABLE
instead ofUNKNOWN
when underlying connection is broken (#6891)GracefulStop
to block until all method handlers return (v1.60 regression). (#6922)NumStreamWorkers
(EXPERIMENTAL). (#6856)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.
This PR has been generated by Mend Renovate. View repository job log here.