Update Helm release node-feature-discovery to v0.18.0 - autoclosed #1653
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/node-feature-discovery-0.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
0.17.4->0.18.0Release Notes
kubernetes-sigs/node-feature-discovery (node-feature-discovery)
v0.18.0Compare Source
Changelog
Image compatibility (EXPERIMENTAL)
The image compatibility related features introduced in v0.17 have been improved and enhanced. Major new feature is the
nfd exportcommand.See the documentation for more details
Helm
The Helm chart is now served from the registry.k8s.io OCI registry at registry.k8s.io/nfd/charts/node-feature-discovery. One liner installation with
The release contains numerous small improvements and fixes to the Helm chart and its documentation, including:
global.imagePullSecretsparameter (#2191)Deprecations
The deprecated
autoDefaultNsconfiguration parameter of nfd-master was removed.Toleration for the deprecated
node-role.kubernetes.io/master:NoScheduletaint and affinity to the deprecatednode-role.kubernetes.io/masterlabel have been removed from the default nfd-master deployment manifests. If you still need these, they need to be explicitly added to the deployment (master.tolerationsandmaster.affinityin the Helm chart).Miscellaneous
Scalability
The release contains improvements and fixes to NFD scalability in larger clusters.
NodeFeatureRules
Label templating
The label templates in NodeFeatureRules now support sprig functions, greatly enhancing their flexibility.
New comparison operators
New comparison operators
Ge,LeandGeLewere added (#2085).Type field in MatchExpressions
New
Typefield was added toMatchExpressions, allowing to specify the type of the value being compared (#2096). Currently supported types are empty value (the default) andversion. Use ofversiontype enables version-aware comparisons.CPU features
Support for new CPUID flags were added, including AMXCOMPLEX, AMXTRANSPOSE and AMXTF32.
Memory features
NFD now detects availability of hugepages and reports them as
memory-hugepages.enabledandhugepages-<page-size>features (#2056).Network features
Detection of the MTU of network devices was added (#2044).
Metrics and health endpoints
The gRPC health endpoint was replaced by an HTTP healthz endpoint in all NFD daemons. In addition, both the metrics and healthz endpoints are now served on the same port (configurable with
--port, default 8080).Full Changelog
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.
Update Helm release node-feature-discovery to v0.18.0to Update Helm release node-feature-discovery to v0.18.0 - autoclosedPull request closed