Skip to content
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

Bump the all group across 1 directory with 4 updates #1681

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 3, 2024

Bumps the all group with 3 updates in the /hack/tools directory: github.com/googleapis/api-linter, github.com/grpc-ecosystem/grpc-gateway/v2 and google.golang.org/grpc/cmd/protoc-gen-go-grpc.

Updates github.com/googleapis/api-linter from 1.65.0 to 1.66.1

Release notes

Sourced from github.com/googleapis/api-linter's releases.

v1.66.1

1.66.1 (2024-05-23)

Bug Fixes

v1.66.0

1.66.0 (2024-05-17)

Features

v1.65.2

1.65.2 (2024-04-22)

Bug Fixes

  • AIP-203: resource etag should not have behavior (#1376) (1c0f838)

v1.65.1

1.65.1 (2024-04-15)

Bug Fixes

Changelog

Sourced from github.com/googleapis/api-linter's changelog.

1.66.1 (2024-05-23)

Bug Fixes

1.66.0 (2024-05-17)

Features

1.65.2 (2024-04-22)

Bug Fixes

  • AIP-203: resource etag should not have behavior (#1376) (1c0f838)

1.65.1 (2024-04-15)

Bug Fixes

Commits

Updates github.com/grpc-ecosystem/grpc-gateway/v2 from 2.19.1 to 2.20.0

Release notes

Sourced from github.com/grpc-ecosystem/grpc-gateway/v2's releases.

v2.20.0

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/grpc-gateway@v2.19.1...v2.20.0

Commits
  • 2da4beb fix: handle X-Forwarded-* headers correctly (#4334)
  • 9660e4a chore(deps): update googleapis digest to 61a066c
  • d031ccd chore(deps): update googleapis digest to ca6e6eb
  • 377fdbf fix(deps): update module google.golang.org/grpc to v1.64.0
  • 01ea057 chore(deps): update googleapis digest to 584e0de
  • c298362 fix(4245): setting appropriate log level for error logs (#4327)
  • 33ca56e chore(deps): update googleapis digest to e3a34df
  • db700b4 Update README.md
  • f917396 chore(deps): update googleapis digest to 7e73d48
  • 4bba94f fix(deps): update module google.golang.org/genproto/googleapis/rpc to v0.0.0-...
  • Additional commits viewable in compare view

Updates google.golang.org/grpc/cmd/protoc-gen-go-grpc from 1.3.0 to 1.4.0

Release notes

Sourced from google.golang.org/grpc/cmd/protoc-gen-go-grpc's releases.

protoc-gen-go-grpc v1.4.0

New Features

  • Add an optional implementation of streams using generics (Experimental) (#7057)
    • The new use_generic_stream_experimental=true option will cause the gRPC codegen to use prebuilt generic types to implement client and server stream objects, rather than generating new types and implementations for every RPC method. We intend to transition this to the default behavior in the next release. Please test it and provide any feedback.
    • Special Thanks: @​aarongable
  • Copy service comments to interfaces in generated code (#7243)
  • Generated code includes static method gRPC call options for integration with the upcoming OpenTelemetry metrics support (#6960)

Dependencies

Commits
  • d8960bd Change version to 1.4.0
  • d2a85bf transport: fix minor typo in 'GoAway' godoc (#1284)
  • 8de2dff Piggyback window updates for connection with those of a stream. (#1273)
  • 6fecf28 Reopening: Server shouldn't Fatalf in case it fails to encode. (#1276)
  • a8cd0c1 Avoid int32 overflow when applying initial window size setting
  • 8431165 Revert "Server shouldn't Fatalf in case it fails to encode. (#1251)" (#1274)
  • d5bc85c Server shouldn't Fatalf in case it fails to encode. (#1251)
  • 1e47334 Decouple transport flow control from application read. (#1265)
  • a113590 Update references to route_guide.proto to use new directory name (#1270)
  • 6bb7648 add MaxConcurrentStreams to benchmark_test when start the server (#1271)
  • Additional commits viewable in compare view

Updates google.golang.org/protobuf from 1.33.0 to 1.34.1

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jun 3, 2024
@haydentherapper
Copy link
Contributor

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/go_modules/hack/tools/all-b1d3626e67 branch from 75ea4af to e9c00f3 Compare June 3, 2024 17:27
@cpanato
Copy link
Member

cpanato commented Jun 4, 2024

@haydentherapper i think we will need to bump the go.mod to go1.22 at least

@dependabot dependabot bot force-pushed the dependabot/go_modules/hack/tools/all-b1d3626e67 branch from e9c00f3 to 9a382e9 Compare June 17, 2024 02:52
Bumps the all group with 3 updates in the /hack/tools directory: [github.com/googleapis/api-linter](https://github.com/googleapis/api-linter), [github.com/grpc-ecosystem/grpc-gateway/v2](https://github.com/grpc-ecosystem/grpc-gateway) and [google.golang.org/grpc/cmd/protoc-gen-go-grpc](https://github.com/grpc/grpc-go).


Updates `github.com/googleapis/api-linter` from 1.65.0 to 1.66.1
- [Release notes](https://github.com/googleapis/api-linter/releases)
- [Changelog](https://github.com/googleapis/api-linter/blob/main/CHANGELOG.md)
- [Commits](googleapis/api-linter@v1.65.0...v1.66.1)

Updates `github.com/grpc-ecosystem/grpc-gateway/v2` from 2.19.1 to 2.20.0
- [Release notes](https://github.com/grpc-ecosystem/grpc-gateway/releases)
- [Changelog](https://github.com/grpc-ecosystem/grpc-gateway/blob/main/.goreleaser.yml)
- [Commits](grpc-ecosystem/grpc-gateway@v2.19.1...v2.20.0)

Updates `google.golang.org/grpc/cmd/protoc-gen-go-grpc` from 1.3.0 to 1.4.0
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.3.0...v1.4.0)

Updates `google.golang.org/protobuf` from 1.33.0 to 1.34.1

---
updated-dependencies:
- dependency-name: github.com/googleapis/api-linter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/grpc-ecosystem/grpc-gateway/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: google.golang.org/grpc/cmd/protoc-gen-go-grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: google.golang.org/protobuf
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/hack/tools/all-b1d3626e67 branch from 9a382e9 to 75746bd Compare July 15, 2024 02:26
@haydentherapper
Copy link
Contributor

@dependabot rebase

1 similar comment
@cpanato
Copy link
Member

cpanato commented Jul 18, 2024

@dependabot rebase

@cpanato
Copy link
Member

cpanato commented Jul 18, 2024

@dependabot recreate

@cpanato cpanato closed this Jul 18, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 18, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/go_modules/hack/tools/all-b1d3626e67 branch July 18, 2024 07:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants