+
Skip to content

Tags: lukehuang/contour

Tags

v1.13.1

Toggle v1.13.1's commit message
Tag v1.13.1 release.

Steve Kriss (2):
      v1.13.1 cherrypicks (projectcontour#3423)
      Update Contour Docker image to v1.13.1.

v1.13.0

Toggle v1.13.0's commit message
Tag v1.13.0 release.

Daneyon Hansen (1):
      Update Contour Docker image to v1.13.0.

v1.12.0

Toggle v1.12.0's commit message
Tag v1.12.0 release.

Steve Kriss (1):
      Update Contour Docker image to v1.12.0.

v1.11.0

Toggle v1.11.0's commit message
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)

v1.10.1

Toggle v1.10.1's commit message
contour 1.10.1

v1.10.0

Toggle v1.10.0's commit message
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)

v1.9.0

Toggle v1.9.0's commit message
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)

v1.8.2

Toggle v1.8.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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>

v1.8.1

Toggle v1.8.1's commit message
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.

v1.8.0

Toggle v1.8.0's commit message
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)
点击 这是indexloc提供的php浏览器服务,不要输入任何密码和下载