Skip to content

Commit

Permalink
chore(deps): bump google.golang.org/grpc from 1.58.3 to 1.59.0 in /in…
Browse files Browse the repository at this point in the history
…tegrationtest (#117)

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from
1.58.3 to 1.59.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/grpc/grpc-go/commit/7765221f4bf6104973db7946d56936cf838cad46"><code>7765221</code></a>
Change version to 1.59.0 (<a
href="https://redirect.github.com/grpc/grpc-go/issues/6695">#6695</a>)</li>
<li><a
href="https://github.com/grpc/grpc-go/commit/e88f12e0517d465cb892ef58e1debf10b4e5607f"><code>e88f12e</code></a>
server: prohibit more than MaxConcurrentStreams handlers from running at
once...</li>
<li><a
href="https://github.com/grpc/grpc-go/commit/be7919c3dc3c26f54489c778af7bbfea608ad9bc"><code>be7919c</code></a>
transport: Pass Header metadata to tap handle. (<a
href="https://redirect.github.com/grpc/grpc-go/issues/6652">#6652</a>)</li>
<li><a
href="https://github.com/grpc/grpc-go/commit/e3f1514cdb8fcbcacc30b53473042dbb40a54791"><code>e3f1514</code></a>
Reapply &quot;status: fix/improve status handling (<a
href="https://redirect.github.com/grpc/grpc-go/issues/6662">#6662</a>)&quot;
(<a
href="https://redirect.github.com/grpc/grpc-go/issues/6673">#6673</a>)
(<a
href="https://redirect.github.com/grpc/grpc-go/issues/6688">#6688</a>)</li>
<li><a
href="https://github.com/grpc/grpc-go/commit/696faa982cdc0914929a64848a8ff3bf7a924166"><code>696faa9</code></a>
client: add a test for NewSubConn / StateListener / cc.Close racing (<a
href="https://redirect.github.com/grpc/grpc-go/issues/6678">#6678</a>)</li>
<li><a
href="https://github.com/grpc/grpc-go/commit/318c717a659ec55a2f92e1c84313153dd278bf55"><code>318c717</code></a>
readme: fix badges (<a
href="https://redirect.github.com/grpc/grpc-go/issues/6687">#6687</a>)</li>
<li><a
href="https://github.com/grpc/grpc-go/commit/39972fdd744873a2b829ab98962ab0e85800d591"><code>39972fd</code></a>
github: add code coverage with codecov.io (<a
href="https://redirect.github.com/grpc/grpc-go/issues/6676">#6676</a>)</li>
<li><a
href="https://github.com/grpc/grpc-go/commit/93dbc059f561340a14aeb96ea2925b9a669c5673"><code>93dbc05</code></a>
xds: move virtual host matcher test to the xdsresource package (<a
href="https://redirect.github.com/grpc/grpc-go/issues/6680">#6680</a>)</li>
<li><a
href="https://github.com/grpc/grpc-go/commit/2c00469782f1dd8c7456dcc7238a957781246e84"><code>2c00469</code></a>
github: update actions/setup-go and actions/checkout (<a
href="https://redirect.github.com/grpc/grpc-go/issues/6675">#6675</a>)</li>
<li><a
href="https://github.com/grpc/grpc-go/commit/1f73ed5fcf75b3e464c83ab17fc73144e2161620"><code>1f73ed5</code></a>
Replace the gRFC pull request with the permanent link. (<a
href="https://redirect.github.com/grpc/grpc-go/issues/6674">#6674</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/grpc/grpc-go/compare/v1.58.3...v1.59.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/grpc&package-manager=go_modules&previous-version=1.58.3&new-version=1.59.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>
  • Loading branch information
ginokent authored Oct 28, 2023
2 parents 751c896 + db298f6 commit 68abd4a
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 7 deletions.
32 changes: 32 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,56 @@ updates:
interval: "daily"
time: "11:00"
timezone: "Asia/Tokyo"
labels:
- "build"
- "dependencies"
- "github_actions"
assignees:
- "ginokent"
reviewers:
- "ginokent"

- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
time: "11:00"
timezone: "Asia/Tokyo"
labels:
- "build"
- "dependencies"
- "go"
assignees:
- "ginokent"
reviewers:
- "ginokent"

- package-ecosystem: "gomod"
directory: "/grpc"
schedule:
interval: "daily"
time: "11:00"
timezone: "Asia/Tokyo"
labels:
- "build"
- "dependencies"
- "go"
assignees:
- "ginokent"
reviewers:
- "ginokent"

- package-ecosystem: "gomod"
directory: "/integrationtest"
schedule:
interval: "daily"
time: "11:00"
timezone: "Asia/Tokyo"
labels:
- "build"
- "dependencies"
- "go"
assignees:
- "ginokent"
reviewers:
- "ginokent"
1 change: 1 addition & 0 deletions .github/workflows/auto-assign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
types:
- opened
- ready_for_review
- reopened

jobs:
assign:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/label-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ on:
types:
- opened
- edited
- synchronize
- reopened
- labeled
- ready_for_review
- reopened
- synchronize

jobs:
check:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/task-list-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ on:
types:
- opened
- edited
- synchronize
- ready_for_review
- reopened
- synchronize

jobs:
check:
Expand Down
3 changes: 1 addition & 2 deletions integrationtest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/jmoiron/sqlx v1.3.5
github.com/kunitsucom/util.go v0.0.0-00010101000000-000000000000
github.com/ory/dockertest v3.3.5+incompatible
google.golang.org/grpc v1.58.3
google.golang.org/grpc v1.59.0
)

replace github.com/kunitsucom/util.go => ../../util.go
Expand All @@ -35,7 +35,6 @@ require (
github.com/envoyproxy/protoc-gen-validate v1.0.2 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/google/s2a-go v0.1.7 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.3.1 // indirect
github.com/googleapis/gax-go/v2 v2.12.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions integrationtest/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,8 @@ google.golang.org/grpc v1.23.0/go.mod h1:Y5yQAOtifL1yxbo5wqy6BxZv8vAUGQwXBOALyac
google.golang.org/grpc v1.25.1/go.mod h1:c3i+UQWmh7LiEpx4sFZnkU36qjEYZ0imhYfXVyQciAY=
google.golang.org/grpc v1.27.0/go.mod h1:qbnxyOmOxrQa7FizSgH+ReBfzJrCY1pSN7KXBS8abTk=
google.golang.org/grpc v1.33.2/go.mod h1:JMHMWHQWaTccqQQlmk3MJZS+GWXOdAesneDmEnv2fbc=
google.golang.org/grpc v1.58.3 h1:BjnpXut1btbtgN/6sp+brB2Kbm2LjNXnidYujAVbSoQ=
google.golang.org/grpc v1.58.3/go.mod h1:tgX3ZQDlNJGU96V6yHh1T/JeoBQ2TXdr43YbYSsCJk0=
google.golang.org/grpc v1.59.0 h1:Z5Iec2pjwb+LEOqzpB2MR12/eKFhDPhuqW91O+4bwUk=
google.golang.org/grpc v1.59.0/go.mod h1:aUPDwccQo6OTjy7Hct4AfBPD1GptF4fyUjIkQ9YtF98=
google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8=
google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0=
google.golang.org/protobuf v0.0.0-20200228230310-ab0ca4ff8a60/go.mod h1:cfTl7dwQJ+fmap5saPgwCLgHXTUD7jkjRqWcaiX5VyM=
Expand Down

0 comments on commit 68abd4a

Please sign in to comment.