-
Notifications
You must be signed in to change notification settings - Fork 256
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.6.0 #300
Comments
@zvonkok @Ethyling what do you think about cutting a release? I udpated the changelog above. I already created a PR updating the version tag in documentation and template specs (#310), but, it would be nice to get at least #316 merged before that. We could also consider #307 and #310 (ping @pmundt). |
Thanks! Merged. I updated changelog above accordingly. |
Yes, that's right. I think we can skip #307 even if I consider that as a nice-to-have fix |
Changelog above updated. Thanks @Ethyling for all the all the very responsive review work! We got in a lot of cleanups and CI improvements. I think we could merge #317 before closing this as it's virtually lgtm. Before cutting a release, I also need to (re-)do some manual end-to-end verification because of all the latest changes. |
If it's possible to still sneak in #322 this would resolve the only outstanding issue I've run into for multi-arch builds. |
Yeah, sure. That is even such an nonintrusive patch. I really briefly looked at it. Might be good to get another peek (from me or somebody else). |
Do you want to merge #313 too? |
We can do that but it's not high prio. I'll push a rebased version so you can take a look |
I did some release testing today and didn't find any issues. So far so good 🤞 What I'd like to check if we would be able to switch over to gcr.io (#177) already on this release. |
Looks like we still have to wait for that as the k8s.gcr.io vanity domain flip hasn't been completed, yet. |
...so I think we could cut a release with what we have at the moment. @Ethyling @zvonkok (?) |
Yeah I think we are good for this one 😄 |
/lgtm |
Release checklist:
git tag -s $VERSION
and insert the changelog into the tag description.git push $VERSION
(this will also build and push a release container image to quay.io).:latest
virtual tag in quay.io to track the last stable (this) release.kubernetes-dev@googlegroups.com
with thesubject
[ANNOUNCE] node-feature-discovery $VERSION is released
. Add a link to the release announcement here.Changelog
Major changes
custom
feature source (Support custom features #290). Introduces a new feature source that allows creating user-defined labels based on configurable matcher rules. See README for detailed description and examples.usb
feature source advertising USB devices and a newUsbId
rule type to thecustom
source. See the documentation of USB source and UsbId custom rule for more details.sriov.capable
attribute for PCI devices that support SR-IOV (pci: add sriov.capable attribute #288)Miscellaneous
--label-whitelist
across nfd-worker and nfd-master (nfd-worker: fix --label-whitelist #307). On nfd-worker, the label namespace is now ignored, i.e. the filter is applied on the name part after/
.Deployment
For complete documentation see the v0.6.0 release
For quick start, you can use the provided template specs to deploy the NFD release image with the default configuration in the default namespace:
The text was updated successfully, but these errors were encountered: