Alastair Houghton (1):
cmd/contour: support comma-separated ingress-status-address (#2542)
James Peach (31):
docs: fix whitespace around pprof documentation link
site: fix spelling in the CONTRIBUTING doc
doc: update HeadersPolicy documentation (#2467)
doc: update TimeoutPolicy API documentation (#2460)
internal/envoy: use the helper to create a ConfigSource (#2455)
Enable GitHub workflow to run label sync. (#2452)
site: reduce GitHub label sync frequency to daily
build: upgrade to Go 1.14 (#2489)
build: add a bot user token to sync labels
site: update labels for stale issue workflow (#2498)
test: add initial integration test scripts (#2426)
doc: improve TLS API documentation formatting (#2500)
site: remove `kind/documentation` label (#2507)
site: tune codecov settings (#2512)
api: add kubebuilder-compatible type registration exports (#2514)
internal: add gosec to the linter checks (#2526)
internal: consolidate duplicate toAny functions (#2520)
test: add an integration test for tcpproxy forwarding (#2505)
internal/featuretests: add simple HTTPProxy fixtures (#2519)
doc: improve ambiguous upstream TLS example (#2508)
examples/contour: grant update to certgen RBAC (#2546)
internal: filter misdirected TLS requests (#2483)
certgen: add cert-manager certificate compatibility (#2547)
test: add URL construction helpers (#2550)
site: add versioned quickstart redirects (#2552)
test: switch to IfNotPresent image pull policy (#2545)
examples/contour: switch to reloadable xDS certificates (#2553)
docs: make proofing changes to TLS howto (#2558)
Prepare documentation site for v1.5.0 release.
doc: document upgrading for the 1.5 release (#2559)
Update Contour Docker image to v1.5.0.
Jonas Rosland (2):
Fix community footer to include the correct meeting times (#2476)
Add GitHub links to team member list (#2490)
Michael Michael (3):
Update design-document-tmpl.md (#2466)
Update RELEASES.md
Update kubernetes.md (#2521)
Nick Young (11):
Update quickstart link for Contour 1.4
Update Upgrading documentation for 1.4 release (#2465)
Remove public Zoom link from Community page (#2472)
Update release notes process (#2473)
Update the Kubernetes support matrix (#2471)
Add 1.4 release blog (#2470)
Pass `ingress.class` through to IngressStatusUpdater (#2482)
Update Travis links to travis-ci.com (#2502)
Add status subresource to HTTPProxy (#2496)
internal/k8s: Add StatusUpdateHandler to centralize status updates (#2530)
Adds support for updating HTTPProxy addresses. (#2551)
Savithru Lokanath (1):
docs: Update content for proxy protocol support on AWS ELBs (#2480)
Steve Sloka (9):
Upgrade client-go to v0.18.2 (#2448)
add fallback certificate design doc (#2428)
update fallbackCertificate design (#2504)
split IngressRoute.VirtualHost/TLS into own structs so HTTPProxy can be extended (#2511)
implement fallback certificate so that clients who do not offer SNI will still match a filterchain in envoy and will present a default/fallback certificate to the client (#2477)
add missing projectcontour.io/ingress.class annotation tests (#2536)
update TLS fallbackCertificate logic to require tlscertificatedelegation to each namespace where a root HTTPProxy enables fallbackCertificate for a fqdn. (#2528)
docs: add fallback certificate docs (#2535)
tests: update integration tests to use non-standard ports by default (#2534)
Tero Saarni (2):
bootstrap: support for Envoy xDS certificate rotation (#2333)
doc: update xDS cert rotation instructions (#2555)