Skip to content

Commit

Permalink
backport: Upgrade Envoy to v.11.2
Browse files Browse the repository at this point in the history
Fixes #1583

Signed-off-by: Nick Young <ynick@vmware.com>
  • Loading branch information
Nick Young authored and stevesloka committed Oct 8, 2019
1 parent 858e6b8 commit 034d231
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ secure-local: $(SECURE_LOCAL_BOOTSTRAP_CONFIG)
-it \
--mount type=bind,source=$(CURDIR),target=/config \
--net bridge \
docker.io/envoyproxy/envoy:v1.11.1 \
docker.io/envoyproxy/envoy:v1.11.2 \
envoy \
--config-path /config/$< \
--service-node node0 \
Expand All @@ -73,7 +73,7 @@ local: $(LOCAL_BOOTSTRAP_CONFIG)
-it \
--mount type=bind,source=$(CURDIR),target=/config \
--net bridge \
docker.io/envoyproxy/envoy:v1.11.1 \
docker.io/envoyproxy/envoy:v1.11.2 \
envoy \
--config-path /config/$< \
--service-node node0 \
Expand Down
2 changes: 1 addition & 1 deletion examples/deployment-grpc-v2/02-contour.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
- name: contour-config
mountPath: /config
readOnly: true
- image: docker.io/envoyproxy/envoy:v1.11.1
- image: docker.io/envoyproxy/envoy:v1.11.2
name: envoy
ports:
- containerPort: 8080
Expand Down
2 changes: 1 addition & 1 deletion examples/ds-grpc-v2/02-contour.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec:
- name: contour-config
mountPath: /config
readOnly: true
- image: docker.io/envoyproxy/envoy:v1.11.1
- image: docker.io/envoyproxy/envoy:v1.11.2
name: envoy
ports:
- containerPort: 8080
Expand Down
2 changes: 1 addition & 1 deletion examples/ds-hostnet-split/03-envoy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
- --log-level info
command:
- envoy
image: docker.io/envoyproxy/envoy:v1.11.1
image: docker.io/envoyproxy/envoy:v1.11.2
imagePullPolicy: IfNotPresent
name: envoy
env:
Expand Down
2 changes: 1 addition & 1 deletion examples/ds-hostnet/02-contour.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ spec:
- name: contour-config
mountPath: /config
readOnly: true
- image: docker.io/envoyproxy/envoy:v1.11.1
- image: docker.io/envoyproxy/envoy:v1.11.2
name: envoy
ports:
- containerPort: 8080
Expand Down
2 changes: 1 addition & 1 deletion examples/render/daemonset-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ spec:
- name: contour-config
mountPath: /config
readOnly: true
- image: docker.io/envoyproxy/envoy:v1.11.1
- image: docker.io/envoyproxy/envoy:v1.11.2
name: envoy
ports:
- containerPort: 8080
Expand Down
2 changes: 1 addition & 1 deletion examples/render/deployment-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ spec:
- name: contour-config
mountPath: /config
readOnly: true
- image: docker.io/envoyproxy/envoy:v1.11.1
- image: docker.io/envoyproxy/envoy:v1.11.2
name: envoy
ports:
- containerPort: 8080
Expand Down

0 comments on commit 034d231

Please sign in to comment.