generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 32
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.3.0 #85
Labels
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
priority/important-longterm
Important over the long term, but may not be staffed and/or may need multiple releases to complete.
release-note
Denotes a PR that will be considered when it comes time to generate release notes.
sig/release
Categorizes an issue or PR as relevant to SIG Release.
Comments
ChangelogMajor changes:
List of PR's:
Documentation changes
|
[eduardo@fedora k8s.io]$ 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",
"v0.3.0",
"v0.3.0-minimal"
]
} |
/lgtm |
/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. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
priority/important-longterm
Important over the long term, but may not be staffed and/or may need multiple releases to complete.
release-note
Denotes a PR that will be considered when it comes time to generate release notes.
sig/release
Categorizes an issue or PR as relevant to SIG Release.
Release Checklist
git branch release-0.$MAJ master
git push release-0.$MAJ
git tag -a -s $VERSION
and inserts the changelog into the tag description.
git push $VERSION
This will trigger prow to build and publish a staging container image
gcr.io/k8s-staging-nfd/node-feature-discovery-operator:$VERSION
k8s.gcr.io/images/k8s-staging-nfd/images.yaml
to promote the container image to productionk8s.gcr.io/nfd/node-feature-discovery-operator:$VERSION
) is available.kubernetes-dev@googlegroups.com
with the subject[ANNOUNCE] node-feature-discovery-operator $VERSION is released
Changelog
List of PRs
The text was updated successfully, but these errors were encountered: