Skip to content

chore(deps): Update go deps#2679

Merged
haines merged 6 commits intomainfrom
renovate/go-deps
Sep 2, 2025
Merged

chore(deps): Update go deps#2679
haines merged 6 commits intomainfrom
renovate/go-deps

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Aug 31, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.6-20250625184727-c923a0c2a132.1 -> v1.36.8-20250717185734-6c6e0d3c608e.1 age adoption passing confidence require patch
buf.build/go/protovalidate v0.13.1 -> v0.14.0 age adoption passing confidence require minor
github.com/aws/aws-sdk-go-v2 v1.38.1 -> v1.38.3 age adoption passing confidence require patch
github.com/aws/aws-sdk-go-v2/config v1.31.2 -> v1.31.6 age adoption passing confidence require patch
github.com/aws/aws-sdk-go-v2/service/marketplacemetering v1.33.1 -> v1.33.3 age adoption passing confidence require patch
github.com/aws/aws-sdk-go-v2/service/s3 v1.87.1 -> v1.87.3 age adoption passing confidence require patch
github.com/aws/smithy-go v1.22.5 -> v1.23.0 age adoption passing confidence require minor
github.com/bufbuild/buf v1.55.1 -> v1.57.0 age adoption passing confidence require minor
github.com/cerbos/cerbos-sdk-go v0.3.8 -> v0.3.9 age adoption passing confidence require patch
github.com/cerbos/cloud-api v0.1.55 -> v0.1.56 age adoption passing confidence require patch
github.com/cerbos/protoc-gen-jsonschema v0.1.6 -> v0.1.7 age adoption passing confidence require patch
github.com/golang-migrate/migrate/v4 v4.18.3 -> v4.19.0 age adoption passing confidence require minor
github.com/google/cel-go v0.26.0 -> v0.26.1 age adoption passing confidence require patch
github.com/goreleaser/goreleaser/v2 v2.11.0 -> v2.11.2 age adoption passing confidence require patch
github.com/rivo/tview v0.0.0-20250625164341-a4a78f1e05cb -> v0.42.0 age adoption passing confidence require minor
github.com/stretchr/testify v1.10.0 -> v1.11.1 age adoption passing confidence require minor
github.com/vektra/mockery/v3 v3.5.3 -> v3.5.4 age adoption passing confidence require patch
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.62.0 -> v0.63.0 age adoption passing confidence require minor
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.62.0 -> v0.63.0 age adoption passing confidence require minor
go.opentelemetry.io/contrib/instrumentation/runtime v0.62.0 -> v0.63.0 age adoption passing confidence require minor
go.opentelemetry.io/contrib/propagators/autoprop v0.62.0 -> v0.63.0 age adoption passing confidence require minor
go.opentelemetry.io/contrib/propagators/b3 v1.37.0 -> v1.38.0 age adoption passing confidence require minor
go.opentelemetry.io/otel v1.37.0 -> v1.38.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.37.0 -> v1.38.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.37.0 -> v1.38.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.37.0 -> v1.38.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.37.0 -> v1.38.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.37.0 -> v1.38.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/exporters/prometheus v0.59.1 -> v0.60.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/metric v1.37.0 -> v1.38.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/sdk v1.37.0 -> v1.38.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/sdk/metric v1.37.0 -> v1.38.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/trace v1.37.0 -> v1.38.0 age adoption passing confidence require minor
google.golang.org/genproto/googleapis/api 3122310 -> ef028d9 age adoption passing confidence require digest

Release Notes

bufbuild/protovalidate-go (buf.build/go/protovalidate)

v0.14.0

Compare Source

This release is compatible with the v0.14.0 release of Protovalidate.

Breaking changes

We want validation rules to be easy to understand for authors and consumers. To simplify Protovalidate, we are renaming an option and remove two others. This is a breaking change, and you will have to update your Protobuf files if they use the relevant options :

  • IGNORE_IF_UNPOPULATED is renamed to IGNORE_IF_ZERO_VALUE.
    See bufbuild/protovalidate#397 for details.
  • (buf.validate.message).disabled is removed.
    You can replace it by adding IGNORE_ALWAYS to every field of the message. See bufbuild/protovalidate#394 for details.
  • IGNORE_IF_DEFAULT_VALUE is removed.
    In most cases, you can replace it with IGNORE_IF_ZERO_VALUE. See bufbuild/protovalidate#396 for details.

Full Changelog: bufbuild/protovalidate-go@v0.13.1...v0.14.0

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

v1.38.3

Compare Source

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/accessanalyzer: v1.34.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/account: v1.21.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/acm: v1.30.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/acmpca: v1.37.6
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/amp: v1.30.2
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/amplify: v1.27.3
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/amplifybackend: v1.27.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/amplifyuibuilder: v1.23.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/apigateway: v1.27.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/apigatewaymanagementapi: v1.23.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/apigatewayv2: v1.24.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/appconfig: v1.35.3
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/appconfigdata: v1.18.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/appfabric: v1.11.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/appflow: v1.45.6
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/appintegrations: v1.30.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/applicationautoscaling: v1.33.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/applicationcostprofiler: v1.21.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/applicationdiscoveryservice: v1.28.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/applicationinsights: v1.29.3
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/applicationsignals: v1.6.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/appmesh: v1.29.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/apprunner: v1.32.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/appstream: v1.41.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/appsync: v1.39.2
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/apptest: v1.4.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/arczonalshift: v1.14.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/artifact: v1.6.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/athena: v1.48.3
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/auditmanager: v1.37.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/autoscaling: v1.48.0
    • Feature: Auto Scaling groups now support the ability to strictly balance instances across Availability Zones by configuring the AvailabilityZoneDistribution parameter. If balanced-only is configured for a group, launches will always be attempted in the under scaled Availability Zone even if it is unhealthy.
  • github.com/aws/aws-sdk-go-v2/service/autoscalingplans: v1.24.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/b2bi: v1.0.0-preview.51
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/backup: v1.39.6
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/backupgateway: v1.20.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/batch: v1.47.2
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/bcmdataexports: v1.7.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/bedrock: v1.22.2
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/bedrockagent: v1.27.0
    • Feature: Add prompt support for chat template configuration and agent generative AI resource. Add support for configuring an optional guardrail in Prompt and Knowledge Base nodes in Prompt Flows. Add API to validate flow definition
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/bedrockagentruntime: v1.23.3
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/bedrockruntime: v1.20.0
    • Feature: Add Prompt management support to Bedrock runtime APIs: Converse, ConverseStream, InvokeModel, InvokeModelWithStreamingResponse
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/billingconductor: v1.20.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/braket: v1.31.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/budgets: v1.28.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/chatbot: v1.8.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/chime: v1.34.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/chimesdkidentity: v1.22.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/chimesdkmediapipelines: v1.20.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/chimesdkmeetings: v1.27.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/chimesdkmessaging: v1.26.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/chimesdkvoice: v1.19.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/cleanrooms: v1.20.0
    • Feature: This release introduces support for Custom Models in AWS Clean Rooms ML.
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/cleanroomsml: v1.10.0
    • Feature: This release introduces support for Custom Models in AWS Clean Rooms ML.
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/cloud9: v1.28.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/cloudcontrol: v1.22.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/clouddirectory: v1.24.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/cloudfrontkeyvaluestore: v1.8.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/cloudhsm: v1.24.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/cloudhsmv2: v1.27.6
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/cloudsearchdomain: v1.23.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/cloudtrail: v1.44.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/cloudtraildata: v1.11.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/cloudwatchevents: v1.27.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs: v1.43.2
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/codeartifact: v1.33.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/codebuild: v1.48.1
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/codecatalyst: v1.17.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/codecommit: v1.27.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/codeconnections: v1.5.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/codedeploy: v1.29.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/codeguruprofiler: v1.24.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/codegurureviewer: v1.29.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/codegurusecurity: v1.12.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/codepipeline: v1.36.3
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/codestarconnections: v1.29.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/codestarnotifications: v1.26.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/cognitoidentity: v1.27.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider: v1.46.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/cognitosync: v1.23.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/comprehend: v1.35.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/comprehendmedical: v1.26.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/computeoptimizer: v1.39.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/configservice: v1.50.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/connect: v1.115.2
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/connectcampaigns: v1.15.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/connectcases: v1.21.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/connectcontactlens: v1.26.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/connectparticipant: v1.27.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/controlcatalog: v1.5.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/controltower: v1.18.6
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/costandusagereportservice: v1.28.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/costexplorer: v1.43.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/costoptimizationhub: v1.10.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/customerprofiles: v1.42.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/databasemigrationservice: v1.44.3
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/databrew: v1.33.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/dataexchange: v1.33.3
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/datapipeline: v1.25.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/datasync: v1.43.2
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/datazone: v1.23.3
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/dax: v1.23.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/deadline: v1.6.4
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/detective: v1.31.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/devicefarm: v1.28.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/devopsguru: v1.34.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/directconnect: v1.29.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/directoryservice: v1.30.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/directoryservicedata: v1.2.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/dlm: v1.28.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/docdbelastic: v1.14.2
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/drs: v1.30.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/dynamodb: v1.36.5
    • Bug Fix: Adds case-insensitive handling of

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added area/dependencies Pull requests that update a dependency file bots kind/chore labels Aug 31, 2025
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Aug 31, 2025

