-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release v0.2.0 #41
Comments
/assign marquiz zvonkok |
image gcr.io/k8s-staging-nfd/node-feature-discovery-operator:release-0.2 is being promoted to v0.2.0 tag |
/close |
@ArangoGutierrez: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
[eduardo]$ skopeo list-tags docker://k8s.gcr.io/nfd/node-feature-discovery-operator
{
"Repository": "k8s.gcr.io/nfd/node-feature-discovery-operator",
"Tags": [
"v0.2.0"
]
}
[eduardo]$ skopeo list-tags docker://gcr.io/k8s-staging-nfd/node-feature-discovery-operator
{
"Repository": "gcr.io/k8s-staging-nfd/node-feature-discovery-operator",
"Tags": [
"02478b2",
"094b23e",
"0a27d66",
"1331311",
"19a7423",
"298629a",
"35ac70f",
"41a3671",
"41ec11e",
"463b58d",
"5290ab1",
"569b90a",
"8ea3ef2",
"9fa67f7",
"a4ff93f",
"b91d80d",
"dbdd2bd",
"dd1d799",
"e371c0b",
"f2a180c",
"master",
"release-0.2",
"v0.2.0",
"v0.2.0-2-g75c4031"
]
} |
/close |
@ArangoGutierrez: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Release Checklist
git branch release-0.$MAJ master
release-0.$MAJ
release branchgit tag -s $VERSION
and inserts the changelog into the tag description.
git push release-0.$MAJ
git push $VERSION
This will trigger prow to build and publish a staging container image
gcr.io/k8s-staging-nfd/node-feature-discovery:$VERSION
k8s.gcr.io/images/k8s-staging-nfd/images.yaml
to promote the container image to productionk8s.gcr.io/nfd/node-feature-discovery:$VERSION
) is available.kubernetes-dev@googlegroups.com
with the subject[ANNOUNCE] node-feature-discovery $VERSION is released
Changelog
The text was updated successfully, but these errors were encountered: