From 867c62192db33d6a5f9454d768edd87abd5f2cc4 Mon Sep 17 00:00:00 2001 From: Dave Cheney Date: Tue, 28 Jan 2020 12:56:33 +1100 Subject: [PATCH] examples: update Envoy to 1.13.0 Fixes #2132 Also update the Envoy compatability matrix to include Contour 1.2.0 an Envoy 1.13.0 Signed-off-by: Dave Cheney --- examples/contour/03-envoy.yaml | 2 +- examples/render/contour.yaml | 2 +- site/_resources/envoy.md | 17 +++++++++-------- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/examples/contour/03-envoy.yaml b/examples/contour/03-envoy.yaml index 49b9602b216..ed927a01882 100644 --- a/examples/contour/03-envoy.yaml +++ b/examples/contour/03-envoy.yaml @@ -32,7 +32,7 @@ spec: - --log-level info command: - envoy - image: docker.io/envoyproxy/envoy:v1.12.2 + image: docker.io/envoyproxy/envoy:v1.13.0 imagePullPolicy: IfNotPresent name: envoy env: diff --git a/examples/render/contour.yaml b/examples/render/contour.yaml index b3300b4414d..4d2aed56770 100644 --- a/examples/render/contour.yaml +++ b/examples/render/contour.yaml @@ -1586,7 +1586,7 @@ spec: - --log-level info command: - envoy - image: docker.io/envoyproxy/envoy:v1.12.2 + image: docker.io/envoyproxy/envoy:v1.13.0 imagePullPolicy: IfNotPresent name: envoy env: diff --git a/site/_resources/envoy.md b/site/_resources/envoy.md index bf0779c7f9c..b43328efbb6 100644 --- a/site/_resources/envoy.md +++ b/site/_resources/envoy.md @@ -11,14 +11,15 @@ This page describes the compatibility matrix of Contour and Envoy versions.
-| Envoy version | Contour v1.0.05 | Contour v1.0.16 | Contour v1.1.0 | -| ------------ | :-----------: | :-----------: | :----------: | -| 1.11.0 | Not supported1 | Not supported1 | Not supported1 | -| 1.11.1 | Not supported2 | Not supported2 | Not supported2 | -| 1.11.2 | Supported5 | Not Supported | Not Supported | -| 1.12.0 | Not supported3 | Not supported3 | Not supported3 | -| 1.12.1 | Not supported4 | Not supported4 | Not supported4 | -| 1.12.2 | Not supported | Supported | Supported | +| Envoy version | Contour v1.0.05 | Contour v1.0.16 | Contour v1.1.0 | Contour v1.2.0 | +| ------------ | :-----------: | :-----------: | :----------: | :----------: | +| 1.11.0 | Not supported1 | Not supported1 | Not supported1 | Not supported1 | +| 1.11.1 | Not supported2 | Not supported2 | Not supported2 | Not supported2 | +| 1.11.2 | *Supported*5 | Not supported | Not supported | Not supported | +| 1.12.0 | Not supported3 | Not supported3 | Not supported3 | Not supported3 | +| 1.12.1 | Not supported4 | Not supported4 | Not supported4 | Not supported4 | +| 1.12.2 | Not supported | *Supported*6 | *Supported* | Not supported | +| 1.13.0 | Not supported | Not supported | Not supported | *Supported* |