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

build(deps): bump github.com/envoyproxy/go-control-plane from 0.9.9 to 0.10.0 #9737

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 15, 2021

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps github.com/envoyproxy/go-control-plane from 0.9.9 to 0.10.0.

Release notes

Sourced from github.com/envoyproxy/go-control-plane's releases.

Release v0.10.0

Envoy Protos Commit SHA: 3b0a4a0d6c0d630d9fae301eb58f92488922…

Added

  • Added snapshot support in the Linear cache (#437)
  • Added CI linting support (#455)
  • Incremental xDS support for Linear and Mux caches (#459)
  • Added Extension Configs support (#417)
  • Added a default cache logger (#483)
  • Added Scoped Routes Discovery Service - SRDS (#495)

Changed

  • Removed linearization in server API to preserve cache ordering (#443)
  • SetSnapshot now takes a context (#474)
  • Delta xDS now responds immediately for the first wildcard request in a delta stream if the corresponding snapshot exists and the response is empty (#473)
  • Reworked snapshot API to faciliate additional xDS resources without changes (#484)
  • Delta xDS won't delete non-existent resources in wildcard mode (#488)
  • Simple cache now holds a read lock when cancelling a snapshot watch (#507)

Fixed

  • Delta xDS not registering another watch after resource sent (#458)
  • Fixed data race in Linear cache (#502)
  • State of the World now tracks known resource names per caller stream (#508)
Changelog

Sourced from github.com/envoyproxy/go-control-plane's changelog.

Release v0.10.0

Added

  • Added snapshot support in the Linear cache (#437)
  • Added CI linting support (#455)
  • Incremental xDS support for Linear and Mux caches (#459)
  • Added Extension Configs support (#417)
  • Added a default cache logger (#483)
  • Added Scoped Routes Discovery Service - SRDS (#495)

Changed

  • Removed linearization in server API to preserve cache ordering (#443)
  • SetSnapshot now takes a context (#474)
  • Delta xDS now responds immediately for the first wildcard request in a delta stream if the corresponding snapshot exists and the response is empty (#473)
  • Reworked snapshot API to faciliate additional xDS resources without changes (#484)
  • Delta xDS won't delete non-existent resources in wildcard mode (#488)
  • Simple cache now holds a read lock when cancelling a snapshot watch (#507)

Fixed

  • Delta xDS not registering another watch after resource sent (#458)
  • Fixed data race in Linear cache (#502)
  • State of the World now tracks known resource names per caller stream (#508)
Commits
  • e416907 changelog: update before tagging v0.10.0 (#510)
  • b5885b0 Mirrored from envoyproxy/envoy @ 38739c32b39da483782fa18dc5a5aa77cee677ab
  • 5e13b6b Mirrored from envoyproxy/envoy @ 3b0a4a0d6c0d630d9fae301eb58f92488922d747
  • 156c4a7 Mirrored from envoyproxy/envoy @ 036ae75fed82ac6757788330741570e947e5a8ec
  • 631ac82 Mirrored from envoyproxy/envoy @ bd1ac13275246c2a9a865912682ed9904ed7a78a
  • 0935bd1 Mirrored from envoyproxy/envoy @ 220c1f6cd1f2f07268c63bf9ad8539505107679c
  • 7f2c262 Mirrored from envoyproxy/envoy @ bc641dbb9157460b346fa0d3ef387f05e5ce9881
  • 996a28b lint for CI (#480)
  • e7fb5d0 Mirrored from envoyproxy/envoy @ b959a46661ec87bba8268a1750506695125f2b06
  • 76b3dea Mirrored from envoyproxy/envoy @ 7aa79b6cd1a3513150040b2acb4467fe77af714b
  • 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)

Bumps [github.com/envoyproxy/go-control-plane](https://github.com/envoyproxy/go-control-plane) from 0.9.9 to 0.10.0.
- [Release notes](https://github.com/envoyproxy/go-control-plane/releases)
- [Changelog](https://github.com/envoyproxy/go-control-plane/blob/main/CHANGELOG.md)
- [Commits](envoyproxy/go-control-plane@v0.9.9...v0.10.0)

---
updated-dependencies:
- dependency-name: github.com/envoyproxy/go-control-plane
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Nov 15, 2021
@Nexucis
Copy link
Member

Nexucis commented Nov 15, 2021

tests are failing here @roidelapluie. Looking at the test in circleci, it looks like dependabot doesn't update really well go.sum :(.

@roidelapluie
Copy link
Member

/rebase

@Nexucis
Copy link
Member

Nexucis commented Nov 15, 2021

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 15, 2021

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@Nexucis
Copy link
Member

Nexucis commented Nov 15, 2021

@roidelapluie it's because of that : envoyproxy/go-control-plane#512

@Nexucis
Copy link
Member

Nexucis commented Nov 15, 2021

closing this PR, as we are waiting for the next release of go-control-plan to be able to update it.

@Nexucis Nexucis closed this Nov 15, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 15, 2021

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/go_modules/github.com/envoyproxy/go-control-plane-0.10.0 branch November 15, 2021 17:01
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