8000 chore(deps): Update go deps by renovate[bot] · Pull Request #2472 · 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 #2472

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
Feb 10, 2025
Merged

chore(deps): Update go deps #2472

merged 2 commits into from
Feb 10, 2025

Conversation

renovate[bot]
Copy link
Contributor
@renovate renovate bot commented Feb 10, 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.4-20241127180247-a33202765966.1 -> v1.36.5-20250130201111-63bb56e20495.1 age adoption passing confidence require patch
github.com/alecthomas/kong v1.7.0 -> v1.8.0 age adoption passing confidence require minor
github.com/aws/aws-sdk-go-v2/config v1.29.4 -> v1.29.6 age adoption passing confidence require patch
github.com/aws/aws-sdk-go-v2/service/marketplacemetering v1.25.14 -> v1.25.15 age adoption passing confidence require patch
github.com/bufbuild/protovalidate-go v0.8.2 -> v0.9.1 age adoption passing confidence require minor
github.com/goccy/go-yaml v1.15.17 -> v1.15.19 age adoption passing confidence require patch
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.0 -> v2.26.1 age adoption passing confidence require patch
github.com/minio/minio-go/v7 v7.0.84 -> v7.0.85 age adoption passing confidence require patch
go (source) 1.23.5 -> 1.23.6 age adoption passing confidence toolchain patch
golang.org/x/crypto v0.32.0 -> v0.33.0 age adoption passing confidence require minor
golang.org/x/exp e0ece0d -> f9890c6 age adoption passing confidence require digest
google.golang.org/genproto/googleapis/api 29210b9 -> e9438ea age adoption passing confidence require digest
google.golang.org/protobuf v1.36.4 -> v1.36.5 age adoption passing confidence require patch

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v1.8.0

Compare Source

bufbuild/protovalidate-go (github.com/bufbuild/protovalidate-go)

v0.9.1

Compare Source

This is a quick follow-on to v0.9.0. A mistake was made and the parameter type for FieldPathString changed unintentionally. It has been fixed.

Breaking Changes

v0.9.x removes support for the long-deprecated ignore_empty and skipped fields on FieldConstraints; protovalidate-go will no longer respect these options if they are set, and they are removed from the latest version of the protovalidate definitions.

Legacy resolution of protoc-gen-validate rules is removed. The resolver package is moved to resolve and now contains free functions instead of an interface. The celext package was moved to cel; it exports the same functionality, but has been refactored, with some method names changing, and the celext.DefaultEnv function has been replaced with cel.NewLibrary.

protovalidate.Validator is now an interface and not a struct. Pointers of type *protovalidate.Validator should be changed to protovalidate.Validator values instead.

What's Changed

Full Changelog: bufbuild/protovalidate-go@v0.9.0...v0.9.1

v0.9.0

Compare Source

Breaking Changes

This release removes support for the long-deprecated ignore_empty and skipped fields on FieldConstraints; protovalidate-go will no longer respect these options if they are set, and they are removed from the latest version of the protovalidate definitions.

Legacy resolution of protoc-gen-validate rules is removed. The resolver package is moved to resolve and now contains free functions instead of an interface. The celext package was moved to cel; it exports the same functionality, but has been refactored, with some method names changing, and the celext.DefaultEnv function has been replaced with cel.NewLibrary.

protovalidate.Validator is now an interface and not a struct. Pointers of type *protovalidate.Validator should be changed to protovalidate.Validator values instead.

What's Changed

Full Changelog: bufbuild/protovalidate-go@v0.8.2...v0.9.0

goccy/go-yaml (github.com/goccy/go-yaml)

v1.15.19: 1.15.19

Compare Source

What's Changed

Full Changelog: goccy/go-yaml@v1.15.18...v1.15.19

v1.15.18: 1.15.18

Compare Source

What's Changed

New Contributors

Full Changelog: goccy/go-yaml@v1.15.17...v1.15.18

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

v2.26.1

Compare Source

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/grpc-gateway@v2.26.0...v2.26.1

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

v7.0.85: Bugfix Release

Compare Source

What's Changed

New Contributors

Full Changelog: minio/minio-go@v7.0.84...v7.0.85

golang/go (go)

v1.23.6

protocolbuffers/protobuf-go (google.golang.org/protobuf)

v1.36.5

Compare Source

Full Changelog: protocolbuffers/protobuf-go@v1.36.4...v1.36.5

Bug fixes:
CL/644437: protogen: fix name mangling for fields with identical GoCamelCase

Maintenance:
CL/641655: all: remove weak field support


Configuration

📅 Schedule: Branch creation - "* 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.

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 Feb 10, 2025
Copy link
Contributor Author
renovate bot commented Feb 10, 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):

  • 2 additional dependencies were updated

Details:

Package Change
golang.org/x/text v0.21.0 -> v0.22.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20250124145028-65684f501c47 -> v0.0.0-20250204164813-702378808489
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):

  • 14 additional dependencies were updated

Details:

Package Change
github.com/aws/aws-sdk-go-v2 v1.36.0 -> v1.36.1
github.com/aws/aws-sdk-go-v2/credentials v1.17.57 -> v1.17.59
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.27 -> v1.16.28
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.31 -> v1.3.32
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.31 -> v2.6.32
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.12 -> v1.12.13
github.com/aws/aws-sdk-go-v2/service/sso v1.24.14 -> v1.24.15
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.13 -> v1.28.14
github.com/aws/aws-sdk-go-v2/service/sts v1.33.12 -> v1.33.14
golang.org/x/oauth2 v0.25.0 -> v0.26.0
golang.org/x/sys v0.29.0 -> v0.30.0
golang.org/x/term v0.28.0 -> v0.29.0
golang.org/x/text v0.21.0 -> v0.22.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20250124145028-65684f501c47 -> v0.0.0-20250204164813-702378808489
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):

  • 8 additional dependencies were updated

Details:

Package Change
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.24.2 -> v1.25.0
go.opentelemetry.io/contrib/detectors/gcp v1.31.0 -> v1.32.0
golang.org/x/oauth2 v0.25.0 -> v0.26.0
golang.org/x/sync v0.10.0 -> v0.11.0
golang.org/x/text v0.21.0 -> v0.22.0
google.golang.org/genproto/googleapis/api v0.0.0-20250115164207-1a7da9e5054f -> v0.0.0-20250204164813-702378808489
google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f -> v0.0.0-20250204164813-702378808489
google.golang.org/grpc v1.69.4 -> v1.70.0

Signed-off-by: Charith Ellawala <charith@cerbos.dev>
@charithe charithe changed the title chore(deps): update go deps chore(deps): Update go deps Feb 10, 2025
Copy link
Contributor Author
renovate bot commented Feb 10, 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 merged commit f7b4751 into main Feb 10, 2025
22 checks passed
@charithe charithe deleted the renovate/go-deps branch February 10, 2025 14:42
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