-
Notifications
You must be signed in to change notification settings - Fork 254
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.7.0 #394
Comments
/area release |
@ArangoGutierrez: The label(s) 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. |
One open PR left to start working on this!!! :) |
I think we are good for this release 👍 |
Yes we are good +1 |
/lgtm |
GitHub release page: Release announcement: |
We're done here 🙌 |
Release Checklist
git branch release-0.$MAJ master
release-0.$MAJ
release branchgit push release-0.$MAJ
scripts/prepare-release.sh $VERSION
to turn references to point to the upcoming release(README, deployment templates, docs configuration, test/e2e flags), submit a PR agains the release branch
git tag -s $VERSION
and inserts the changelog into the tag description.
discovery/0.$MAJ/
git push $VERSION
gcr.io/k8s-staging-nfd/node-feature-discovery:$VERSION
https://kubernetes-sigs.github.io/node-feature
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
With this release the NFD container image registry was changed from quay.io to k8s.gcr.io which is managed by the Kubernetes community. New images will be available under k8s.gcr.io/nfd registry.
Documentation is was converted from one monolithic README into HTML served by GitHub pages at:
https://kubernetes-sigs.github.io/node-feature-discovery
Major Changes
custom
feature source (custom: Add rules for kconfig and cpuid #334)--prune
flag to nfd-master (nfd-master: implement --prune flag #326)Misc
--sources=all
(nfd-worker: add special handling for --sources=all #356)The text was updated successfully, but these errors were encountered: