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
+18-8
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ 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 `v0.7.1` for a release. Set the `VLLM` environment variable if a newer [tag][vllm-tag] has been published. For example:
38
38
39
39
```shell
40
40
export VLLM=0.7.2
@@ -45,16 +45,25 @@ This document defines the process for releasing Gateway API Inference Extension.
45
45
1. If needed, clone the Gateway API Inference Extension [repo][repo].
46
46
47
47
```shell
48
-
git clone https://github.com/kubernetes-sigs/gateway-api-inference-extension.git -b main
4. Update release-specific content, generate release artifacts, and stage the changes.
60
69
@@ -79,7 +88,7 @@ This document defines the process for releasing Gateway API Inference Extension.
79
88
6. Push your release branch to the Gateway API Inference Extension remote.
80
89
81
90
```shell
82
-
git push ${REMOTE} release-v${MAJOR}.${MINOR}
91
+
git push ${REMOTE} release-${MAJOR}.${MINOR}
83
92
```
84
93
85
94
7. Tag the head of your release branch with the number.
@@ -112,7 +121,7 @@ This document defines the process for releasing Gateway API Inference Extension.
112
121
git push ${REMOTE} v${MAJOR}.${MINOR}.0
113
122
```
114
123
115
-
9. Pushing the tag triggers Prow to build and publish the container image to the [staging registry][].
124
+
9. Pushing the tag triggers Prow to build and publish the container image to the [staging registry][].
116
125
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
126
promote the image to the production registry. **Note:** Add a link to this issue when the PR is merged.
118
127
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`.
@@ -148,3 +157,4 @@ Use the following steps to announce the release.
0 commit comments