Skip to content

Commit abac41c

Browse files
danehansRyanRosario
authored andcommitted
release: include latency images in digest checklist (kubernetes-sigs#2497)
Signed-off-by: Daneyon Hansen <[email protected]>
1 parent 7d2f28b commit abac41c

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/new-release.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@ This document defines the process for releasing Gateway API Inference Extension.
140140
- `charts/standalone`
141141
- `epp`
142142
- `bbr`
143+
- `latency-prediction-server`
144+
- `latency-training-server`
143145
3. If an artifact does not yet have a section in `images.yaml` (for example a newly added chart), add a new section before adding the digest mapping.
144146
**Note:** Add a link to this issue when the PR is merged.
145147
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`.

hack/release-staging-digests.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ images=(
4141
"charts/standalone"
4242
"epp"
4343
"bbr"
44+
"latency-prediction-server"
45+
"latency-training-server"
4446
)
4547

4648
find_digest() {

0 commit comments

Comments
 (0)