1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-13 20:30:03 +00:00

Added item to update :latest tag in quay.io

This commit is contained in:
Connor Doyle 2016-12-07 14:30:22 -08:00 committed by GitHub
parent e98eb99ad3
commit 201422953f

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.