envoy-control
envoy-control copied to clipboard
Remove support for envoy < 1.14.0-dev
Currently we use envoy 1.14.0-dev (commit 6c2137468c25d167dbbe4719b0ecaf343bfb4233), but we keep backward compatibility with envoy 1.13.0-dev (commit b7bef67c256090919a4585a1a06c42f15d640a09) (excluding incoming permissions, which don't work on that version).
When the backward compatibility will be not needed, remove the deprecated code and tests checking the compatibility (all marked with TODO comments).