Skip to content

chore(deps): Update go deps#2674

Merged
oguzhand95 merged 4 commits intomainfrom
renovate/go-deps
Aug 25, 2025
Merged

chore(deps): Update go deps#2674
oguzhand95 merged 4 commits intomainfrom
renovate/go-deps

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Aug 25, 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.0 -> v1.38.1 age adoption passing confidence require patch
github.com/aws/aws-sdk-go-v2/config v1.30.3 -> v1.31.2 age adoption passing confidence require minor
github.com/aws/aws-sdk-go-v2/service/marketplacemetering v1.32.0 -> v1.33.1 age adoption passing confidence require minor
github.com/aws/aws-sdk-go-v2/service/s3 v1.87.0 -> v1.87.1 age adoption passing confidence require patch
github.com/bufbuild/buf v1.55.1 -> v1.56.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/gdamore/tcell/v2 v2.8.1 -> v2.9.0 age adoption passing confidence require minor
github.com/goreleaser/goreleaser/v2 v2.11.0 -> v2.11.2 age adoption passing confidence require patch
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1 -> v2.27.2 age adoption passing confidence require patch
github.com/lestrrat-go/httprc/v3 v3.0.0 -> v3.0.1 age adoption passing confidence require patch
github.com/spiffe/go-spiffe/v2 v2.5.0 -> v2.6.0 age adoption passing confidence require minor
github.com/stretchr/testify v1.10.0 -> v1.11.0 age adoption passing confidence require minor
google.golang.org/genproto/googleapis/api 5f3141c -> 3122310 age adoption passing confidence require digest
google.golang.org/grpc v1.74.2 -> v1.75.0 age adoption passing confidence require minor
google.golang.org/protobuf v1.36.7 -> v1.36.8 age adoption passing confidence require patch
helm.sh/helm/v3 v3.18.5 -> v3.18.6 age adoption passing confidence require patch

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

Compare Source

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/appintegrations: v1.32.0
    • Feature: Amazon AppIntegrations introduces new configuration capabilities to enable customers to manage iframe permissions, control application refresh behavior (per contact or per browser/cross-contact), and run background applications (service).
  • github.com/aws/aws-sdk-go-v2/service/budgets: v1.32.0
    • Feature: Adds IPv6 and PrivateLink support for AWS Budgets in IAD.
  • github.com/aws/aws-sdk-go-v2/service/configservice: v1.53.2
    • Documentation: Documentation improvements have been made to the EvaluationModel and DescribeConfigurationRecorders APIs.
  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.236.0
    • Feature: Transit Gateway native integration with AWS Network Firewall. Adding new enum value for the new Transit Gateway Attachment type.
  • github.com/aws/aws-sdk-go-v2/service/kms: v1.41.4
    • Documentation: Doc only update: fixed grammatical errors.
  • github.com/aws/aws-sdk-go-v2/service/mediapackagev2: v1.26.0
    • Feature: This release adds support for specifying a preferred input for channels using CMAF ingest.
  • github.com/aws/aws-sdk-go-v2/service/socialmessaging: v1.3.0
    • Feature: This release introduces new WhatsApp template management APIs that enable customers to programmatically create and submit templates for approval, monitor approval status, and manage the complete template lifecycle
  • github.com/aws/aws-sdk-go-v2/service/sqs: v1.38.10
    • Documentation: Documentation updates for Amazon SQS fair queues feature.
bufbuild/buf (github.com/bufbuild/buf)

v1.56.0

Compare Source

  • Add buf export --all flag to include non-proto source files.
  • Add s390x binaries for Linux to releases.
  • Fix ppc64le binaries for Linux released as x86_64 binaries.
  • buf lint will no longer warn about uses of (buf.validate.message).disabled, as it was
    removed in protovalidate v0.14.0. Please update to protovalidate v0.14.0 or higher, using the
    steps outlined in the
    protovalidate release notes.
  • Fix buf breaking --against-registry to work with new modules that have no commits on the
    default branch.
cerbos/cerbos-sdk-go (github.com/cerbos/cerbos-sdk-go)

v0.3.9

Compare Source

cerbos/cloud-api (github.com/cerbos/cloud-api)

v0.1.56

Compare Source

cerbos/protoc-gen-jsonschema (github.com/cerbos/protoc-gen-jsonschema)

v0.1.7

Compare Source

gdamore/tcell (github.com/gdamore/tcell/v2)

v2.9.0: Version 2.9.0 Feature Release

Compare Source

Main Features

Notable Bug Fixes

New Contributors

Full Changelog: gdamore/tcell@v2.8.1...v2.9.0

goreleaser/goreleaser (github.com/goreleaser/goreleaser/v2)

v2.11.2

Compare Source

Announcement

Read the official announcement: Announcing GoReleaser v2.11.

Changelog
Bug fixes
Other work

Full Changelog: goreleaser/goreleaser@v2.11.1...v2.11.2

Helping out

This release is only possible thanks to all the support of some awesome people!

Want to be one of them?
You can sponsor, get a Pro License or contribute with code.

Where to go next?

GoReleaser logo

v2.11.1

Compare Source

Announcement

Read the official announcement: Announcing GoReleaser v2.11.

Changelog
Bug fixes
Documentation updates

Full Changelog: goreleaser/goreleaser@v2.11.0...v2.11.1

Helping out

This release is only possible thanks to all the support of some awesome people!

Want to be one of them?
You can sponsor, get a Pro License or contribute with code.

Where to go next?

GoReleaser logo

grpc-ecosystem/grpc-gateway (github.com/grpc-ecosystem/grpc-gateway/v2)

v2.27.2

Compare Source

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/grpc-gateway@v2.27.1...v2.27.2

lestrrat-go/httprc (github.com/lestrrat-go/httprc/v3)

v3.0.1

Compare Source

spiffe/go-spiffe (github.com/spiffe/go-spiffe/v2)

v2.6.0

Compare Source

Changed
  • Minimum Go version is now go1.24.0, following our support policy.
  • Other dependency updates.
stretchr/testify (github.com/stretchr/testify)

v1.11.0

Compare Source

What's Changed

Functional Changes

v1.11.0 Includes a number of performance improvements.

Fixes
Documentation, Build & CI

New Contributors

Full Changelog: stretchr/testify@v1.10.0...v1.11.0

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

v1.75.0: Release 1.75.0

Compare Source

