Skip to content

Contour v0.3.1

Compare
Choose a tag to compare
@davecheney davecheney released this 29 Jan 00:23
· 4687 commits to main since this release
33fd411

Contour 0.3.1 is a bug fix release for Contour 0.3.

This release contains a small number of bug fixes. All Contour 0.3.0 users should upgrade to 0.3.1.

Bug fixes and improvements (compared to Contour 0.3.0)

  • oidc and gcp auth plugins are no longer built into the gcr.io/heptio/contour docker image. This makes the image slightly smaller.
  • Contour now negotiates HTTP/2 over HTTPS connections. Thanks @cmaloney. Fixes #168
  • Several fixes to the deployment/ manifests make them compatible with Kubernetes 1.8 and improve the debugging experience. Thanks @cmaloney. Fixes #138
  • Services with long names or namespaces (combined exceed 60 characters) are now correctly handled. Thanks @alexbrand. Fixes #186