Skip to content

Commit

Permalink
Bump to contour 1.14.2 (#593)
Browse files Browse the repository at this point in the history
  • Loading branch information
krsna-m authored Aug 27, 2021
1 parent 7ac4ec1 commit 888b3ab
Show file tree
Hide file tree
Showing 16 changed files with 235 additions and 61 deletions.
13 changes: 11 additions & 2 deletions config/contour/external.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ data:
# Configure the number of additional ingress proxy hops from the
# right side of the x-forwarded-for HTTP header to trust.
# num-trusted-hops: 0
# Configure the port used to access the Envoy Admin interface.
# admin-port: 9001
#
# Configure an optional global rate limit service.
# rateLimitService:
Expand Down Expand Up @@ -1783,7 +1785,7 @@ rules:
apiVersion: batch/v1
kind: Job
metadata:
name: contour-certgen-v1.14.0
name: contour-certgen-v1.14.2
namespace: contour-external
labels:
networking.knative.dev/ingress-provider: contour
Expand Down Expand Up @@ -2137,6 +2139,9 @@ spec:
initialDelaySeconds: 3
periodSeconds: 10
name: shutdown-manager
volumeMounts:
- name: envoy-admin
mountPath: /admin
- args:
- -c
- /config/envoy.json
Expand All @@ -2145,7 +2150,7 @@ spec:
- --log-level info
command:
- envoy
image: docker.io/envoyproxy/envoy:v1.17.1
image: docker.io/envoyproxy/envoy:v1.17.4
imagePullPolicy: IfNotPresent
name: envoy
env:
Expand Down Expand Up @@ -2179,6 +2184,8 @@ spec:
- name: envoycert
mountPath: /certs
readOnly: true
- name: envoy-admin
mountPath: /admin
lifecycle:
preStop:
httpGet:
Expand Down Expand Up @@ -2216,6 +2223,8 @@ spec:
serviceAccountName: envoy
terminationGracePeriodSeconds: 300
volumes:
- name: envoy-admin
emptyDir: {}
- name: envoy-config
emptyDir: {}
- name: envoycert
Expand Down
13 changes: 11 additions & 2 deletions config/contour/internal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ data:
# Configure the number of additional ingress proxy hops from the
# right side of the x-forwarded-for HTTP header to trust.
# num-trusted-hops: 0
# Configure the port used to access the Envoy Admin interface.
# admin-port: 9001
#
# Configure an optional global rate limit service.
# rateLimitService:
Expand Down Expand Up @@ -1783,7 +1785,7 @@ rules:
apiVersion: batch/v1
kind: Job
metadata:
name: contour-certgen-v1.14.0
name: contour-certgen-v1.14.2
namespace: contour-internal
labels:
networking.knative.dev/ingress-provider: contour
Expand Down Expand Up @@ -2136,6 +2138,9 @@ spec:
initialDelaySeconds: 3
periodSeconds: 10
name: shutdown-manager
volumeMounts:
- name: envoy-admin
mountPath: /admin
- args:
- -c
- /config/envoy.json
Expand All @@ -2144,7 +2149,7 @@ spec:
- --log-level info
command:
- envoy
image: docker.io/envoyproxy/envoy:v1.17.1
image: docker.io/envoyproxy/envoy:v1.17.4
imagePullPolicy: IfNotPresent
name: envoy
env:
Expand Down Expand Up @@ -2178,6 +2183,8 @@ spec:
- name: envoycert
mountPath: /certs
readOnly: true
- name: envoy-admin
mountPath: /admin
lifecycle:
preStop:
httpGet:
Expand Down Expand Up @@ -2215,6 +2222,8 @@ spec:
serviceAccountName: envoy
terminationGracePeriodSeconds: 300
volumes:
- name: envoy-admin
emptyDir: {}
- name: envoy-config
emptyDir: {}
- name: envoycert
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.16
require (
github.com/google/go-cmp v0.5.6
github.com/mikefarah/yq/v3 v3.0.0-20200601230220-721dd57ed41b
github.com/projectcontour/contour v1.14.0
github.com/projectcontour/contour v1.14.2
go.uber.org/zap v1.18.1
k8s.io/api v0.20.7
k8s.io/apimachinery v0.20.7
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -586,8 +586,8 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/posener/complete v1.1.1/go.mod h1:em0nMJCgc9GFtwrmVmEMR/ZL6WyhyjMBndrE9hABlRI=
github.com/pquerna/cachecontrol v0.0.0-20171018203845-0dec1b30a021/go.mod h1:prYjPmNq4d1NPVmpShWobRqXY3q7Vp+80DqgxxUrUIA=
github.com/projectcontour/contour v1.14.0 h1:xfMjzI3HuWecfe85qdBluqFRWvTtQuKVK2seZuSTx9E=
github.com/projectcontour/contour v1.14.0/go.mod h1:IrlEYL0KQvvsEw0ZWg+8P21P1OuVLqnAxIMGwkLljJI=
github.com/projectcontour/contour v1.14.2 h1:5tLSg/Bs/n8Mhb81hLMMm9OAoE4gZjfvIV2aEMj2HkQ=
github.com/projectcontour/contour v1.14.2/go.mod h1:IrlEYL0KQvvsEw0ZWg+8P21P1OuVLqnAxIMGwkLljJI=
github.com/prometheus/client_golang v0.9.1/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw=
github.com/prometheus/client_golang v0.9.3-0.20190127221311-3c4408c8b829/go.mod h1:p2iRAGwDERtqlqzRXnrOVns+ignqQo//hLXqYxZYVNs=
github.com/prometheus/client_golang v0.9.3/go.mod h1:/TN21ttK/J9q6uSwhBd54HahCDft0ttaMvbicHlPoso=
Expand Down
4 changes: 2 additions & 2 deletions hack/update-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ set -o pipefail

source $(dirname "$0")/../vendor/knative.dev/hack/library.sh

CONTOUR_VERSION="v1.14.0" # This is for controlling which version of contour we want to use.
CONTOUR_OPERATOR_VERSION="v1.14.0" # This is for controlling which version of contour-operator we want to use.
CONTOUR_VERSION="v1.14.2" # This is for controlling which version of contour we want to use.
CONTOUR_OPERATOR_VERSION="v1.14.1" # This is for controlling which version of contour-operator we want to use.

CLUSTER_ROLE_NAME=knative-contour

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 888b3ab

Please sign in to comment.