|
| 1 | +--- |
| 2 | +name: New Patch Release |
| 3 | +about: Cut a new patch release |
| 4 | +title: Release v0.x.y |
| 5 | +assignees: adrianchiris, ArangoGutierrez, fmuyassarov, jjacobelli, kad, marquiz, PiotrProkop, zvonkok |
| 6 | + |
| 7 | +--- |
| 8 | + |
| 9 | +## Release Checklist |
| 10 | +<!-- |
| 11 | +Please do not remove items from the checklist |
| 12 | +--> |
| 13 | +- [ ] Verify that the changelog in this issue is up-to-date |
| 14 | +- [ ] Run `hack/prepare-release.sh $VERSION` to turn references to point to the upcoming release |
| 15 | + (README, deployment templates, docs configuration, test/e2e flags), submit a PR against the release branch |
| 16 | +- An OWNER prepares a draft release |
| 17 | + - [ ] Create a draft release at [Github releases page](https://github.com/kubernetes-sigs/node-feature-discovery/releases) |
| 18 | + - [ ] Write the change log into the draft release |
| 19 | + - [ ] Upload release artefacts generated by `prepare-release.sh` script above to the draft release |
| 20 | +- [ ] An OWNER runs |
| 21 | + `git tag -s $VERSION` |
| 22 | + and inserts the changelog into the tag description. |
| 23 | +- [ ] An OWNER pushes the tag with |
| 24 | + `git push $VERSION` |
| 25 | + - Triggers prow to build and publish a staging container image |
| 26 | + `gcr.io/k8s-staging-nfd/node-feature-discovery:$VERSION` |
| 27 | + - Triggers build of the documentation and publish it at |
| 28 | + https://kubernetes-sigs.github.io/node-feature-discovery/0.$MAJ/ |
| 29 | +- [ ] Submit a PR against [k8s.io](https://github.com/kubernetes/k8s.io), updating `registry.k8s.io/images/k8s-staging-nfd/images.yaml` to promote the container images (both "full" and "minimal" variants) to production |
| 30 | +- [ ] Wait for the PR to be merged and verify that the image (`registry.k8s.io/nfd/node-feature-discovery:$VERSION`) is available. |
| 31 | +- [ ] Publish the draft release prepared at the [Github releases page](https://github.com/kubernetes-sigs/node-feature-discovery/releases) |
| 32 | + which will also trigger a Helm repo index update to add the latest release |
| 33 | +- [ ] Add a link to the tagged release in this issue. |
| 34 | +- [ ] For a point release of the latest newest release branch, update README in master branch |
| 35 | + - [ ] Update references e.g. by running `hack/prepare-release.sh $VERSION` but **only** committing README.md, and, |
| 36 | + submit a PR |
| 37 | + - [ ] Wait for the PR to be merged |
| 38 | +- [ ] Close this issue |
| 39 | + |
| 40 | + |
| 41 | +## Changelog |
| 42 | +<!-- |
| 43 | +Describe changes since the last release here. |
| 44 | +--> |
0 commit comments