Skip to content

v0.22.1

Compare
Choose a tag to compare
@jackstine jackstine released this 24 Jun 17:53
· 2 commits to v0.22.x since this release
31ccbd9

New Features

  • Add ordering to Response Watches so that the order sent to Envoy is in sync.
    This would cause an issue in Envoy where the ClusterAssignmentLoad would update before
    Clusters would. This caused the Clusters to stay in a warming state until Envoy timed
    out, deleting the Endpoints on the cluster. (solo-io/gloo#6337)