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 google.golang.org/grpc from 1.33.1 to 1.37.0 in /cri #206

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 12, 2021

Bumps google.golang.org/grpc from 1.33.1 to 1.37.0.

Release notes

Sourced from google.golang.org/grpc's releases.

Release 1.37.0

API Changes

  • balancer: Add UpdateAddresses() to balancer.ClientConn interface (#4215)
    • NOTICE: balancer.SubConn.UpdateAddresses() is now deprecated and will be REMOVED in gRPC-Go 1.39

Behavior Changes

  • balancer/base: keep address attributes for pickers (#4253)

New Features

  • xds: add support for csds (#4226, #4217, #4243)
  • admin: create admin package for conveniently registering standard admin services (#4274)
  • xds: add support for HTTP filters (gRFC A39) (#4206, #4221)
  • xds: implement fault injection HTTP filter (A33) (#4236)
  • xds: enable timeout, circuit breaking, and fault injection by default (#4286)
  • xds: implement a priority based load balancer (#4070)
  • xds/creds: support all SAN matchers on client-side (#4246)

Bug Fixes

  • xds: add env var protection for client-side security (#4247)
  • circuit breaking: update picker inline when there's a counter update (#4212)
  • server: fail RPCs without POST HTTP method (#4241)

Release 1.36.1

  • xds: add env var protection for client-side security (#4247)

Release 1.36.0

New Features

  • xds bootstrap: support config content in env variable (#4153)

Bug Fixes

  • encoding/proto: do not panic when types do not match (#4218)

Documentation

Release 1.35.1

  • encoding/proto: do not panic when types do not match (#4218)
  • xds: add env var protection for client-side security (#4247)

Release 1.35.0

Behavior Changes

  • roundrobin: strip attributes from addresses (#4024)
  • balancer: set RPC metadata in address attributes, instead of Metadata field (#4041)

... (truncated)

Commits
  • daba805 Change version to 1.37.0 (#4304)
  • 03fa67a xds/interop: register admin services and reflection (#4307) (#4320)
  • 4a19753 interop: add a flag to clients to statically configure grpclb (#4290)
  • 2456c5c Allow using interop client for making Traffic Director RPCs (#4291)
  • 80e380e balancer/base: keep address attributes for pickers (#4253)
  • 702608f xds: enable timeout, circuit breaking, and fault injection by default (#4286)
  • faf4e1c xds: rename proto import to grpc (#4287)
  • 46da49c xds: use different proto import for grpc services (#4285)
  • b331a48 alts: re-add vmOnGCP and once globals for easier testing (#4284)
  • d26af8e admin: implement admin services (#4274)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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 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)

shyamjesal and others added 27 commits March 18, 2021 20:38
Signed-off-by: Shyam Jesal <s.jesalpura@gmail.com>
Signed-off-by: Shyam Jesal <s.jesalpura@gmail.com>
install jq during setup
add skopeo and gettext-base to cri runner

Signed-off-by: Shyam Jesal <s.jesalpura@gmail.com>
Signed-off-by: Shyam Jesal <s.jesalpura@gmail.com>
Signed-off-by: Shyam Jesal <s.jesalpura@gmail.com>
Signed-off-by: Dmitrii Ustiugov <dmitrii.ustiugov@epfl.ch>
Updated the list of exceptions of the spellchecker.
Fixed few typos in a CI manual.

Signed-off-by: Dmitrii Ustiugov <dmitrii.ustiugov@epfl.ch>
…adges

Signed-off-by: Dmitrii Ustiugov <dmitrii.ustiugov@ed.ac.uk>
Signed-off-by: NiuJ1ao <26167136+NiuJ1ao@users.noreply.github.com>

add a figure and add comments to clarify if statements

Signed-off-by: NiuJ1ao <26167136+NiuJ1ao@users.noreply.github.com>
Signed-off-by: NiuJ1ao <26167136+NiuJ1ao@users.noreply.github.com>

minor fix bugs on axes

Signed-off-by: NiuJ1ao <26167136+NiuJ1ao@users.noreply.github.com>
Signed-off-by: NiuJ1ao <26167136+NiuJ1ao@users.noreply.github.com>
Signed-off-by: Dmitrii Ustiugov <dmitrii.ustiugov@ed.ac.uk>
Signed-off-by: Shyam Jesal <s.jesalpura@gmail.com>
Signed-off-by: Shyam Jesal <s.jesalpura@gmail.com>
Bumps gonum.org/v1/gonum from 0.8.2 to 0.9.0.

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: NiuJ1ao <26167136+NiuJ1ao@users.noreply.github.com>
The restart command was inside the loop which led to termination of
recently created runners

Signed-off-by: Shyam Jesal <s.jesalpura@gmail.com>
Added hostname labels to the runner names.

Signed-off-by: Shyam Jesal <s.jesalpura@gmail.com>
Signed-off-by: Shyam Jesal <s.jesalpura@gmail.com>
Bumps gonum.org/v1/gonum from 0.8.2 to 0.9.0.

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: shyam Jesal <s.jesalpura@gmail.com>
Signed-off-by: shyam Jesal <s.jesalpura@gmail.com>
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.33.1 to 1.37.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.33.1...v1.37.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 17, 2021

Superseded by #237.

@dependabot dependabot bot closed this May 17, 2021
@dependabot dependabot bot deleted the dependabot/go_modules/cri/google.golang.org/grpc-1.37.0 branch May 17, 2021 06:19
HermioneKT added a commit that referenced this pull request Jan 31, 2024
parent 6674807
author HermioneKT <hermionegrangerkt@gmail.com> 1706694164 +0800
committer HermioneKT <hermionegrangerkt@gmail.com> 1706694164 +0800

test

# This is the commit message #157:

test

# This is the commit message #159:

test

# This is the commit message #160:

test

# This is the commit message #161:

test

# This is the commit message #162:

test

# This is the commit message #163:

test

# This is the commit message #164:

tesT

# This is the commit message #165:

test

# This is the commit message #166:

test

# This is the commit message #167:

test

# This is the commit message #168:

test

# This is the commit message #169:

test

# This is the commit message #170:

test

# This is the commit message #171:

Test

# This is the commit message #172:

test

# This is the commit message #173:

test

# This is the commit message #174:

test

# This is the commit message #175:

test

# This is the commit message #176:

test

# This is the commit message #177:

test

# This is the commit message #178:

test

# This is the commit message #179:

test

# This is the commit message #180:

test

# This is the commit message #181:

test

# This is the commit message #182:

test

# This is the commit message #183:

test

# This is the commit message #184:

test

# This is the commit message #185:

test

# This is the commit message #186:

test

# This is the commit message #187:

test

# This is the commit message #188:

test

# This is the commit message #189:

test

# This is the commit message #190:

Test

# This is the commit message #191:

Test

# This is the commit message #192:

test

# This is the commit message #193:

Test

# This is the commit message #194:

test

# This is the commit message #195:

test

# This is the commit message #196:

test

# This is the commit message #197:

test

# This is the commit message #198:

test

# This is the commit message #199:

Test

# This is the commit message #200:

test

# This is the commit message #201:

test

# This is the commit message #202:

Test

# This is the commit message #203:

test

# This is the commit message #204:

test

# This is the commit message #205:

test

# This is the commit message #206:

test

# This is the commit message #207:

test

# This is the commit message #208:

test

# This is the commit message #209:

test

# This is the commit message #210:

test

# This is the commit message #211:

Test

# This is the commit message #212:

test

# This is the commit message #213:

Test

# This is the commit message #214:

Test

# This is the commit message #215:

Test

# This is the commit message #216:

test

# This is the commit message #217:

Test

# This is the commit message #218:

test

# This is the commit message #219:

test

# This is the commit message #220:

test

# This is the commit message #221:

test

# This is the commit message #222:

test

# This is the commit message #223:

test

# This is the commit message #224:

test

# This is the commit message #225:

test

# This is the commit message #226:

test

# This is the commit message #227:

test

# This is the commit message #228:

test

# This is the commit message #229:

Test

# This is the commit message #230:

test

# This is the commit message #231:

test

# This is the commit message #232:

test

# This is the commit message #233:

test

# This is the commit message #234:

Test

# This is the commit message #235:

test

# This is the commit message #236:

test

# This is the commit message #237:

test

# This is the commit message #238:

test

# This is the commit message #239:

test

# This is the commit message #240:

test

# This is the commit message #241:

test

# This is the commit message #242:

test

# This is the commit message #243:

test

# This is the commit message #244:

test

# This is the commit message #245:

test

# This is the commit message #246:

test

# This is the commit message #247:

test

# This is the commit message #248:

test

# This is the commit message #249:

test

# This is the commit message #250:

test

# This is the commit message #251:

test

# This is the commit message #252:

test
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants