Tags: apengn/contour
Tags
Tag v1.4.0 release.
Dave Cheney (1):
cmd/contour: add service status informer (projectcontour#2386)
James Peach (21):
site: remove extraneous backquote
site: update support docs for the 1.3.0 release
Improve code comment grammar.
internal/contour: inprove routeVisitor readability (projectcontour#2370)
site: remove misleading comment in example deployment (projectcontour#2377)
internal: extract Envoy sort polices (projectcontour#2379)
build: omit the DWARF symbol table (projectcontour#2398)
internal/contour: enforce SNI name bindings (projectcontour#2381)
site: update contributing guidelines (projectcontour#2408)
build: apply standard Docker image labels (projectcontour#2400)
hack: improve git tag pushing (projectcontour#2393)
build: support older git versions to detect current branch (projectcontour#2415)
internal/dag: improve diagnostics for Secrets errors (projectcontour#2422)
docs: update DCO guidelines in CONTRIBUTING (projectcontour#2425)
build: run misspell across the whole repository (projectcontour#2439)
site: update slack links (projectcontour#2444)
site: add code highlighting (projectcontour#2440)
doc: document the Contour configuration file (projectcontour#2445)
cmd/contour: remove hard-coded default log fields (projectcontour#2446)
Add github label automation. (projectcontour#2436)
Fix a spelling error.
Jason Morgan (1):
Changed targetPort for httpbin pods (projectcontour#2384)
Jonas Rosland (4):
Add the demos and deep dives YouTube link to resources (projectcontour#2375)
Fix the PR template with new links and frontmatter (projectcontour#2382)
Add redirect for /docs to latest version (projectcontour#2419)
Add docs search to the site (projectcontour#2458)
Michael Michael (10):
Update architecture.md
Add files via upload
Update architecture.md
Add files via upload
Merge branch 'master' into michmike-patch-22
Merge branch 'master' into michmike-patch-22
Add files via upload
Update architecture.md
Merge pull request projectcontour#2360 from projectcontour/michmike-patch-22
updating the website with Contour maintainers (projectcontour#2404)
Nick Young (13):
Move CRD informer list generation to k8s (projectcontour#2352)
Migrate Service and Ingress to client-go dynamic client (projectcontour#2373)
Update status updater name to IngressStatusUpdater, fix RBAC (projectcontour#2386)
internal/annotation: Refactor annotations code from internal/dag (projectcontour#2412)
Add ingress class filtering to ingress status updating (projectcontour#2416)
internal/assert: Add docs to assert.Equal (projectcontour#2417)
site: Update annotations doc with better ingress.class information (projectcontour#2420)
Add explanation of certgen Job image tag usage (projectcontour#2424)
cmd/contour: Add flag to specify status.loadbalancer address statically (projectcontour#2421)
Add ServiceAccount for Envoy (projectcontour#2449)
Document and improve UX of ingress status feature. (projectcontour#2454)
Prepare documentation site for v1.4.0 release.
Update Contour Docker image to v1.4.0.
Peter Grant (3):
internal/contour: add contour version to metrics (projectcontour#2383)
internal/build: Add contour version as a CLI option (projectcontour#2399)
internal/health: separate health and metrics services (projectcontour#2407)
Steve Sloka (9):
Fix upgrade guide for v1.3.0
Use the downward api to give the default namespace for configuration variables (projectcontour#2389)
only process ingress objects that match ingress.class when Contour is configured explicitly (projectcontour#2394)
enable merge_slashes on the httpconnection manager for all listeners so that requests with multiple slashes are merged and processed properly (projectcontour#2406)
Update hostNetworking docs in site deploy-options (projectcontour#2405)
Upgrade Envoy go-control-plane and fix related changes to the spec (projectcontour#2432)
upgrade Envoy version to v1.14.1 (projectcontour#2434)
use sni for clusters when requestHeaderPolicy is set (projectcontour#2442)
- rework the Envoy support matrix to show the version supported compared with the version of Contour (projectcontour#2438)
Tero Saarni (3):
internal: Initial support for external client authentication
site: documentation for TLS client authentication (projectcontour#2390)
api: added external client certificate authentication (projectcontour#2410)
Vuk Gojnic (1):
site\_guides\cert-manager.md
Tag v1.3.0 release.
Dave Cheney (22):
api: enforce at least one service entry per route & tcpproxy
golangci.yml: remove exclude for deleted path
internal/contour: remove holdoffmaxdelay forced update
internal/contour: further clean up holdoff timer logic
design: add draft for ingress status loadbalancer support
cmd/contour: remove --use-extensions-v1beta1-ingress
cmd/contour: remove leadership-deposed worker
cmd/contour: update leadership election logger context
examples/contour: update to Envoy 1.13.1
site/resources/envoy: add Contour 1.2.1 and Envoy 1.13.1
site: s/Recommended/Required Envoy
site: correct Tero's GitHub profile link
internal/dag: reject HTTPProxy's that lack at least one service per route
hack: ping golangci-lint version to v1.23.8
cmd/contour: unify client creation
internal/k8s: move clients creations to internal/k8s
internal/k8s: simplify DynamicConverter
cmd/contour: connect all informers to the dynamicHandler
cmd/contour: trap and shutdown on ^C
cmd/contour: simplify leadership election setup
cmd/contour: add IngressStatusWriter
Revert "cmd/contour: add IngressStatusWriter"
James Peach (10):
ci: verify that Contour installs
internal/dag: clean up TLS validation errors
site: fix API docs rendering
site: fix `<br>` tags in deprecation notices
doc: improve HeaderCondition API documentation
docs: document the allowed LoadBalancer strategies
Add release tooling scripts.
Fix the build for units tests.
Prepare documentation site for v1.3.0 release.
Update Contour Docker image to v1.3.0.
Jonas Rosland (2):
Add ADOPTERS.md
Edits from feedback, and CVE addition
Michael Michael (6):
Create RELEASES.md
Create SECURITY.md
Update SECURITY.md
Update RELEASES.md
Add files via upload
Delete architecture_in_k8s.png
Nick Young (8):
Update various site things for 1.2 release
cmd/contour: change registerEventHandler to registerInformer
Add simple debug logging flag
Add support for service-apis types
Update contour ClusterRole to add ServiceAPIs objects
Update Envoy dashboard with extra metrics
Add Contour Philosophy document
Add "mitre" to the skip list for lint-misspell
Steve Sloka (11):
Add docs on how to rotate gRPC certs for communication between Contour<>Envoy
Update HTTPProxy spec to include a singular 'Include' field for TCPProxy spec
Allow support for both plural and singluar 'Include' for HTTPProxy.TCPProxy
makefile: Add a 'make checkall' target
Remove heptio annotations from documentation
Fixes Contour architecture overview docs
Contour Release v1.2.1 docs
Update Kubernetes support matrix
Upgrade guide for Contour v1.2.1
update architecture overview to include a diagram
Update the kubernetes tested version to match the kubernetes matrix
Tero Saarni (1):
internal/dag,envoy: use constant for ca.crt
dependabot[bot] (1):
build(deps): bump nokogiri from 1.10.5 to 1.10.8 in /site
jonasrosland (6):
Add Contour 1.2 blog
Deleting double post, and centering images
Really delete the double post this time
Correct community meeting link
Fix community meeting times
Add generic community information to the README, point to community page
PreviousNext