ℹ Artifact update notice

File name: api/genpb/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):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.23.4 -> 1.24.0
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):

  • 20 additional dependencies were updated

Details:

Package Change
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.7.0 -> v1.7.1
github.com/aws/aws-sdk-go-v2/credentials v1.18.6 -> v1.18.10
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.4 -> v1.18.6
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.4 -> v1.4.6
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.4 -> v2.7.6
github.com/aws/aws-sdk-go-v2/internal/v4a v1.4.4 -> v1.4.6
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.0 -> v1.13.1
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.8.4 -> v1.8.6
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.4 -> v1.13.6
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.19.4 -> v1.19.6
github.com/aws/aws-sdk-go-v2/service/sso v1.28.2 -> v1.29.1
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.33.2 -> v1.34.2
github.com/aws/aws-sdk-go-v2/service/sts v1.38.0 -> v1.38.2
github.com/docker/docker v28.0.0+incompatible -> v28.3.3+incompatible
github.com/prometheus/otlptranslator v0.0.0-20250717125610-8549f4ab4f8f -> v0.0.2
go.opentelemetry.io/contrib/propagators/aws v1.37.0 -> v1.38.0
go.opentelemetry.io/contrib/propagators/jaeger v1.37.0 -> v1.38.0
go.opentelemetry.io/contrib/propagators/ot v1.37.0 -> v1.38.0
go.opentelemetry.io/proto/otlp v1.7.0 -> v1.7.1
google.golang.org/genproto/googleapis/rpc v0.0.0-20250818200422-3122310a409c -> v0.0.0-20250825161204-c5933d9347a5
File name: tools/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):

  • 13 additional dependencies were updated

Details:

Package Change
buf.build/gen/go/bufbuild/bufplugin/protocolbuffers/go v1.36.6-20250121211742-6d880cc6cc8d.1 -> v1.36.8-20250718181942-e35f9b667443.1
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.6-20250625184727-c923a0c2a132.1 -> v1.36.8-20250717185734-6c6e0d3c608e.1
buf.build/gen/go/bufbuild/registry/connectrpc/go v1.18.1-20250721151928-2b7ae473b098.1 -> v1.18.1-20250819211657-a3dd0d3ea69b.1
buf.build/gen/go/bufbuild/registry/protocolbuffers/go v1.36.6-20250616221922-7d6913ad2095.1 -> v1.36.8-20250819211657-a3dd0d3ea69b.1
buf.build/gen/go/pluginrpc/pluginrpc/protocolbuffers/go v1.36.6-20241007202033-cf42259fcbfc.1 -> v1.36.8-20241007202033-cf42259fcbfc.1
buf.build/go/protovalidate v0.13.1 -> v0.14.0
github.com/docker/go-connections v0.5.0 -> v0.6.0
github.com/stretchr/testify v1.10.0 -> v1.11.0
gitlab.com/gitlab-org/api/client-go v0.134.0 -> v0.137.0
go.uber.org/mock v0.5.2 -> v0.6.0
golang.org/x/exp v0.0.0-20250718183923-645b1fa84792 -> v0.0.0-20250819193227-8b4c13bb791b
google.golang.org/genproto/googleapis/api v0.0.0-20250818200422-3122310a409c -> v0.0.0-20250826171959-ef028d996bc1
google.golang.org/genproto/googleapis/rpc v0.0.0-20250818200422-3122310a409c -> v0.0.0-20250826171959-ef028d996bc1

@renovate renovate Bot added bots area/dependencies Pull requests that update a dependency file labels Aug 31, 2025
@haines
Copy link
Copy Markdown
Member

haines commented Aug 31, 2025

Needs cerbos/protoc-gen-jsonschema#45

@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Sep 1, 2025

Edited/Blocked Notification

Renovate 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.

haines
haines previously approved these changes Sep 1, 2025
@haines haines enabled auto-merge (squash) September 1, 2025 19:56
@charithe charithe changed the title chore(deps): update go deps chore(deps): Update go deps Sep 2, 2025
renovate Bot and others added 6 commits September 2, 2025 11:32
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: Andrew Haines <haines@cerbos.dev>
Signed-off-by: Andrew Haines <haines@cerbos.dev>
Signed-off-by: Charith Ellawala <charith@cerbos.dev>
Signed-off-by: Charith Ellawala <charith@cerbos.dev>
Signed-off-by: Charith Ellawala <charith@cerbos.dev>
@haines haines merged commit 513a979 into main Sep 2, 2025
70 of 79 checks passed
@haines haines deleted the renovate/go-deps branch September 2, 2025 21:23
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.

2 participants