2020-10-09 11:42:06 +03:00
---
name: New Release
about: Propose a new release
title: Release v0.x.0
2021-03-17 14:40:09 +02:00
assignees: adrianchiris, ArangoGutierrez, Ethyling, kad, marquiz, zvonkok
2020-10-09 11:42:06 +03:00
---
## Release Checklist
<!--
Please do not remove items from the checklist
-->
- [ ] All [OWNERS ](https://github.com/kubernetes-sigs/node-feature-discovery/blob/master/OWNERS ) must LGTM the release proposal
- [ ] Verify that the changelog in this issue is up-to-date
- [ ] For major releases (v0.$MAJ.0), an OWNER creates a release branch with
`git branch release-0.$MAJ master`
- [ ] Prepare `release-0.$MAJ` release branch
2020-12-04 19:48:58 +02:00
- [ ] An OWNER creates a vanilla release branch from master and pushes it with
`git push release-0.$MAJ`
2020-11-20 14:05:46 +02:00
- [ ] Run `scripts/prepare-release.sh $VERSION` to turn references to point to the upcoming release
2020-12-04 19:48:58 +02:00
(README, deployment templates, docs configuration, test/e2e flags), submit a PR agains the release branch
2021-02-26 16:08:19 +02:00
- An OWNER prepares a draft release
- [ ] Create a draft release at [Github releases page ](https://github.com/kubernetes-sigs/node-feature-discovery/releases )
- [ ] Write the change log into the draft release
- [ ] Upload release artefacts generated by `prepare-release.sh` script above to the draft release
2020-10-09 11:42:06 +03:00
- [ ] An OWNER runs
`git tag -s $VERSION`
and inserts the changelog into the tag description.
- [ ] An OWNER pushes the tag with
`git push $VERSION`
2020-12-04 19:48:58 +02:00
- Triggers prow to build and publish a staging container image
2020-10-09 11:42:06 +03:00
`gcr.io/k8s-staging-nfd/node-feature-discovery:$VERSION`
2020-12-04 19:48:58 +02:00
- Triggers build of the documentation and publish it at
https://kubernetes-sigs.github.io/node-feature
2020-10-09 11:42:06 +03:00
- [ ] Submit a PR against [k8s.io ](https://github.com/kubernetes/k8s.io ), updating `k8s.gcr.io/images/k8s-staging-nfd/images.yaml` to promote the container image to production
- [ ] Wait for the PR to be merged and verify that the image (`k8s.gcr.io/nfd/node-feature-discovery:$VERSION` ) is available.
2021-02-26 16:08:19 +02:00
- [ ] Publish the draft release prepared at the [Github releases page ](https://github.com/kubernetes-sigs/node-feature-discovery/releases )
2021-03-18 15:32:15 +02:00
which will also trigger a Helm repo index update to add the latest release
2020-10-09 11:42:06 +03:00
- [ ] Add a link to the tagged release in this issue.
- [ ] Send an announcement email to `kubernetes-dev@googlegroups.com` with the subject `[ANNOUNCE] node-feature-discovery $VERSION is released`
- [ ] Add a link to the release announcement in this issue
2021-03-18 13:02:13 +02:00
- [ ] For a major release, update README in master branch
2021-03-18 15:32:15 +02:00
- [ ] Update references e.g. by running `scripts/prepare-release.sh $VERSION` but **only** committing README.md, and,
submit a PR
- [ ] Wait for the PR to be merged
2020-10-09 11:42:06 +03:00
- [ ] Close this issue
## Changelog
<!--
Describe changes since the last release here.
-->