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 github.com/envoyproxy/go-control-plane from 0.10.2-0.20220325020618-49ff273808a1 to 0.11.0 #11

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 18, 2023

Bumps github.com/envoyproxy/go-control-plane from 0.10.2-0.20220325020618-49ff273808a1 to 0.11.0.

Release notes

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

v0.11.0

Note: Envoy Protos Commit SHA: a8a39af371cceaca4c08ce8637d5980fe14de151

Added

  • Added Node object to stream closed callbacks (#572)
  • Added support for the RateLimit xDS Service (#598)
  • Added support for thrift route config type on server resources (#600)
  • Programmatic ADS client that supports communication with an xDS management server (#604)
  • Added cache support for custom resource names with delta xDS (#609)

Changed

  • Envoy Protos Commit SHA: a8a39af371cceaca4c08ce8637d5980fe14de151
  • Updated prometheus/client_model library to v0.3.0 (#602)
  • Bump sigs.k8s.io/aws-iam-authenticator from 0.5.9 to 0.6.1 in /examples/dyplomat (#617)
  • Bump google.golang.org/grpc from 1.51.0 to 1.52.0 (#622)

Fixed

  • Delta xDS properly closes watches when a stream is closed to release memory (#570)
  • Fixed panic when sending certain resource heartbeats (#579)
  • Fixed debug logs printing sensitive resource information (#601)
  • Fixed watch state incorrectly tracking state updates over SDS (#615)

v0.10.3

Envoy protos commit SHA: 97dfffde06115e58261dbab3707ad70d5c86ba1f

Changed

  • Documentation rewrite in the /docs folder (#520)
  • Updated go module version to 1.16 (#536)
  • Exposed ApiTypePrefix (#553)

Added

  • Initial support of the Virtual Host Discovery Service VHDS (#529)
  • Added linear cache method UpdateResources (#546)

Fixed

  • Scoped routes consistency check (#515)
  • Scoped routes references (#518)
  • Fixed go routine leaks in server unit tests (#519)
  • Linear cache no longer requires linear time for applying delta updates (#547)
Changelog

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

Release v0.11.0

Added

  • Added Node object to stream closed callbacks (#572)
  • Added support for the RateLimit xDS Service (#598)
  • Added support for thrift route config type on server resources (#600)
  • Programmatic ADS client that supports communication with an xDS management server (#604)
  • Added cache support for custom resource names with delta xDS (#609)

Changed

  • Envoy Protos Commit SHA: a8a39af371cceaca4c08ce8637d5980fe14de151
  • Updated prometheus/client_model library to v0.3.0 (#602)
  • Bump sigs.k8s.io/aws-iam-authenticator from 0.5.9 to 0.6.1 in /examples/dyplomat (#617)
  • Bump google.golang.org/grpc from 1.51.0 to 1.52.0 (#622)

Fixed

  • Delta xDS properly closes watches when a stream is closed to release memory (#570)
  • Fixed panic when sending certain resource heartbeats (#579)
  • Fixed debug logs printing sensitive resource information (#601)
  • Fixed watch state incorrectly tracking state updates over SDS (#615)

Release v0.10.3

Changed

  • Documentation rewrite in the /docs folder (#520)
  • Updated go module version to 1.16 (#536)
  • Exposed ApiTypePrefix (#553)
  • Envoy Protos Commit SHA: 97dfffde06115e58261dbab3707ad70d5c86ba1f

Added

  • Initial support of the Virtual Host Discovery Service VHDS (#529)
  • Added linear cache method UpdateResources (#546)

Fixed

  • Scoped routes consistency check (#515)
  • Scoped routes references (#518)
  • Fixed go routine leaks in server unit tests (#519)
  • Linear cache no longer requires linear time for applying delta updates (#547)

Release v0.10.1

Changed

  • Envoy Protos Commit SHA: 9cc74781d818aaa58b9cca9602fe8dc62181…

... (truncated)

Commits

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)

@dependabot dependabot bot requested a review from a team as a code owner April 18, 2023 19:51
@dependabot dependabot bot requested review from calebdoxsey and removed request for a team April 18, 2023 19:51
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 18, 2023

The following labels could not be found: dependency.

Bumps [github.com/envoyproxy/go-control-plane](https://github.com/envoyproxy/go-control-plane) from 0.10.2-0.20220325020618-49ff273808a1 to 0.11.0.
- [Release notes](https://github.com/envoyproxy/go-control-plane/releases)
- [Changelog](https://github.com/envoyproxy/go-control-plane/blob/main/CHANGELOG.md)
- [Commits](https://github.com/envoyproxy/go-control-plane/commits/v0.11.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] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/envoyproxy/go-control-plane-0.11.0 branch from 45a3bbf to 030d43c Compare April 19, 2023 18:46
@calebdoxsey calebdoxsey merged commit 02e515c into main Apr 19, 2023
@calebdoxsey calebdoxsey deleted the dependabot/go_modules/github.com/envoyproxy/go-control-plane-0.11.0 branch April 19, 2023 18:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant