+
Skip to content

Tags: xbrett/contour

Tags

v1.17.0

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

v1.16.0

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

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

v1.15.1

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

Steve Kriss (2):
      update Envoy to v1.18.3 (projectcontour#3671) (projectcontour#3672)
      Update Contour Docker image to v1.15.1.

v1.15.0

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

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

v1.14.1

Toggle v1.14.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update Contour image to v1.14.1 & Envoy to v1.17.2 (projectcontour#3586)

Signed-off-by: Steve Sloka <slokas@vmware.com>

v1.14.0

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

Sunjay Bhatia (1):
      Update Contour Docker image to v1.14.0.

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