Behavior Changes

  • xds: Remove support for GRPC_EXPERIMENTAL_XDS_FALLBACK environment variable. Fallback support can no longer be disabled. (#​8482)
  • stats: Introduce DelayedPickComplete event, a type alias of PickerUpdated. (#​8465)
    • This (combined) event will now be emitted only once per call, when a transport is successfully selected for the attempt.
    • OpenTelemetry metrics will no longer have multiple "Delayed LB pick complete" events in Go, matching other gRPC languages.
    • A future release will delete the PickerUpdated symbol.
  • credentials: Properly apply grpc.WithAuthority as the highest-priority option for setting authority, above the setting in the credentials themselves. (#​8488)
    • Now that this WithAuthority is available, the credentials should not be used to override the authority.
  • round_robin: Randomize the order in which addresses are connected to in order to spread out initial RPC load between clients. (#​8438)
  • server: Return status code INTERNAL when a client sends more than one request in unary and server streaming RPC. (#​8385)
    • This is a behavior change but also a bug fix to bring gRPC-Go in line with the gRPC spec.

New Features

  • dns: Add an environment variable (GRPC_ENABLE_TXT_SERVICE_CONFIG) to provide a way to disable TXT lookups in the DNS resolver (by setting it to false). By default, TXT lookups are enabled, as they were previously. (#​8377)

Bug Fixes

  • xds: Fix regression preventing empty node IDs in xDS bootstrap configuration. (#​8476)
  • xds: Fix possible panic when certain invalid resources are encountered. (#​8412)
  • xdsclient: Fix a rare panic caused by processing a response from a closed server. (#​8389)
  • stats: Fix metric unit formatting by enclosing non-standard units like call and endpoint in curly braces to comply with UCUM and gRPC OpenTelemetry guidelines. (#​8481)
  • xds: Fix possible panic when clusters are removed from the xds configuration. (#​8428)
  • xdsclient: Fix a race causing "resource doesn not exist" when rapidly subscribing and unsubscribing to the same resource. (#​8369)
  • client: When determining the authority, properly percent-encode (if needed, which is unlikely) when the target string omits the hostname and only specifies a port (grpc.NewClient(":<port-number-or-name>")). (#​8488)
protocolbuffers/protobuf-go (google.golang.org/protobuf)

v1.36.8

Compare Source

Maintenance:

CL/696316: all: set Go language version to Go 1.23
CL/696315: types: regenerate using latest protobuf v32 release

helm/helm (helm.sh/helm/v3)

v3.18.6: Helm v3.18.6

Compare Source

Helm v3.18.6 is a patch release. Users are encouraged to upgrade for the best experience. Users are encouraged to upgrade for the best experience.

The community keeps growing, and we'd love to see you there!

  • Join the discussion in Kubernetes Slack:
    • for questions and just to hang out
    • for discussing PRs, code, and bugs
  • Hang out at the Public Developer Call: Thursday, 9:30 Pacific via Zoom
  • Test, debug, and contribute charts: ArtifactHub/packages

Installation and Upgrading

Download Helm v3.18.6. The common platform binaries are here:

This release was signed with 672C 657B E06B 4B30 969C 4A57 4614 49C2 5E36 B98E and can be found at @​mattfarina keybase account. Please use the attached signatures for verifying this release using gpg.

The Quickstart Guide will get you going from there. For upgrade instructions or detailed installation notes, check the install guide. You can also use a script to install on any system with bash.

What's Next

  • 3.19.0 is the next minor release and will be on September 11, 2025

Changelog

  • fix(helm-lint): fmt b76a950 (Isaiah Lewis)
  • fix(helm-lint): Add TLSClientConfig b79a421 (Isaiah Lewis)
  • fix(helm-lint): Add HTTP/HTTPS URL support for json schema references b9180e6 (Isaiah Lewis)

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 25, 2025
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Aug 25, 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):

  • 3 additional dependencies were updated

Details:

Package Change
golang.org/x/net v0.40.0 -> v0.41.0
golang.org/x/text v0.26.0 -> v0.28.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20250804133106-a7a43d27e69b -> v0.0.0-20250818200422-3122310a409c
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):

  • 13 additional dependencies were updated

Details:

Package Change
github.com/aws/aws-sdk-go-v2/credentials v1.18.3 -> v1.18.6
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.2 -> v1.18.4
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.3 -> v1.4.4
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.3 -> v2.7.4
github.com/aws/aws-sdk-go-v2/internal/v4a v1.4.3 -> v1.4.4
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.8.3 -> v1.8.4
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.3 -> v1.13.4
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.19.3 -> v1.19.4
github.com/aws/aws-sdk-go-v2/service/sso v1.27.0 -> v1.28.2
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.32.0 -> v1.33.2
github.com/aws/aws-sdk-go-v2/service/sts v1.36.0 -> v1.38.0
github.com/go-jose/go-jose/v4 v4.1.1 -> v4.1.2
google.golang.org/genproto/googleapis/rpc v0.0.0-20250804133106-a7a43d27e69b -> v0.0.0-20250818200422-3122310a409c
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):

  • 10 additional dependencies were updated

Details:

Package Change
buf.build/gen/go/bufbuild/bufplugin/protocolbuffers/go v1.36.6-20250121211742-6d880cc6cc8d.1 -> v1.36.6-20250718181942-e35f9b667443.1
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.6-20250625184727-c923a0c2a132.1 -> v1.36.6-20250717185734-6c6e0d3c608e.1
buf.build/gen/go/bufbuild/registry/protocolbuffers/go v1.36.6-20250616221922-7d6913ad2095.1 -> v1.36.6-20250721151928-2b7ae473b098.1
buf.build/go/protovalidate v0.13.1 -> v0.14.0
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.27.0 -> v1.29.0
github.com/go-jose/go-jose/v4 v4.1.0 -> v4.1.1
gitlab.com/gitlab-org/api/client-go v0.134.0 -> v0.137.0
google.golang.org/genproto/googleapis/api v0.0.0-20250728155136-f173205681a0 -> v0.0.0-20250818200422-3122310a409c
google.golang.org/genproto/googleapis/rpc v0.0.0-20250728155136-f173205681a0 -> v0.0.0-20250818200422-3122310a409c
google.golang.org/grpc v1.73.0 -> v1.75.0

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

renovate Bot commented Aug 25, 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.

@charithe charithe changed the title chore(deps): update go deps chore(deps): Update go deps Aug 25, 2025
renovate Bot and others added 4 commits August 25, 2025 17:30
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: Charith Ellawala <charith@cerbos.dev>
Signed-off-by: Charith Ellawala <charith@cerbos.dev>
Signed-off-by: Oğuzhan Durgun <oguzhandurgun95@gmail.com>
@oguzhand95 oguzhand95 merged commit df59092 into main Aug 25, 2025
21 checks passed
@oguzhand95 oguzhand95 deleted the renovate/go-deps branch August 25, 2025 14:44
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