Skip to content

Commit

Permalink
Merge pull request #2430 from xmudrii/go-template-update
Browse files Browse the repository at this point in the history
Update the Go update issue template
  • Loading branch information
k8s-ci-robot authored Feb 14, 2022
2 parents 661b6a4 + b66bccc commit 30c6f38
Showing 1 changed file with 22 additions and 13 deletions.
35 changes: 22 additions & 13 deletions .github/ISSUE_TEMPLATE/dep-golang.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,46 +19,44 @@ SIG Release Slack thread:

### Work items for `gox.y.z`

<!-- Example: https://github.com/kubernetes/release/pull/1732 -->
<!-- Example: https://github.com/kubernetes/release/pull/2426 -->
- [ ] `kube-cross` image update:

<!-- Example: https://github.com/kubernetes/k8s.io/pull/1423 -->
<!-- Example: https://github.com/kubernetes/k8s.io/pull/3389 -->
- [ ] image promotion:

<!-- Example: https://github.com/kubernetes/release/pull/1780 -->
<!-- Example: https://github.com/kubernetes/release/pull/2426 -->
- [ ] `go-runner` image update:

<!-- Example: https://github.com/kubernetes/k8s.io/pull/1449 -->
<!-- Example: https://github.com/kubernetes/k8s.io/pull/3389 -->
- [ ] image promotion:

<!-- Example: https://github.com/kubernetes/release/pull/1732 -->
<!-- Example: https://github.com/kubernetes/release/pull/2426 -->
- [ ] `releng-ci` image update:

<!-- Example: https://github.com/kubernetes/k8s.io/pull/1423 -->
<!-- Example: https://github.com/kubernetes/k8s.io/pull/3389 -->
- [ ] image promotion:

#### After kube-cross image promotion

<!-- Example: https://github.com/kubernetes/kubernetes/pull/95776 -->
<!-- Example: https://github.com/kubernetes/kubernetes/pull/108091 -->
- [ ] kubernetes/kubernetes update (`master`):

Ensure the following have been updated within the PR:

- [ ] kube-cross image
- [ ] go-runner image
- [ ] publishing bot rules
- [ ] test image

#### After kubernetes/kubernetes has been updated
#### After kubernetes/kubernetes (master) has been updated

<!-- Example: https://github.com/kubernetes/release/pull/1784 -->
<!-- Example: https://github.com/kubernetes/release/pull/2428 -->
- [ ] `k8s-cloud-builder` image update:

<!-- Example: https://github.com/kubernetes/release/pull/1784 -->
<!-- Example: https://github.com/kubernetes/release/pull/2428 -->
- [ ] `k8s-ci-builder` image variants update:

<!-- Example: https://github.com/kubernetes/test-infra/pull/20038 -->
- [ ] `kubekins`/`krte` image variants update:

### Cherry picks

<!--
Expand Down Expand Up @@ -106,6 +104,17 @@ happened for the 1.20 and 1.19 Kubernetes release branches.
- [ ] publishing bot rule updates for active Golang versions:


#### After kubernetes/kubernetes (release branches) has been updated

<!-- Example: https://github.com/kubernetes/release/pull/2429 -->
- [ ] `k8s-cloud-builder` image update:

<!-- Example: https://github.com/kubernetes/release/pull/2429 -->
- [ ] `k8s-ci-builder` image variants update:

<!-- Example: https://github.com/kubernetes/test-infra/pull/25239 -->
- [ ] `kubekins`/`krte` image variants update:

### Follow-up items

<!--
Expand Down

0 comments on commit 30c6f38

Please sign in to comment.