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/3-kubewarden-release.yml
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
name: Kubewarden Release
2
-
title: "Adm Controller <VERSION> release"
2
+
title: "Release Adm Controller <VERSION>"
3
3
description: Issue with all the items needed to release a new version of Kubewarden
4
4
projects: ["kubewarden/6"]
5
5
labels: ["kind/chore"]
@@ -19,16 +19,16 @@ body:
19
19
follow the checklist below to ensure a smooth release process.
20
20
21
21
- [ ] Notify consumers if any.
22
-
- [ ] Check that `:latest` images and `kwctl` builds from [kubewarden/kubewarden-controller](github.com/kubewarden/kubewarden-controller) for `main` are fine.
23
-
- [ ] Trigger an [`open-release-pr`](https://github.com/kubewarden/kubewarden-controller/actions/workflows/open-release-pr.yml)
22
+
- [ ] Check that `:latest` images and `kwctl` builds from [kubewarden/adm-controller](github.com/kubewarden/adm-controller) for `main` are fine.
23
+
- [ ] Trigger an [`open-release-pr`](https://github.com/kubewarden/adm-controller/actions/workflows/open-release-pr.yml)
24
24
job run with the desired Adm Controller stack version.
25
-
This opens an automated release PR in [kubewarden/kubewarden-controller](github.com/kubewarden/kubewarden-controller) repo.
25
+
This opens an automated release PR in [kubewarden/adm-controller](github.com/kubewarden/adm-controller) repo.
26
26
- [ ] Review & merge the automated PR.
27
-
- [ ] Tag desired version in [kubewarden/kubewarden-controller](github.com/kubewarden/kubewarden-controller) repo.
27
+
- [ ] Tag desired version in [kubewarden/adm-controller](github.com/kubewarden/adm-controller) repo.
28
28
- [ ] Wait for images to be built, so e2e tests can work.
29
-
- [ ] Trigger an [update-adm-controller](https://github.com/kubewarden/helm-charts/actions/workflows/update-adm-controller.yaml)
29
+
- A successful GH releae triggers an [update-adm-controller](https://github.com/kubewarden/helm-charts/actions/workflows/update-adm-controller.yaml)
30
30
job run. This opens an automated PR that syncs adm controller charts in [kubewarden/helm-charts](github.com/kubewarden/helm-charts) repo.
31
-
- [ ] Merge automated PR on kubewarden/helm-chart repo.
0 commit comments