You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/new-release.md
+4-3
Original file line number
Diff line number
Diff line change
@@ -34,10 +34,10 @@ This document defines the process for releasing Gateway API Inference Extension.
34
34
export RC=1
35
35
```
36
36
37
-
4. The vLLM image tag defaults to `v0.7.1` for a release. Optionally, change the vLLM image tag. For example:
37
+
4. The vLLM image tag defaults to `0.7.2` for a release. Optionally, change the vLLM image tag. For example:
38
38
39
39
```shell
40
-
export VLLM=0.7.2
40
+
export VLLM=0.7.3
41
41
```
42
42
43
43
## Release Process
@@ -114,7 +114,8 @@ This document defines the process for releasing Gateway API Inference Extension.
114
114
115
115
9. Pushing the tag triggers Prow to build and publish the container image to the [staging registry][].
116
116
10. Submit a PR against [k8s.io][] to add the staging image tag and SHA to [`k8s-staging-gateway-api-inference-extension/images.yaml`][yaml]. This will
117
-
promote the image to the production registry. **Note:** Add a link to this issue when the PR is merged.
117
+
promote the image to the production registry, e.g. `registry.k8s.io/gateway-api-inference-extension/epp:v${MAJOR}.${MINOR}.0`.
118
+
**Note:** Add a link to this issue when the PR is merged.
118
119
11. Test the steps in the tagged quickstart guide after the PR merges, for example: `https://github.com/kubernetes-sigs/gateway-api-inference-extension/blob/v0.1.0-rc.1/pkg/README.md`.
119
120
12. Create a [new release][]:
120
121
1. Choose the tag that you created for the release.
0 commit comments