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
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,16 +26,21 @@ future releases.
26
26
-[ ] Push the tag with `git push $VERSION`.
27
27
-[ ] Check that new container images are published for the tag.
28
28
-```
29
-
for i in nri-resource-policy-topology-aware nri-resource-policy-balloons nri-resource-policy-template nri-config-manager nri-memory-qos nri-memtierd; do \
# Or to do a final verification of both images and charts:
42
+
./scripts/release/check-artifacts.sh $VERSION
43
+
```
39
44
- [ ] Add a link to the tagged release in this issue.
40
45
- [ ] Generate the operator bundle by running make bundle within `deployment/operator` directory and submit the generated content to the [community-operators](https://github.com/k8s-operatorhub/community-operators).
41
46
- [ ] Create and push unannotated development tag `X.Y.0-devel` for next release cycle.
0 commit comments