Skip to content

Commit

Permalink
hack/release: update release notes template (#6400)
Browse files Browse the repository at this point in the history
Update installing/upgrading section to include
Gateway provisioner option.

Signed-off-by: Steve Kriss <stephen.kriss@gmail.com>
  • Loading branch information
skriss committed May 2, 2024
1 parent 128fa79 commit d0f50df
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions hack/release/release-notes-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,19 @@ Feedback and bug reports are welcome!
{{ if .Prerelease}}
The simplest way to install {{ .Version }} is to apply one of the example configurations:

With Gateway API:
Standalone Contour:
```bash
kubectl apply -f https://raw.githubusercontent.com/projectcontour/contour/{{ .Version }}/examples/render/contour-gateway.yaml
kubectl apply -f https://raw.githubusercontent.com/projectcontour/contour/{{ .Version }}/examples/render/contour.yaml
```

Without Gateway API:
Contour Gateway Provisioner:
```bash
kubectl apply -f https://raw.githubusercontent.com/projectcontour/contour/{{ .Version }}/examples/render/contour.yaml
kubectl apply -f https://raw.githubusercontent.com/projectcontour/contour/{{ .Version }}/examples/render/contour-gateway-provisioner.yaml
```

Statically provisioned Contour with Gateway API:
```bash
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](https://projectcontour.io/getting-started/).
Expand Down

0 comments on commit d0f50df

Please sign in to comment.