1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2024-12-14 11:57:51 +00:00

Merge pull request #55 from kubernetes-incubator/update-release-instrs

Automatic merge from submit-queue

Added item to update :latest tag in quay.io
This commit is contained in:
nfd-merge-bot 2016-12-07 15:36:25 -08:00 committed by GitHub
commit ffb8a4274f

View file

@ -10,6 +10,7 @@ is as follows:
- [ ] Update the [job template](node-feature-discovery-job.json.template) to use the new tagged container image
- [ ] An OWNER runs `git tag -s $VERSION` and insert the changelog into the tag description.
- [ ] [Build and push](https://github.com/kubernetes-incubator/node-feature-discovery#building-from-source) a container image with the same tag to [quay.io](https://quay.io/kubernetes_incubator).
- [ ] Update the `:latest` virtual tag in quay.io to track the last stable (this) release.
- [ ] An OWNER pushes the tag with `git push $VERSION`.
- [ ] Write the change log into the [Github release info](https://github.com/kubernetes-incubator/node-feature-discovery/releases).
- [ ] Add a link to the tagged release in this issue.