Skip to content

Commit

Permalink
Release v1.8.2 onto branch release-1.8 (#2959)
Browse files Browse the repository at this point in the history
* Update Contour Docker image to v1.8.2.

Signed-off-by: Steve Sloka <slokas@vmware.com>

* release; Update Envoy image to v1.15.1 releasing Contour v1.8.2

Signed-off-by: Steve Sloka <slokas@vmware.com>
  • Loading branch information
stevesloka authored Sep 30, 2020
1 parent 3e34f4b commit 0893c35
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 20 deletions.
8 changes: 2 additions & 6 deletions examples/contour/02-job-certgen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ rules:
apiVersion: batch/v1
kind: Job
metadata:
name: contour-certgen-v1.8.1
name: contour-certgen-v1.8.2
namespace: projectcontour
spec:
ttlSecondsAfterFinished: 0
Expand All @@ -47,11 +47,7 @@ spec:
spec:
containers:
- name: contour
# This version is set to latest because Job specs are immutable;
# if we change this on each version, you can no longer upgrade
# just by applying the deployment YAML.
# See #2423, #2395, #2150, and #2030 for earlier questions about this.
image: docker.io/projectcontour/contour:latest
image: docker.io/projectcontour/contour:v1.8.2
imagePullPolicy: Always
command:
- contour
Expand Down
2 changes: 1 addition & 1 deletion examples/contour/03-contour.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spec:
- --contour-key-file=/certs/tls.key
- --config-path=/config/contour.yaml
command: ["contour"]
image: docker.io/projectcontour/contour:v1.8.1
image: docker.io/projectcontour/contour:v1.8.2
imagePullPolicy: Always
name: contour
ports:
Expand Down
6 changes: 3 additions & 3 deletions examples/contour/03-envoy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
args:
- envoy
- shutdown-manager
image: docker.io/projectcontour/contour:v1.8.1
image: docker.io/projectcontour/contour:v1.8.2
imagePullPolicy: Always
lifecycle:
preStop:
Expand All @@ -53,7 +53,7 @@ spec:
- --log-level info
command:
- envoy
image: docker.io/envoyproxy/envoy:v1.15.0
image: docker.io/envoyproxy/envoy:v1.15.1
imagePullPolicy: IfNotPresent
name: envoy
env:
Expand Down Expand Up @@ -105,7 +105,7 @@ spec:
- --envoy-key-file=/certs/tls.key
command:
- contour
image: docker.io/projectcontour/contour:v1.8.1
image: docker.io/projectcontour/contour:v1.8.2
imagePullPolicy: Always
name: envoy-initconfig
volumeMounts:
Expand Down
16 changes: 6 additions & 10 deletions examples/render/contour.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1451,7 +1451,7 @@ rules:
apiVersion: batch/v1
kind: Job
metadata:
name: contour-certgen-v1.8.1
name: contour-certgen-v1.8.2
namespace: projectcontour
spec:
ttlSecondsAfterFinished: 0
Expand All @@ -1462,11 +1462,7 @@ spec:
spec:
containers:
- name: contour
# This version is set to latest because Job specs are immutable;
# if we change this on each version, you can no longer upgrade
# just by applying the deployment YAML.
# See #2423, #2395, #2150, and #2030 for earlier questions about this.
image: docker.io/projectcontour/contour:latest
image: docker.io/projectcontour/contour:v1.8.2
imagePullPolicy: Always
command:
- contour
Expand Down Expand Up @@ -1686,7 +1682,7 @@ spec:
- --contour-key-file=/certs/tls.key
- --config-path=/config/contour.yaml
command: ["contour"]
image: docker.io/projectcontour/contour:v1.8.1
image: docker.io/projectcontour/contour:v1.8.2
imagePullPolicy: IfNotPresent
name: contour
ports:
Expand Down Expand Up @@ -1772,7 +1768,7 @@ spec:
args:
- envoy
- shutdown-manager
image: docker.io/projectcontour/contour:v1.8.1
image: docker.io/projectcontour/contour:v1.8.2
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand All @@ -1796,7 +1792,7 @@ spec:
- --log-level info
command:
- envoy
image: docker.io/envoyproxy/envoy:v1.15.0
image: docker.io/envoyproxy/envoy:v1.15.1
imagePullPolicy: IfNotPresent
name: envoy
env:
Expand Down Expand Up @@ -1848,7 +1844,7 @@ spec:
- --envoy-key-file=/certs/tls.key
command:
- contour
image: docker.io/projectcontour/contour:v1.8.1
image: docker.io/projectcontour/contour:v1.8.2
imagePullPolicy: IfNotPresent
name: envoy-initconfig
volumeMounts:
Expand Down

0 comments on commit 0893c35

Please sign in to comment.