Alexander Brand (1):
docs: include mention that TLS cert delegation works for both HTTPProxy and Ingress (#2707)
Gorka Lerchundi Osa (1):
tcpproxy: revert 'services' to be optional again (#2684)
James Peach (19):
cmd/contour: generate Contour RBAC policy (#2634)
site: add `area/tls` label (#2636)
examples/contour: upgrade Envoy to v1.14.3 (#2648)
Prepare documentation site for v1.6.1 release.
docs: add Contour 1.6.1 upgrade (#2650)
docs: remove stray API documentation tag (#2660)
docs: regenerate API reference
examples/contour: upgrade to Envoy v1.15.0 (#2682)
apis/projectcontour: rename the HTTPProxy Status type (#2689)
internal: adopt types.NamespacedName (#2699)
design: add initial external authorization proposal (#2643)
internal/contour: generate an Envoy secret for the fallback certificate (#2723)
apis/projectcontour: add ExtensionService API (#2719)
internal/dag: cache ExtensionService resources (#2724)
internal/envoy: hard code Linux system call constants (#2735)
internal/contour: ensure the http.Router filter is present (#2734)
internal/envoy: use a consistent SNI server name for H2 (#2727)
site: remove zero-width space
internal/envoy: add common API for ClusterLoadAssignment names (#2746)
Jonas Rosland (3):
Add CNCF information to the landing page (#2658)
Add Contour Office Hours to the site (#2685)
Add CII Badge (#2694)
Joseph Glanville (1):
examples: small fix to inclusion example (#2666)
Keith Burdis (1):
internal/envoy: configure Contour to enable TCP keepalive on Envoy listener sockets (#2638)
KevinSnyderCodes (2):
Design Proposal: Control the conditions of a `RetryPolicy` (#2626)
apis/contour: add support for retry on, retriable status codes (#2646)
Michael Michael (4):
Update SECURITY.md (#2700)
removing David from the website (#2718)
Update SECURITY.md (#2722)
Update community.md (#2740)
Nick Young (6):
Add final updates for 1.6.0 release (#2630)
Update release process doc (#2631)
Contours landscape July 2020 (#2663)
Add design for HTTPProxy conditions (#2642)
Rename HTTPProxy match Conditions to MatchConditions for disambiguation. (#2695)
Add conditions to HTTPProxy and TLSCertificateDelegation (#2706)
Steve Kriss (16):
add configurable idle timeout (#2632)
cmd/contour: add config file option to set stream idle timeout (#2661)
cmd/contour: add config file option to set max connection duration (#2670)
cmd/contour: add config file option to set drain timeout (#2675)
internal/dag: return precise error for failed service lookup (#2677)
remove references to IngressRoute (#2687)
internal/featuretests: add tests for timeouts (#2686)
cmd/contour: improve docs for timeout settings (#2676)
site: clarify cert-manager guide (#2708)
internal/timeout: extract package for handling timeouts (#2698)
use internal/timeout for config file timeouts (#2721)
rename DrainTimeout to ConnectionShutdownGracePeriod (#2725)
cmd/contour: add TimeoutConfig.RequestTimeout (#2726)
Prepare documentation site for v1.7.0 release. (#2756)
v1.7.0 final updates (#2757)
Update Contour Docker image to v1.7.0.
Steve Sloka (17):
examples: Removes unneeded rbac role binding (#2640)
hack: remove unused boilerplate copyright file (#2654)
hack: remove unneeded comment from `yamllint` script (#2656)
update all copyright information to `Project Contour Authors` (#2657)
site/resources: add missing Contour releases (#2672)
.github/workflows: add code scanning GH action (#2669)
site/docs: remove badges from README.md (#2671)
apis/contour: remove contour v1beta1 api (#2655)
internal/k8s: add check to verify resources exist in cluster (#2668)
hack: Update kind & kubectl versions for TravisCI builds (#2731)
makefile: Update Contour version for `local` task. (#2736)
hack: Update make-release-tag script to update certgen-job (#2701)
travis: Run integration tests for each build (#2732)
ci: add github actions workflow to replace Travis (#2747)
makefile: Fix broken reference to script in check-generate (#2750)
cmd/contour: refactor shutdown-manager to initiate shutdown using an Exec command (#2751)
site: shutdown manager docs update (#2758)
Y.Horie (1):
ci: Add macOS build and check (#2653)
gaurav (1):
TestServeContextCertificateHandling: fix data race on err variable (#2748)