hack/release/release-notes-template.md
We are delighted to present version {{ .Version }} of Contour, our layer 7 HTTP reverse proxy for Kubernetes clusters.
A big thank you to everyone who contributed to the release. {{ if .Prerelease }} Please note that this is pre-release software, and as such we do not recommend installing it in production environments. Feedback and bug reports are welcome! {{ end }}
{{ range .Major }} {{ .Content }}
(#{{ .PRNumber }}, {{ .Author }}) {{ end }}
{{ range .Minor }} {{ .Content }}
(#{{ .PRNumber }}, {{ .Author }}) {{ end }}
{{ range .Small }}- {{ .Content }} (#{{ .PRNumber }}, {{ .Author }}) {{ end }}
{{ range .Docs }}- {{ .Content }} (#{{ .PRNumber }}, {{ .Author }}) {{ end }}
{{ range .Deprecation }} {{ .Content }}
(#{{ .PRNumber }}, {{ .Author }}) {{ end }}
{{ if .Prerelease}} The simplest way to install {{ .Version }} is to apply one of the example configurations:
Standalone Contour:
kubectl apply -f https://raw.githubusercontent.com/projectcontour/contour/{{ .Version }}/examples/render/contour.yaml
Contour Gateway Provisioner:
kubectl apply -f https://raw.githubusercontent.com/projectcontour/contour/{{ .Version }}/examples/render/contour-gateway-provisioner.yaml
Statically provisioned Contour with Gateway API:
kubectl apply -f https://raw.githubusercontent.com/projectcontour/contour/{{ .Version }}/examples/render/contour-gateway.yaml
{{ else }} For a fresh install of Contour, consult the getting started documentation.
To upgrade an existing Contour installation, please consult the upgrade documentation. {{ end }}
Contour {{ .Version }} is tested against Kubernetes {{ .KubernetesMinVersion }} through {{ .KubernetesMaxVersion }}.
We’re immensely grateful for all the community contributions that help make Contour even better! For this release, special thanks go out to the following contributors:
{{ range .Contributors }}- {{ . }} {{ end}}
If you're using Contour and want to add your organization to our adopters list, please visit this page. If you prefer to keep your organization name anonymous but still give us feedback into your usage and scenarios for Contour, please post on this GitHub thread.