Tags: abhide/contour
Tags
Tag v1.11.0 release. Alexander Brand (1): README.md: Add link to roadmap (projectcontour#3126) Daneyon Hansen (5): Updates Contributing Doc for Operator (projectcontour#3139) Adds Operator Installation to Quickstart (projectcontour#3138) Adds Operator to Deploy Doc (projectcontour#3140) Adds Operator Troubleshooting Guide (projectcontour#3168) Adds Contour Operator to Release Doc (projectcontour#3169) George Goh (1): site: Add a Helm option to the Getting Started guide. (projectcontour#3125) Jonas Rosland (2): Increase the max width of the container to 1340px (projectcontour#3137) Update YouTube playlist link for recorded community meetings (projectcontour#3170) Mateusz Gozdek (2): fix typos (projectcontour#3098) Replace misspell with codespell (projectcontour#3110) Michael Michael (1): Updating Contour maintainers to add Alex (projectcontour#3206) Nick Young (3): Fix codespell errors causing CI failure (projectcontour#3153) Fix integration test failure (projectcontour#3152) Remove legacy annotation support (projectcontour#3155) Ro Ramtohul (1): chore: update Envoy to v1.16.1 (projectcontour#3151) Sebastian Schulze (2): Disable ECDHE-RSA-AES128-SHA and ECDHE-RSA-AES256-SHA ciphers (projectcontour#3154) Fix typo in year of v2->v3 xDS API migration guide (projectcontour#3174) Steve Kriss (18): site: update quickstart redirect for 1.10 (projectcontour#3103) fix broken troubleshooting links (projectcontour#3109) internal/xdscache: change default global TLS minimum to 1.2 (projectcontour#3112) internal: use string representation of TLS version (projectcontour#3120) internal/xdscache: add v3 package (projectcontour#3121) switch from v2 to v3 xDS caches (projectcontour#3123) cmd/contour: update minimum TLS version to 1.2 (projectcontour#3122) internal/sorter: remove xDS v2 sorters (projectcontour#3128) apis/projectcontour: update to use Condition type directly from apimachinery (projectcontour#3159) Revert "apis/projectcontour: update to use Condition type directly from apimachinery (projectcontour#3159)" (projectcontour#3161) _integration: temporarily disable flaky SNI test (projectcontour#3163) golangci-lint: ignore kubeconditions.go file (projectcontour#3167) apis/projectcontour: replace copied Conditions structs with aliases (projectcontour#3162) internal/xdscache: fix concurrent map access bug (projectcontour#3194) cmd/contour: update CLI commands to use xDS v3 (projectcontour#3202) change remaining v2 xDS references to v3 (projectcontour#3203) examples: update Envoy to 1.16.2 (projectcontour#3211) Prepare documentation site for v1.10.1 release. (projectcontour#3217) Steve Sloka (21): site: Contour v1.10.0 Blog Post (projectcontour#3105) internal: Drop support for v2 xDS resource version (projectcontour#3111) internal: Migrate all v2 xDS resource versions to v3 for package internal/envoy/v3 (projectcontour#3118) internal/featuretests: Move xDS version v2 to v3 features tests (projectcontour#3124) remove remaining xDS resource v2 server and related converters (projectcontour#3119) deps: Fixup not needed dep misspell from go.mod (projectcontour#3129) internal/envoy: moved to typed configs for httpfilters (projectcontour#3127) codespell: Add more exceptions to .codespell.skip and move binary check to hack scripts (projectcontour#3132) golanglint-ci: Add goheader to check for license header compliance on go files (projectcontour#3133) makefile: Remove extra codespell line (projectcontour#3141) internal/fixture: Fix WithWarningf reference (projectcontour#3147) cmd/contour: Enable retry for shutdown-manager initiating Envoy healthcheck fail (projectcontour#3136) apis: Add error type constants to DetailedConditions (projectcontour#3148) Restore 'ValidConditionType' to follow api versioning rules (projectcontour#3171) site/guides: Update cert-manager guide for v1.0 (projectcontour#3172) site/guides: Add cert-manager example to explain how to use Certificate resources (projectcontour#3175) site: Update Envoy extensions list required by Contour (projectcontour#3198) Prepare documentation site for v1.11.0 release. (projectcontour#3218) site: Update Envoy & Kubernetes matrix (projectcontour#3219) site: Upgrade guide for v1.11 (projectcontour#3220) Update Contour Docker image to v1.11.0. Sunjay Bhatia (6): Update cert-manager to v1.1.0 in integration (projectcontour#3183) site: Fix upgrading page table of contents (projectcontour#3179) internal/xds/v3: Add common logging for envoy and contour xDS servers (projectcontour#3173) cmd/contour: Log correct error on failed tls.Config creation (projectcontour#3204) internal/certgen: Ensure certgen output files mode (projectcontour#3208) internal/k8s: Backfill klog setup test coverage (projectcontour#3176) TAKAHASHI Shuuji (1): docs: Fix the broken link "HTTPProxy" in README.md (projectcontour#3158) Tero Saarni (2): internal/dag: fix debug printout for client cert secret (projectcontour#3177) internal/dag: trigger rebuild for configured secrets (projectcontour#3191)
Tag v1.10.0 release. Alexander Standke (1): site: document support for custom Envoy JSON Fields (projectcontour#3077) Daneyon Hansen (2): site: fix HTTProxy example (projectcontour#3066) examples: update Contour example container ports (projectcontour#3061) Glyphack (1): .github/workflows: add golangci-lint GH action (projectcontour#2976) Hosur Narahari (1): deployment: Update rbac versions from v1beta1 to v1 (projectcontour#3015) James Peach (25): internal/k8s: add a Contour scheme constructor (projectcontour#2992) site: update issue templates (projectcontour#2989) testsuite: renumber basic auth server test testsuite: upgrade to integration-tester v5 (projectcontour#3022) internal/dag: default the authorization response timeout (projectcontour#3026) internal/k8s: consistently use the controller-runtime informer cache (projectcontour#2990) site: add `lifecycle/needs-triage` label (projectcontour#3028) pkg/config: export a package for config parameters (projectcontour#3023) testsuite: use official ingress-conformance-echo image (projectcontour#3035) doc: split multiple troubleshooting pages (projectcontour#3045) doc: reclassify Contour configuration as deployment (projectcontour#3049) testsuite: add Contour installation scripts (projectcontour#3050) doc: move Envoy listener information to the FAQ (projectcontour#3048) site: change navbar element type (projectcontour#3055) doc: fix intra-version annotations links (projectcontour#3056) internal/xds: improve xDS stream log message (projectcontour#3052) doc: break the HTTPProxy documention into smaller pages (projectcontour#3057) docs: add client authorization documentation (projectcontour#3060) site: fix broken documentation links (projectcontour#3064) cmd/contour: fix bootstrap xDS version default (projectcontour#3079) testsuite: add an integration test for health checking (projectcontour#3082) internal/xds: convert v3 protobufs automatically (projectcontour#3074) internal/xds: convert xDS resources for the envoy xDS server (projectcontour#3087) internal/xds: clone xDS protobufs before rewriting them (projectcontour#3096) testsuite: standardize HTTP checks (projectcontour#3094) Jeff Wenzbauer (1): site: Fix typo in HTTPProxy reference (projectcontour#3097) Jonas Rosland (1): Add VMware as adopter (projectcontour#3075) Mikael Manukyan (2): Add envoy-json-logging-custom-fields-design doc (projectcontour#3042) pkg/config, pkg/internal: support custom Envoy JSON fields (projectcontour#3059) Ro Ramtohul (1): Update Envoy to v1.16.0 (projectcontour#3029) Steve Kriss (15): upgrade k8s.io/client-go & related modules to v0.19.2 (projectcontour#3002) internal/featuretests: fix no-op SDS test (projectcontour#2996) cmd/contour: remove deprecated request-timeout field from config file (projectcontour#3005) internal: update HTTPProxy & Ingress default min TLS version to 1.2 (projectcontour#3007) cmd/contour: log warning for HTTPProxies/Ingresses using TLS 1.1 (projectcontour#3012) .github/workflows: automatically tag new release images as 'latest' (projectcontour#3030) deps: upgrade k8s.io/klog to v2.2.0 (projectcontour#3040) build multi-arch Docker image for linux/amd64 and linux/arm64 (projectcontour#3031) pkg/config: fix filename (projectcontour#3046) internal/xdscache: only update ClusterLoadAssignment cache on changes (projectcontour#3092) internal: fix issue with duplicate DAG services & clusters (projectcontour#3095) internal/xds: respond with rewritten v3 xDS resources (projectcontour#3100) site: update compatibility matrices for 1.10 (projectcontour#3102) Prepare documentation site for v1.10.0 release. (projectcontour#3101) Update Contour Docker image to v1.10.0. Steve Sloka (25): Update quickstart redirect to v1.9.0 (projectcontour#3001) site/guide: Small nits on the external auth guide (projectcontour#2999) site: Add Contour v1.9.0 blog post along with demo yaml files (projectcontour#2998) makefile: Update site-devel to refresh automatically by enabling force_polling and incremental build (projectcontour#3008) Update go-control-plane version to v0.9.7 and fix up snapshots for secrets (projectcontour#3011) internal/featuretests: Refactor the featuretests package into a v2 package for Envoy API V2 types (projectcontour#2930) internal/xds: Refactor xDS Server into a v2 package (projectcontour#3016) internal/xds: Add v3 xDS Server (projectcontour#3017) internal/xds: Add support for xds-server-version in config file (projectcontour#3018) site: Fix nit spelling in fundamentals.md that failed spell check task (projectcontour#3072) config: Change xds-server-version to be plural and serve multiple xDS versions (projectcontour#3073) internal/envoy: Fix nit misspelling of SDSTLSCertificateFile const name (projectcontour#3076) internal/envoy: Add xDS v3 bootstrap config file (projectcontour#3068) cmd/contour: Remove xds-server-version config parameter (projectcontour#3078) internal/envoy: Refactor the regex file into the v2 package (projectcontour#3081) site: Remove extra references to xds-server-version (projectcontour#3084) internal/contour: Update help message for envoy cert flags (projectcontour#3083) site: Add bootstrap command docs (projectcontour#3069) site: Add guide on upgrading from xDS v2-->v3 (projectcontour#3085) _integration: Nit: Update comment on how images are loaded into Kind cluster for intergration testing. (projectcontour#3089) hack: Update Kubernetes dependencies (projectcontour#3090) .github: Update how deps are added to path in PR workflow (projectcontour#3091) internal: Remove max_program_size from regex (projectcontour#3093) site: Add upgrade guide for v1.10.0 (projectcontour#3107) site: Fixup some nits with working on the xds migration guide (projectcontour#3106) tong101 (1): Remove Tim and add Tong on Contour website (projectcontour#3067)
Tag v1.9.0 release. Aritz Berasarte (2): internal: add HTTProxy CORS support (projectcontour#2890) docs: add CORS policy related documentation (projectcontour#2958) Benoit Gagnon (1): cmd/shutdownmanager: /shutdown handler fixes (projectcontour#2899) James Peach (17): internal: rebuild endpoints based on the DAG services (projectcontour#2805) internal/k8s: adopt the RESTMapper interface (projectcontour#2831) internal/dag: fix adding a ServiceCluster entry (projectcontour#2870) internal/dag: move validation struct lookups (projectcontour#2869) internal: make ServiceCluster weights consistent (projectcontour#2871) internal/k8s: add ExtensionService to Kind helpers (projectcontour#2877) cmd/contour: add a Kubernetes debug logging flag (projectcontour#2838) Update linter configuration. (projectcontour#2895) internal/dag: add support for ExternalService clusters (projectcontour#2876) testsuite: upgrade integration-tester (projectcontour#2902) internal: add HTTPProxy authorization support (projectcontour#2886) internal/k8s: fix a spelling error testsuite: update SNI test resource checks (projectcontour#2948) testsuite: add a basic external auth test (projectcontour#2955) docs: add an external auth guide (projectcontour#2970) build: update golangci-lint to v1.31.0. (projectcontour#2973) internal: update ExtensionService status conditions (projectcontour#2975) Matt Moore (2): internal: switch from cmp.Equal to equality.Semantic.DeepEqual (projectcontour#2853) Replace uncached Get to fix knative-extensions/net-contour#226 (projectcontour#2864) Nick Young (9): Prepare documentation site for v1.8.0 release. Update upgrade guide for 1.8 release (projectcontour#2843) Edit quickstart redirect for Contour 1.8 internal/k8s: Change StatusUpdaterHandler channel to buffered (projectcontour#2866) Prepare documentation site for v1.8.1 release. docs: Add Contour deprecation policy (projectcontour#2912) Make status test readable (projectcontour#2940) internal: Add code for DAG status to emit Conditions (projectcontour#2931) Add code for DAG status to emit Conditions (projectcontour#2962) Shailesh (1): cmd/contour: Replace check() by kingpin.Fatalf() in cli.go (projectcontour#2824) Shailesh Suryawanshi (1): cmd/contour: Replace check function by log.Fatal() (projectcontour#2827) Steve Kriss (15): internal/dag: remove unused code (projectcontour#2846) site: fix link in Gatekeeper guide (projectcontour#2858) internal/dag: extract DAG processors from the main builder (projectcontour#2847) internal/dag: make HTTPProxy with no routes/includes/tcpproxy invalid (projectcontour#2862) internal/dag: move logger from builder to processors (projectcontour#2892) build: upgrade to go 1.15.2 (projectcontour#2906) examples/contour: change certgen job to use main image tag (projectcontour#2909) internal/dag: have processors operate directly on DAG (projectcontour#2900) internal/timeout: return parse errors instead of defaulting to infinity (projectcontour#2905) apis: add kubebuilder regex validation for timeout strings (projectcontour#2913) examples: generate v1 CustomResourceDefinitions (projectcontour#2916) site/docs: add Envoy debug logging section to troubleshooting (projectcontour#2935) cmd/contour: log warning about deprecation of TLS 1.1 (projectcontour#2952) examples: update Envoy to v1.15.1 (projectcontour#2961) internal/contour: don't trigger DAG rebuild on ManagedFields change (projectcontour#2987) Steve Sloka (21): cmd/contour: add xds-server-type arg to config file (projectcontour#2840) internal: Wire up new snapshots to DAG rebuilds (projectcontour#2850) makefile: Update checkall task to vendor go modules before running (projectcontour#2882) internal/contour: Create new snapshot when dag is rebuilt (projectcontour#2884) internal/dag: Update how headers are processed for special 'Host' header (projectcontour#2898) site: update metrics page with link to envoy docs (projectcontour#2914) makefile: Enable creating ExtensionService CRD yaml (projectcontour#2915) config file: Move xds-server-type into a ServerConfig struct (projectcontour#2919) deps: update go-control-plane to v0.9.6 (projectcontour#2927) internal: Refactor Envoy into v2 package (projectcontour#2921) internal/envoy: Set the dns lookup family on externalName type clusters (projectcontour#2894) deps: Upgrade client-go to v1.18.9 (projectcontour#2937) internal/contour: Refactor v2 contour files into v2 package (projectcontour#2928) contributing: Update the contributing doc for import aliases (projectcontour#2942) Creates a new internal/xdscache package and move some files from internal/contour package into. (projectcontour#2949) site/_data: Add Hacktoberfest label (projectcontour#2953) site: Documentation for v1.8.2 release. (projectcontour#2960) Renames all the import aliases to make them consistent across the project. (projectcontour#2950) internal/k8s: Ignore LastTransitionTime for HTTPProxy objects status equal check (projectcontour#2986) site: Release 1.9 site (projectcontour#3000) Update Contour Docker image to v1.9.0. Tero Saarni (3): design: backend TLS with client certificate (projectcontour#2848) cmd/contour: force TLS 1.2 for the Contour xDS session (projectcontour#2947) internal: implement client authentication for backend TLS (projectcontour#2910) Zian Ke (2): site: Fix typo in configuration reference (projectcontour#2849) site: Add clickable anchor links to the website (projectcontour#2852) tong101 (1): docs/tls: Add a note for SNI name matching (projectcontour#2842)
Release v1.8.2 onto branch release-1.8 (projectcontour#2959) * 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>
Tag v1.8.1 release. Matt Moore (1): Replace uncached Get to fix knative-extensions/net-contour#226 (projectcontour#2864) (projectcontour#2865) Nick Young (2): internal/k8s: Change StatusUpdaterHandler channel to buffered (projectcontour#2866) (projectcontour#2867) Update Contour Docker image to v1.8.1.
Tag v1.8.0 release. Aritz Berasarte (1): design: add CORS support (projectcontour#1012) Christian Köberl (1): site: remove duplicate "spec:" in letsencrypt-prod (projectcontour#2790) Fahri YARDIMCI (1): internal/k8s: Add versionOf function (projectcontour#2808) James Peach (21): hack: upgrade integration-tester (projectcontour#2754) testsuite: fix httproxies count (projectcontour#2762) internal/contour: simplify the endpoints translator (projectcontour#2745) internal/workgroup: add cancellation support (projectcontour#2763) internal/envoy: check misdirected requests case insensitively (projectcontour#2764) testsuite: add a fallback certificate test (projectcontour#2755) internal/contour: decouple the xDS cache handlers (projectcontour#2753) internal: test reliability improvements (projectcontour#2780) internal/dag: stop embedding ServicePort in dag.Service (projectcontour#2785) internal: encapsulate the Contour xDS server (projectcontour#2781) internal/featuretests: apply resource handler interfaces (projectcontour#2794) internal/featuretests: add v1.Service fixture support (projectcontour#2795) cmd/contour: forcibly terminate the xDS server on shutdown (projectcontour#2797) internal: remove copies of testLogger (projectcontour#2801) testsuite: improve detection of fallback-certificate configuration (projectcontour#2799) site: add `area/operational` label (projectcontour#2812) cmd/contour: add a logger to the Builder (projectcontour#2822) testsuite: switch merge-slash test away from httpbin (projectcontour#2825) internal/featuretests: remove check helper (projectcontour#2823) internal: improve Ingress class matching log messages (projectcontour#2837) examples/gatekeeper: fix yamllint warnings Lauro Venancio (2): cmd/contour: put the shutdown args in the sub-command they are used (projectcontour#2817) cmd/contour: add drain-delay arg to the envoy shutdown command (projectcontour#2820) Nick Young (8): internal/e2e: Move e2e tests into featuretests. (projectcontour#2783) internal/assert: Better protobuf diffs by aliasing testify/assert (projectcontour#2787) Rename master to main (projectcontour#2798) internal/dag: Update DAG tests to use assert.EqualProto (projectcontour#2803) testing: Migrate as many tests as possible to internal/assert (projectcontour#2815) testing: Migrate more things to testify (projectcontour#2826) Add deprecation warning log for contour.heptio.com annotations (projectcontour#2830) Update Contour Docker image to v1.8.0. Rajat Goyal (1): docs: guides/cert-manager (projectcontour#2804) Steve Kriss (7): update netlify redirect for v1.7.0 (projectcontour#2760) README: update build badge for GitHub Actions (projectcontour#2759) update release instructions with missing steps (projectcontour#2761) internal/dag: improve status errors for invalid TLS (projectcontour#2766) site: fix typo (projectcontour#2784) CI: run site proof as its own job only if site/ has changed (projectcontour#2829) add Gatekeeper guide and example configs (projectcontour#2814) Steve Sloka (5): internal/e2e: Move cluster tests to featuretests package (projectcontour#2770) internal/e2e: Move endpoint tests to featuretests package (projectcontour#2771) internal/e2e: Move listener tests to featuretests package (projectcontour#2774) internal/dag: Refactor some logic from builder into KubernetesCache (projectcontour#2802) Moves some common components from the builder into the KubernetesCache (projectcontour#2806) Tero Saarni (1): internal/dag: upstream server cert validation for HTTP/2 (projectcontour#2832) dependabot[bot] (1): build(deps): bump kramdown from 2.1.0 to 2.3.0 in /site (projectcontour#2779) tim gretler (1): cmd/contour: parse configuration YAML strictly (projectcontour#2765) tong101 (1): site: fix a nlb doc typo (projectcontour#2839)
Tag v1.7.0 release. Alexander Brand (1): docs: include mention that TLS cert delegation works for both HTTPProxy and Ingress (projectcontour#2707) Gorka Lerchundi Osa (1): tcpproxy: revert 'services' to be optional again (projectcontour#2684) James Peach (19): cmd/contour: generate Contour RBAC policy (projectcontour#2634) site: add `area/tls` label (projectcontour#2636) examples/contour: upgrade Envoy to v1.14.3 (projectcontour#2648) Prepare documentation site for v1.6.1 release. docs: add Contour 1.6.1 upgrade (projectcontour#2650) docs: remove stray API documentation tag (projectcontour#2660) docs: regenerate API reference examples/contour: upgrade to Envoy v1.15.0 (projectcontour#2682) apis/projectcontour: rename the HTTPProxy Status type (projectcontour#2689) internal: adopt types.NamespacedName (projectcontour#2699) design: add initial external authorization proposal (projectcontour#2643) internal/contour: generate an Envoy secret for the fallback certificate (projectcontour#2723) apis/projectcontour: add ExtensionService API (projectcontour#2719) internal/dag: cache ExtensionService resources (projectcontour#2724) internal/envoy: hard code Linux system call constants (projectcontour#2735) internal/contour: ensure the http.Router filter is present (projectcontour#2734) internal/envoy: use a consistent SNI server name for H2 (projectcontour#2727) site: remove zero-width space internal/envoy: add common API for ClusterLoadAssignment names (projectcontour#2746) Jonas Rosland (3): Add CNCF information to the landing page (projectcontour#2658) Add Contour Office Hours to the site (projectcontour#2685) Add CII Badge (projectcontour#2694) Joseph Glanville (1): examples: small fix to inclusion example (projectcontour#2666) Keith Burdis (1): internal/envoy: configure Contour to enable TCP keepalive on Envoy listener sockets (projectcontour#2638) KevinSnyderCodes (2): Design Proposal: Control the conditions of a `RetryPolicy` (projectcontour#2626) apis/contour: add support for retry on, retriable status codes (projectcontour#2646) Michael Michael (4): Update SECURITY.md (projectcontour#2700) removing David from the website (projectcontour#2718) Update SECURITY.md (projectcontour#2722) Update community.md (projectcontour#2740) Nick Young (6): Add final updates for 1.6.0 release (projectcontour#2630) Update release process doc (projectcontour#2631) Contours landscape July 2020 (projectcontour#2663) Add design for HTTPProxy conditions (projectcontour#2642) Rename HTTPProxy match Conditions to MatchConditions for disambiguation. (projectcontour#2695) Add conditions to HTTPProxy and TLSCertificateDelegation (projectcontour#2706) Steve Kriss (16): add configurable idle timeout (projectcontour#2632) cmd/contour: add config file option to set stream idle timeout (projectcontour#2661) cmd/contour: add config file option to set max connection duration (projectcontour#2670) cmd/contour: add config file option to set drain timeout (projectcontour#2675) internal/dag: return precise error for failed service lookup (projectcontour#2677) remove references to IngressRoute (projectcontour#2687) internal/featuretests: add tests for timeouts (projectcontour#2686) cmd/contour: improve docs for timeout settings (projectcontour#2676) site: clarify cert-manager guide (projectcontour#2708) internal/timeout: extract package for handling timeouts (projectcontour#2698) use internal/timeout for config file timeouts (projectcontour#2721) rename DrainTimeout to ConnectionShutdownGracePeriod (projectcontour#2725) cmd/contour: add TimeoutConfig.RequestTimeout (projectcontour#2726) Prepare documentation site for v1.7.0 release. (projectcontour#2756) v1.7.0 final updates (projectcontour#2757) Update Contour Docker image to v1.7.0. Steve Sloka (17): examples: Removes unneeded rbac role binding (projectcontour#2640) hack: remove unused boilerplate copyright file (projectcontour#2654) hack: remove unneeded comment from `yamllint` script (projectcontour#2656) update all copyright information to `Project Contour Authors` (projectcontour#2657) site/resources: add missing Contour releases (projectcontour#2672) .github/workflows: add code scanning GH action (projectcontour#2669) site/docs: remove badges from README.md (projectcontour#2671) apis/contour: remove contour v1beta1 api (projectcontour#2655) internal/k8s: add check to verify resources exist in cluster (projectcontour#2668) hack: Update kind & kubectl versions for TravisCI builds (projectcontour#2731) makefile: Update Contour version for `local` task. (projectcontour#2736) hack: Update make-release-tag script to update certgen-job (projectcontour#2701) travis: Run integration tests for each build (projectcontour#2732) ci: add github actions workflow to replace Travis (projectcontour#2747) makefile: Fix broken reference to script in check-generate (projectcontour#2750) cmd/contour: refactor shutdown-manager to initiate shutdown using an Exec command (projectcontour#2751) site: shutdown manager docs update (projectcontour#2758) Y.Horie (1): ci: Add macOS build and check (projectcontour#2653) gaurav (1): TestServeContextCertificateHandling: fix data race on err variable (projectcontour#2748)
Tag v1.6.1 release. James Peach (2): examples/contour: upgrade Envoy to v1.14.3 (projectcontour#2649) Update Contour Docker image to v1.6.1. Nick Young (2): Update certgen Job for v1.6.0 Update generated docs as well, oops
Tag v1.6.0 release. James Peach (12): hack/release: fix minor bugs in the tag script build: improve quoting for the containers target site: redirect default quickstart YAML to 1.5 testsuite: add a test for include prefix conditions (projectcontour#2565) Update and simplify the DeepCopy generator script. (projectcontour#2571) internal/envoy: ignore ports for misdirected requests (projectcontour#2576) cmd/contour: exclusively use dynamic Informers (projectcontour#2583) internal/dag: simplify the cache initialization (projectcontour#2588) apis/projectcontour: add Service port range validation (projectcontour#2591) docs: note IngressRoute removal on the upgrade documentation (projectcontour#2603) hack/release: fix make-release-tag.sh script (projectcontour#2606) cmd/contour: support defaulting HTTP protocol versions (projectcontour#2622) Nick Young (10): Remove informers from contour serve. (projectcontour#2573) Update docs for IngressRoute deprecation. (projectcontour#2574) internal/contour: remove IngressRoute code (projectcontour#2587) internal/dag: Remove IngressRoute Code (projectcontour#2590) Remove remaining IngressRoute code (projectcontour#2593) Fix Envoy service status watching (projectcontour#2605) Send DAG status updates via StatusUpdateHandler (projectcontour#2613) Prepare documentation site for v1.6.0 release. Update supported versions for v1.6.0 release (projectcontour#2629) Update Contour Docker image to v1.6.0. Niels Stevens (1): docs: fix typo in redeploy-envoy.md (projectcontour#2562) Shyaam Nagarajan (3): test suite: create echo http proxy after creating its dependencies echo-app and echo-admin (projectcontour#2575) internal/envoy: Check for empty envoy TLS cert file during bootstrap (projectcontour#2607) test: Add commonName to client certificates (projectcontour#2614) Steve Kriss (10): internal/k8s: remove redundant coordination client (projectcontour#2594) website: add skriss as maintainer (projectcontour#2609) cmd/contour: add -h as a short flag for --help (projectcontour#2610) docs: describe CONTOUR_NAMESPACE env var usage (projectcontour#2611) docs: fix inclusion example (projectcontour#2612) internal/dag: allow routes with overlapping header conditions (projectcontour#2600) internal/dag: add more header condition validations (projectcontour#2617) docs: correct errors in timeout policy section (projectcontour#2620) docs: update Kubernetes links in master docs to 1.18 (projectcontour#2625) website: fix site proofing on master builds (projectcontour#2627) Steve Sloka (2): interal/dag: allow mirror clusters to be added to CDS (projectcontour#2596) makefile: allow lint-yamllint to be run from binary and not require docker (projectcontour#2628) Suraj Deshmukh (1): envoy config: Don't mount service account token (projectcontour#2567) Tim Bart (4): Update Envoy to 1.14.2 (projectcontour#2584) hack/release: update prepare-release to accept old version as doc source (projectcontour#2585) Prepare documentation site for v1.5.1 release. (projectcontour#2598) docs: update envoy and contour references to latest (projectcontour#2601)
PreviousNext