Skip to content

Commit e31315e

Browse files
fix(helm): update node-feature-discovery ( 0.16.0 → 0.16.1 ) (#4996)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [node-feature-discovery](https://github.com/kubernetes-sigs/node-feature-discovery) | patch | `0.16.0` -> `0.16.1` | --- ### Release Notes <details> <summary>kubernetes-sigs/node-feature-discovery (node-feature-discovery)</summary> ### [`v0.16.1`](https://github.com/kubernetes-sigs/node-feature-discovery/releases/tag/v0.16.1) [Compare Source](https://github.com/kubernetes-sigs/node-feature-discovery/compare/v0.16.0...v0.16.1) #### What's Changed - \[release-0.16] Revert "build(deps): bump actions/checkout from 1 to 4" by [@&#8203;k8s-infra-cherrypick-robot](https://github.com/k8s-infra-cherrypick-robot) in [https://github.com/kubernetes-sigs/node-feature-discovery/pull/1721](https://github.com/kubernetes-sigs/node-feature-discovery/pull/1721) - \[release-0.16] topology-updater: properly handle IPv6 from NODE_ADDRESS by [@&#8203;k8s-infra-cherrypick-robot](https://github.com/k8s-infra-cherrypick-robot) in [https://github.com/kubernetes-sigs/node-feature-discovery/pull/1731](https://github.com/kubernetes-sigs/node-feature-discovery/pull/1731) - \[release-0.16] helm: remove defaults CPU limits by [@&#8203;k8s-infra-cherrypick-robot](https://github.com/k8s-infra-cherrypick-robot) in [https://github.com/kubernetes-sigs/node-feature-discovery/pull/1736](https://github.com/kubernetes-sigs/node-feature-discovery/pull/1736) - \[release-0.16] Fix the problem with starting the master with empty cache by [@&#8203;k8s-infra-cherrypick-robot](https://github.com/k8s-infra-cherrypick-robot) in [https://github.com/kubernetes-sigs/node-feature-discovery/pull/1740](https://github.com/kubernetes-sigs/node-feature-discovery/pull/1740) - \[release-0.16] ensure post-delete-job's service account matches ref in job spec by [@&#8203;k8s-infra-cherrypick-robot](https://github.com/k8s-infra-cherrypick-robot) in [https://github.com/kubernetes-sigs/node-feature-discovery/pull/1750](https://github.com/kubernetes-sigs/node-feature-discovery/pull/1750) **Full Changelog**: kubernetes-sigs/node-feature-discovery@v0.16.0...v0.16.1 </details> --- ### 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 becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjIuNCIsInVwZGF0ZWRJblZlciI6IjM3LjQyMi40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9oZWxtIiwidHlwZS9wYXRjaCJdfQ==--> Co-authored-by: lumiere-bot[bot] <98047013+lumiere-bot[bot]@users.noreply.github.com>
1 parent 41c4185 commit e31315e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubernetes/kyak/apps/kube-system/node-feature-discovery/app/helmrelease.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spec:
99
chart:
1010
spec:
1111
chart: node-feature-discovery
12-
version: 0.16.0
12+
version: 0.16.1
1313
sourceRef:
1414
kind: HelmRepository
1515
name: node-feature-discovery

0 commit comments

Comments
 (0)