kubernetes-sigs / node-feature-discovery

Node feature discovery for Kubernetes
Apache License 2.0
775 stars 240 forks source link

Release v0.14.0 #1250

Closed marquiz closed 1 year ago

marquiz commented 1 year ago

Release Checklist

What's new

NodeFeature API

The NodeFeature API is now enabled by default. The new CRD-based API replaces the previous gRPC-based communication between nfd-master and nfd-worker and, reducing network traffic and allows changes in NodeFeatureRules to take effect immediately (independent of the sleep-interval of nfd-worker). NodeFeature API can also be used to implement 3rd party extensions, see customization guide for more details.

Garbage collection of stale NodeFeature objects was added in the form of nfd-gc daemon.

The gRPC API is now deprecated and will be removed in a future release. The related command-line flags are also deprecated (and don't have any effect when NodeFeature API is in use):

Metrics

NFD now provides Prometheus metrics for better observability. Also, the Helm and kustomize deployments support enabling metrics collection with the Prometheus operator. See the documentation for more information about the available metrics and deployment instructions.

Hooks disabled by default

The deprecation of nfd-worker hooks continues, disabling them by default in v0.14. Potential users of hooks are encouraged to switch to use the NFD CRDs (NodeFeature and NodeFeatureRule) or feature files. Hooks can still be enabled with the sources.local.hooksEnabled configuration option.

Feature files

Expiry time: NFD now supports specifying an expiry time for the features specified in a feature file, providing better lifecycle management for the feature labels. See the documentation for more details.

Size limit: There is now a 64kB size limit for feature files.

Miscellaneous

NodeFeatureRule API

Dynamic values for labels is now supported by using the @ notation, see documentation for more details.

NFD-Master

CPU features

Detection of Intel TDX guests is now supported.

Logging

The project was migrated structured logging, making log messages more consistent, better machine parseable and enables future improvements in logging.

Support policy

The project now officially documented it's supported versions and deprecation policy, see the documentation for details.

List of PRs

marquiz commented 1 year ago

See milestone v0.14. Annotations will likely not happen so there's only metrics support to be finished. We could cut the release in mid-July

PiotrProkop commented 1 year ago

@marquiz can we add this issue https://github.com/kubernetes-sigs/node-feature-discovery/issues/1254 to the v0.14 milestone? I'll work on it this week.

marquiz commented 1 year ago

/assign @PiotrProkop @fmuyassarov

ArangoGutierrez commented 1 year ago

Milestone v0.14 will be ready today starting Release cut process

ArangoGutierrez commented 1 year ago

Milestone V0.14 is complete, proceeding to cut

ArangoGutierrez commented 1 year ago

https://github.com/kubernetes/test-infra/pull/30643

ArangoGutierrez commented 1 year ago

https://github.com/kubernetes-sigs/node-feature-discovery/pull/1340

ArangoGutierrez commented 1 year ago
[eduardo@fedora node-feature-discovery]$ skopeo list-tags docker://registry.k8s.io/nfd/node-feature-discovery |grep 0.14
        "v0.14.0-full",
        "v0.14.0-minimal",
ArangoGutierrez commented 1 year ago

https://github.com/kubernetes-sigs/node-feature-discovery/releases/tag/v0.14.0

ArangoGutierrez commented 1 year ago

https://groups.google.com/a/kubernetes.io/g/dev/c/vwebewY_GCE

ArangoGutierrez commented 1 year ago

https://github.com/kubernetes-sigs/node-feature-discovery/pull/1345