Skip to content

Commit

Permalink
Merge pull request #2701 from xmudrii/update-dep-golang
Browse files Browse the repository at this point in the history
Update Golang dependency update issue template
  • Loading branch information
k8s-ci-robot committed Oct 8, 2022
2 parents 1c9a6cf + fccf442 commit dbc13bd
Showing 1 changed file with 17 additions and 13 deletions.
30 changes: 17 additions & 13 deletions .github/ISSUE_TEMPLATE/dep-golang.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
name: Dependency update - Golang
about: Create a tracking issue for updating Golang dependencies
title: Dependency update - Golang 1.xy.z/1.xy.z
labels: kind/feature, sig/release, area/release-eng, area/dependency

---
Expand All @@ -11,35 +12,38 @@ Golang dependencies.

### Tracking info

<!-- Search query: https://github.com/kubernetes/release/issues?q=is%3Aissue+Dependency+update+-+Golang -->
<!-- Example: https://github.com/kubernetes/release/issues/2694 -->
Link to any previous tracking issue:

<!-- golang-announce mailing list: https://groups.google.com/g/golang-announce -->
Golang mailing list announcement:

SIG Release Slack thread:

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

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

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

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

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

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

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

#### After kube-cross image promotion

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

Ensure the following have been updated within the PR:
Expand All @@ -51,10 +55,10 @@ SIG Release Slack thread:

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

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

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

### Cherry picks
Expand Down Expand Up @@ -106,13 +110,13 @@ happened for the 1.20 and 1.19 Kubernetes release branches.

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

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

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

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

### Follow-up items
Expand Down

0 comments on commit dbc13bd

Please sign in to comment.